[boost] boost/1.72.0: Not able to build due to Forbidden!
See original GitHub issueThe basic problem is that Boost.org is over their OSS limit, see boostorg/boost#383.
Would it be possible to point source downloads at a more reliable source?
Package and Environment Details (include every applicable attribute)
- Package Name/Version: boost/1.72.0
- Operating System+version: n/a
- Compiler+version: n/a
- Docker image: n/a
- Conan version: n/a
- Python version: n/a
Conan profile (output of conan profile show default
or conan profile show <profile>
if custom profile is in use)
- happens with any profile (we have many CI builds that are at issue)
Steps to reproduce (Include if Applicable)
Do any build that requires downloading source for boost/1.72.0
Logs (Include/Attach if Applicable)
Click to expand log
conans.errors.ConanExceptionInUserConanfileMethod: boost/1.72.0: Error in source() method, line 151
tools.get(**self.conan_data["sources"][self.version])
AuthenticationException: Forbidden!
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
[request] boost/1.72.0 x86 · Issue #1027 - GitHub
The Boost x86 is not available for download or you can't build for x86? Conan Center Index doesn't provide x86 package versions, please...
Read more >Version 1.72.0 - Boost C++ Libraries
In particular, the iterators now support skipping directories that can't be opened due to insufficient permissions.
Read more >Boost build fails after upgrade to 1.72.0 - same target twice
This command works for Boost 1.62 using gcc 4.8.1 and Visual Studio 2015. We're now upgrading to Boost 1.72.0 and it is failing...
Read more >1558278 – boost-1.72.0 is available - Red Hat Bugzilla
Since Boost 1.67 fails to build in rawhide, it seems optimistic to state that 1.68 will be used as a fallback. The default...
Read more >Failed to compile boost 1.72.0 with /std:c++latest
I am not sure if the bug exists on Visual Studio side or boost side. I opened an issue for them, too. Visual...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe we should switch the download to GitHub release downloads? https://github.com/boostorg/boost/releases
Yes, looks good to me too.