[issue1669349] make install fails if no previous Python installation

2013-03-12 Thread Myroslav Opyr
Myroslav Opyr added the comment: I've got the issue with Python 2.4.6 and solved the issue with changing sequence of altinstall steps (moved sharedinstall before libinstall). See attached Makefile-2.4.6-unicodedata-zipfile-libinstall-altinstall-sequence.patch. -- nosy: +Myroslav.Opyr

[issue1669349] make install fails if no previous Python installation

2011-09-07 Thread Chad Whitacre
Chad Whitacre c...@zetaweb.com added the comment: I am seeing this behavior with 2.7.1. -- nosy: +whit537 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1669349 ___

[issue1669349] make install fails if no previous Python installation

2011-06-26 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I am closing this because none of the reports are for current versions (2.7,3.2) -- nosy: +terry.reedy resolution: - out of date status: open - closed versions: +Python 3.3 -Python 3.1 ___ Python

[issue1669349] make install fails if no previous Python installation

2011-06-03 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1669349 ___ ___ Python-bugs-list

[issue1669349] make install fails if no previous Python installation

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1669349 ___ ___

[issue1669349] make install fails if no previous Python installation

2011-04-27 Thread Eric Rannaud
Eric Rannaud eric.rann...@gmail.com added the comment: I get the same error when building Python-2.5.6c1 on Fedora 14 (with python2.7 installed). ./configure --prefix=$PREFIX make install Just to clarify the workaround used by lkraav on Gentoo, I attached a patch that manually enables

[issue1669349] make install fails if no previous Python installation

2010-11-18 Thread lkraav
lkraav l...@kraav.com added the comment: i think i am running into this trying to cross-compile for i686-gentoo-linux-uclibc and have been unable to figure out how to get altinstall to succeed: http://bugs.gentoo.org/show_bug.cgi?id=269111#c12 build log available at

[issue1669349] make install fails if no previous Python installation

2010-11-18 Thread lkraav
lkraav l...@kraav.com added the comment: i have managed to get past unicodedata fails by manually enabling unicodedata (https://groups.google.com/group/comp.lang.python/browse_thread/thread/21a3b6db8f5a246b?hl=en). got another error right after that, but that might be something further

[issue1669349] make install fails if no previous Python installation

2010-09-16 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can someone with install and/or build experience please confirm or deny that this is a problem with supported versions of Python. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0

[issue1669349] make install fails if no previous Python installation

2010-02-25 Thread Gael
Gael gael.peglia...@makina-corpus.com added the comment: Here it is. Python 2.4.5 (#1, Feb 24 2010, 08:26:11) [GCC 3.4.6] on sunos5 Type help, copyright, credits or license for more information. import sys print sys.path [ '', '/tmp/Python-2.4/lib/python24.zip',

[issue1669349] make install fails if no previous Python installation

2010-02-23 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Interesting. What is the content of sys.path when you start ./python from the build tree? -- nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org

[issue1669349] make install fails if no previous Python installation

2010-02-23 Thread Gael
Gael gael.peglia...@makina-corpus.com added the comment: Amaury Forgeot d'Arc a écrit : Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Interesting. What is the content of sys.path when you start ./python from the build tree? I will tell you tomorrow, I have no access to the

[issue1669349] make install fails if no previous Python installation

2010-02-22 Thread Gael
Gael gael.peglia...@makina-corpus.com added the comment: I have the same issue on Sun Solaris while compiling Python 2.4.5 on a Python-less system. I was using GNU tools (tar, zlib, libgcc and bash). I have noticed that the error appears while using --prefix=/something/ending/with/Python-2.4

[issue1669349] make install fails if no previous Python installation

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Bumping priority so this has a better change of being confirmed/closed. -- nosy: +ajaksu2 priority: normal - high stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.5