Opened 3 years ago

Last modified 3 years ago

#61849 closed defect

gobject-introspection: Configure failure on Big Sur 11.1 and Xcode 12.3 — at Version 1

Reported by: mf2k (Frank Schima) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gobject-introspection

Description (last modified by mf2k (Frank Schima))

gobject-introspection fails to configure with Big Sur 11.1 and Xcode 12.3 and the latest command line tools installed. It seems to want SDK 11.0 but it should be using SDK 11.1.

Is this a base issue?

:debug:extract SDKROOT='/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'
...
:info:configure checking for gcc... /usr/bin/clang
:info:configure checking whether the C compiler works... no
:info:configure configure: error: in `/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_gobject-introspection/gobject-introspection/work/gobject-introspection-1.60.2':
:info:configure configure: error: C compiler cannot create executables
:info:configure See `config.log' for more details

Here is what I have installed:

$ ls -l /Library/Developer/CommandLineTools/SDKs/
total 0
lrwxr-xr-x  1 root  wheel   14 Dec 14 13:41 MacOSX.sdk -> MacOSX11.1.sdk
drwxr-xr-x  7 root  wheel  224 Nov 12  2019 MacOSX10.14.sdk
drwxr-xr-x  8 root  wheel  256 Dec 14 13:41 MacOSX10.15.sdk
drwxr-xr-x  4 root  wheel  128 Dec 14 13:41 MacOSX11.0.sdk
drwxr-xr-x  7 root  wheel  224 Nov 30 05:33 MacOSX11.1.sdk

and

$ xcrun --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk

$ xcrun --show-sdk-version 
11.1

Change History (3)

Changed 3 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Description: modified (diff)

Changed 3 years ago by mf2k (Frank Schima)

Attachment: config.log added
Note: See TracTickets for help on using tickets.