------------------------------------------------------------- PACKAGE: stress-0.18.8.tar.gz Sun Jul 19 18:55:54 PDT 2009 ### UNPACK ### UNPACK WARNING: Target directory '/usr/builds/stress-0.18.8' already exists Removing /usr/builds/stress-0.18.8 tar zxf /cruc/packages/stress/stress-0.18.8.tar.gz --directory /usr/builds/stress-0.18.8 --strip-components 1 UNPACK STATUS: 0 ### PATCH ### ### CONFIGURE ### CFLAGS= CC='' ./configure --prefix=/usr checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... found checking for working autoconf... found checking for working automake-1.4... found checking for working autoheader... found checking for working makeinfo... found 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking for sqrt in -lm... yes checking for basename in -lgen... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating test/Makefile CONFIGURE STATUS: 0 ### BUILD ### Making all in . make[1]: Entering directory `/usr/builds/stress-0.18.8' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/usr/builds/stress-0.18.8' Making all in src make[1]: Entering directory `/usr/builds/stress-0.18.8/src' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" -DVERSION=\"0.18.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -I. -I. -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c stress.c gcc -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o stress stress.o -lm make[1]: Leaving directory `/usr/builds/stress-0.18.8/src' Making all in doc make[1]: Entering directory `/usr/builds/stress-0.18.8/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/builds/stress-0.18.8/doc' Making all in test make[1]: Entering directory `/usr/builds/stress-0.18.8/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/builds/stress-0.18.8/test' BUILD STATUS: 0 Skipping make check Skipping install for stress