gmake check HPUX 10.10

Lutz Wohlrab lutz.wohlrab@informatik.tu-chemnitz.de
Tue Feb 3 22:17:00 GMT 1998


Hi all,

I have a curious thing on HPUX 10.10:
On a 10.10 Workstation gmake check completed, only one unexpected failure
for each gcc and g++(g++.law/profile1.C).
On a server with the same configuration as the workstation as regards GNU
sed,grep,diffutils,binutils, gmake check failed as follows.
The problem occurs on the WS as well if I call gmake bootstrap/gmake check
as ordinary user. (e.g. I was only successful being su). On the server
su/not su did not matter.

gmake bootstrap was successful in any case. I wonder what the problem is for
gmake check?

BTW: There is no hp as on the machine, /usr/ccs/bin/as is a link to
/opt/binutils/bin/as.
....

/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/xgcc -B/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/  rdbzmain.o rdbz.o case.o  ../libio.a ../../libiberty/libiberty.a  -o rdbz
/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/xgcc -B/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/ -g -I. -I.. -I./.. -DDBZ_FINISH='_IO_flush_all()' -c fake.c
/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/xgcc -B/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/ -g -I. -I.. -I./.. -DDBZ_FINISH='_IO_flush_all()' -c random.c
/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/xgcc -B/ivo/lutztest/neuegcs/egcs-1.0.1/gcc/  fake.o random.o  ../libio.a ../../libiberty/libiberty.a  -o fake
./fake -t -e 75 3300 >hist3.3
./fake -t -e 75 10000 >hist10
: 'WARNING:  creates about 2MB of debris; do "make rclean" afterward'
rm -f dbase dbase[23] dbase.* dbase[23].*
test ! -d xx || rmdir xx
: crude check of synthetic history file
( sed 25q hist3.3 ; tail -25 hist3.3 ) >histjunk
cmp histjunk ./firstlast25
rm histjunk
: basic tests, exercising as many options as possible
cp hist3.3 dbase
mkdir xx
chmod -w xx
./rdbz -E 1000 -0 -M -i -S -u -U -C xx dbase
1000
2000
3000
rmdir xx
sed '/>	0/d' hist3.3 >dbase.used
test "`cat dbase.used | wc -l`" -eq "`sed -n '2s/ .*//p' dbase.dir`" ;
cp hist3.3 dbase2
./rdbz -E 1000 -0 -p 2679 -t '	' dbase2
1000
2000
3000
cmp hist3.3 dbase
cmp dbase dbase2
cmp dbase.dir dbase2.dir
cmp dbase.pag dbase2.pag
./rdbz -E 1000 -0 -c dbase
1000
2000
3000
./rdbz -E 1000 -0 -c -i -q -M -U dbase
1000
2000
3000
: build a database and then add to it
sed 1000q hist3.3 >dbase2
sed 1,1000d hist3.3 >dbase2.add
./rdbz -E 1000 -0 dbase2
1000
./rdbz -E 1000 -0 -a dbase2 dbase2.add
1000
2000
cmp dbase dbase2
cmp dbase.dir dbase2.dir
cmp dbase.pag dbase2.pag
: build based on existing one, test extraction and readonly files
./rdbz -E 1000 -0 -f dbase dbase2
1000
2000
3000
test "`cat dbase.used | wc -l`" -eq "`awk 'NR==2{print $1}' dbase2.dir`" ;
test "`cat dbase.used | wc -l`" -eq "`awk 'NR==2{print $2}' dbase2.dir`" ;
chmod -w dbase2.dir dbase2.pag
./rdbz -E 1000 -x dbase2 dbase >dbase.temp
1000
2000
3000
cmp dbase.used dbase.temp
: try some small case perversions
sed 's/\(@[^ 	]*\)A/\1a/' dbase >dbase.ick
./rdbz -E 1000 -x dbase2 dbase.ick >dbase.temp
1000
2000
3000
cmp dbase.used dbase.temp
sed -n 's/A\([^ 	]*@\)/a\1/p' dbase >dbase.ick
./rdbz -x dbase2 dbase.ick >dbase.temp
test ! -s dbase.temp ;
rm -f dbase2.dir dbase2.pag
: try it without tags, case-insensitive, with case perversions
./rdbz -E 1000 -0 -p '0 b 1' dbase2
1000
2000
3000
tr '[A-M][n-z]' '[a-m][N-Z]' <dbase2 >dbase.ick
./rdbz -E 1000 -x dbase2 dbase.ick >dbase.temp
1000
2000
3000
cmp dbase.used dbase.temp
dbase.used dbase.temp differ: char 2, line 1
gmake[3]: *** [stamp-r6] Error 1
gmake[3]: Leaving directory `/ivo/lutztest/neuegcs/egcs-1.0.1/libraries/libio/dbz'
gmake[2]: *** [subdir_do] Error 1
gmake[2]: Leaving directory `/ivo/lutztest/neuegcs/egcs-1.0.1/libraries/libio'
gmake[1]: *** [check] Error 2
gmake[1]: Leaving directory `/ivo/lutztest/neuegcs/egcs-1.0.1/libraries/libio'
gmake: *** [check-target-libio] Error 2






-- 
Mit freundlichen Gruessen              Lutz Wohlrab.
+---------------------------------------------------+
| TU Chemnitz-Zwickau, Fakultaet fuer Informatik,   |
| Professur Betriebssysteme, D-09107 Chemnitz       |
| Fax: +49 371 531-1530                             |
| email: lwo@informatik.tu-chemnitz.de              |
| privat:                                           |
| Markneukirchner Str. 41, D-08267 Zwota (Vogtl.)   |
| Tel./Fax: +49 37467 23801                         |
+---------------------------------------------------+



More information about the Gcc-bugs mailing list