#21580 closed defect (fixed)
python26 @2.6.2_6 FTB: Python.framework fails to link
Reported by: | gale@… | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | python26 |
Description
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
Change History (2)
comment:1 Changed 15 years ago by blb@…
Cc: | mcalhoun@… added |
---|---|
Owner: | changed from macports-tickets@… to blb@… |
Status: | new → assigned |
comment:2 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r58192.
Note: See
TracTickets for help on using
tickets.
I think the getgroup fix from r58151 should be 10.6-only, just need to verify that's the case (my 10.4 machine is quite slow)...