This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Pavel.Bogdanovic
Recipients Pavel.Bogdanovic
Date 2011-05-25.16:17:57
SpamBayes Score 0.009502488
Marked as misclassified No
Message-id <1306340278.4.0.0909573730706.issue12176@psf.upfronthosting.co.za>
In-reply-to
Content
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 compiled.
It might be archeticture-dependent. Perhaps it should account
(/lib/i386-linux-gnu
   /lib/x86_64-linux-gnu
   /usr/lib/i386-linux-gnu
   /usr/lib/x86_64-linux-gnu)
History
Date User Action Args
2011-05-25 16:17:58Pavel.Bogdanovicsetrecipients: + Pavel.Bogdanovic
2011-05-25 16:17:58Pavel.Bogdanovicsetmessageid: <1306340278.4.0.0909573730706.issue12176@psf.upfronthosting.co.za>
2011-05-25 16:17:57Pavel.Bogdanoviclinkissue12176 messages
2011-05-25 16:17:57Pavel.Bogdanoviccreate