-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[apr] Build error /vcpkg/packages/apr_x64-linux/debug/lib/pkgconfig/apr-1.pc file failed to open for reading (No such file or directory): #23488
Comments
on successful build, build order debug first and release. How to change the build order? Configuring x64-linux-dbg |
Maybe your first build attempt used overlay triplets to get a release-only build for |
ls /root/vcpkg/packages/apr_x64-linux doesn't have debug folder while build Release version |
@Adela0814 This issue doesn't require more information. The portfile must be fixed for single config build. |
I ran into the same issue but it just turned out to be a versioning problem where "NO_DEBUG" was being specified on the config line in the version I was downloading (of the port) and when I specifically targeted a more recent one it was fine. |
latest code still get same error. I need both debug and release, so VCPKG_BUILD_TYPE is not set. replease Building package apr[core]:x64-linux...
Call Stack (most recent call first): error: building apr:x64-linux failed with: BUILD_FAILED |
Your repo is not too old, but the port version is. The fix for this bug bumped the version to 1.7.0#8. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
The text was updated successfully, but these errors were encountered: