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 christian.heimes
Recipients benjamin.peterson, christian.heimes, ncoghlan
Date 2008-10-09.11:57:11
SpamBayes Score 7.079592e-10
Marked as misclassified No
Message-id <1223553436.41.0.607156804542.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
I build the installation myself and used "make altinstall", too. Even
the latest checkout of the 2.6 branch fails to print the site information.

$ ./configure
...
$ make
...
$ ./python -m site
$ ./python -m platform
Linux-2.6.24-19-generic-x86_64-with-debian-lenny-sid
$ uname -a
Linux hamiller 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008
x86_64 GNU/Linux
$ LC_ALL=C svn info .
Path: .
URL: svn+ssh://pythondev@svn.python.org/python/branches/release26-maint
Repository Root: svn+ssh://pythondev@svn.python.org
Repository UUID: 6015fed2-1504-0410-9fe1-9d1591cc4771
Revision: 66863
Node Kind: directory
Schedule: normal
Last Changed Author: georg.brandl
Last Changed Rev: 66859
Last Changed Date: 2008-10-08 21:28:36 +0200 (Wed, 08 Oct 2008)
History
Date User Action Args
2008-10-09 11:57:16christian.heimessetrecipients: + christian.heimes, ncoghlan, benjamin.peterson
2008-10-09 11:57:16christian.heimessetmessageid: <1223553436.41.0.607156804542.issue4082@psf.upfronthosting.co.za>
2008-10-09 11:57:12christian.heimeslinkissue4082 messages
2008-10-09 11:57:11christian.heimescreate