-
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
[pcre2:x64-linux] build failure #12343
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Comments
The upstream issue can be found here: Fixed in commit: I will prepare a PR, which includes this patch |
c72578
added a commit
to c72578/vcpkg
that referenced
this issue
Jul 9, 2020
- Fixes the following error: src/sljit/sljitConfigInternal.h:219:2: error: #error "-mshstk is needed to compile with -fcf-protection" - Upstream bug report: https://bugs.exim.org/show_bug.cgi?id=2578 - Add patch based on upstream commit: https://vcs.pcre.org/pcre2?view=revision&revision=1256 - Fixes microsoft#12343
NancyLi1013
added
the
category:port-bug
The issue is with a library, which is something the port should already support
label
Jul 10, 2020
hi @c72578, I tested your PR and pcre2 builds ok now. Thank you for the quick solution |
ras0219-msft
pushed a commit
that referenced
this issue
Jul 13, 2020
- Fixes the following error: src/sljit/sljitConfigInternal.h:219:2: error: #error "-mshstk is needed to compile with -fcf-protection" - Upstream bug report: https://bugs.exim.org/show_bug.cgi?id=2578 - Add patch based on upstream commit: https://vcs.pcre.org/pcre2?view=revision&revision=1256 - Fixes #12343
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
After #11754 has been merged, upgrade to latest revision fails here
Host Environment
To Reproduce
./vcpkg install pcre2
Failure logs
The text was updated successfully, but these errors were encountered: