Opened 6 years ago

Closed 5 years ago

#57295 closed defect (fixed)

python26 @2.6.9: __dyld section not supported

Reported by: rlhamil Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: mojave Cc:
Port: python26

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

:info:build /usr/bin/clang -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -u _PyMac_Error Python.framework/Versions/2.6/Python -o python.exe \
:info:build 			Modules/python.o \
:info:build 			 -ldl  -framework CoreFoundation     
:info:build dyld: __dyld section not supported in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python26/python26/work/Python-2.6.9/Python.framework/Versions/2.6/Python
:info:build /bin/sh: line 1: 40649 Abort trap: 6           DYLD_FRAMEWORK_PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python26/python26/work/Python-2.6.9: CC='/usr/bin/clang' LDSHARED='/usr/bin/clang -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64 -bundle -undefined dynamic_lookup' LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -arch x86_64' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py -q --no-user-cfg build
:info:build make: *** [sharedmods] Error 134
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python26/python26/work/Python-2.6.9'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python26/python26/work/Python-2.6.9" && /usr/bin/make -j8 -w all MAKE="/usr/bin/make CC=/usr/bin/clang" 
:info:build Exit code: 2
:error:build Failed to build python26: command execution failed

Attachments (1)

main.log-python26.txt (143.4 KB) - added by rlhamil 6 years ago.

Download all attachments as: .zip

Change History (3)

Changed 6 years ago by rlhamil

Attachment: main.log-python26.txt added

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

Description: modified (diff)
Summary: python26 build fails on mojavepython26 @2.6.9: __dyld section not supported

comment:2 Changed 5 years ago by jmroot (Joshua Root)

Owner: set to jmroot
Resolution: fixed
Status: newclosed

In 457c3a914ece3ca5faec5fd461023ef2abbdbfef/macports-ports (master):

python26: build fixes

Closes: #57295

Note: See TracTickets for help on using tickets.