[MacPorts] #64013: Testing fails: ld: dynamic main executables must link with libSystem.dylib for architecture x86_64

MacPorts noreply at macports.org
Sat Nov 20 06:37:13 UTC 2021


#64013: Testing fails: ld: dynamic main executables must link with libSystem.dylib
for architecture x86_64
------------------------+-----------------------------
 Reporter:  ryandesign  |      Owner:  (none)
     Type:  defect      |     Status:  new
 Priority:  Normal      |  Milestone:  MacPorts Future
Component:  base        |    Version:  2.7.1
 Keywords:              |       Port:
------------------------+-----------------------------
 Testing base fails on macOS 11:

 {{{
 ===> making test in src/machista1.0
 clang -dynamiclib -g -O2 -std=c99 -Wextra -Wall -pedantic  -fPIC
 -Wl,-single_module \
                 $(if [ 20 -lt 10 ]; then echo "-arch i386 -arch ppc"; elif
 [ 20 -lt 20 ]; then echo "-arch x86_64 -arch i386"; else echo "-arch
 x86_64 -arch arm64"; fi) \
                 -nostdlib \
                 -install_name tests/libmachista-test-dependency.dylib \
                 tests/empty.c \
                 -o tests/libmachista-test-dependency.dylib
 ld: dynamic main executables must link with libSystem.dylib for
 architecture x86_64
 clang: error: linker command failed with exit code 1 (use -v to see
 invocation)
 make[2]: *** [tests/libmachista-test-dependency.dylib] Error 1
 make[1]: *** [test] Error 1
 make: *** [test] Error 1
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/64013>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list