-
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
[gdal:x64-osx] configuration failure: required file 'config.rpath' not found #16990
Comments
@adelpit, I can't repro this issue locally. It may be a autoconf issue, what's the version of autoconf in you machine?
|
@adelpit I don't know autoconf, but does it help if you run |
@PhoebeHui #17057 and #17098 have a similar background, maybe the autoconf installation is broken? Because the pipeline failures are new and it worked a few weeks/days ago and there were problems with the mac pipelines (some machines were down, they are online again since a few days (discussed on discord with @strega-nil)) |
@autoantwort, we would apply the workaround via PR #17083 in baseline, we will rerun the relate PRs after the PR merged. It should be a autoconf issue, however, we don't have a better solution currently. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install gdal
Failure logs
stdout logs
And the contents of
autoconf-x64-osx-err.log
Additional context
If I add
execute_process(COMMAND touch ${SOURCE_PATH}/config.rpath)
immediately beforevcpkg_configure_make
then the configuration completes fineThe text was updated successfully, but these errors were encountered: