Opened 2 years ago

Last modified 2 years ago

#64577 new request

advice on macports-gcc-10 errors on 10.5.8: gcc works but g++ fails: library not found for -lgcc_s.1.1

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: powerpc, Leopard, ppc64 Cc: cooljeanius (Eric Gallager)
Port: gcc10

Description

I have finally made gcc10 to build within Macports on 10.5.8 (outside Macports it builds and works normally).

36-47:gcc-10.3.0 svacchanda$ port -v installed gcc10
The following ports are currently installed:
  gcc10 @10.3.0_1+universal (active) requested_variants='+universal' platform='darwin 9' archs='ppc ppc64' date='2022-01-31T17:09:01+0800'

Resulting compiler does work, however I have encountered some errors now when testing it. It is most likely me messing some arguments when building (or less likely Macports interaction). I look for advice on where to look for - what config settings could affect such behavior.

Case one:

checking build system type... powerpc-apple-darwin9.8.0
checking host system type... powerpc-apple-darwin9.8.0
checking whether to build debug libraries... no
checking whether to build release libraries... yes
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /opt/local/bin/gcc-mp-10 accepts -g... yes
checking for /opt/local/bin/gcc-mp-10 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /opt/local/bin/g++-mp-10 accepts -g... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for ICULEHB... no
checking how to run the C preprocessor... /opt/local/bin/gcc-mp-10 -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for python3... /opt/local/bin/python2.7
checking for gmake... /opt/local/bin/gmake
checking for doxygen... no
checking checking for executable suffix... 
checking whether strict compiling is on... yes
checking for grep that handles long lines and -e... /opt/local/bin/ggrep
checking for egrep... /opt/local/bin/ggrep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 4
checking whether runnable 64 bit binaries are built by default... no
checking which Makefile fragment to use for powerpc-apple-darwin9.8.0... mh-darwin
checking for floor in -lm... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable auto cleanup of libraries... no
checking whether to enable draft APIs... yes
checking for ranlib... ranlib
checking for a sed that does not truncate output... /usr/bin/sed
checking for ar... ar
checking whether to enable renaming of symbols... yes
checking whether to enable function and data tracing... no
checking elf.h usability... no
checking elf.h presence... no
checking for elf.h... no
checking whether to enable dynamic loading of plugins. Ignored if plugins disabled.... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for library containing dlopen... none required
checking for dlopen... yes
checking for gettimeofday... yes
checking if we have a C++ compiler... Good
checking if we have a C++11 compiler... yes
configure: Adding CXXFLAGS option -std=c++11
checking for pthread_attr_init in -lpthread... yes
checking for mmap... yes
checking for genccode assembly... 
checking for inttypes.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking whether byte ordering is bigendian... yes
checking for nl_langinfo... yes
checking for nl_langinfo's argument to obtain the codeset... CODESET
checking for namespace support... no
configure: error: Namespace support is required to build ICU.
Command failed:  cd "/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_icu/icu/work/icu/source-ppc" && ./configure --prefix=/opt/local --disable-layoutex --disable-samples --enable-static 
Exit code: 1

Case two:

libtool: compile:  /opt/local/bin/g++-mp-10 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I/opt/local/include -pipe -Os -D_GLIBCXX_USE_CXX11_ABI=0 -arch ppc -Werror -Wall -Wextra -pedantic -MT Win32DynamicLibraryManager.lo -MD -MP -MF .deps/Win32DynamicLibraryManager.Tpo -c Win32DynamicLibraryManager.cpp  -fno-common -DPIC -o .libs/Win32DynamicLibraryManager.o
mv -f .deps/Win32DynamicLibraryManager.Tpo .deps/Win32DynamicLibraryManager.Plo
mv -f .deps/XmlElement.Tpo .deps/XmlElement.Plo
mv -f .deps/XmlOutputter.Tpo .deps/XmlOutputter.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=link /opt/local/bin/g++-mp-10  -pipe -Os -D_GLIBCXX_USE_CXX11_ABI=0 -arch ppc -Werror -Wall -Wextra -pedantic -no-undefined -version-info 1:0:0 -release 1.15  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -o libcppunit.la -rpath /opt/local/lib AdditionalMessage.lo Asserter.lo BriefTestProgressListener.lo CompilerOutputter.lo DefaultProtector.lo DynamicLibraryManager.lo DynamicLibraryManagerException.lo Exception.lo Message.lo RepeatedTest.lo PlugInManager.lo PlugInParameters.lo Protector.lo ProtectorChain.lo SourceLine.lo StringTools.lo SynchronizedObject.lo Test.lo TestAssert.lo TestCase.lo TestCaseDecorator.lo TestComposite.lo TestDecorator.lo TestFactoryRegistry.lo TestFailure.lo TestLeaf.lo TestNamer.lo TestPath.lo TestPlugInDefaultImpl.lo TestResult.lo TestResultCollector.lo TestRunner.lo TestSetUp.lo TestSuccessListener.lo TestSuite.lo TestSuiteBuilderContext.lo TextOutputter.lo TextTestProgressListener.lo TextTestResult.lo TextTestRunner.lo TypeInfoHelper.lo UnixDynamicLibraryManager.lo ShlDynamicLibraryManager.lo XmlDocument.lo XmlElement.lo XmlOutputter.lo XmlOutputterHook.lo Win32DynamicLibraryManager.lo  
libtool: link: /opt/local/bin/g++-mp-10 -dynamiclib  -o .libs/libcppunit-1.15.1.dylib  .libs/AdditionalMessage.o .libs/Asserter.o .libs/BriefTestProgressListener.o .libs/CompilerOutputter.o .libs/DefaultProtector.o .libs/DynamicLibraryManager.o .libs/DynamicLibraryManagerException.o .libs/Exception.o .libs/Message.o .libs/RepeatedTest.o .libs/PlugInManager.o .libs/PlugInParameters.o .libs/Protector.o .libs/ProtectorChain.o .libs/SourceLine.o .libs/StringTools.o .libs/SynchronizedObject.o .libs/Test.o .libs/TestAssert.o .libs/TestCase.o .libs/TestCaseDecorator.o .libs/TestComposite.o .libs/TestDecorator.o .libs/TestFactoryRegistry.o .libs/TestFailure.o .libs/TestLeaf.o .libs/TestNamer.o .libs/TestPath.o .libs/TestPlugInDefaultImpl.o .libs/TestResult.o .libs/TestResultCollector.o .libs/TestRunner.o .libs/TestSetUp.o .libs/TestSuccessListener.o .libs/TestSuite.o .libs/TestSuiteBuilderContext.o .libs/TextOutputter.o .libs/TextTestProgressListener.o .libs/TextTestResult.o .libs/TextTestRunner.o .libs/TypeInfoHelper.o .libs/UnixDynamicLibraryManager.o .libs/ShlDynamicLibraryManager.o .libs/XmlDocument.o .libs/XmlElement.o .libs/XmlOutputter.o .libs/XmlOutputterHook.o .libs/Win32DynamicLibraryManager.o   -L/opt/local/lib  -Os -arch ppc -Wl,-headerpad_max_install_names -arch ppc   -install_name  /opt/local/lib/libcppunit-1.15.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module
ld: library not found for -lgcc_s.1.1
collect2: error: ld returned 1 exit status

(cppunit did build with macports-gcc-7 with no tweaks, so the error is not on the port side.)

Basic functionality is there:

36-47:MacPorts-2.7.1 svacchanda$ cd /Users/svacchanda/Dev 
36-47:Dev svacchanda$ /opt/local/bin/gcc-mp-10 /Users/svacchanda/Dev/HelloWorld.c -o hello -m64
/Users/svacchanda/Dev/HelloWorld.c:2:1: warning: return type defaults to 'int' -Wimplicit-int]
    2 | main() {
      | ^~~~
36-47:Dev svacchanda$ /Users/svacchanda/Dev/hello 
hello, world
36-47:Dev svacchanda$ file /Users/svacchanda/Dev/hello 
/Users/svacchanda/Dev/hello: Mach-O 64-bit executable ppc64

Change History (12)

comment:1 Changed 2 years ago by kencu (Ken)

did you also update the libgcc port to use libgcc10?

gcc10 will need to be built against and use the ld and cctools in /opt/local/bin to be part of macports.

can you show us your gcc -v for your gcc10 to see if that is the case?

And last, gcc10 has to bootstrap smoothly on 10.4 PPC and Intel, and 10.5 Intel, before macports could upgrade to it. Previously, it would not build easily at least on the Intel systems due to various issues.

So there are a few parts to put in place before MP would be in a position to start debugging build errors with gcc10 on 10.5 PPC.

Last edited 2 years ago by kencu (Ken) (previous) (diff)

comment:2 in reply to:  1 Changed 2 years ago by barracuda156

Replying to kencu:

did you also update the libgcc port to use libgcc10?

No, I didn't, since I didn't know it's needed. Thank you for pointing this out. I will try doing that.

gcc10 will need to be built against and use the ld and cctools in /opt/local/bin to be part of macports. can you show us your gcc -v for your gcc10 to see if that is the case?

I will check it once back to the Quad and rebuild if it is built against system ld and cctools.

By the way, there are separate settings in gcc10 port file: configure args --with-as=, --with-ld= etc and configure.env args LD_FOR_TARGET etc. What is the purpose of the second?

And last, gcc10 has to bootstrap smoothly on 10.4 PPC and Intel, and 10.5 Intel, before macports could upgrade to it. Previously, it would not build easily at least on the Intel systems due to various issues. So there are a few parts to put in place before MP would be in a position to start debugging build errors with gcc10 on 10.5 PPC.

Got it. I cannot work on Intel part but I will try to make Iain's gcc10 build correctly within Macports for PowerPC.

comment:3 in reply to:  1 Changed 2 years ago by barracuda156

Replying to kencu:

did you also update the libgcc port to use libgcc10? gcc10 will need to be built against and use the ld and cctools in /opt/local/bin to be part of macports. can you show us your gcc -v for your gcc10 to see if that is the case?

It was build against system tools:

36-47:MacPorts-2.7.1 svacchanda$ /opt/local/bin/gcc-mp-10 -v
Using built-in specs.
COLLECT_GCC=/opt/local/bin/gcc-mp-10
COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/ppc-apple-darwin9/10.3.0/lto-wrapper
Target: ppc-apple-darwin9
Configured with: /opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_gcc10/gcc10/work/gcc-10.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc10 --includedir=/opt/local/include/gcc10 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-10 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-10 --with-gxx-include-dir=/opt/local/include/gcc10/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --with-as=/usr/bin/as --with-ld=/usr/bin/ld --with-ar=/usr/bin/ar --with-bugurl=https://trac.macports.org/newticket 'STAGE1_CFLAGS=-O1 -pipe -mdynamic-no-pic' 'STAGE1_CXXFLAGS=-O1 -pipe -mdynamic-no-pic' --with-pkgversion='MacPorts gcc10 10.3.0_1+universal'
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.3.0 (MacPorts gcc10 10.3.0_1+universal) 

So I will rebuild now. Also modified libgcc port accordingly.

comment:4 Changed 2 years ago by barracuda156

Replying to kencu:

did you also update the libgcc port to use libgcc10? gcc10 will need to be built against and use the ld and cctools in /opt/local/bin to be part of macports. can you show us your gcc -v for your gcc10 to see if that is the case?

Rebuilt:

36-47:~ svacchanda$ /opt/local/bin/gcc-mp-10 -v
Using built-in specs.
COLLECT_GCC=/opt/local/bin/gcc-mp-10
COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/ppc-apple-darwin9/10.3.0/lto-wrapper
Target: ppc-apple-darwin9
Configured with: /opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_gcc10/gcc10/work/gcc-10.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc10 --includedir=/opt/local/include/gcc10 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-10 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-10 --with-gxx-include-dir=/opt/local/include/gcc10/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --enable-host-shared --disable-tls 'STAGE1_CFLAGS=-O1 -pipe -mdynamic-no-pic' 'STAGE1_CXXFLAGS=-O1 -pipe -mdynamic-no-pic' --with-pkgversion='MacPorts gcc10 10.3.0_1+universal'
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.3.0 (MacPorts gcc10 10.3.0_1+universal)

Last edited 2 years ago by barracuda156 (previous) (diff)

comment:5 Changed 2 years ago by barracuda156

Ok, so it looks that gcc itself works, while g++ and gfortran do not. (Weren't they supposed to be used to rebuild gcc itself on stage 2? How they can succeed there but fail otherwise?)

36-47:Dev svacchanda$ /opt/local/bin/g++-mp-10 /Users/svacchanda/Dev/hw.cpp -o hello
ld: library not found for -lgcc_s.1.1
collect2: error: ld returned 1 exit status
36-47:Dev svacchanda$ /opt/local/bin/gcc-mp-10 /Users/svacchanda/Dev/hello.c -o hello
36-47:Dev svacchanda$ /Users/svacchanda/Dev/hello 
Hello, World

I have just built mpich-gcc10, however only after disabling CXX and Fortran. Otherwise configure tests were failing.

36-47:~ svacchanda$ port -v installed mpich-gcc10
The following ports are currently installed:
  mpich-gcc10 @3.4.2_0 (active) requested_variants='-universal' platform='darwin 9' archs='ppc' date='2022-02-03T03:40:23+0800'

What did I do wrong this time? Why gcc works, but not g++ and gfortran?

comment:6 Changed 2 years ago by barracuda156

Summary: advice on macports-gcc-10 errors on 10.5.8advice on macports-gcc-10 errors on 10.5.8: gcc works but g++ fails: library not found for -lgcc_s.1.1

comment:7 Changed 2 years ago by barracuda156

So for whatever reason libgcc_s.1.1.dylib and libgfortran.5.dylib did not build and not present in /opt/local/lib/libgcc, while /opt/local/lib/gcc10 has symlinks pointing to nowhere.

After I manually copied these dylibs from gcc10 built outside Macports, Macports g++-mp-10 started working:

36-47:~ svacchanda$ /opt/local/bin/g++-mp-10 /Users/svacchanda/Dev/hw.cpp -o hello
36-47:~ svacchanda$ /Users/svacchanda/hello 
Hello world!

Of course I still want to figure out why dylibs didn't build in the first place.

comment:8 Changed 2 years ago by kencu (Ken)

look at the libgcc portfile.

there are complexities in there to be understood.

the dylibs probably did build, I suspect.

comment:9 in reply to:  8 Changed 2 years ago by barracuda156

Replying to kencu:

look at the libgcc portfile.

there are complexities in there to be understood.

I have (I remembered what you told me):

# Pick the gcc version that provides the primary runtime.
# NOTE : The logic here must match that in the gccX ports *and*
# that in _resources/port1.0/group/compilers-1.0.tcl
if { ${os.major} < 11 } {
    set gcc_version 10
} else {
    set gcc_version 11
}
depends_lib port:libgcc${gcc_version}

And I also changed setting in compilers-1.0.tcl to:

# GCC version providing the primary runtime
# Note settings here *must* match those in the lang/libgcc port.
if { ${os.major} < 11 } {
    set gcc_main_version 10
} else {
    set gcc_main_version 11
}

Then I uninstalled libgcc and installed again. This however did not help. (I set os.major to 11 in order to borrow the setting into 10.6 PPC; however discussed build is done in 10.5.8.)

Last edited 2 years ago by barracuda156 (previous) (diff)

comment:10 Changed 2 years ago by barracuda156

So now everything seems to work normally: mpich-gcc10 has built with default settings (with CXX and Fortran enabled). Universal is disabled, because icu fails for ppc64 due to known bug in gcc.

36-47:~ svacchanda$ port -v installed mpich-gcc10
The following ports are currently installed:
  mpich-gcc10 @3.4.2_0 requested_variants='-universal' platform='darwin 9' archs='ppc' date='2022-02-03T03:40:23+0800'
  mpich-gcc10 @3.4.2_0+fortran (active) requested_variants='+fortran-universal' platform='darwin 9' archs='ppc' date='2022-02-03T05:44:13+0800'

comment:11 Changed 2 years ago by barracuda156

Weirdly, it builds some ports but fail at other. So far icu, mpich-gcc10 and sqlite3 have built with gcc10, but cmake build fails with a bunch of odd errors:

Undefined symbols:
  "__ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", referenced from:
      __Z25cmAddCustomCommandCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmAddCustomCommandCommand.o
      __ZN24cmBinUtilsLinuxELFLinker7PrepareEv in cmBinUtilsLinuxELFLinker.o
      __ZN24cmBinUtilsLinuxELFLinker7PrepareEv in cmBinUtilsLinuxELFLinker.o
      __ZN24cmBinUtilsLinuxELFLinker17ResolveDependencyERKSsRKSt6vectorISsSaISsEERSsRb in cmBinUtilsLinuxELFLinker.o
      __ZN51cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEES5_S5_ in cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.o
      __ZN51cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEES5_S5_ in cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.o
      __ZN51cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEES5_S5_ in cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.o
      __ZN26cmBinUtilsMacOSMachOLinker7PrepareEv in cmBinUtilsMacOSMachOLinker.o
      __ZN51cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEES5_ in cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.o
      __ZN51cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEES5_ in cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.o
      __ZN51cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEES5_ in cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.o
      __ZN52cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEE in cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.o
      __ZN52cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEE in cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.o
      __ZN52cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEE in cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.o
      __ZN25cmBinUtilsWindowsPELinker7PrepareEv in cmBinUtilsWindowsPELinker.o
      __ZN52cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEE in cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.o
      __ZN52cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEE in cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.o
      __ZN52cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool11GetFileInfoERKSsRSt6vectorISsSaISsEE in cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.o
      __Z14cmBreakCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmBreakCommand.o
      __Z14cmBreakCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmBreakCommand.o
      __Z22cmCMakeLanguageCommandRKSt6vectorI18cmListFileArgumentSaIS0_EER17cmExecutionStatus in cmCMakeLanguageCommand.o
      __ZN12_GLOBAL__N_123EnforceUnknownArgumentsERKSsRKSt6vectorISsSaISsEER17cmExecutionStatus in cmCMakeMinimumRequired.o
      __Z22cmCMakeMinimumRequiredRKSt6vectorISsSaISsEER17cmExecutionStatus in cmCMakeMinimumRequired.o
      __Z22cmCMakeMinimumRequiredRKSt6vectorISsSaISsEER17cmExecutionStatus in cmCMakeMinimumRequired.o
      __Z22cmCMakeMinimumRequiredRKSt6vectorISsSaISsEER17cmExecutionStatus in cmCMakeMinimumRequired.o
      __ZN12_GLOBAL__N_117HandleHashCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmCMakePathCommand.o
      __ZN14cmCacheManager9LoadCacheERKSsbRSt3setISsSt4lessISsESaISsEES7_ in cmCacheManager.o
      __ZN14cmCacheManager9LoadCacheERKSsbRSt3setISsSt4lessISsESaISsEES7_ in cmCacheManager.o
      __ZN29cmCommandArgumentParserHelper5ErrorEPKc in cmCommandArgumentParserHelper.o
      __ZN29cmCommandArgumentParserHelper21ExpandSpecialVariableEPKcS1_ in cmCommandArgumentParserHelper.o
      __ZN29cmCommandArgumentParserHelper18HandleEscapeSymbolEPNS_10ParserTypeEc in cmCommandArgumentParserHelper.o
      __ZN23cmCommonTargetGenerator16AppendOSXVerFlagERSsRKSsPKcb in cmCommonTargetGenerator.o
      __ZN20cmComputeLinkDepends22DisplayConstraintGraphEv in cmComputeLinkDepends.o
      __Z6cmWrapI15cmGraphEdgeListESsN2cm11string_viewERKT_S2_S2_ in cmComputeLinkDepends.o
      __ZN24cmComputeLinkInformation17DropDirectoryItemERKSs in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation29FinishLinkerSearchDirectoriesEv in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation29FinishLinkerSearchDirectoriesEv in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation17HandleBadFullItemERKSsS1_ in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation17HandleBadFullItemERKSsS1_ in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation16AddFrameworkItemERKSs in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation7ComputeEv in cmComputeLinkInformation.o
      __ZN24cmComputeLinkInformation7ComputeEv in cmComputeLinkInformation.o
      __ZN22cmComputeTargetDepends25ComplainAboutBadComponentERK23cmComputeComponentGraphib in cmComputeTargetDepends.o
      __ZN22cmComputeTargetDepends15AddTargetDependEiRK10cmLinkItembb in cmComputeTargetDepends.o
      __ZNK20cmConditionEvaluator23GetDefinitionIfUnquotedERK25cmExpandedCommandArgument in cmConditionEvaluator.o
      __ZNK20cmConditionEvaluator9IsKeywordEN2cm18static_string_viewERK25cmExpandedCommandArgument in cmConditionEvaluator.o
      __ZN20cmConditionEvaluator12HandleLevel1ERNS_14cmArgumentListERSsR11MessageType in cmConditionEvaluator.o
      __ZN20cmConditionEvaluator12HandleLevel2ERNS_14cmArgumentListERSsR11MessageType in cmConditionEvaluator.o
      __ZN20cmConditionEvaluator12HandleLevel2ERNS_14cmArgumentListERSsR11MessageType in cmConditionEvaluator.o
      __Z22cmConfigureFileCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmConfigureFileCommand.o
      __ZN16cmCoreTryCompile14FindOutputFileERKSsN12cmStateEnums10TargetTypeE in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN16cmCoreTryCompile14TryCompileCodeERKSt6vectorISsSaISsEEb in cmCoreTryCompile.o
      __ZN17cmELFInternalImplI12cmELFTypes32EC4EP5cmELFSt10unique_ptrISiSt14default_deleteISiEEN13cmELFInternal13ByteOrderTypeE in cmELF.o
      __ZN17cmELFInternalImplI12cmELFTypes64EC4EP5cmELFSt10unique_ptrISiSt14default_deleteISiEEN13cmELFInternal13ByteOrderTypeE in cmELF.o
      __Z23cmExecuteProcessCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmExecuteProcessCommand.o
      __ZN26cmExportBuildFileGenerator26ComplainAboutMissingTargetEPK17cmGeneratorTargetS2_RKSt6vectorISsSaISsEE in cmExportBuildFileGenerator.o
      __ZN26cmExportBuildFileGenerator16GenerateMainFileERSo in cmExportBuildFileGenerator.o
      __ZL18checkInterfaceDirsRKSsPK17cmGeneratorTargetS0_ in cmExportFileGenerator.o
      __ZL18checkInterfaceDirsRKSsPK17cmGeneratorTargetS0_ in cmExportFileGenerator.o
      __ZN21cmExportFileGenerator18GenerateImportFileEv in cmExportFileGenerator.o
      __Z32getCompatibleInterfacePropertiesPK17cmGeneratorTargetRSt3setISsSt4lessISsESaISsEERKSs in cmExportFileGenerator.o
      __ZN21cmExportFileGenerator35PopulateIncludeDirectoriesInterfaceEPK17cmGeneratorTargetN21cmGeneratorExpression17PreprocessContextERSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEERSt6vectorISsSaISsEE in cmExportFileGenerator.o
      __ZN21cmExportFileGenerator22SetImportLinkInterfaceERKSsS1_N21cmGeneratorExpression17PreprocessContextEPK17cmGeneratorTargetRSt3mapISsSsSt4lessISsESaISt4pairIS0_SsEEERSt6vectorISsSaISsEE in cmExportFileGenerator.o
      __ZN21cmExportFileGenerator24PopulateExportPropertiesEPK17cmGeneratorTargetRSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEERSs in cmExportFileGenerator.o
      __ZN21cmExportFileGenerator24PopulateExportPropertiesEPK17cmGeneratorTargetRSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEERSs in cmExportFileGenerator.o
      __ZN28cmExportInstallFileGenerator26ComplainAboutMissingTargetEPK17cmGeneratorTargetS2_RKSt6vectorISsSaISsEE in cmExportInstallFileGenerator.o
      __ZN28cmExportInstallFileGenerator16GenerateMainFileERSo in cmExportInstallFileGenerator.o
      __ZN28cmExportInstallFileGenerator24GenerateImportFileConfigERKSsRSt6vectorISsSaISsEE in cmExportInstallFileGenerator.o
      __ZN18cmExprParserHelper5ErrorEPKc in cmExprParserHelper.o
      __ZN18cmExprParserHelper14UnexpectedCharEc in cmExprParserHelper.o
      __ZN12_GLOBAL__N_123HandleCreateLinkCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmFileCommand.o
      __ZN12_GLOBAL__N_121HandleGenerateCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmFileCommand.o
      __ZN12_GLOBAL__N_135HandleGetRuntimeDependenciesCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmFileCommand.o
      __ZN12_GLOBAL__N_135HandleGetRuntimeDependenciesCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmFileCommand.o
      __Z6cmJoinI7cmRangeIN14RangeIterators17TransformIteratorIN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEEEPFSsRS5_EEEEESsRKT_N2cm11string_viewE in cmFileCommand.o
      __ZN12cmFileCopier14SetPermissionsERKSst in cmFileCopier.o
      __ZN12cmFileCopier16CheckPermissionsERKSsRt in cmFileCopier.o
      __ZN12cmFileCopier13ReportMissingERKSs in cmFileCopier.o
      __ZN12cmFileCopier14NotBeforeMatchERKSs in cmFileCopier.o
      __ZN12cmFileCopier13NotAfterMatchERKSs in cmFileCopier.o
      __ZN12cmFileCopier5ParseERKSt6vectorISsSaISsEE in cmFileCopier.o
      __ZN12cmFileCopier5ParseERKSt6vectorISsSaISsEE in cmFileCopier.o
      __ZN12cmFileCopier14InstallSymlinkERKSsS1_ in cmFileCopier.o
      __ZN12cmFileCopier14InstallSymlinkERKSsS1_ in cmFileCopier.o
      __ZN12cmFileCopier11InstallFileERKSsS1_NS_15MatchPropertiesE in cmFileCopier.o
      __ZN12cmFileCopier11InstallFileERKSsS1_NS_15MatchPropertiesE in cmFileCopier.o
      __ZN12cmFileCopier16InstallDirectoryERKSsS1_NS_15MatchPropertiesE in cmFileCopier.o
      __ZN12cmFileCopier19InstallSymlinkChainERSsS0_ in cmFileCopier.o
      __ZN12cmFileCopier10CheckValueERKSs in cmFileCopier.o
      __ZN12cmFileCopier10CheckValueERKSs in cmFileCopier.o
      __ZN15cmFileInstaller23GetTargetTypeFromStringERKSs in cmFileInstaller.o
      __ZN15cmFileInstaller12CheckKeywordERKSs in cmFileInstaller.o
      __ZN20cmFindPackageCommand17HandlePackageModeENS_21HandlePackageModeTypeE in cmFindPackageCommand.o
      __ZN20cmFindPackageCommand17HandlePackageModeENS_21HandlePackageModeTypeE in cmFindPackageCommand.o
      __ZN20cmFindPackageCommand11InitialPassERKSt6vectorISsSaISsEE in cmFindPackageCommand.o
      __ZN20cmFindPackageCommand11InitialPassERKSt6vectorISsSaISsEE in cmFindPackageCommand.o
      __ZN12_GLOBAL__N_115TryParseIntegerER17cmExecutionStatusRKSsRi in cmForEachCommand.o
      __ZN12_GLOBAL__N_115TryParseIntegerER17cmExecutionStatusRKSsRi in cmForEachCommand.o
      __ZN17cmFunctionBlocker17IsFunctionBlockedERK18cmListFileFunctionR17cmExecutionStatus in cmFunctionBlocker.o
      __ZNK12_GLOBAL__N_123cmFunctionHelperCommandclERKSt6vectorI18cmListFileArgumentSaIS2_EER17cmExecutionStatus in cmFunctionCommand.o
      __ZN31cmGeneratorExpressionDAGChecker11ReportErrorEP28cmGeneratorExpressionContextRKSs in cmGeneratorExpressionDAGChecker.o
      __ZN31cmGeneratorExpressionDAGChecker11ReportErrorEP28cmGeneratorExpressionContextRKSs in cmGeneratorExpressionDAGChecker.o
      __ZN31cmGeneratorExpressionDAGChecker11ReportErrorEP28cmGeneratorExpressionContextRKSs in cmGeneratorExpressionDAGChecker.o
      __ZN35cmGeneratorExpressionEvaluationFile15FixRelativePathERKSsNS_8PathRoleEP16cmLocalGenerator in cmGeneratorExpressionEvaluationFile.o
      __ZN35cmGeneratorExpressionEvaluationFile8GenerateEP16cmLocalGeneratorRKSsS3_P29cmCompiledGeneratorExpressionRSt3mapISsSsSt4lessISsESaISt4pairIS2_SsEEEt in cmGeneratorExpressionEvaluationFile.o
      __ZN35cmGeneratorExpressionEvaluationFile8GenerateEP16cmLocalGeneratorRKSsS3_P29cmCompiledGeneratorExpressionRSt3mapISsSsSt4lessISsESaISt4pairIS2_SsEEEt in cmGeneratorExpressionEvaluationFile.o
      __ZN35cmGeneratorExpressionEvaluationFile8GenerateEP16cmLocalGenerator in cmGeneratorExpressionEvaluationFile.o
      __ZNK26GeneratorExpressionContent18EvaluateParametersEPK25cmGeneratorExpressionNodeRKSsP28cmGeneratorExpressionContextP31cmGeneratorExpressionDAGCheckerRSt6vectorISsSaISsEE in cmGeneratorExpressionEvaluator.o
      __Z11reportErrorP28cmGeneratorExpressionContextRKSsS2_ in cmGeneratorExpressionNode.o
      __ZNK13BooleanOpNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK19TargetGenexEvalNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK14CompilerIdNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK19CompilerVersionNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK18TargetPropertyNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK17TargetObjectsNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK17TargetObjectsNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK17TargetObjectsNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK10InListNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK21TargetRuntimeDllsNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK21TargetRuntimeDllsNode8EvaluateERKSt6vectorISsSaISsEEP28cmGeneratorExpressionContextPK26GeneratorExpressionContentP31cmGeneratorExpressionDAGChecker in cmGeneratorExpressionNode.o
      __ZNK17cmGeneratorTarget12CheckCMP0004ERKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget12CheckCMP0004ERKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget12CheckCMP0004ERKSs in cmGeneratorTarget.o
      __ZN12_GLOBAL__N_114processSourcesEPK17cmGeneratorTargetRNS_30EvaluatedTargetPropertyEntriesERSt6vectorI2BTISsESaIS7_EERSt13unordered_setISsSt4hashISsESt8equal_toISsESaISsEEb in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget18ComputeLinkClosureERKSsRNS_11LinkClosureE in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget13GetExportNameEv in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget12IsIPOEnabledERKSsS1_ in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget37DetermineHasMacOSXRpathInstallNameDirERKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget15ResolveLinkItemERK2BTISsEPK16cmLocalGenerator in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget34ComputeLinkImplementationLibrariesERKSsR28cmOptionalLinkImplementationPKS_ in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget29ComputeLinkInterfaceLibrariesERKSsR23cmOptionalLinkInterfacePKS_b in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget29ComputeLinkInterfaceLibrariesERKSsR23cmOptionalLinkInterfacePKS_b in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget29ComputeLinkInterfaceLibrariesERKSsR23cmOptionalLinkInterfacePKS_b in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget29ComputeLinkInterfaceLibrariesERKSsR23cmOptionalLinkInterfacePKS_b in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityIPKcET_PK17cmGeneratorTargetRKSsS7_S1_14CompatibleTypePS2_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityIPKcET_PK17cmGeneratorTargetRKSsS7_S1_14CompatibleTypePS2_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityIPKcET_PK17cmGeneratorTargetRKSsS7_S1_14CompatibleTypePS2_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityISsET_PK17cmGeneratorTargetRKSsS5_PKc14CompatibleTypePS0_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityISsET_PK17cmGeneratorTargetRKSsS5_PKc14CompatibleTypePS0_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityISsET_PK17cmGeneratorTargetRKSsS5_PKc14CompatibleTypePS0_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityIbET_PK17cmGeneratorTargetRKSsS5_PKc14CompatibleTypePS0_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityIbET_PK17cmGeneratorTargetRKSsS5_PKc14CompatibleTypePS0_.isra.0 in cmGeneratorTarget.o
      __Z35checkInterfacePropertyCompatibilityIbET_PK17cmGeneratorTargetRKSsS5_PKc14CompatibleTypePS0_.isra.0 in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget20ComputeKindedSourcesERNS_13KindedSourcesERKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget16GetKindedSourcesERKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget34GetConfigCommonSourceFilesForXcodeERSt6vectorIP12cmSourceFileSaIS2_EE in cmGeneratorTarget.o
      __ZN25cmTargetTraceDependenciesC4EP17cmGeneratorTarget in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget18GetLinkDirectoriesERKSsS1_ in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget21GetIncludeDirectoriesERKSsS1_ in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget21GetIncludeDirectoriesERKSsS1_ in cmGeneratorTarget.o
      __Z24checkPropertyConsistencyIPKcEvPK17cmGeneratorTargetS4_RKSsRSt3setISsSt4lessISsESaISsEES6_14CompatibleTypePT_.isra.0 in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget26CheckPropertyCompatibilityER24cmComputeLinkInformationRKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget26CheckPropertyCompatibilityER24cmComputeLinkInformationRKSs in cmGeneratorTarget.o
      __ZNK17cmGeneratorTarget23NeedRelinkBeforeInstallERKSs in cmGeneratorTarget.o
      __ZN20cmTargetSelectLinker6ChooseEv in cmGeneratorTarget.o
      __ZN28cmTargetCollectLinkLanguages5VisitERK10cmLinkItem in cmGeneratorTarget.o
      __Z25cmGetCMakePropertyCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmGetCMakePropertyCommand.o
      __Z26cmGetTargetPropertyCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmGetTargetPropertyCommand.o
      __ZN17cmGlobalGenerator20SetGeneratorInstanceERKSsP10cmMakefile in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator20SetGeneratorPlatformERKSsP10cmMakefile in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator19SetGeneratorToolsetERKSsbP10cmMakefile in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator28UnsupportedVariableIsDefinedERKSsb in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator29CheckTargetsForMissingSourcesEv in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator35CheckALLOW_DUPLICATE_CUSTOM_TARGETSEv in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator15FindMakeProgramEP10cmMakefile in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator28CheckCompilerIdCompatibilityEP10cmMakefileRKSs in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator28CheckCompilerIdCompatibilityEP10cmMakefileRKSs in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator28CheckCompilerIdCompatibilityEP10cmMakefileRKSs in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator12CheckCMP0037ERKSsS1_ in cmGlobalGenerator.o
      __ZNK17cmGlobalGenerator10IsExcludedEP16cmLocalGeneratorPK17cmGeneratorTarget in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator14EnableLanguageERKSt6vectorISsSaISsEEP10cmMakefileb in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator14EnableLanguageERKSt6vectorISsSaISsEEP10cmMakefileb in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator14EnableLanguageERKSt6vectorISsSaISsEEP10cmMakefileb in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator23AddGlobalTarget_InstallERSt6vectorINS_16GlobalTargetInfoESaIS1_EE in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator9ConfigureEv in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator8GenerateEv in cmGlobalGenerator.o
      __ZN17cmGlobalGenerator8GenerateEv in cmGlobalGenerator.o
      __Z6cmWrapISt3setISsSt4lessISsESaISsEEESscRKT_cN2cm11string_viewE in cmGlobalGenerator.o
      __ZN25cmGlobVerificationManager13AddCacheEntryEbbbRKSsS1_RKSt6vectorISsSaISsEES1_RK19cmListFileBacktrace in cmGlobVerificationManager.o
      __Z16cmIncludeCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmIncludeCommand.o
      __ZN12_GLOBAL__N_117HandleTargetsModeERKSt6vectorISsSaISsEER17cmExecutionStatus in cmInstallCommand.o
      __ZN12_GLOBAL__N_117HandleTargetsModeERKSt6vectorISsSaISsEER17cmExecutionStatus in cmInstallCommand.o
      __ZN12_GLOBAL__N_115HandleFilesModeERKSt6vectorISsSaISsEER17cmExecutionStatus in cmInstallCommand.o
      __ZN24cmInstallExportGenerator14GenerateScriptERSo in cmInstallExportGenerator.o
      __ZN18cmInstallGenerator8AddTweakERSo23cmScriptGeneratorIndentRKSsS3_RKSt8functionIFvS0_S1_S3_S3_EE in cmInstallGenerator.o
      __ZN18cmInstallGenerator8AddTweakERSo23cmScriptGeneratorIndentRKSsS3_RKSt6vectorISsSaISsEERKSt8functionIFvS0_S1_S3_S3_EE in cmInstallGenerator.o
      __ZN24cmInstallTargetGenerator19IssueCMP0095WarningERKSs in cmInstallTargetGenerator.o
      __ZN24cmInstallTargetGenerator19AddChrpathPatchRuleERSo23cmScriptGeneratorIndentRKSsS3_ in cmInstallTargetGenerator.o
      __ZL10AddLinkDirR10cmMakefileRKSsRSt6vectorISsSaISsEE in cmLinkDirectoriesCommand.o
      __ZN18cmLinkLineComputer20ComputeLinkLibrariesER24cmComputeLinkInformationRKSsRSt6vectorI2BTISsESaIS6_EE in cmLinkLineComputer.o
      __ZN18cmLinkLineComputer20ComputeLinkLibrariesER24cmComputeLinkInformationRKSsRSt6vectorI2BTISsESaIS6_EE in cmLinkLineComputer.o
      __ZN12_GLOBAL__N_120HandleReverseCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmListCommand.o
      __ZN12_GLOBAL__N_121HandleRemoveAtCommandERKSt6vectorISsSaISsEER17cmExecutionStatus in cmListCommand.o
      __Z6cmJoinI7cmRangeIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEEEESsRKT_N2cm11string_viewE in cmListCommand.o
      __ZN16cmListFileParser11AddArgumentEP23cmListFileLexer_Token_sN18cmListFileArgument9DelimiterE in cmListFileCache.o
      __ZN16cmListFileParser13ParseFunctionEPKcl in cmListFileCache.o
      __ZN16cmListFileParser13ParseFunctionEPKcl in cmListFileCache.o
      __ZN16cmListFileParser13ParseFunctionEPKcl in cmListFileCache.o
      __ZN16cmListFileParser13ParseFunctionEPKcl in cmListFileCache.o
      __ZN16cmListFileParser5ParseEv in cmListFileCache.o
      __ZN16cmListFileParser5ParseEv in cmListFileCache.o
      __ZNK16cmLocalGenerator15CheckDefinitionERKSs in cmLocalGenerator.o
      __ZNK16cmLocalGenerator15CheckDefinitionERKSs in cmLocalGenerator.o
      __ZN16cmLocalGenerator22GenerateAppleInfoPListEP17cmGeneratorTargetRKSsS3_ in cmLocalGenerator.o
      __ZN16cmLocalGenerator26GenerateFrameworkInfoPListEP17cmGeneratorTargetRKSsS3_ in cmLocalGenerator.o
      __ZN16cmLocalGenerator20ComputeObjectMaxPathEv in cmLocalGenerator.o
      __ZN16cmLocalGenerator20ComputeObjectMaxPathEv in cmLocalGenerator.o
      __ZNK16cmLocalGenerator20GetShouldUseOldFlagsEbRKSs in cmLocalGenerator.o
      __ZNK16cmLocalGenerator18GetLinkLibsCMP0065ERKSsR17cmGeneratorTarget in cmLocalGenerator.o
      __ZN16cmLocalGenerator24AddVisibilityPresetFlagsERSsPK17cmGeneratorTargetRKSs in cmLocalGenerator.o
      __ZN16cmLocalGenerator24AddVisibilityPresetFlagsERSsPK17cmGeneratorTargetRKSs in cmLocalGenerator.o
      __ZNK16cmLocalGenerator24AppendIncludeDirectoriesERSt6vectorISsSaISsEERKS2_RK12cmSourceFile in cmLocalGenerator.o
      __ZN16cmLocalGenerator17AddCompileOptionsERSt6vectorI2BTISsESaIS2_EEP17cmGeneratorTargetRKSsS9_ in cmLocalGenerator.o
      __ZN16cmLocalGenerator15GetIncludeFlagsERKSt6vectorISsSaISsEEP17cmGeneratorTargetRKSsS8_bNS_16IncludePathStyleE in cmLocalGenerator.o
      __ZN16cmLocalGenerator18AddPchDependenciesEP17cmGeneratorTarget in cmLocalGenerator.o
      __ZN16cmLocalGenerator20GenerateInstallRulesEv in cmLocalGenerator.o
      __ZNK12_GLOBAL__N_120cmMacroHelperCommandclERKSt6vectorI18cmListFileArgumentSaIS2_EER17cmExecutionStatus in cmMacroCommand.o
      __ZNK10cmMakefile12CheckCMP0037ERKSsN12cmStateEnums10TargetTypeE in cmMakefile.o
      __ZN10cmMakefile12IncludeScope14EnforceCMP0011Ev in cmMakefile.o
      __ZN10cmMakefile12IncludeScope14EnforceCMP0011Ev in cmMakefile.o
      __ZNK10cmMakefile26EnforceDirectoryLevelRulesEv in cmMakefile.o
      __ZNK10cmMakefile21ValidateCustomCommandERK20cmCustomCommandLines in cmMakefile.o
      __ZNK10cmMakefile26ExpandVariablesInStringOldERSsS0_bbbPKclbb in cmMakefile.o
      __ZN10cmMakefile10RaiseScopeERKSsPKc in cmMakefile.o
      __ZN10cmMakefile9SetPolicyEPKcN10cmPolicies12PolicyStatusE in cmMakefile.o
      __ZNK10cmMakefile22MaybeWarnUninitializedERKSsPKc in cmMakefile.o
      __ZN10cmMakefile11SetArgcArgvERKSt6vectorISsSaISsEE in cmMakefile.o
      __ZN10cmMakefile25PopFunctionBlockerBarrierEb in cmMakefile.o
      __ZNK10cmMakefile15DeferGetCallIdsEv in cmMakefile.o
      __ZNK10cmMakefile26ExpandVariablesInStringNewERSsS0_bbbPKclb in cmMakefile.o
      __ZN10cmMakefile16MaybeWarnCMP0074ERKSs in cmMakefile.o
      __ZNK10cmMakefile16EnforceUniqueDirERKSsS1_ in cmMakefile.o
      __ZNK10cmMakefile22GetCustomCommandTargetERKSs23cmObjectLibraryCommandsRK19cmListFileBacktrace in cmMakefile.o
      __ZNK10cmMakefile22GetCustomCommandTargetERKSs23cmObjectLibraryCommandsRK19cmListFileBacktrace in cmMakefile.o
      __ZNK10cmMakefile22GetCustomCommandTargetERKSs23cmObjectLibraryCommandsRK19cmListFileBacktrace in cmMakefile.o
      __ZNK10cmMakefile17EnforceUniqueNameERKSsRSsb in cmMakefile.o
      __ZNK10cmMakefile17EnforceUniqueNameERKSsRSsb in cmMakefile.o
      __ZNK10cmMakefile17EnforceUniqueNameERKSsRSsb in cmMakefile.o
      __ZN10cmMakefile13ConfigureFileERKSsS1_bbbt14cmNewLineStyle in cmMakefile.o
      __ZNK10cmMakefile14GetModulesFileERKSsRbbRSs in cmMakefile.o
      __ZNK10cmMakefile19FormatListFileStackEv in cmMakefile.o
      __ZN10cmMakefile15ParseDefineFlagERKSsb in cmMakefile.o
      __ZN10cmMakefile22ExpandVariablesCMP0019Ev in cmMakefile.o
      __ZN10cmMakefile22ExpandVariablesCMP0019Ev in cmMakefile.o
      __ZNK10cmMakefile17PrintCommandTraceERK18cmListFileFunctionRKN2cm8optionalISsEE in cmMakefile.o
      __ZN10cmMakefile14ExecuteCommandERK18cmListFileFunctionR17cmExecutionStatusN2cm8optionalISsEE in cmMakefile.o
      __ZN10cmMakefile21ConfigureSubDirectoryEPS_ in cmMakefile.o
      __ZNK11cmMessenger14DisplayMessageE11MessageTypeRKSsRK19cmListFileBacktrace in cmMessenger.o
      __ZN18cmOrderDirectories21FindImplicitConflictsEv in cmOrderDirectories.o
      __ZN18cmOrderDirectories13DiagnoseCycleEv in cmOrderDirectories.o
      __Z23cmParseArgumentsCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmParseArgumentsCommand.o
      __Z23cmParseArgumentsCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmParseArgumentsCommand.o
      __Z6cmJoinI7cmRangeIN14RangeIterators17TransformIteratorIN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEEEPFSsRS5_EEEEESsRKT_N2cm11string_viewE in cmParseArgumentsCommand.o
      __ZN10cmPolicies16GetPolicyWarningENS_8PolicyIDE in cmPolicies.o
      __ZN10cmPolicies26GetPolicyDeprecatedWarningENS_8PolicyIDE in cmPolicies.o
      __ZN10cmPolicies22GetRequiredPolicyErrorENS_8PolicyIDE in cmPolicies.o
      __ZN10cmPolicies28GetRequiredAlwaysPolicyErrorENS_8PolicyIDE in cmPolicies.o
      __ZN10cmPolicies18ApplyPolicyVersionEP10cmMakefilejjjNS_10WarnCompatE in cmPolicies.o
      __ZN10cmPolicies18ApplyPolicyVersionEP10cmMakefilejjjNS_10WarnCompatE in cmPolicies.o
      __ZN10cmPolicies18ApplyPolicyVersionEP10cmMakefileRKSsS3_NS_10WarnCompatE in cmPolicies.o
      __ZN10cmPolicies18ApplyPolicyVersionEP10cmMakefileRKSsS3_NS_10WarnCompatE in cmPolicies.o
      __ZN10cmPolicies18ApplyPolicyVersionEP10cmMakefileRKSsS3_NS_10WarnCompatE in cmPolicies.o
      __ZN10cmPolicies18ApplyPolicyVersionEP10cmMakefileRKSsS3_NS_10WarnCompatE in cmPolicies.o
      __ZN26cmRuntimeDependencyArchive7PrepareEv in cmRuntimeDependencyArchive.o
      __Z20cmSetPropertyCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmSetPropertyCommand.o
      __Z6cmJoinISt6vectorI2BTISsESaIS2_EEESsRKT_N2cm11string_viewE in cmSourceFile.o
      __ZNK12_GLOBAL__N_121StandardLevelComputer19GetCompileOptionDefEP10cmMakefilePK17cmGeneratorTargetRKSs in cmStandardLevelResolver.o
      __ZNK23cmStandardLevelResolver24CompileFeaturesAvailableERKSsPSs in cmStandardLevelResolver.o
      __ZNK23cmStandardLevelResolver24CompileFeaturesAvailableERKSsPSs in cmStandardLevelResolver.o
      __ZNK23cmStandardLevelResolver19CompileFeatureKnownERKSsS1_RSsPSs in cmStandardLevelResolver.o
      __ZNK23cmStandardLevelResolver29CheckCompileFeaturesAvailableERKSsS1_RSsPSs in cmStandardLevelResolver.o
      __Z6cmJoinI7cmRangeIN9__gnu_cxx17__normal_iteratorIPK2BTISsESt6vectorIS4_SaIS4_EEEEEESsRKT_N2cm11string_viewE in cmStateDirectory.o
      __ZN21cmStringReplaceHelper7ReplaceERKSsRSs in cmStringReplaceHelper.o
      __ZN21cmStringReplaceHelper7ReplaceERKSsRSs in cmStringReplaceHelper.o
      __ZN21cmStringReplaceHelper22ParseReplaceExpressionEv in cmStringReplaceHelper.o
      __ZNSt17_Function_handlerIFbRN2cm8optionalISsEERKSsPKcPSsEZ14ChangeRPathELFS5_S5_S5_bS8_PbEUlS3_S5_S7_S8_E_E9_M_invokeERKSt9_Any_dataS3_S5_OS7_OS8_ in cmSystemTools.o
      __ZL37cmTargetCheckLINK_INTERFACE_LIBRARIESRKSsS0_P10cmMakefileb in cmTarget.o
      __ZNK17cmTargetInternals24ProcessSourceItemCMP0049ERKSs in cmTarget.o
      __ZN24cmTargetPropertyComputer10GetSourcesI8cmTargetEE7cmValuePKT_P11cmMessengerRK19cmListFileBacktrace in cmTarget.o
      __ZN24cmTargetPropertyComputer10GetSourcesI8cmTargetEE7cmValuePKT_P11cmMessengerRK19cmListFileBacktrace in cmTarget.o
      __ZN8cmTarget14AppendPropertyERKSsS1_b in cmTarget.o
      __ZN8cmTarget14AppendPropertyERKSsS1_b in cmTarget.o
      __ZN8cmTarget14AppendPropertyERKSsS1_b in cmTarget.o
      __ZN8cmTarget14AppendPropertyERKSsS1_b in cmTarget.o
      __ZNK8cmTarget13CheckPropertyERKSsP10cmMakefile in cmTarget.o
      __ZNK8cmTarget13CheckPropertyERKSsP10cmMakefile in cmTarget.o
      __Z6cmJoinISt6vectorI2BTISsESaIS2_EEESsRKT_N2cm11string_viewE in cmTarget.o
      __ZN8cmTarget13StorePropertyI7cmValueEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyI7cmValueEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyI7cmValueEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyI7cmValueEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyI7cmValueEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyI7cmValueEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyIPKcEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyIPKcEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyIPKcEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyIPKcEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyIPKcEEvRKSsT_ in cmTarget.o
      __ZN8cmTarget13StorePropertyIPKcEEvRKSsT_ in cmTarget.o
      __ZN12_GLOBAL__N_13TLL13HandleLibraryENS_15ProcessingStateERKSs23cmTargetLinkLibraryType in cmTargetLinkLibrariesCommand.o
      __Z28cmTargetLinkLibrariesCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmTargetLinkLibrariesCommand.o
      __Z28cmTargetLinkLibrariesCommandRKSt6vectorISsSaISsEER17cmExecutionStatus in cmTargetLinkLibrariesCommand.o
      __ZN24cmTargetPropertyComputer28HandleLocationPropertyPolicyERKSsP11cmMessengerRK19cmListFileBacktrace in cmTargetPropertyComputer.o
      __ZN12_GLOBAL__N_117TargetSourcesImpl24ConvertToAbsoluteContentEP8cmTargetRKSt6vectorISsSaISsEEb in cmTargetSourcesCommand.o
      __ZN5cmake20DoPreConfigureChecksEv in cmake.o
      __ZL19cmakeCheckStampFileRKSs in cmake.o
      __ZN5cmake26HandleDeleteCacheVariablesERKSs in cmake.o
      __ZN5cmake16CheckBuildSystemEv in cmake.o
      __ZN5cmake16CheckBuildSystemEv in cmake.o
      __ZN5cmake16CheckBuildSystemEv in cmake.o
      __ZN5cmake16CheckBuildSystemEv in cmake.o
      __ZN12_GLOBAL__N_117CMakeCommandUsageERKSs in cmcmd.o
      __ZN5cmcmd19ExecuteCMakeCommandERKSt6vectorISsSaISsEESt10unique_ptrI12cmConsoleBufSt14default_deleteIS6_EE in cmcmd.o
      __ZN5cmcmd19ExecuteCMakeCommandERKSt6vectorISsSaISsEESt10unique_ptrI12cmConsoleBufSt14default_deleteIS6_EE in cmcmd.o
      __ZN5cmcmd19ExecuteCMakeCommandERKSt6vectorISsSaISsEESt10unique_ptrI12cmConsoleBufSt14default_deleteIS6_EE in cmcmd.o
      __ZN30cmGlobalUnixMakefileGenerator322WriteConvenienceRules2ERSoR29cmLocalUnixMakefileGenerator3 in cmGlobalUnixMakefileGenerator3.o
      __ZN30cmGlobalUnixMakefileGenerator322WriteConvenienceRules2ERSoR29cmLocalUnixMakefileGenerator3 in cmGlobalUnixMakefileGenerator3.o
      __ZN30cmGlobalUnixMakefileGenerator322WriteConvenienceRules2ERSoR29cmLocalUnixMakefileGenerator3 in cmGlobalUnixMakefileGenerator3.o
      __ZN29cmLocalUnixMakefileGenerator318AppendCleanCommandERSt6vectorISsSaISsEERKSt3setISsSt4lessISsES1_EP17cmGeneratorTargetPKc in cmLocalUnixMakefileGenerator3.o
      __ZN29cmLocalUnixMakefileGenerator325ConvertToQuotedOutputPathERKSsb in cmLocalUnixMakefileGenerator3.o
      __ZN29cmLocalUnixMakefileGenerator318WriteLocalAllRulesERSo in cmLocalUnixMakefileGenerator3.o
      __ZN29cmLocalUnixMakefileGenerator318WriteLocalAllRulesERSo in cmLocalUnixMakefileGenerator3.o
      __ZN35cmMakefileExecutableTargetGenerator19WriteExecutableRuleEb in cmMakefileExecutableTargetGenerator.o
      __ZN35cmMakefileExecutableTargetGenerator19WriteExecutableRuleEb in cmMakefileExecutableTargetGenerator.o
      __ZN32cmMakefileLibraryTargetGenerator17WriteLibraryRulesERKSsS1_b in cmMakefileLibraryTargetGenerator.o
      __ZN32cmMakefileLibraryTargetGenerator17WriteLibraryRulesERKSsS1_b in cmMakefileLibraryTargetGenerator.o
      __ZNK25cmMakefileTargetGenerator16MakeEchoProgressERN29cmLocalUnixMakefileGenerator312EchoProgressE in cmMakefileTargetGenerator.o
      __ZN25cmMakefileTargetGenerator22GenerateCustomRuleFileERK24cmCustomCommandGenerator in cmMakefileTargetGenerator.o
      __ZN25cmMakefileTargetGenerator20WriteObjectRuleFilesERK12cmSourceFile in cmMakefileTargetGenerator.o
      __ZN25cmMakefileTargetGenerator22WriteTargetDependRulesEv in cmMakefileTargetGenerator.o
      __ZN5cmsys11SystemTools15FindProgramPathEPKcRSsS3_S2_S2_S2_ in SystemTools.o
  "__ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev", referenced from:
      __ZN5cmake12SetTraceFileERKSs in cmake.o
ld: symbol(s) not found
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:2: cmake] Error 1
---------------------------------------------
Error when bootstrapping CMake:
Problem while running gmake
---------------------------------------------
Log of errors: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.22.2/Bootstrap.cmk/cmake_bootstrap.log
---------------------------------------------
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.22.2" && ./bootstrap --prefix=/opt/local --docdir=share/doc/cmake --parallel=4 --init=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.22.2/macports.cmake --system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui -- 
Exit code: 9
Error: Failed to configure cmake: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake/cmake/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.

comment:12 Changed 2 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.