[Python-bugs-list] [ python-Bugs-442627 ] Makefile Fails on "unset" Under OpenBSD

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Jul 2001 17:48:39 -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: Open
Resolution: None
Priority: 5
Submitted By: Justin D. Pettit (jpettit)
Assigned to: Nobody/Anonymous (nobody)
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.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442627&group_id=5470