-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[x264] build failure on previous vcpkg version #12632
Comments
Hi @aspioupiou Thanks for posting this issue again. I tried to build this port based on the previous version and it failed due to Considering the current status, you can only use the precious version for Please update vcpkg to the latest version, and then update x264 to the commit 7c6ff87 manually. Hope this can help you. |
You just need to update the content in portfile.cmake file. You can refer to this attachment. |
Hi @NancyLi1013 Thank you for your feedback, vcpkg is really a great tool and we love using it at the company, but the lack of stability is sometimes annoying and time consuming... Anyway, thanks again for your help |
@aspioupiou Keeping all ports work fine, which is also what we expect. But now for the |
Hi @aspioupiou In my opinion, this issue should be solved now. So I'm closing this issue for now. For the issue that builds on Windows, we can track it here #11765. |
This is a duplicate of my message in the closed issue #7225 as I'm not sure maintainers got notified of this.
Hi @NancyLi1013
I'd rather keep talking here instead of recreating a new issue, as my issue is directly linked to this one but not to #11765
As we're using vcpkg in a company environment, we do need to ensure we can build the dependencies.
Since updating to 2020.06 seems to be impossible in the meantime (x264 can't be built because of #11765), we tried to make a step back and update from a 2019.10 release to a 2020.01/04 instead of 06.
However, we've noticed x264 is not built there either, having a msys building issue :
This is very problematic, as we're not capable to build our project again since we absolutely need x264.
How such a regression happened? And how can we solve it to at least build the project without any errors? (BTW, we didn't noticed this issue before because of dependencies cache not beeing updated)
Thank you
The text was updated successfully, but these errors were encountered: