* CPV: app-benchmarks/dbench-4.0 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking dbench-4.0.tar.gz to /var/tmp/portage/app-benchmarks/dbench-4.0/work * Running autoheader ... [ ok ] * Running autoconf ... [ ok ] >>> Source unpacked in /var/tmp/portage/app-benchmarks/dbench-4.0/work >>> Compiling source in /var/tmp/portage/app-benchmarks/dbench-4.0/work/dbench-4.0 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux configure: Configuring dbench checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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 ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for stdint.h... (cached) yes checking sys/attributes.h usability... no checking sys/attributes.h presence... no checking for sys/attributes.h... no checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... yes checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking for fdatasync... yes checking for library containing getxattr... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for getxattr... yes checking for lgetxattr... yes checking for fgetxattr... yes checking for listxattr... yes checking for llistxattr... yes checking for flistxattr... yes checking for removexattr... yes checking for lremovexattr... yes checking for fremovexattr... yes checking for setxattr... yes checking for lsetxattr... yes checking for fsetxattr... yes checking for attr_get... no checking for attr_list... no checking for attr_set... no checking for attr_remove... no checking for attr_getf... no checking for attr_listf... no checking for attr_setf... no checking for attr_removef... no checking for extattr_delete_fd... no checking for extattr_delete_file... no checking for extattr_delete_link... no checking for extattr_get_fd... no checking for extattr_get_file... no checking for extattr_get_link... no checking for extattr_list_fd... no checking for extattr_list_file... no checking for extattr_list_link... no checking for extattr_set_fd... no checking for extattr_set_file... no checking for extattr_set_link... no checking for snprintf... yes checking for vsnprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for va_copy... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h make -j14 i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o fileio.o fileio.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o util.o util.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o dbench.o dbench.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o child.o child.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o system.o system.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o snprintf.o snprintf.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o sockio.o sockio.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o socklib.o socklib.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -W -I. -DVERSION=\"4.00\" -DDATADIR=\"/usr/share\" -c -o tbench_srv.o tbench_srv.c fileio.c: In function ‘xattr_fd_write_hook’: fileio.c:121:4: warning: dereferencing type-punned pointer will break strict-aliasing rules child.c: In function ‘child_run’: child.c:177:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result fileio.c: In function ‘nb_deltree’: fileio.c:533:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result fileio.c: In function ‘nb_cleanup’: fileio.c:508:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result fileio.c:512:10: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result fileio.c: In function ‘nb_writex’: fileio.c:344:9: warning: ignoring return value of ‘pread’, declared with attribute warn_unused_result fileio.c:351:13: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -o tbench_srv util.o tbench_srv.o socklib.o -lpopt i686-pc-linux-gnu-gcc -o tbench sockio.o util.o dbench.o child.o socklib.o snprintf.o -lpopt i686-pc-linux-gnu-gcc -o dbench fileio.o util.o dbench.o child.o system.o snprintf.o -lpopt >>> Source compiled. >>> Test phase [none]: app-benchmarks/dbench-4.0 >>> Install dbench-4.0 into /var/tmp/portage/app-benchmarks/dbench-4.0/image/ category app-benchmarks >>> Completed installing dbench-4.0 into /var/tmp/portage/app-benchmarks/dbench-4.0/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/bin/dbench usr/bin/tbench_srv usr/bin/tbench  * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/bin/dbench * /usr/bin/tbench_srv * /usr/bin/tbench   * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * fileio.c:121:4: warning: dereferencing type-punned pointer will break strict-aliasing rules  * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://samba.org/ftp/tridge/dbench/ * You can find the client.txt file in /usr/share/dbench. * Gentoo contact information ... herds: benchmarks maintainers: patrick@gentoo.org