[Bug 1055873] Re: libpython2.7 needs to be multiarched
Barry Warsaw
1055873 at bugs.launchpad.net
Thu Dec 13 15:46:16 UTC 2012
Both Python 2.7 and 3.3 are multiarch aware:
% python-config --ldflags
-L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
% python3.3-config --ldflags
-L/usr/lib/python3.3/config-3.3m-x86_64-linux-gnu -L/usr/lib -lpthread -ldl -lutil -lm -lpython3.3m -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
% python-config --includes
-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7
% python3.3-config --includes
-I/usr/include/python3.3m -I/usr/include/x86_64-linux-gnu/python3.3m
** Changed in: python2.7 (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1055873
Title:
libpython2.7 needs to be multiarched
Status in “python2.7” package in Ubuntu:
Fix Committed
Bug description:
affects ubuntu/python2.7
The binaries from libpython2.7 are still located in /usr/lib/ instead of
/usr/lib/<multiarch-triplet>. This prevents 32-bit-only applications linking
against libpython2.7 from running on amd64.
--
Kind regards,
Loong Jin
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1055873/+subscriptions
More information about the foundations-bugs
mailing list