Opened 4 years ago

Closed 4 years ago

#59503 closed defect (fixed)

gmp: The macOS 10.14 SDK does not appear to be installed (but it is)

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: base Version: 2.6.2
Keywords: mojave Cc: larryv (Lawrence Velázquez)
Port: gmp

Description

While upgrading infrastructure ports on the Mojave buildbot worker, I noticed this warning:

Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly.
Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
--->  Fetching distfiles for gmp
--->  Attempting to fetch gmp-6.1.2.tar.bz2 from https://distfiles.macports.org/gmp
--->  Verifying checksums for gmp
--->  Extracting gmp
--->  Applying patches to gmp
--->  Configuring gmp
--->  Building gmp
--->  Staging gmp into destroot
--->  Installing gmp @6.1.2_3
--->  Cleaning gmp
Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly.
Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
--->  Deactivating gmp @6.1.2_1
--->  Cleaning gmp
--->  Activating gmp @6.1.2_3
--->  Cleaning gmp

This machine has Xcode 10.3 and the Xcode 10.3 version of the command line tools installed, so the macOS 10.14 SDK does exist in both of the usual places:

$ ls -ld {/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer,/Library/Developer/CommandLineTools}/SDKs/MacOSX10.14.sdk
lrwxr-xr-x  1 root  wheel  10 Sep 20 22:36 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -> MacOSX.sdk
lrwxr-xr-x  1 root  wheel  10 Oct 23 18:36 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -> MacOSX.sdk

This warning only appeared when upgrading the gmp port, not when upgrading other ports.

I think this problem may be happening because the gmp port clears configure.sdkroot.

Change History (4)

comment:1 Changed 4 years ago by jmroot (Joshua Root)

Component: portsbase

Yeah, the check generating the warning just doesn't take into account that the portfile may have overridden the sdkroot.

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

I wasn't sure whether ports overriding sdkroot (or specifically clearing sdkroot) was something base intended to allow.

comment:3 Changed 4 years ago by larryv (Lawrence Velázquez)

Cc: larryv added

comment:4 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

In 175c44aea6ee49fd4f55ad871b8b131bf23f12c5/macports-ports (master):

gmp: avoid clearing configure.sdkroot

Fixes #59503

Note: See TracTickets for help on using tickets.