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 Jason.Vas.Dias
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-29.13:15:28
SpamBayes Score 5.107026e-15
Marked as misclassified No
Message-id <1304082934.64.0.759622042877.issue11954@psf.upfronthosting.co.za>
In-reply-to
Content
In reply to last comment :
RE: > a single, focused bug

What is this bug if not single and focused ?

The "SINGLE FOCUS" of this bug, in case you missed it , is that
there appears to be no source release of python that can build
and pass its make tests on my platform ; I then "FOCUSED" on
detailing each test failure found ; maybe you really don't
want people to be able to see these failures , which is why
the build hides the "-v" verbose option so effectively ?

I did first try :

$ ./configure --prefix=/usr --libdir=/usr/lib64 --enable-shared 

but this fails because no db module can build - again, back to 
my previous question - why must I enable any dbm module ?

I'll append the output of the failures from this "vanilla configure".
History
Date User Action Args
2011-04-29 13:15:34Jason.Vas.Diassetrecipients: + Jason.Vas.Dias, r.david.murray
2011-04-29 13:15:34Jason.Vas.Diassetmessageid: <1304082934.64.0.759622042877.issue11954@psf.upfronthosting.co.za>
2011-04-29 13:15:28Jason.Vas.Diaslinkissue11954 messages
2011-04-29 13:15:28Jason.Vas.Diascreate