Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost fails to build on amd64 #43586

Closed
murraybd opened this issue Feb 24, 2025 · 0 comments · Fixed by #43771
Closed

boost fails to build on amd64 #43586

murraybd opened this issue Feb 24, 2025 · 0 comments · Fixed by #43771
Assignees
Labels
bug Something isn't working service:ftbfs Failed to Build From Source

Comments

@murraybd
Copy link
Member

The package boost with version 1.87.0 and epoch 0 fails to build from source with the following error:

running step "fetch"
--2025-02-24 08:27:39--  https://boostorg.jfrog.io/artifactory/main/release/1.87.0/source/boost_1_87_0.tar.gz
Resolving boostorg.jfrog.io... 3.95.117.170, 18.232.172.199, 18.214.194.113
Connecting to boostorg.jfrog.io|3.95.117.170|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://landing.jfrog.com/reactivate-server/boostorg [following]
--2025-02-24 08:27:39--  https://landing.jfrog.com/reactivate-server/boostorg
Resolving landing.jfrog.com... 3.95.117.170, 18.232.172.199, 18.214.194.113
Connecting to landing.jfrog.com|3.95.117.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11534 (11K) [text/html]
Saving to: 'boost_1_87_0.tar.gz'

     0K .......... .                                          100% 42.4M=0s

2025-02-24 08:27:39 (42.4 MB/s) - 'boost_1_87_0.tar.gz' saved [11534/11534]

fetch: Expected sha256: f55c340aa49763b1925ccf02b2e83f35fdcf634c9d5164a2acb87540173c741d
fetch: Expected sha256 does not match found: 79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
failed to build package: unable to run package boost pipeline: unable to run pipeline: unable to run pipeline: exit status 1
@murraybd murraybd added bug Something isn't working service:ftbfs Failed to Build From Source labels Feb 24, 2025
@sergiodj sergiodj self-assigned this Feb 25, 2025
sergiodj added a commit to sergiodj/os that referenced this issue Feb 25, 2025
Fixes: wolfi-dev#43586

Signed-off-by: Sergio Durigan Junior <[email protected]>
murraybd pushed a commit that referenced this issue Feb 26, 2025
It isn't clear why we were using a third-party fetch URL to grab the
tarball here (archaeology didn't help), but the FTBFS is happening
because of some expired subscription thing on their side.

The fix is obvious: we should use the official upstream URL to fetch the
tarball.

Fixes: #43586

---------

Signed-off-by: Sergio Durigan Junior <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working service:ftbfs Failed to Build From Source
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants