[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 added the comment: I am seeing this behavior with 2.7.1. -- nosy: +whit537 ___ Python tracker ___ ___ Python-bugs-lis

[issue1669349] make install fails if no previous Python installation

2011-06-26 Thread Terry J. Reedy
Terry J. Reedy 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 tracker

[issue1669349] make install fails if no previous Python installation

2011-06-03 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue1669349] make install fails if no previous Python installation

2011-05-31 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1669349] make install fails if no previous Python installation

2011-04-27 Thread Eric Rannaud
Eric Rannaud 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 unicodedata in Modules/Set

[issue1669349] make install fails if no previous Python installation

2010-11-18 Thread lkraav
lkraav 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 gentoo/xcompile speci

[issue1669349] make install fails if no previous Python installation

2010-11-18 Thread lkraav
lkraav 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 http://bugs.gentoo.org/attachment.cgi?i

[issue1669349] make install fails if no previous Python installation

2010-09-16 Thread Mark Lawrence
Mark Lawrence 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 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', '/install_path/Plone-3.2.1r4-UnifiedInstaller/

[issue1669349] make install fails if no previous Python installation

2010-02-23 Thread Gael
Gael added the comment: Amaury Forgeot d'Arc a écrit : > Amaury Forgeot d'Arc 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 computer at this hour. Gaël, > -- >

[issue1669349] make install fails if no previous Python installation

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

[issue1669349] make install fails if no previous Python installation

2010-02-22 Thread Gael
Gael 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 But if I use --prefix=/somethin

[issue1669349] make install fails if no previous Python installation

2009-03-30 Thread Daniel Diniz
Daniel Diniz 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 ___ Python trac