Skip to content
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

Set AC_CONFIG_AUX_DIR for libtoolize #940

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dhomeier
Copy link
Contributor

@dhomeier dhomeier commented Jan 10, 2023

The three packages here fail to build on Ventura arm64/Xcode 14 on
libtoolize: putting auxiliary files in '../..'.
which is not writable by fink-bld. On x86_64 with Xcode 11.3-14.2 the same libtool2 version uses . as the default directory. So this might be an issue with the libtool2 default setup on arm; but it can also be fixed at the package level by explicitly setting the auxiliary directory path.
I've checked for all packages directly calling libtoolize -f (but not glibtoolize), though in libpaper1 it's called from autoreconf -fi.
watchman threw a number of deprecation warnings-as-errors that are also addressed here.

@dhomeier dhomeier added the bug label Jan 10, 2023
@dhomeier dhomeier requested a review from TheSin- January 10, 2023 13:57
@nieder nieder removed their request for review January 13, 2023 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant