[Python-Dev] [RELEASED] Python 3.1.2 release candidate (original) (raw)

Brett Cannon brett at python.org
Sun Mar 7 21:35:02 CET 2010


Do you have MacPorts or Fink installed? If you do then you have a version of gettext installed that is not compiled properly to work with Python (usually its a 32-bit/64-bit thing). Best piece of advice is to not use MacPorts/Fink and use Homebrew instead. =)

On Sun, Mar 7, 2010 at 09:36, Brad Miller <millbr02 at luther.edu> wrote:

I download the source snapshot ./configure --enable-framework make ... /usr/bin/install -c -d -m 755 Python.framework/Versions/3.1 _if test ""; then _ _gcc -o Python.framework/Versions/3.1/Python -dynamiclib _ _-isysroot "" _ _-allload libpython3.1.a -Wl,-singlemodule _ -installname _/Library/Frameworks/Python.framework/Versions/3.1/Python _ _-compatibilityversion 3.1 _ _-currentversion 3.1 _ -framework CoreFoundation -ldl -framework _CoreFoundation; _ _else _ /usr/bin/libtool -o Python.framework/Versions/3.1/Python _-dynamic libpython3.1.a _ -lSystem -lSystemStubs -archonly x8664 -installname /Library/Frameworks/Python.framework/Versions/3.1/Python -compatibilityversion 3.1 -currentversion 3.1 -framework CoreFoundation _-ldl -framework CoreFoundation;_ fi Undefined symbols: "libintlbindtextdomain", referenced from: PyIntlbindtextdomain in libpython3.1.a(localemodule.o) "libintltextdomain", referenced from: PyIntltextdomain in libpython3.1.a(localemodule.o) "libintldgettext", referenced from: PyIntldgettext in libpython3.1.a(localemodule.o) "libintlgettext", referenced from: PyIntlgettext in libpython3.1.a(localemodule.o) "libintldcgettext", referenced from: PyIntldcgettext in libpython3.1.a(localemodule.o) ld: symbol(s) not found /usr/bin/libtool: internal link edit command failed I'm on 10.6.2, gcc version 4.2.1 Any hints on where to go from here?

On Sun, Mar 7, 2010 at 8:57 AM, Antoine Pitrou <solipsis at pitrou.net>wrote: Le Sun, 07 Mar 2010 11:10:52 +0100, Stefan Behnel <stefanml at behnel.de> a écrit : > > Any reason the fix for bug 7173 didn't make it in? The test case that > Amaury came up with seems to indicate that this a pretty serious > issue.

The patch needs to properly include an unit test reproducing the test case. Also, a committer must step up and apply it. I am currently on vacation and refrain from doing commits myself. Regards Antoine.


Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/bmiller%40luther.edu


Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/brett%40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20100307/3fa5390b/attachment.html>



More information about the Python-Dev mailing list