Opened 3 years ago

Closed 21 months ago

#62193 closed defect (worksforme)

gcc9 :info:build Bootstrap comparison failure!

Reported by: dbl001 (dbl) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc: cooljeanius (Eric Gallager), cjones051073 (Chris Jones)
Port: gcc9

Description

debug:sysinfo macOS 10.15 (darwin/19.6.0) arch i386
:debug:sysinfo MacPorts 2.6.4
:debug:sysinfo Xcode 12.4
:debug:sysinfo SDK 10.15
:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.15


$ xcode-select -p
/Applications/Xcode.app/Contents/Developer
(base) MacBook-Pro:V7 davidlaxer$ uptime
19:04  up 20:04, 8 users, load averages: 1.82 3.37 2.79
(base) MacBook-Pro:V7 davidlaxer$ xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates



...

:info:build Comparing stages 2 and 3
:info:build warning: gcc/cc1obj-checksum.o differs
:info:build warning: gcc/cc1objplus-checksum.o differs
:info:build Bootstrap comparison failure!
:info:build libiberty/strerror.o differs
:info:build libiberty/strsignal.o differs
:info:build libiberty/regex.o differs
:info:build libiberty/pic/strerror.o differs
:info:build libiberty/pic/strsignal.o differs
:info:build libiberty/pic/regex.o differs
:info:build libiberty/pic/physmem.o differs
:info:build libiberty/pic/getpwd.o differs
:info:build libiberty/pic/cplus-dem.o differs

Attachments (1)

main.log.gz (1.9 MB) - added by dbl001 (dbl) 3 years ago.

Download all attachments as: .zip

Change History (8)

Changed 3 years ago by dbl001 (dbl)

Attachment: main.log.gz added

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: gcc9 removed

comment:2 in reply to:  description Changed 3 years ago by jmroot (Joshua Root)

Replying to dbl001:

(base) MacBook-Pro:V7 davidlaxer$ xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates

This shows that the CLTs are installed, but unfortunately there is a bug that sometimes prevents Software Update from noticing that they are outdated. You can check the version with pkgutil:

% pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 12.4.0.0.1.1610135815
volume: /
location: /
install-time: 1611851539
groups: com.apple.FindSystemFiles.pkg-group

If that shows an older version or says that the package is not installed, follow ProblemHotlist#reinstall-clt.

comment:3 Changed 3 years ago by dbl001 (dbl)

$  pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 12.4.0.0.1.1610135815
volume: /
location: /
install-time: 1612091729
groups: com.apple.FindSystemFiles.pkg-group 

comment:4 Changed 21 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:5 Changed 21 months ago by mascguy (Christopher Nielsen)

Cc: cjones051073 added

AFAIK, this has been fixed for quite a while.

Are you still seeing the issue?

comment:6 Changed 21 months ago by dbl001 (dbl)

Not currently using 'gcc9'.

comment:7 in reply to:  6 Changed 21 months ago by mascguy (Christopher Nielsen)

Resolution: worksforme
Status: newclosed

Replying to dbl001:

Not currently using 'gcc9'.

Great, glad to hear it's no longer an issue!

Note: See TracTickets for help on using tickets.