[issue12176] Compiling Python 2.7.1 on Ubuntu 11.04 (Natty Narwhale)

2011-05-25 Thread Stefan Krah
Stefan Krah added the comment: Thanks for testing. I guess we can close this one then. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue12176] Compiling Python 2.7.1 on Ubuntu 11.04 (Natty Narwhale)

2011-05-25 Thread Pavel Bogdanovic
Pavel Bogdanovic added the comment: yes, the patch mentioned in issue 11715 works. Sorry for crossposting the issue. -- ___ Python tracker ___ __

[issue12176] Compiling Python 2.7.1 on Ubuntu 11.04 (Natty Narwhale)

2011-05-25 Thread Stefan Krah
Stefan Krah added the comment: This should have been fixed in issue 11715. Could you try to build from a mercurial checkout? -- nosy: +skrah ___ Python tracker ___ _

[issue12176] Compiling Python 2.7.1 on Ubuntu 11.04 (Natty Narwhale)

2011-05-25 Thread Petri Lehtinen
Petri Lehtinen added the comment: Are you on a 64-bit Ubuntu? Could you attach or copy/paste the error message? -- nosy: +petri.lehtinen ___ Python tracker ___ _

[issue12176] Compiling Python 2.7.1 on Ubuntu 11.04 (Natty Narwhale)

2011-05-25 Thread Pavel Bogdanovic
New submission from Pavel Bogdanovic : Compiling of Python does end with an error. It has to do with changes in Ubuntu: https://wiki.ubuntu.com/MultiarchSpec I added one line after python's setup.py after line 351 add_dir_to_list(self.compiler.library_dirs, '/usr/lib/i386-linux-gnu') and it c