[Python-bugs-list] [Bug #131222] Python-2.1a2: HP make continiously runs the configure script

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Feb 2001 09:22:47 -0800


Bug #131222, was updated on 2001-Feb-05 23:50
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 : nascheme
Summary: Python-2.1a2: HP make continiously runs the configure script

Details: Source:		Python-2.1a2
OS:		HP-UX 11.00

Commands:
	./configure  (or ./configure --with-threads=no)
	make

Details:
	Once make finishes compiling Python/dynload_hpux.c, it runs the configure
script, which will continue to run over and over.

.....
        gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include
-DHAVE_CONFIG_H -o Python/traceback.o Python/traceback.c
        gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include
-DHAVE_CONFIG_H -o Python/getopt.o Python/getopt.c
        gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include
-DHAVE_CONFIG_H -o Python/dynload_hpux.o Python/dynload_hpux.c
        if test -f config.status; \
        then /bin/sh config.status --recheck; \
             /bin/sh config.status; \
        else /bin/sh ./configure ; \
        fi
running /bin/sh ./configure  --prefix=/opt/python2 --with-threads=no
--no-create --no-recursion
loading cache ./config.cache
checking MACHDEP... hp-uxB
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... (cached) c++

....


Follow-Ups:

Date: 2001-Feb-08 09:22
By: akuchling

Comment:
Reassigning to Neil, and reclassifying as a build problem.
-------------------------------------------------------

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