[Python-bugs-list] [ python-Bugs-442627 ] Makefile Fails on "unset" Under OpenBSD
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 19 Jul 2001 02:35:37 -0700
Bugs item #442627, was opened at 2001-07-18 17:48
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442627&group_id=5470
Category: Build
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Justin D. Pettit (jpettit)
>Assigned to: Thomas Wouters (twouters)
>Summary: Makefile Fails on "unset" Under OpenBSD
Initial Comment:
When I attempt to build Python 2.2a1 under OpenBSD
2.9, it fails with the following message:
unset PYTHONPATH PYTHONHOME
PYTHONSTARTUP; ./python ./setup.py build
*** Error code 1
If I remove unset command, but leave the statement
after the semicolon, it builds fine.
I've successfully built this release under Linux and
Solaris.
I noticed that this command was not used in previous
releases of Python.
----------------------------------------------------------------------
>Comment By: Thomas Wouters (twouters)
Date: 2001-07-19 02:35
Message:
Logged In: YES
user_id=34209
Oh, portability, how I hate thee.... Thanx, fixed in 1.41
and 1.35.2.1 of Makefile.pre.in. This would have been a very
embarrasing bug in 2.1.1-final!
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442627&group_id=5470