[Python-bugs-list] [Bug #129173] setup.py tries to build pyexpat in the absence of xmlparse.h

noreply@sourceforge.net noreply@sourceforge.net
Wed, 17 Jan 2001 12:13:47 -0800


Bug #129173, was updated on 2001-Jan-17 12:13
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: montanaro
Assigned to : nobody
Summary: setup.py tries to build pyexpat in the absence of xmlparse.h

Details: Using the latest version of Andrew's setup.py, I get the following
build failure:

building 'pyexpat' extension
gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -fpic -I.
-I/home/beluga/skip/src/python/dist/src/./Include -IInclude/ -c
/home/beluga/skip/src/python/dist/src/Modules/pyexpat.c -o
build/temp.linux-i686-2.1/pyexpat.o
/home/beluga/skip/src/python/dist/src/Modules/pyexpat.c:5: xmlparse.h: No
such file or directory
error: command 'gcc' failed with exit status 1

Looks like it fails to properly test the prerequisites for
building the pyexpat module.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129173&group_id=5470