Skip to content

Conversation

@mosegontar
Copy link
Contributor

@mosegontar mosegontar commented Aug 4, 2025

On main we're getting the following while building Arm dependencies:

Err:61 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libpoppler134 arm64 24.02.0-1ubuntu9.4
  404  Not Found [IP: 91.189.91.103 80]
Err:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libpoppler-dev arm64 24.02.0-1ubuntu9.4
  404  Not Found [IP: 91.189.91.103 80]
Err:86 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libpoppler-private-dev arm64 24.02.0-1ubuntu9.4
  404  Not Found [IP: 91.189.91.103 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/poppler/libpoppler134_24.02.0-1ubuntu9.4_arm64.deb  404  Not Found [IP: 91.189.91.103 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/poppler/libpoppler-dev_24.02.0-1ubuntu9.4_arm64.deb  404  Not Found [IP: 91.189.91.103 80]
Fetched 65.6 MB in 6s (10.6 MB/s)
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/poppler/libpoppler-private-dev_24.02.0-1ubuntu9.4_arm64.deb  404  Not Found [IP: 91.189.91.103 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

the ubuntu9.4 for libpoppler appears to have been pulled, but a 9.5 version exists: https://ports.ubuntu.com/ubuntu-ports/pool/main/p/poppler/libpoppler134_24.02.0-1ubuntu9.5_arm64.deb

@mosegontar mosegontar changed the title Update apt before installing libgdal-dev Arm build: update apt before installing libgdal-dev Aug 4, 2025
@mosegontar mosegontar requested a review from samn August 4, 2025 16:40
@mosegontar mosegontar marked this pull request as ready for review August 4, 2025 16:40
run: sudo apt-get install -qyy -o APT::Install-Suggests=false libgdal-dev
run: |
sudo apt-get update -qy
sudo apt-get install -qyy -o APT::Install-Suggests=false libgdal-dev
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the -qyy here be -qqy? (I can't find anything documented on the double y, though could have missed it)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh I can't find anything about -yy, maybe it was a typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, i switched this to -qy as well

run: sudo apt-get install -qyy -o APT::Install-Suggests=false libgdal-dev
run: |
sudo apt-get update -qy
sudo apt-get install -qyy -o APT::Install-Suggests=false libgdal-dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh I can't find anything about -yy, maybe it was a typo

@mosegontar mosegontar merged commit 5e1d01f into main Aug 4, 2025
5 checks passed
@mosegontar mosegontar deleted the arm-build-apt-update branch August 4, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants