* CPV: net-misc/sipcalc-1.1.4 * REPO: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking sipcalc-1.1.4.tar.gz to /var/tmp/portage/net-misc/sipcalc-1.1.4/work >>> Source unpacked in /var/tmp/portage/net-misc/sipcalc-1.1.4/work >>> Compiling source in /var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4 ... * econf: updating sipcalc-1.1.4/config.sub with /usr/share/gnuconfig/config.sub * econf: updating sipcalc-1.1.4/config.guess with /usr/share/gnuconfig/config.guess ./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 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 i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c 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 sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/bitypes.h usability... yes checking sys/bitypes.h presence... yes checking for sys/bitypes.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking whether i686-pc-linux-gnu-gcc needs -traditional... no checking for inet_ntoa in -lnsl... yes checking for socket... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for gethostbyname... yes checking for gethostbyname2... yes checking for inet_ntop... yes checking for getipnodebyaddr... no checking for getaddrinfo... yes checking for socket in -lsocket... no checking for gethostbyname in netdb.h... yes checking for gethostbyname2 in netdb.h... no checking for getaddrinfo in netdb.h... no checking if struct sockaddr has sa_len field... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking if type uint8_t exists... no checking if type uint16_t exists... no checking if type uint32_t exists... no checking if type u_int8_t exists... yes checking if type u_int16_t exists... yes checking if type u_int32_t exists... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating doc/Makefile config.status: WARNING: doc/Makefile.in seems to ignore the --datarootdir setting config.status: creating include/Makefile config.status: WARNING: include/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/Makefile config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing default-1 commands make -j14 make all-recursive make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' Making all in doc make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' Making all in include make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' Making all in src make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -c sub-func.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -c interface.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -c sub-output.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -c sub.c sub-output.c: In function ‘show_split_networks_v4’: sub-output.c:142:4: warning: format not a string literal and no format arguments sub-output.c:142:4: warning: format not a string literal and no format arguments In file included from /usr/include/stdio.h:930:0, from sub.c:38: In function ‘snprintf’, inlined from ‘parse_abox’ at sub.c:553:13: /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer In function ‘snprintf’, inlined from ‘parse_abox’ at sub.c:577:13: /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer In function ‘snprintf’, inlined from ‘parse_abox’ at sub.c:641:14: /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sipcalc sub-func.o interface.o sub-output.o sub.o -lnsl -L/usr/local/lib make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' >>> Source compiled. >>> Test phase [check]: net-misc/sipcalc-1.1.4 make -j14 -j1 check Making check in doc make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' Making check in include make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' Making check in src make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' >>> Install sipcalc-1.1.4 into /var/tmp/portage/net-misc/sipcalc-1.1.4/image/ category net-misc * Tinderbox QA Notice: 'make' called by src_install make -j14 DESTDIR=/var/tmp/portage/net-misc/sipcalc-1.1.4/image/ install Making install in doc make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' make[2]: Nothing to be done for `install-exec-am'. make install-man1 make[3]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' /bin/sh ../mkinstalldirs /var/tmp/portage/net-misc/sipcalc-1.1.4/image//usr/share/man/man1 mkdir /var/tmp/portage/net-misc/sipcalc-1.1.4/image/usr mkdir /var/tmp/portage/net-misc/sipcalc-1.1.4/image/usr/share mkdir /var/tmp/portage/net-misc/sipcalc-1.1.4/image/usr/share/man mkdir /var/tmp/portage/net-misc/sipcalc-1.1.4/image/usr/share/man/man1 /usr/bin/install -c -m 644 ./sipcalc.1 /var/tmp/portage/net-misc/sipcalc-1.1.4/image//usr/share/man/man1/sipcalc.1 make[3]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/doc' Making install in include make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/include' Making install in src make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' /bin/sh ../mkinstalldirs /var/tmp/portage/net-misc/sipcalc-1.1.4/image//usr/bin make[2]: Nothing to be done for `install-data-am'. mkdir /var/tmp/portage/net-misc/sipcalc-1.1.4/image/usr/bin /usr/bin/install -c sipcalc /var/tmp/portage/net-misc/sipcalc-1.1.4/image//usr/bin/sipcalc make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4/src' make[1]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' make[2]: Entering directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' make[1]: Leaving directory `/var/tmp/portage/net-misc/sipcalc-1.1.4/work/sipcalc-1.1.4' >>> Completed installing sipcalc-1.1.4 into /var/tmp/portage/net-misc/sipcalc-1.1.4/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/bin/sipcalc * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer * /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer * /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://www.routemeister.net/projects/sipcalc/