This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Possible egcs-1.1.2-pre2 configure problem on HP-UX 9.04




Configuring on HP-UX 9.04 gave a 'sh internal 2K buffer overflow' - the build
seems to be
running and pre1 worked ok. I tried changing the etc/configure to run using
#!/bin/ksh to 
no avail. Nor did reducing the size of the cat <<EOF which seemed to match the
message.
Second output is from a captured run with -x turned on.
configure is stressing older shells & O/Ses - gdb-4.17 and gcc-2.8.1 won't host
on SCO-3.2.4 => COFF because of 4k limits in command line + environment passed
to subprocesses, 
but I haven't seen this before on HP-UX.

 ../egcs-1.1.2-pre2/configure  --with-gnu-as
Configuring for a hppa1.1-hp-hpux9.04 host.
Created "Makefile" in /user4/vsb/rdb/egcs-1.1.2-pre2.obj using "mh-frag"
Links are now set up to build a native compiler for hppa1.1-hp-hpux9.04
./../egcs-1.1.2-pre2/etc/configure: sh internal 2K buffer overflow


$ pre2/configure --with-gnu-as
Configuring for a hppa1.1-hp-hpux9.04 host.

..

+ test -f /usr/local/bin/scoinst 
+ test -f /usr/local/bin/install 
+ test -f /user/p.cocam/bin/ginstall 
+ test -f /user/p.cocam/bin/scoinst 
+ test -f /user/p.cocam/bin/install 
IFS=    
 
+ test  = set 
INSTALL=../pre2/etc/../install-sh -c
+ echo ../pre2/etc/../install-sh -c 
+ test -z  
INSTALL_PROGRAM=${INSTALL}
+ test -z  
INSTALL_DATA=${INSTALL} -m 644
+ trap  1 2 15 
+ cat 
./pre2/etc/configure: sh internal 2K buffer overflow
+ cmp -s ../config.cache confcache 
+ test -w ../config.cache 
+ echo updating cache ../config.cache 
+ cat confcache 
+ rm -f confcache 
+ trap rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1 1 2
15 
+ test xNONE = xNONE 
prefix=/usr/local
+ test xNONE = xNONE 
exec_prefix=${prefix}
+ test x../pre2/etc = x. 
+ trap rm -f $CONFIG_STATUS conftest*; exit 1 1 2 15 
+ cat 
+ + sedtr  -f\012  conftest.defs   confdefs.h

..