-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] msys2/20200517: build fails, with lots of 404 errors #4355
Comments
Will hopefully be fixed by #4286 But it is not so easy with CCI. You can use my branch locally until the PR is merged. |
I had the same problem. I thought it was a proxy/firewall problem on my end at the time. |
@dmn-star ok thanks, I hope that gets merged soon since by now it even blocks building boost through the new libiconv dependency that pulls in msys2 :-( Once it works with internet access again I will try to get it working offline. Normally this is as easy as downloading the source tarball and changing the URL in conandata.yml. But not in this case of course. There seem to be ways do deal with it: https://stackoverflow.com/questions/38393755/mingw-w64-offline-installer |
I just built the x86 version of msys2/20190524 using @dmn-star's fork. You're doing God's work! Bless you. |
This is also preventing my development team from being able to depend on boost. We are doing purely Windows development so its disappointing that there needs to be a Linux subsystem installed (even temporarily) to use the boost library. @sourcedelica can you please elaborate on how you used a forked repo as a remote for conan? |
Hi @T-Deuty - it wasn't a package remote, it was a @dmn-star's forked |
Thank you! I actually just finished testing another workaround that was helpful for our particular use case. I applied the |
@T-Deuty: Thank you! |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conan install msys2/20200517@ --build msys2/20200517@
Logs (Include/Attach if Applicable)
Click to expand log
Are there any other prerequisites to build msys2? Or is the reason that the uses version is too old and the repositories don't have all files anymore?
The text was updated successfully, but these errors were encountered: