pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bootstrap on Mac OS 11.6 -> No suitable Xcode SDK or Command Line Tools installed (but there is?!)



On Thu, Oct 28, 2021 at 1:05 AM Hubert Feyrer <hubertf%gmx.de@localhost> wrote:
>
> Workaround:
>
> env OSX_TOLERATE_SDK_SKEW=yes \
> sh bootstrap/bootstrap \
> …
>
> Apparently there is no „xcrun --sdk macosx11.6“ or …11.3, only without any version number here.

Since macOS 11 the SDK version is no longer the same as the version of macOS.

Maybe Darwin.mk could get the latest macOS SDK version from xcodebuild:

xcodebuild -showsdks | sed -n -e 's/.*-sdk \(macos.*\)/\1/p'


Home | Main Index | Thread Index | Old Index