* CPV: mail-filter/gld-1.7 * REPO: gentoo * USE: elibc_glibc kernel_linux postgres test userland_GNU x86 >>> Unpacking source... >>> Unpacking gld-1.7.tgz to /var/tmp/portage/mail-filter/gld-1.7/work >>> Source unpacked in /var/tmp/portage/mail-filter/gld-1.7/work >>> Compiling source in /var/tmp/portage/mail-filter/gld-1.7/work/gld-1.7 ... ./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 --with-pgsql loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes checking whether the C compiler (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 gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for sys/time.h... yes checking for syslog.h... yes checking for netdb.h... yes checking for working const... yes checking whether time.h and sys/time.h may both be included... yes checking for select... yes checking for socket... yes checking for inet_addr... yes checking for strstr... yes checking for fork... yes checking for accept... yes checking for wait... yes checking for shutdown... yes checking for gethostbyname... yes checking for bzero... yes checking for bcopy... yes checking for connect... yes checking for bind... yes checking for sendto... yes checking for gethostbyaddr... yes checking for getpeername... yes checking for setsockopt... yes checking for waitpid... yes checking for sscanf... yes checking for inet_aton... yes updating cache ./config.cache creating ./config.status creating Makefile make -j14 gcc -O2 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_NETDB_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1 -DHAVE_FORK=1 -DHAVE_ACCEPT=1 -DHAVE_WAIT=1 -DHAVE_SHUTDOWN=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_CONNECT=1 -DHAVE_BIND=1 -DHAVE_SENDTO=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETPEERNAME=1 -DHAVE_SETSOCKOPT=1 -DHAVE_WAITPID=1 -DHAVE_SSCANF=1 -Wall -c cnf.c gcc -O2 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_NETDB_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1 -DHAVE_FORK=1 -DHAVE_ACCEPT=1 -DHAVE_WAIT=1 -DHAVE_SHUTDOWN=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_CONNECT=1 -DHAVE_BIND=1 -DHAVE_SENDTO=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETPEERNAME=1 -DHAVE_SETSOCKOPT=1 -DHAVE_WAITPID=1 -DHAVE_SSCANF=1 -Wall -c server.c gcc -O2 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_NETDB_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1 -DHAVE_FORK=1 -DHAVE_ACCEPT=1 -DHAVE_WAIT=1 -DHAVE_SHUTDOWN=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_CONNECT=1 -DHAVE_BIND=1 -DHAVE_SENDTO=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETPEERNAME=1 -DHAVE_SETSOCKOPT=1 -DHAVE_WAITPID=1 -DHAVE_SSCANF=1 -g -Wall -I/usr/local/include -I/usr/local/include/postgresql -D_DB_PGSQL_ -Wall -c sql.c gcc -O2 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_NETDB_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1 -DHAVE_FORK=1 -DHAVE_ACCEPT=1 -DHAVE_WAIT=1 -DHAVE_SHUTDOWN=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_CONNECT=1 -DHAVE_BIND=1 -DHAVE_SENDTO=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETPEERNAME=1 -DHAVE_SETSOCKOPT=1 -DHAVE_WAITPID=1 -DHAVE_SSCANF=1 -Wall -c sockets.c gcc -O2 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_NETDB_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1 -DHAVE_FORK=1 -DHAVE_ACCEPT=1 -DHAVE_WAIT=1 -DHAVE_SHUTDOWN=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_CONNECT=1 -DHAVE_BIND=1 -DHAVE_SENDTO=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETPEERNAME=1 -DHAVE_SETSOCKOPT=1 -DHAVE_WAITPID=1 -DHAVE_SSCANF=1 -Wall -c greylist.c sockets.c: In function ‘ReadUdpData’: sockets.c:494:55: warning: pointer targets in passing argument 6 of ‘recvfrom’ differ in signedness /usr/include/bits/socket2.h:65:1: note: expected ‘socklen_t * __restrict__’ but argument is of type ‘int *’ server.c: In function ‘MyDaemon’: server.c:391:14: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result gcc -O2 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_NETDB_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1 -DHAVE_FORK=1 -DHAVE_ACCEPT=1 -DHAVE_WAIT=1 -DHAVE_SHUTDOWN=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_CONNECT=1 -DHAVE_BIND=1 -DHAVE_SENDTO=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETPEERNAME=1 -DHAVE_SETSOCKOPT=1 -DHAVE_WAITPID=1 -DHAVE_SSCANF=1 -Wall server.o sql.o sockets.o cnf.o greylist.o -L/usr/local/lib -lpq -o gld strip gld >>> Source compiled. >>> Test phase [none]: mail-filter/gld-1.7 >>> Install gld-1.7 into /var/tmp/portage/mail-filter/gld-1.7/image/ category mail-filter !!! dosed: /var/tmp/portage/mail-filter/gld-1.7/image/etc/gld.conf.sample does not exist !!! dosed: /var/tmp/portage/mail-filter/gld-1.7/image/etc/gld.conf.sample does not exist !!! dosed: /var/tmp/portage/mail-filter/gld-1.7/image/etc/gld.conf.sample does not exist >>> Completed installing gld-1.7 into /var/tmp/portage/mail-filter/gld-1.7/image/ * QA Notice: file does not exist: * * dosed: /var/tmp/portage/mail-filter/gld-1.7/image/etc/gld.conf.sample does not exist * dosed: /var/tmp/portage/mail-filter/gld-1.7/image/etc/gld.conf.sample does not exist * dosed: /var/tmp/portage/mail-filter/gld-1.7/image/etc/gld.conf.sample does not exist  * QA Notice: Pre-stripped files found: * /usr/bin/gld  * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/bin/gld  * * Please read the README file in /usr/share/doc/gld-1.7 for * details on how to setup gld. * * The sql files have been installed to /usr/share/gld/sql. *