* CPV: dev-libs/dmalloc-5.5.2-r2 * REPO: gentoo * Maintainer: b33fc0d3@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking dmalloc-5.5.2.tgz to /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/work * Applying dmalloc-5.5.2-Makefile.in.patch ... [ ok ] * Applying dmalloc-5.5.2-cxx.patch ... [ ok ] * Running autoconf ... [ ok ] >>> Source unpacked in /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/work >>> Compiling source in /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/work/dmalloc-5.5.2 ... ./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 --enable-cxx --enable-shlib --disable-threads configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux configure: configurations for the dmalloc library configure: build utilities 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 for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E 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 stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking shared library link args... ld -shared --whole-archive -soname $@ -o $@.t checking shared library extension... so checking C++ support... enabled checking thread support... disabled checking shlib support... enabled checking for size_t... yes checking dmalloc size unsigned... yes checking strdup macro... yes checking for mprotect... yes checking mprotect works... yes configure: important functionality checking for mmap... yes checking for sbrk... yes checking mmap usage... yes checking for getpagesize... yes checking basic-block size... 12 checking size of long... 4 checking data-alignment size... 8 checking for abort... yes checking abort safe... yes checking return type of signal handlers... void checking signal works... checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes yes checking for getenv... yes checking getenv safe... yes checking sys/cygwin.h usability... no checking sys/cygwin.h presence... no checking for sys/cygwin.h... no checking w32api/windef.h usability... no checking w32api/windef.h presence... no checking for w32api/windef.h... no checking for w32api/winbase.h... no checking for GetEnvironmentVariableA... no checking constructor attribute... yes checking destructor attribute... yes checking return.h macros work... yes checking if ident works... yes configure: pthread particulars checking for library containing pthread_mutex_init... none required checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pthreads.h usability... no checking pthreads.h presence... no checking for pthreads.h... no checking for pthread_mutex_init... yes checking for pthread_mutex_lock... yes checking for pthread_mutex_unlock... yes checking pthread mutex type... pthread_mutex_t checking pthread attribute initialization... 0 configure: functions checking for atexit... yes checking for on_exit... yes checking for fork... yes checking for gethostname... yes checking for getpid... yes checking for getuid... yes checking for time... yes checking for ctime... yes checking for vprintf... yes checking for snprintf... yes checking for vsnprintf... yes checking for recalloc... no checking for memalign... yes checking for valloc... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for memset... yes checking for strchr... yes checking for strrchr... yes checking for strlen... yes checking for strcmp... yes checking for strcpy... yes checking for strsep... yes configure: various functions for argv files checking for atoi... yes checking for atol... yes checking for getenv... (cached) yes checking for strchr... (cached) yes checking for strcmp... (cached) yes checking for strcpy... (cached) yes checking for strlen... (cached) yes checking for strncmp... yes checking for strncpy... yes checking for strsep... (cached) yes configure: various functions for argument checking checking for atoi... (cached) yes checking for atol... (cached) yes checking for bcmp... yes checking for bcopy... yes checking for bzero... yes checking for index... yes checking for memccpy... yes checking for memchr... yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for rindex... yes checking for strcasecmp... yes checking for strcat... yes checking for strchr... (cached) yes checking for strcmp... (cached) yes checking for strcpy... (cached) yes checking for strcspn... yes checking for strlen... (cached) yes checking for strncasecmp... yes checking for strncat... yes checking for strncmp... (cached) yes checking for strncpy... (cached) yes checking for strpbrk... yes checking for strrchr... (cached) yes checking for strspn... yes checking for strstr... yes checking for strtok... yes configure: creating ./config.status config.status: creating Makefile config.status: creating conf.h config.status: executing dmalloc.h.2 commands config.status: executing settings.h commands configure: configure: Please check-out Makefile and conf.h to make sure that configure: sane configuration values were a result. configure: configure: You may want to change values in settings.h before configure: running 'make'. configure: configure: To run the basic library tests, you can execute: configure: make light configure: or configure: make heavy configure: make -j14 rm -f dmalloc.h dmalloc.h.t rm -f dmalloc_rand.o cat ./dmalloc.h.1 dmalloc.h.2 ./dmalloc.h.3 > dmalloc.h.t i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_rand.c -o ./dmalloc_rand.o rm -f dmalloc_argv.o rm -f dmallocc.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_argv.c -o ./dmalloc_argv.o rm -f dmalloc_rand_sl.o i686-pc-linux-gnu-g++ -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c ./dmallocc.cc \ -o ./dmallocc.o mv dmalloc.h.t dmalloc.h i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_rand.c -o ./dmalloc_rand_sl.o rm -f dmallocc_sl.o rm -f arg_check.o i686-pc-linux-gnu-g++ -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c ./dmallocc.cc \ -o ./dmallocc_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c arg_check.c -o ./arg_check.o rm -f compat.o rm -f dmalloc_tab.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c compat.c -o ./compat.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_tab.c -o ./dmalloc_tab.o rm -f env.o rm -f heap.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c env.c -o ./env.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c heap.c -o ./heap.o rm -f chunk.o rm -f error.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c chunk.c -o ./chunk.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c error.c -o ./error.o rm -f malloc.o rm -f dmalloc.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c malloc.c -o ./malloc.o heap.c: In function ‘heap_extend’: heap.c:120:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc.c -o ./dmalloc.o rm -f arg_check_sl.o rm -f compat_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c arg_check.c -o ./arg_check_sl.o dmalloc_argv.c: In function ‘display_variables’: dmalloc_argv.c:1826:4: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result dmalloc_argv.c:1832:7: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result error.c: In function ‘_dmalloc_die’: error.c:637:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c:642:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c: In function ‘_dmalloc_vmessage’: error.c:596:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c:601:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c compat.c -o ./compat_sl.o error.c: In function ‘_dmalloc_open_log’: error.c:280:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c: In function ‘build_logfile_path’: error.c:238:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result rm -f dmalloc_tab_sl.o rm -f env_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_tab.c -o ./dmalloc_tab_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c env.c -o ./env_sl.o malloc.c: In function ‘dmalloc_realloc’: malloc.c:928:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result malloc.c: In function ‘dmalloc_malloc’: malloc.c:821:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result rm -f heap_sl.o rm -f chunk_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c heap.c -o ./heap_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c chunk.c -o ./chunk_sl.o rm -f error_sl.o rm -f malloc_sl.o heap.c: In function ‘heap_extend’: heap.c:120:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c error.c -o ./error_sl.o i686-pc-linux-gnu-gcc -O2 -pipe -fPIC -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c malloc.c -o ./malloc_sl.o error.c: In function ‘_dmalloc_die’: error.c:637:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c:642:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c: In function ‘_dmalloc_vmessage’: error.c:596:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c:601:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c: In function ‘_dmalloc_open_log’: error.c:280:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result error.c: In function ‘build_logfile_path’: error.c:238:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result malloc.c: In function ‘dmalloc_realloc’: malloc.c:928:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result malloc.c: In function ‘dmalloc_malloc’: malloc.c:821:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ar cr libdmalloc.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o malloc.o ar cr libdmalloccxx.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o malloc.o dmallocc.o i686-pc-linux-gnu-ranlib libdmalloc.a i686-pc-linux-gnu-ranlib libdmalloccxx.a i686-pc-linux-gnu-gcc -shared -Wl,-soname,libdmalloccxx.so.5 -o libdmalloccxx.so.5.5.2 arg_check_sl.o compat_sl.o dmalloc_rand_sl.o dmalloc_tab_sl.o env_sl.o heap_sl.o chunk_sl.o error_sl.o malloc_sl.o dmallocc_sl.o i686-pc-linux-gnu-gcc -shared -Wl,-soname,libdmalloc.so.5 -o libdmalloc.so.5.5.2 arg_check_sl.o compat_sl.o dmalloc_rand_sl.o dmalloc_tab_sl.o env_sl.o heap_sl.o chunk_sl.o error_sl.o malloc_sl.o rm -f dmalloc i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o aout dmalloc.o dmalloc_argv.o compat.o env.o \ -L. mv aout dmalloc To make the thread version of the library type 'make threads' >>> Source compiled. make -j14 heavy rm -f dmalloc_t.o rm -f dmalloc_fc_t.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_t.c -o ./dmalloc_t.o i686-pc-linux-gnu-gcc -O2 -pipe -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_fc_t.c -o ./dmalloc_fc_t.o rm -f dmalloc_fc_t i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t rm -f dmalloc_t i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o aout dmalloc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_t ./dmalloc_fc_t -s ./dmalloc_t -s -t 10000 ./dmalloc_t -s -t 10000 ./dmalloc_t -s -t 10000 ./dmalloc_t -s -t 10000 ./dmalloc_t -s -t 10000 tests have passed ./dmalloc_t -s -t 100000 ./dmalloc_t -s -t 100000 ./dmalloc_t -s -t 100000 heavy tests have passed >>> Install dmalloc-5.5.2-r2 into /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/ category dev-libs make -j14 DESTDIR=/var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/ install ./mkinstalldirs /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/include ./mkinstalldirs /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib ./mkinstalldirs /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr/include mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr/lib mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr/lib /usr/bin/install -c -m 644 dmalloc.h /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/include /usr/bin/install -c libdmalloccxx.so.5.5.2 /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib /usr/bin/install -c libdmalloc.so.5.5.2 /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib ./mkinstalldirs /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib Enter 'make installthsl' to install thread shared-library /usr/bin/install -c libdmalloccxx.a /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib Enter 'make installthcxx' to install the threaded C++ library ./mkinstalldirs /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib /usr/bin/install -c libdmalloc.a /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib i686-pc-linux-gnu-ranlib /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/lib/libdmalloc.a Enter 'make installth' to install thread library ./mkinstalldirs /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/bin mkdir /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/usr/bin /usr/bin/install -c dmalloc /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image//usr/bin Enter 'make installdocs' to install dmalloc.html dmalloc.texi dmalloc.pdf in /usr/share/doc/dmalloc >>> Completed installing dmalloc-5.5.2-r2 into /var/tmp/portage/dev-libs/dmalloc-5.5.2-r2/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libdmalloc.so.5.5.2 usr/lib/libdmalloccxx.so.5.5.2 usr/bin/dmalloc usr/lib/libdmalloccxx.a usr/lib/libdmalloc.a * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/lib/libdmalloc.so.5.5.2 * /usr/lib/libdmalloccxx.so.5.5.2 removing executable bit: usr/lib/libdmalloc.a removing executable bit: usr/lib/libdmalloccxx.a