[Python-bugs-list] [Bug #133033] Build on a New Machine Needs Pre-existing Libs??
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 19 Feb 2001 13:49:26 -0800
Bug #133033, was updated on 2001-Feb-18 16:46
Here is a current snapshot of the bug.
Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : akuchling
Summary: Build on a New Machine Needs Pre-existing Libs??
Details: It seems that when one tries to build and install Python on a
machine that had no previous versions of Python on it, part of the build
and install procedure runs a Python program that imports several modules.
The problem is that at that point, no Python library or PYTHONHOME has yet
been defined and the script fails. As a result, it seems necessary to first
install a precompiled binary version of Python before one can successfully
build and install Python from scratch.
...Bob ryodlowski@pirus.com
Follow-Ups:
Date: 2001-Feb-19 13:49
By: fdrake
Comment:
Did you get an error from actually trying this? The current Makefile
builds a minimal Python which it then uses to continue the build process.
If your report was "inspired" by an actual failure, please give the
specific configure command you used, your platform, and a copy of the error
message.
Assigned to Andrew since this approach was based on his efforts; feel free
to re-assign if appropriate.
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=133033&group_id=5470