Opened 6 weeks ago

Last modified 6 weeks ago

#73181 new defect

gcc14/mpich-gcc14 on intel mac problem

Reported by: randolphbank Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: tahoe Cc: eborisch (Eric A. Borisch), mascguy (Christopher Nielsen)
Port: gcc14, mpich-gcc14

Description (last modified by ryandesign (Ryan Carsten Schmidt))

latest Xcode 26.0.1 + command line tools: both gcc14 and mpich-gcc14 rebuit using port migrate; they installed with no problem. they compile fortran/c code with no problem but execute/immediately_hang or execute/immediately_crash depending on selected scenario. I am not a expert on theses topics but this looked suspicious to me...

LIBRARY_PATH=/opt/local/lib/gcc14/gcc/x86_64-apple-darwin25/14.3.0/:/opt/local/lib/gcc14/gcc/x86_64-apple-darwin25/14.3.0/../../../
COLLECT_GCC_OPTIONS='-v' '-O' '-pthread' '-fallow-argument-mismatch' '-L/opt/local/lib' '-o' 'Circle' '-I' '/opt/local/include/mpich-gcc14' '-I' '/opt/local/include/mpich-gcc14' '-L/opt/local/lib/mpich-gcc14' '-mmacosx-version-min=16.0.0' '-asm_macosx_version_min=16.0' '-nodefaultexport' '-shared-libgcc' '-mtune=core2' '-dumpdir' 'Circle.'
 /opt/local/libexec/gcc/x86_64-apple-darwin25/14.3.0/collect2 -demangle -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/ -dynamic -arch x86_64 -macos_version_min 16.0.0 -o Circle -L/opt/local/lib -L/opt/local/lib/mpich-gcc14 -L/opt/local/lib/gcc14/gcc/x86_64-apple-darwin25/14.3.0 -L/opt/local/lib/gcc14/gcc/x86_64-apple-darwin25/14.3.0/../../.. -lemutls_w -lheapt_w -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk atest.o mg1.o mg2.o mg3.o webgui.o mgmpi.o circle.o -lmpich -lmpifort -lmpi -lpmpi -lgfortran -lgcc -lquadmath -lSystem -no_compact_unwind -rpath /opt/local/lib/libgcc
ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/mpich-gcc14/libmpi.12.dylib' which was built for newer version 26.0
ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/mpich-gcc14/libmpifort.12.dylib' which was built for newer version 26.0
ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/mpich-gcc14/libmpi.12.dylib' which was built for newer version 26.0
ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/mpich-gcc14/libpmpi.12.dylib' which was built for newer version 26.0
ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/libgcc/libgfortran.5.dylib' which was built for newer version 26.0
ld: warning: building for macOS-16.0, but linking with dylib '/opt/local/lib/libgcc/libquadmath.0.dylib' which was built for newer version 26.0

BTW, I reinstalled gcc14 with -s flag but no change.

Change History (2)

comment:1 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)

Cc: eborisch mascguy added
Description: modified (diff)
Keywords: tahoe added

comment:2 Changed 6 weeks ago by randolphbank

this issue has been resolved. It has to does with possible changes in firefox and chrome web browsers, possibly others as well. it is not the fault of gcc14 or mpich-gcc14, but its likely that necessary changes must be made to our codes that communicates with web browsers. thank you for looking at this.

Note: See TracTickets for help on using tickets.