-
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
autoreconf fails when executed by vcpkg on OSX, but works fine run by hand #14023
Comments
To
|
@JackBoosY doesn't help, unfortunately, I am getting the same error. |
@wrobelda Can you open a PR to commit your changes? And I'd be happy to help you solve this issue there. |
Sadly, I enter the source path, and run the command manually, but that error still exist:
|
@JackBoosY frankly, I don't know how to explain this. I |
Describe the bug
I am working on a libtasn1 port, currently defined as:
Running vcpkg causes immediate failure, with:
The
autoconf-x64-osx-err.log
reads:However, if I
cd
into the build folder (Volumes/External/Sourcecode/vcpkg/buildtrees/libtasn1/src/4.16.0-210bc43f56.clean/
) and execute the same command (/usr/local/bin/autoreconf -vfi
) manually, autoreconf works fine:Clearly there is some issue with working directory setup here.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Autoreconf should succeed, just as it does when executed by hand.
The text was updated successfully, but these errors were encountered: