checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile === configuring in lib (/sources/gperf-3.0.4/lib) configure: running /bin/sh ./configure '--prefix=/usr' '--docdir=/usr/share/doc/gperf-3.0.4' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile === configuring in src (/sources/gperf-3.0.4/src) configure: running /bin/sh ./configure '--prefix=/usr' '--docdir=/usr/share/doc/gperf-3.0.4' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for a BSD compatible install... /usr/bin/install -c checking for stack-allocated variable-size arrays... yes checking for rand in -lm... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in tests (/sources/gperf-3.0.4/tests) configure: running /bin/sh ./configure '--prefix=/usr' '--docdir=/usr/share/doc/gperf-3.0.4' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E configure: creating ./config.status config.status: creating Makefile === configuring in doc (/sources/gperf-3.0.4/doc) configure: running /bin/sh ./configure '--prefix=/usr' '--docdir=/usr/share/doc/gperf-3.0.4' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for a BSD compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile cd lib; make all make[1]: Entering directory '/sources/gperf-3.0.4/lib' gcc -g -O2 -I. -c ./getopt.c gcc -g -O2 -I. -c ./getopt1.c g++ -g -O2 -I. -c ./getline.cc g++ -g -O2 -I. -c ./hash.cc rm -f libgp.a ar rc libgp.a getopt.o getopt1.o getline.o hash.o ranlib libgp.a make[1]: Leaving directory '/sources/gperf-3.0.4/lib' cd src; make all make[1]: Entering directory '/sources/gperf-3.0.4/src' g++ -g -O2 -I. -I./../lib -c ./version.cc g++ -g -O2 -I. -I./../lib -c ./positions.cc g++ -g -O2 -I. -I./../lib -c ./options.cc g++ -g -O2 -I. -I./../lib -c ./keyword.cc g++ -g -O2 -I. -I./../lib -c ./keyword-list.cc g++ -g -O2 -I. -I./../lib -c ./input.cc g++ -g -O2 -I. -I./../lib -c ./bool-array.cc g++ -g -O2 -I. -I./../lib -c ./hash-table.cc g++ -g -O2 -I. -I./../lib -c ./search.cc g++ -g -O2 -I. -I./../lib -c ./output.cc g++ -g -O2 -I. -I./../lib -c ./main.cc g++ -g -O2 -o gperf version.o positions.o options.o keyword.o keyword-list.o input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm make[1]: Leaving directory '/sources/gperf-3.0.4/src' cd tests; make all make[1]: Entering directory '/sources/gperf-3.0.4/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/sources/gperf-3.0.4/tests' cd doc; make all make[1]: Entering directory '/sources/gperf-3.0.4/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/sources/gperf-3.0.4/doc' cd lib; make check make[1]: Entering directory '/sources/gperf-3.0.4/lib' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/sources/gperf-3.0.4/lib' cd src; make check make[1]: Entering directory '/sources/gperf-3.0.4/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/sources/gperf-3.0.4/src' cd tests; make check make[1]: Entering directory '/sources/gperf-3.0.4/tests' ../src/gperf -k1,4,'$' -I ./ada.gperf > adainset.c ../src/gperf -k1,2,'$' -I -o ./modula3.gperf > m3inset.c performing some tests of the perfect hash generator gcc -c -g -O2 ./test.c testing ANSI C reserved words, all items should be found in the set ./cout -v < ./c.gperf | LC_ALL=C tr -d '\r' > c.out gcc -g -O2 -o aout adainset.c test.o /bin/sh: ./cout: No such file or directory gcc -g -O2 -o m3out m3inset.c test.o gcc: error: test.o: No such file or directory Makefile:83: recipe for target 'check-ada' failed make[1]: *** [check-ada] Error 1 make[1]: *** Waiting for unfinished jobs.... gcc: error: test.o: No such file or directory Makefile:96: recipe for target 'check-modula3' failed make[1]: *** [check-modula3] Error 1 diff ./c.exp c.out 1,32d0 < in word set if < in word set do < in word set int < in word set for < in word set case < in word set char < in word set auto < in word set goto < in word set else < in word set long < in word set void < in word set enum < in word set float < in word set short < in word set union < in word set break < in word set while < in word set const < in word set double < in word set static < in word set extern < in word set struct < in word set return < in word set sizeof < in word set switch < in word set signed < in word set typedef < in word set default < in word set unsigned < in word set continue < in word set register < in word set volatile Makefile:78: recipe for target 'check-c' failed make[1]: *** [check-c] Error 1 ../src/gperf -c -l -S1 -I -o ./c.gperf > cinset.c gcc -g -O2 -o cout cinset.c test.o make[1]: Leaving directory '/sources/gperf-3.0.4/tests' Makefile:57: recipe for target 'check' failed make: *** [check] Error 2 cd lib; make install make[1]: Entering directory '/sources/gperf-3.0.4/lib' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/sources/gperf-3.0.4/lib' cd src; make install make[1]: Entering directory '/sources/gperf-3.0.4/src' /bin/sh ./../mkinstalldirs /usr/bin /usr/bin/install -c gperf /usr/bin/gperf make[1]: Leaving directory '/sources/gperf-3.0.4/src' cd tests; make install make[1]: Entering directory '/sources/gperf-3.0.4/tests' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/sources/gperf-3.0.4/tests' cd doc; make install make[1]: Entering directory '/sources/gperf-3.0.4/doc' /bin/sh ./../mkinstalldirs /usr/share/info /usr/bin/install -c -m 644 ./gperf.info /usr/share/info/gperf.info /bin/sh ./../mkinstalldirs /usr/share/man/man1 /usr/bin/install -c -m 644 ./gperf.1 /usr/share/man/man1/gperf.1 /bin/sh ./../mkinstalldirs /usr/share/doc/gperf-3.0.4 mkdir /usr/share/doc/gperf-3.0.4 /usr/bin/install -c -m 644 ./gperf.html /usr/share/doc/gperf-3.0.4/gperf.html make[1]: Leaving directory '/sources/gperf-3.0.4/doc' real 0m3.640s user 0m4.109s sys 0m0.593s