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 bms
Recipients benjamin.peterson, bms
Date 2008-04-08.03:57:22
SpamBayes Score 0.036646567
Marked as misclassified No
Message-id <47FAED20.6020006@incunabulum.net>
In-reply-to <47FAE8E2.7020501@incunabulum.net>
Content
Bruce M Simpson wrote:
> Benjamin Peterson wrote:
>> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>>
>> Can you submit a patch against the trunk? There aren't going to be any
>> new features in 2.5.
>>   
>
> Would a patch against 2.6a2 be OK?
>
> I have had a lot of problems building Python on Gentoo Linux (where I 
> developed these patches) w/o using their ebuild system, so I am trying 
> to keep things simple. 

I just tried to build python 2.6a2 from svn trunk in FreeBSD 
6.3-RELEASE. I get the same error messages as I do in Gentoo Linux:

%%%
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "./setup.py", line 6, in <module>
    import sys, os, imp, re, optparse
ImportError: No module named os
gmake: *** [sharedmods] Error 1
Exit 2
%%%

I have no PYTHON* variables set in my environment.

On Gentoo, when I build using the ebuild / emerge system, I don't see 
this issue, nor do I see it with FreeBSD ports. Obviously they are doing 
something which differs from the instructions in the README, and it 
makes it difficult for me to submit patches for versions of Python other 
than those supported by the packaging systems, as I am sure you can 
understand.

cheers
BMS
History
Date User Action Args
2008-04-08 03:57:24bmssetspambayes_score: 0.0366466 -> 0.036646567
recipients: + bms, benjamin.peterson
2008-04-08 03:57:23bmslinkissue2574 messages
2008-04-08 03:57:23bmscreate