pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc
On Fri, 15 Jan 2021 13:52:16 +0100, Jonathan Schleifer wrote:
>
> > Am 15.01.2021 um 09:00 schrieb Herbert J. Skuhra <herbert%gojira.at@localhost>:
> >
> > On Thu, 14 Jan 2021 14:19:13 +0100, Jonathan Schleifer wrote:
> >>
> >> I just bootstrapped a fresh pkgsrc on macOS Big Sur and installed
> >> only automake - successfully. So I have no idea what is different
> >> about your system that makes it fail. Do you maybe have another
> >> autoconf/automake on your system as well?
> >
> > A 'find / ...' doesn't show other autoconf/automake installs.
> >
> > After removing Xcode 12.3 & command line tools and installing only the
> > latter I no longer have to set OSX_TOLERATE_SDK_SKEW, OSX_SDK_PATH or
> > OSX_VERSION in mk.conf but building automake still fails. I've tried
> > both Command_Line_Tools_for_Xcode_12_[23].
> >
> > As other software (e.g. devel/scmcvs) has issues with autoconf 2.70
> > I'll reinstall 2.69.
> We can of course blindly apply the patch from upstream, but I think
> it would still be beneficial to figure out why it work for me but
> not for you. Have you also tried with a completely new bootstrap? I
> bootstrapped to /tmp/pkg and removed /opt/pkg from my path and it
> still worked for me.
I did the following:
- install devel/m4 and run 'rehash'. 'which gm4' shows the version
from $pkg_prefix/bin
=> bmake in devel/automake still fails
- 'mv gm4 gm4.bak' in /Library/Developer/CommandLineTools/usr/bin
=> bmake in devel/automake always works
- 'mv gm4.bak gm4' in /Library/Developer/CommandLineTools/usr/bin
=> bmake in devel/automake still works (why?)
After a reboot it fails again.
The Command Line Tools for Xcode 12.3 install m4 1.4.6 from 2006(!).
--
Herbert
Home |
Main Index |
Thread Index |
Old Index