[Python-bugs-list] [ python-Bugs-231222 ] Python-2.1a2: HP make continiously runs the configure script

noreply@sourceforge.net noreply@sourceforge.net
Sun, 25 Mar 2001 12:11:55 -0800


Bugs item #231222, was updated on 2001-02-05 23:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=231222&group_id=5470

Category: Build
Group: None
>Status: Closed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Neil Schemenauer (nascheme)
Summary: Python-2.1a2: HP make continiously runs the configure script

Initial Comment:
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++

....


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

>Comment By: Neil Schemenauer (nascheme)
Date: 2001-03-25 12:11

Message:
Logged In: YES 
user_id=35752

Patch 405792 has been checked in so this bug should be
fixed.

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

Comment By: Neil Schemenauer (nascheme)
Date: 2001-03-21 15:50

Message:
Logged In: YES 
user_id=35752

I think patch 405792 will fix this bug.

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

Comment By: Neil Schemenauer (nascheme)
Date: 2001-02-10 13:07

Message:
Make seems to think that config.status is older than
configure, even after re-running configure.  I don't know
how that's possible.  configure recreates config.status
when it runs.  It would be helpful if you could give me
all the output from make for a complete cycle.

You could try adding "touch config.status" at the very
end of the config.status target in the makefile and see
if that helps.

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

Comment By: A.M. Kuchling (akuchling)
Date: 2001-02-08 09:22

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

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

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