-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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-util] build failure #11923
Comments
@Septarius |
@NancyLi1013 EDIT: EDIT 2: |
I think this is an incompatibility with some ports and apr. I observe that when I build apr and/or apr-util by themselves like this:
I get a successful build. But the binary cache for apr contains a bunch of things it should not contain, including libtool:
so if there's some other port that's also trying to create this "build-1" directory and that ended up getting sucked up into its cache, then the cached apr package would be missing this stuff. But it seems apr-util shouldn't be getting things like libtool et al. from the apr package? |
(Are there ports that obviously have a vendored apr that might trigger such problems?) |
Ah, yep :) |
@Septarius Is this resolved to your satisfaction? |
LGTM. I can’t kick off the build for #11290 but I am confident it will work or have an unrelated issue. So I will go ahead and close this. Thanks! |
Host Environment
To Reproduce
Steps to reproduce the behavior:
Created PR that retriggered the apr-util build #11961
Failure logs
Console
Config Errors
Build Errors
Attached are the artifacts from the builds
PR11882-x64-osx port build failure logs.zip
PR11290-x64-osx port build failure logs.zip
Additional context
See PR #11882 and PR #11290
The text was updated successfully, but these errors were encountered: