* Package: net-analyzer/pmacct-0.12.3 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: elibc_glibc ipv6 kernel_linux mysql postgres test userland_GNU x86 >>> Unpacking source... >>> Unpacking pmacct-0.12.3.tar.gz to /var/tmp/portage/net-analyzer/pmacct-0.12.3/work >>> Source unpacked in /var/tmp/portage/net-analyzer/pmacct-0.12.3/work >>> Preparing source in /var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3 ... * Applying pmacct-0.12.0-gentoo.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3 ... ./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 --disable-64bit --disable-debug --enable-ipv6 --enable-mysql --enable-pgsql --disable-sqlite3 --disable-threads --disable-ulog loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux creating cache ./config.cache 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... i686-pc-linux-gnu-gcc checking whether the C compiler (i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes checking whether the C compiler (i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no checking whether we are using GNU C... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking OS... Linux checking hardware... i686 checking for ranlib... ranlib checking whether to enable debugging compiler options... no checking whether to relax compiler optimizations... no checking for gmake... gmake checking whether gmake sets ${MAKE}... yes checking for __progname... yes checking for extra flags needed to export symbols... --export-dynamic checking for static inline... yes checking endianess... little checking unaligned accesses... ok checking whether to disable L2 features... no checking whether to enable IPv6 code... yes checking for inet_pton... yes checking for inet_ntop... yes checking whether to enable IPv4-mapped IPv6 sockets ... yes checking default locations for pcap.h... found in /usr/include checking default locations for libpcap... no checking for pcap_dispatch in -lpcap... yes checking for pcap_setnonblock in -lpcap... yes checking packet capture type... linux checking whether to enable MySQL support... checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E yes checking default locations for libmysqlclient... found in /usr/lib/mysql checking default locations for mysql.h... found in /usr/include/mysql checking whether to enable PostgreSQL support... yes checking default locations for libpq... found in /usr/lib checking default locations for libpq-fe.h... found in /usr/include checking whether to enable SQLite3 support... no checking whether to disable shared objects... no checking for dlopen... no checking for dlopen in -ldl... yes checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for getopt.h... yes checking for sys/select.h... yes checking for sys/time.h... yes checking for u_int64_t in sys/types.h... yes checking for u_int32_t in sys/types.h... yes checking for u_int16_t in sys/types.h... yes checking for u_int8_t in sys/types.h... yes checking for uint64_t in sys/types.h... no checking for uint32_t in sys/types.h... no checking for uint16_t in sys/types.h... no checking for uint8_t in sys/types.h... no checking whether to enable 64bit counters... no checking whether to enable multithreading in pmacctd... no checking whether to enable ULOG support... no checking return type of signal handlers... void checking for strlcpy... no checking for vsnprintf... yes checking for setproctitle... no PLATFORM ..... : i686 OS ........... : Linux 2.6.35.6+ (tinderbox) COMPILER ..... : i686-pc-linux-gnu-gcc CFLAGS ....... : -O2 -pipe LIBS ......... : -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ LDFLAGS ...... : -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu Now type 'make' to compile the source code. Are you willing to get in touch with other pmacct users? Join the pmacct mailing-list by sending a message to pmacct-discussion-subscribe@pmacct.net Need for documentation and examples? Read the README file or go to http://wiki.pmacct.net/ updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/nfprobe_plugin/Makefile creating src/sfprobe_plugin/Makefile creating src/bgp/Makefile creating src/tee_plugin/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3 ... make -j14 Making all in src gmake[1]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' Making all in nfprobe_plugin gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/nfprobe_plugin' i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -DFLOW_SPLAY -DEXPIRY_RB -c -o nfprobe_plugin.o nfprobe_plugin.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -DFLOW_SPLAY -DEXPIRY_RB -c -o netflow1.o netflow1.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -DFLOW_SPLAY -DEXPIRY_RB -c -o netflow5.o netflow5.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -DFLOW_SPLAY -DEXPIRY_RB -c -o netflow9.o netflow9.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -DFLOW_SPLAY -DEXPIRY_RB -c -o convtime.o convtime.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -DFLOW_SPLAY -DEXPIRY_RB -c -o strlcat.o strlcat.c ar rc libnfprobe_plugin.a netflow1.o netflow5.o netflow9.o nfprobe_plugin.o convtime.o strlcat.o ranlib libnfprobe_plugin.a gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/nfprobe_plugin' Making all in sfprobe_plugin gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/sfprobe_plugin' i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o sflow_agent.o sflow_agent.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o sflow_poller.o sflow_poller.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o sflow_receiver.o sflow_receiver.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o sflow_sampler.o sflow_sampler.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o sfprobe_plugin.o sfprobe_plugin.c ar rc libsfprobe_plugin.a sflow_agent.o sflow_poller.o sflow_receiver.o sflow_sampler.o sfprobe_plugin.o ranlib libsfprobe_plugin.a gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/sfprobe_plugin' Making all in bgp gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/bgp' i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp.o bgp.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp_aspath.o bgp_aspath.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp_community.o bgp_community.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp_ecommunity.o bgp_ecommunity.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp_hash.o bgp_hash.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp_prefix.o bgp_prefix.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o bgp_table.o bgp_table.c bgp.c: In function ‘attrhash_init’: bgp.c:1297:22: warning: passing argument 2 of ‘hash_create’ from incompatible pointer type bgp_hash.h:62:18: note: expected ‘int (*)(const void *, const void *)’ but argument is of type ‘int (*)(void *, void *)’ bgp.c: In function ‘write_neighbors_file’: bgp.c:1886:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result bgp.c:1898:17: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result bgp.c: In function ‘skinny_bgp_daemon’: bgp.c:312:11: warning: ignoring return value of ‘realloc’, declared with attribute warn_unused_result In file included from /usr/include/string.h:642:0, from ../pmacct.h:36, from bgp.c:26: In function ‘memcpy’, inlined from ‘bgp_follow_nexthop_lookup’ at bgp.c:1831:17: /usr/include/bits/string3.h:52:3: warning: call to __builtin___memcpy_chk will always overflow destination buffer In function ‘memcpy’, inlined from ‘bgp_srcdst_lookup’ at bgp.c:1707:21: /usr/include/bits/string3.h:52:3: warning: call to __builtin___memcpy_chk will always overflow destination buffer ar rc libbgp.a bgp.o bgp_aspath.o bgp_community.o bgp_ecommunity.o bgp_hash.o bgp_prefix.o bgp_table.o ranlib libbgp.a gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/bgp' Making all in tee_plugin gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/tee_plugin' i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I.. -O2 -pipe -c -o tee_plugin.o tee_plugin.c ar rc libtee_plugin.a tee_plugin.o ranlib libtee_plugin.a gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/tee_plugin' gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pmacct.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c strlcpy.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c addr.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pmmyplay.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c sql_handlers.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c log_templates.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pmpgplay.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pmacctd.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c signals.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c util.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c plugin_hooks.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c server.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c acct.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c memory.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c ll.c util.c: In function ‘read_SQLquery_from_file’: util.c:705:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result util.c: In function ‘write_pid_file_plugin’: util.c:418:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result util.c:424:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result util.c: In function ‘write_pid_file’: util.c:377:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result util.c:383:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result util.c: In function ‘open_logfile’: util.c:341:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result pmpgplay.c: In function ‘print_data’: pmpgplay.c:136:3: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmpgplay.c:137:3: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmpgplay.c:138:3: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmpgplay.c:146:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘time_t’ pmpgplay.c: In function ‘PG_cache_dbop’: pmpgplay.c:435:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmpgplay.c:435:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmpgplay.c:435:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pmpgplay.c:435:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmpgplay.c:435:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmpgplay.c:435:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pmpgplay.c:436:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmpgplay.c:436:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmpgplay.c:436:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmpgplay.c:436:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmmyplay.c: In function ‘print_data’: pmmyplay.c:135:3: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmmyplay.c:136:3: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmmyplay.c:137:3: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmmyplay.c:145:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘time_t’ pmmyplay.c: In function ‘MY_cache_dbop’: pmmyplay.c:428:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmmyplay.c:428:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmmyplay.c:428:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pmmyplay.c:428:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmmyplay.c:428:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmmyplay.c:428:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pmmyplay.c:429:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmmyplay.c:429:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmmyplay.c:429:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmmyplay.c:429:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pmpgplay.c: In function ‘main’: pmpgplay.c:271:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result pmpgplay.c:306:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result pmpgplay.c:319:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result pmmyplay.c: In function ‘main’: pmmyplay.c:274:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result pmmyplay.c:309:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result pmmyplay.c:322:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result plugin_hooks.c: In function ‘fill_pipe_buffer’: plugin_hooks.c:531:12: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plugin_hooks.c: In function ‘exec_plugins’: plugin_hooks.c:252:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result pmacct.c: In function ‘main’: pmacct.c:1362:9: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1365:4: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1367:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1432:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1433:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1434:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1434:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘pm_counter_t’ pmacct.c:1434:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pmacct.c:1434:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘u_int32_t’ pmacct.c:1435:9: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ pmacct.c:1447:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘u_int32_t’ pmacct.c:1448:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘u_int32_t’ pmacct.c:1449:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘u_int32_t’ pmacct.c:1449:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘u_int32_t’ pmacct.c:1449:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘u_int32_t’ pmacct.c:1449:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘int’ pmacct.c:1450:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘u_int32_t’ pmacct.c:723:14: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c cfg.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c imt_plugin.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c log.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pkt_handlers.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c cfg_handlers.c log.c: In function ‘Log’: log.c:46:7: warning: format not a string literal and no format arguments log.c:50:7: warning: format not a string literal and no format arguments i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c net_aggr.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c bpf_filter.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c print_plugin.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c ip_frag.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c ports_aggr.c print_plugin.c: In function ‘P_cache_purge’: print_plugin.c:456:8: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long int’ print_plugin.c:531:7: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ print_plugin.c:532:7: warning: format ‘%-10lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ print_plugin.c:533:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ print_plugin.c:587:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ print_plugin.c:588:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ print_plugin.c:589:7: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘pm_counter_t’ i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pretag.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c pretag_handlers.c net_aggr.c: In function ‘load_networks6’: net_aggr.c:841:14: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result net_aggr.c: In function ‘load_networks4’: net_aggr.c:87:14: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c ip_flow.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c setproctitle.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c classifier.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c regexp.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c regsub.c classifier.c: In function ‘pm_scandir’: classifier.c:498:57: warning: passing argument 4 of ‘qsort’ from incompatible pointer type /usr/include/stdlib.h:761:13: note: expected ‘__compar_fn_t’ but argument is of type ‘int (*)(const struct dirent **, const struct dirent **)’ i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c conntrack.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c xflow_status.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c nl.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c nfacctd.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c nfv8_handlers.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c nfv9_template.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c sfacctd.c i686-pc-linux-gnu-gcc -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. -O2 -pipe -c uacctd.c i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pmmyplay pmmyplay.o strlcpy.o sql_handlers.o log_templates.o addr.o -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pmpgplay pmpgplay.o strlcpy.o sql_handlers.o log_templates.o addr.o -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ sfacctd.c: In function ‘printTag’: sfacctd.c:1297:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘u_int32_t’ sfacctd.c:1297:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘u_int32_t’ i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pmacct pmacct.o strlcpy.o addr.o -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pmacctd -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. pmacctd.o signals.o util.o strlcpy.o plugin_hooks.o server.o acct.o memory.o ll.o cfg.o imt_plugin.o log.o pkt_handlers.o cfg_handlers.o net_aggr.o bpf_filter.o print_plugin.o ip_frag.o ports_aggr.o addr.o pretag.o pretag_handlers.o ip_flow.o setproctitle.o classifier.o regexp.o regsub.o conntrack.o xflow_status.o nl.o mysql_plugin.c pgsql_plugin.c sql_common.c sql_handlers.c log_templates.c preprocess.c -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nfacctd -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. nfacctd.o signals.o util.o strlcpy.o plugin_hooks.o server.o acct.o memory.o cfg.o imt_plugin.o log.o pkt_handlers.o cfg_handlers.o net_aggr.o bpf_filter.o print_plugin.o pretag.o pretag_handlers.o ports_aggr.o nfv8_handlers.o nfv9_template.o addr.o setproctitle.o ip_flow.o classifier.o regexp.o regsub.o conntrack.o xflow_status.o mysql_plugin.c pgsql_plugin.c sql_common.c sql_handlers.c log_templates.c preprocess.c -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o uacctd -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. uacctd.o signals.o util.o strlcpy.o plugin_hooks.o server.o acct.o memory.o ll.o cfg.o imt_plugin.o log.o pkt_handlers.o cfg_handlers.o net_aggr.o bpf_filter.o print_plugin.o ip_frag.o ports_aggr.o addr.o pretag.o pretag_handlers.o ip_flow.o setproctitle.o classifier.o regexp.o regsub.o conntrack.o xflow_status.o nl.o mysql_plugin.c pgsql_plugin.c sql_common.c sql_handlers.c log_templates.c preprocess.c -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ In file included from mysql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ In file included from mysql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ mysql_plugin.c: In function ‘MY_cache_dbop’: mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c: In function ‘MY_cache_dbop’: mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ In file included from mysql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ mysql_plugin.c: In function ‘MY_cache_dbop’: mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c: In function ‘MY_Unlock’: mysql_plugin.c:594:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result mysql_plugin.c: In function ‘MY_Unlock’: mysql_plugin.c:594:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result mysql_plugin.c: In function ‘MY_Unlock’: mysql_plugin.c:594:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sfacctd -DPACKAGE=\"pmacctd\" -DVERSION=\"0.12.3\" -DPROGNAME=1 -DIM_LITTLE_ENDIAN=1 -DHAVE_L2=1 -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 -DENABLE_IPV6=1 -DV4_MAPPED=1 -DHAVE_PCAP_H=1 -DHAVE_LIBPCAP=1 -DPCAP_7=1 -DPCAP_TYPE_linux=1 -DWITH_MYSQL=1 -DWITH_PGSQL=1 -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_U_INT64_T=1 -DHAVE_U_INT32_T=1 -DHAVE_U_INT16_T=1 -DHAVE_U_INT8_T=1 -DRETSIGTYPE=void -DHAVE_VSNPRINTF=1 -I. -I. sfacctd.o signals.o util.o strlcpy.o plugin_hooks.o server.o acct.o memory.o cfg.o imt_plugin.o log.o pkt_handlers.o cfg_handlers.o net_aggr.o bpf_filter.o print_plugin.o pretag.o pretag_handlers.o ports_aggr.o addr.o ll.o setproctitle.o ip_flow.o classifier.o regexp.o regsub.o conntrack.o xflow_status.o mysql_plugin.c pgsql_plugin.c sql_common.c sql_handlers.c log_templates.c preprocess.c -lpcap -L/usr/lib/mysql -lmysqlclient -lpq -ldl -lm -lz -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/ -lbgp -Lbgp/ -ltee_plugin -Ltee_plugin/ In file included from mysql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ mysql_plugin.c: In function ‘MY_cache_dbop’: mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:335:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ mysql_plugin.c:336:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ mysql_plugin.c: In function ‘MY_Unlock’: mysql_plugin.c:594:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result In file included from pgsql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ pgsql_plugin.c: In function ‘PG_cache_dbop_copy’: pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ In file included from pgsql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ pgsql_plugin.c: In function ‘PG_cache_dbop’: pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c: In function ‘PG_cache_dbop_copy’: pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c: In function ‘PG_cache_dbop’: pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ In file included from pgsql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ pgsql_plugin.c: In function ‘PG_cache_dbop_copy’: pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c: In function ‘PG_cache_dbop’: pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c: In function ‘PG_file_close’: pgsql_plugin.c:709:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgsql_plugin.c: In function ‘PG_file_close’: pgsql_plugin.c:709:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgsql_plugin.c: In function ‘PG_file_close’: pgsql_plugin.c:709:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result In file included from pgsql_plugin.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ pgsql_plugin.c: In function ‘PG_cache_dbop_copy’: pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:309:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:310:3: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c: In function ‘PG_cache_dbop’: pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:378:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pm_counter_t’ pgsql_plugin.c:379:5: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘pm_counter_t’ pgsql_plugin.c: In function ‘PG_file_close’: pgsql_plugin.c:709:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result In file included from sql_common.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ In file included from sql_common.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ In file included from sql_common.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common.c: In function ‘sql_file_open’: sql_common.c:2048:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result sql_common.c:2077:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2078:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2079:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2083:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c:2088:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c: In function ‘sql_query’: sql_common.c:2019:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c: In function ‘sql_file_open’: sql_common.c:2048:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result sql_common.c:2077:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2078:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2079:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2083:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c:2088:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c: In function ‘sql_query’: sql_common.c:2019:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c: In function ‘sql_file_open’: sql_common.c:2048:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result sql_common.c:2077:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2078:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2079:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2083:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c:2088:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c: In function ‘sql_query’: sql_common.c:2019:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result In file included from sql_common.c:30:0: sql_common_m.c: In function ‘SQL_SetENV_child’: sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:252:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:285:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common_m.c:296:5: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘time_t’ sql_common.c: In function ‘sql_file_open’: sql_common.c:2048:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result sql_common.c:2077:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2078:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2079:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result sql_common.c:2083:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c:2088:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result sql_common.c: In function ‘sql_query’: sql_common.c:2019:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' gmake[1]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' gmake[1]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3' gmake[1]: Nothing to be done for `all-am'. gmake[1]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3' >>> Source compiled. >>> Test phase [none]: net-analyzer/pmacct-0.12.3 >>> Install pmacct-0.12.3 into /var/tmp/portage/net-analyzer/pmacct-0.12.3/image/ category net-analyzer make -j14 DESTDIR=/var/tmp/portage/net-analyzer/pmacct-0.12.3/image/ install Making install in src gmake[1]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' Making install in nfprobe_plugin gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/nfprobe_plugin' gmake[2]: Nothing to be done for `install'. gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/nfprobe_plugin' Making install in sfprobe_plugin gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/sfprobe_plugin' gmake[2]: Nothing to be done for `install'. gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/sfprobe_plugin' Making install in bgp gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/bgp' gmake[2]: Nothing to be done for `install'. gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/bgp' Making install in tee_plugin gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/tee_plugin' gmake[2]: Nothing to be done for `install'. gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src/tee_plugin' gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' gmake[3]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' /bin/sh ../mkinstalldirs /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/bin /bin/sh ../mkinstalldirs /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/sbin gmake[3]: Nothing to be done for `install-data-am'. mkdir /var/tmp/portage/net-analyzer/pmacct-0.12.3/image/usr mkdir /var/tmp/portage/net-analyzer/pmacct-0.12.3/image/usr mkdir: cannot create directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/image/usr': File exists mkdir /var/tmp/portage/net-analyzer/pmacct-0.12.3/image/usr/bin mkdir /var/tmp/portage/net-analyzer/pmacct-0.12.3/image/usr/sbin /usr/bin/install -c pmacct /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/bin/pmacct /usr/bin/install -c pmacctd /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/sbin/pmacctd /usr/bin/install -c pmmyplay /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/bin/pmmyplay /usr/bin/install -c nfacctd /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/sbin/nfacctd /usr/bin/install -c pmpgplay /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/bin/pmpgplay /usr/bin/install -c sfacctd /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/sbin/sfacctd /usr/bin/install -c uacctd /var/tmp/portage/net-analyzer/pmacct-0.12.3/image//usr/sbin/uacctd gmake[3]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' gmake[1]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3/src' gmake[1]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3' gmake[2]: Entering directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3' gmake[1]: Leaving directory `/var/tmp/portage/net-analyzer/pmacct-0.12.3/work/pmacct-0.12.3' >>> Completed installing pmacct-0.12.3 into /var/tmp/portage/net-analyzer/pmacct-0.12.3/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/sbin/sfacctd usr/sbin/nfacctd usr/sbin/pmacctd usr/sbin/uacctd usr/bin/pmpgplay usr/bin/pmmyplay usr/bin/pmacct * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * /usr/include/bits/string3.h:52:3: warning: call to __builtin___memcpy_chk will always overflow destination buffer * /usr/include/bits/string3.h:52:3: warning: call to __builtin___memcpy_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.pmacct.net/