[MacPorts] #21580: python26 @2.6.2_6 FTB: Python.framework fails to link
MacPorts
noreply at macports.org
Wed Sep 23 14:19:03 PDT 2009
#21580: python26 @2.6.2_6 FTB: Python.framework fails to link
----------------------------+-----------------------------------------------
Reporter: gale@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: | Port: python26
----------------------------+-----------------------------------------------
On Tiger Intel:
{{{
if test ""; then \
/usr/bin/gcc-4.0 -o Python.framework/Versions/2.6/Python
-dynamiclib \
-isysroot "" \
-all_load libpython2.6.a -Wl,-single_module \
-install_name
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python \
-compatibility_version 2.6 \
-current_version 2.6; \
else \
/usr/bin/libtool -o Python.framework/Versions/2.6/Python -dynamic
libpython2.6.a \
-lSystem -lSystemStubs -arch_only i386 -install_name
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python
-compatibility_version 2.6 -current_version 2.6 ;\
fi
ld: Undefined symbols:
_getgrouplist_2
/usr/bin/libtool: internal link edit command failed
}}}
--
Ticket URL: <http://trac.macports.org/ticket/21580>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list