>>> Unpacking source... >>> Unpacking usbutils-0.72.tar.gz to /var/tmp/portage/sys-apps/usbutils-0.72-r4/work * Applying usbutils-0.72-update-usbids.patch ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/sys-apps/usbutils-0.72-r4/work/usbutils-0.72 ... ./configure --prefix=/usr --host=armeb-softfloat-linux-uclibc --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datadir=/usr/share/misc --enable-usbmodules --build=i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for armeb-softfloat-linux-uclibc-strip... armeb-softfloat-linux-uclibc-strip checking for armeb-softfloat-linux-uclibc-gcc... armeb-softfloat-linux-uclibc-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether armeb-softfloat-linux-uclibc-gcc accepts -g... yes checking for armeb-softfloat-linux-uclibc-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of armeb-softfloat-linux-uclibc-gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... armeb-softfloat-linux-uclibc-gcc -E checking for egrep... grep -E checking for working alloca.h... yes checking for alloca... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... no checking for vprintf... yes checking for _doprnt... no checking for getcwd... yes checking for memset... yes checking for getopt_long... yes checking for strchr... yes checking for strerror... yes checking for strstr... yes checking for strtoul... yes checking for uname... yes checking for usb_get_string_simple in -lusb... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory `/var/tmp/portage/sys-apps/usbutils-0.72-r4/work/usbutils-0.72' if armeb-softfloat-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -DUSBIDS_FILE='"/usr/share/misc/usb.ids"' -Wall -W -Wunused -Os -pipe -MT lsusb.o -MD -MP -MF ".deps/lsusb.Tpo" -c -o lsusb.o lsusb.c; \ then mv -f ".deps/lsusb.Tpo" ".deps/lsusb.Po"; else rm -f ".deps/lsusb.Tpo"; exit 1; fi if armeb-softfloat-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -DUSBIDS_FILE='"/usr/share/misc/usb.ids"' -Wall -W -Wunused -Os -pipe -MT names.o -MD -MP -MF ".deps/names.Tpo" -c -o names.o names.c; \ then mv -f ".deps/names.Tpo" ".deps/names.Po"; else rm -f ".deps/names.Tpo"; exit 1; fi names.c: In function `new_vendor': names.c:268: warning: implicit declaration of function `rpl_malloc' names.c:268: warning: assignment makes pointer from integer without a cast names.c: In function `new_product': names.c:287: warning: assignment makes pointer from integer without a cast names.c: In function `new_class': names.c:307: warning: assignment makes pointer from integer without a cast names.c: In function `new_subclass': names.c:326: warning: assignment makes pointer from integer without a cast names.c: In function `new_protocol': names.c:346: warning: assignment makes pointer from integer without a cast names.c: In function `new_audioterminal': names.c:367: warning: assignment makes pointer from integer without a cast names.c: In function `new_videoterminal': names.c:386: warning: assignment makes pointer from integer without a cast names.c: In function `new_genericstrtable': names.c:404: warning: assignment makes pointer from integer without a cast lsusb.c:2593: warning: unused parameter 'fd' if armeb-softfloat-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -DUSBIDS_FILE='"/usr/share/misc/usb.ids"' -Wall -W -Wunused -Os -pipe -MT devtree.o -MD -MP -MF ".deps/devtree.Tpo" -c -o devtree.o devtree.c; \ then mv -f ".deps/devtree.Tpo" ".deps/devtree.Po"; else rm -f ".deps/devtree.Tpo"; exit 1; fi if armeb-softfloat-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -DUSBIDS_FILE='"/usr/share/misc/usb.ids"' -Wall -W -Wunused -Os -pipe -MT usbmisc.o -MD -MP -MF ".deps/usbmisc.Tpo" -c -o usbmisc.o usbmisc.c; \ then mv -f ".deps/usbmisc.Tpo" ".deps/usbmisc.Po"; else rm -f ".deps/usbmisc.Tpo"; exit 1; fi armeb-softfloat-linux-uclibc-gcc -Wall -W -Wunused -Os -pipe -o lsusb lsusb.o names.o devtree.o usbmisc.o -lusb names.o: In function `new_genericstrtable': names.c:(.text+0x38c): undefined reference to `rpl_malloc' names.o: In function `names_init': names.c:(.text+0xacc): undefined reference to `rpl_malloc' names.c:(.text+0xc80): undefined reference to `rpl_malloc' names.c:(.text+0xdec): undefined reference to `rpl_malloc' names.c:(.text+0x1044): undefined reference to `rpl_malloc' names.o:names.c:(.text+0x11a8): more undefined references to `rpl_malloc' follow collect2: ld returned 1 exit status make[1]: *** [lsusb] Error 1 make[1]: Leaving directory `/var/tmp/portage/sys-apps/usbutils-0.72-r4/work/usbutils-0.72' make: *** [all] Error 2 !!! ERROR: sys-apps/usbutils-0.72-r4 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' ebuild.sh, line 44: Called src_compile usbutils-0.72-r4.ebuild, line 37: Called die !!! make failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/sys-apps/usbutils-0.72-r4/temp/build.log'.