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 gael
Recipients ajaksu2, gael, mbenkmann, sbassi, simon.percivall, skiolding
Date 2010-02-22.19:02:59
SpamBayes Score 3.4028312e-07
Marked as misclassified No
Message-id <1266865380.58.0.200375746139.issue1669349@psf.upfronthosting.co.za>
In-reply-to
Content
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=/something/ending/with/SomethingElse, like
--prefix=/something/ending/with/Python-24 or
--prefix=/something/ending/with/PythonTest

Everything goes well and make install no more fails.

It looks like a fail regex or a hard coded path error.

Hope this can help.

Best regards,

Gaël,
History
Date User Action Args
2010-02-22 19:03:00gaelsetrecipients: + gael, simon.percivall, mbenkmann, sbassi, skiolding, ajaksu2
2010-02-22 19:03:00gaelsetmessageid: <1266865380.58.0.200375746139.issue1669349@psf.upfronthosting.co.za>
2010-02-22 19:02:59gaellinkissue1669349 messages
2010-02-22 19:02:59gaelcreate