[Reproducible-builds] Bug#812848: mailutils: FTBFS: libmu_auth.so: undefined reference to `gnutls_mac_set_priority'
Chris Lamb
lamby at debian.org
Wed Jan 27 08:02:23 UTC 2016
Source: mailutils
Version: 1:2.99.98-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
mailutils fails to build from source in unstable/amd64:
[..]
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o radius.lo radius.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c radius.c -fPIC -DPIC -o .libs/radius.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o sql.lo sql.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c sql.c -fPIC -DPIC -o .libs/sql.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o tls.lo tls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c tls.c -fPIC -DPIC -o .libs/tls.o
In file included from tls.c:67:0:
../include/mailutils/sys/tls-stream.h:43:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
gnutls_session session;
^
tls.c:177:1: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
{
^
tls.c: In function 'initialize_tls_session':
tls.c:178:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
gnutls_session session = 0;
^
tls.c: At top level:
tls.c:359:1: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
_tls_stream_pull (gnutls_transport_ptr fd, void *buf, size_t size)
^
tls.c:374:1: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
_tls_stream_push (gnutls_transport_ptr fd, const void *buf, size_t size)
^
tls.c: In function '_tls_server_open':
tls.c:409:9: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
(gnutls_transport_ptr) transport[0],
^
tls.c:410:9: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
(gnutls_transport_ptr) transport[1]);
^
tls.c: In function 'prepare_client_session':
tls.c:440:3: warning: implicit declaration of function 'gnutls_protocol_set_priority' [-Wimplicit-function-declaration]
gnutls_protocol_set_priority (sp->session, protocol_priority);
^
tls.c:441:3: warning: implicit declaration of function 'gnutls_cipher_set_priority' [-Wimplicit-function-declaration]
gnutls_cipher_set_priority (sp->session, cipher_priority);
^
tls.c:442:3: warning: implicit declaration of function 'gnutls_compression_set_priority' [-Wimplicit-function-declaration]
gnutls_compression_set_priority (sp->session, comp_priority);
^
tls.c:443:3: warning: implicit declaration of function 'gnutls_kx_set_priority' [-Wimplicit-function-declaration]
gnutls_kx_set_priority (sp->session, kx_priority);
^
tls.c:444:3: warning: implicit declaration of function 'gnutls_mac_set_priority' [-Wimplicit-function-declaration]
gnutls_mac_set_priority (sp->session, mac_priority);
^
tls.c:463:9: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
(gnutls_transport_ptr) transport[0],
^
tls.c:464:9: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
(gnutls_transport_ptr) transport[1]);
^
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o virtual.lo virtual.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c virtual.c -fPIC -DPIC -o .libs/virtual.o
/bin/bash ../libtool --tag=CC --mode=link gcc -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info 4:0:0 -fPIE -pie -Wl,-z,relro -Wl,-z,now -o libmu_auth.la -rpath /usr/lib/x86_64-linux-gnu gsasl.lo ldap.lo pam.lo radius.lo sql.lo tls.lo virtual.lo ../libmailutils/libmailutils.la -lgsasl -lgnutls -lldap -lpam -ldl ../sql/libsql.la -lmysqlclient -lm -lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/gsasl.o .libs/ldap.o .libs/pam.o .libs/radius.o .libs/sql.o .libs/tls.o .libs/virtual.o -Wl,--whole-archive ../sql/.libs/libsql.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmailutils/.libs ../libmailutils/.libs/libmailutils.so /usr/lib/libgsasl.so -lgnutls -lldap -lpam -ldl -lmysqlclient -lm -lcrypt -lpthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmu_auth.so.4 -o .libs/libmu_auth.so.4.0.0
libtool: link: (cd ".libs" && rm -f "libmu_auth.so.4" && ln -s "libmu_auth.so.4.0.0" "libmu_auth.so.4")
libtool: link: (cd ".libs" && rm -f "libmu_auth.so" && ln -s "libmu_auth.so.4.0.0" "libmu_auth.so")
libtool: link: ( cd ".libs" && rm -f "libmu_auth.la" && ln -s "../libmu_auth.la" "libmu_auth.la" )
make[3]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmu_auth'
Making all in libproto
make[3]: Entering directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto'
Making all in mbox
make[4]: Entering directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/mbox'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c folder.c -fPIC -DPIC -o .libs/folder.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbox.c -fPIC -DPIC -o .libs/mbox.o
mbox.c: In function '_msg_stream_setup':
mbox.c:302:5: warning: 'mu_message_set_stream' is deprecated [-Wdeprecated-declarations]
status = mu_message_set_stream (msg, stream, mum);
^
In file included from ./mbox0.h:57:0,
from mbox.c:26:
../../include/mailutils/message.h:141:12: note: declared here
extern int mu_message_set_stream (mu_message_t, mu_stream_t, void *)
^
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mboxscan.lo mboxscan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mboxscan.c -fPIC -DPIC -o .libs/mboxscan.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info 4:0:0 -fPIE -pie -Wl,-z,relro -Wl,-z,now -o libmu_mbox.la -rpath /usr/lib/x86_64-linux-gnu folder.lo mbox.lo mboxscan.lo ../../libmailutils/libmailutils.la -lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o .libs/mboxscan.o -Wl,-rpath -Wl,/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmailutils/.libs ../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmu_mbox.so.4 -o .libs/libmu_mbox.so.4.0.0
libtool: link: (cd ".libs" && rm -f "libmu_mbox.so.4" && ln -s "libmu_mbox.so.4.0.0" "libmu_mbox.so.4")
libtool: link: (cd ".libs" && rm -f "libmu_mbox.so" && ln -s "libmu_mbox.so.4.0.0" "libmu_mbox.so")
libtool: link: ( cd ".libs" && rm -f "libmu_mbox.la" && ln -s "../libmu_mbox.la" "libmu_mbox.la" )
make[4]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/mbox'
Making all in pop
make[4]: Entering directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/pop'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbox.c -fPIC -DPIC -o .libs/mbox.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c folder.c -fPIC -DPIC -o .libs/folder.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c url.c -fPIC -DPIC -o .libs/url.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_apop.lo pop3_apop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_apop.c -fPIC -DPIC -o .libs/pop3_apop.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_capa.lo pop3_capa.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_capa.c -fPIC -DPIC -o .libs/pop3_capa.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_capatst.lo pop3_capatst.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_capatst.c -fPIC -DPIC -o .libs/pop3_capatst.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_carrier.lo pop3_carrier.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_carrier.c -fPIC -DPIC -o .libs/pop3_carrier.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_connect.lo pop3_connect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_connect.c -fPIC -DPIC -o .libs/pop3_connect.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_create.lo pop3_create.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_create.c -fPIC -DPIC -o .libs/pop3_create.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_dele.lo pop3_dele.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_dele.c -fPIC -DPIC -o .libs/pop3_dele.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_destroy.lo pop3_destroy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_destroy.c -fPIC -DPIC -o .libs/pop3_destroy.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_disconnect.lo pop3_disconnect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_disconnect.c -fPIC -DPIC -o .libs/pop3_disconnect.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_iterator.lo pop3_iterator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_iterator.c -fPIC -DPIC -o .libs/pop3_iterator.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_lista.lo pop3_lista.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_lista.c -fPIC -DPIC -o .libs/pop3_lista.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_listas.lo pop3_listas.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_listas.c -fPIC -DPIC -o .libs/pop3_listas.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_list.lo pop3_list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_list.c -fPIC -DPIC -o .libs/pop3_list.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_list_cmd.lo pop3_list_cmd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_list_cmd.c -fPIC -DPIC -o .libs/pop3_list_cmd.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_noop.lo pop3_noop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_noop.c -fPIC -DPIC -o .libs/pop3_noop.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_pass.lo pop3_pass.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_pass.c -fPIC -DPIC -o .libs/pop3_pass.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_quit.lo pop3_quit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_quit.c -fPIC -DPIC -o .libs/pop3_quit.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_rdlist.lo pop3_rdlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_rdlist.c -fPIC -DPIC -o .libs/pop3_rdlist.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_readline.lo pop3_readline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_readline.c -fPIC -DPIC -o .libs/pop3_readline.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_response.lo pop3_response.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_response.c -fPIC -DPIC -o .libs/pop3_response.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_retr.lo pop3_retr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_retr.c -fPIC -DPIC -o .libs/pop3_retr.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_rset.lo pop3_rset.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_rset.c -fPIC -DPIC -o .libs/pop3_rset.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_sendline.lo pop3_sendline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_sendline.c -fPIC -DPIC -o .libs/pop3_sendline.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_stat.lo pop3_stat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_stat.c -fPIC -DPIC -o .libs/pop3_stat.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_stls.lo pop3_stls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_stls.c -fPIC -DPIC -o .libs/pop3_stls.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_stream.lo pop3_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_stream.c -fPIC -DPIC -o .libs/pop3_stream.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_timeout.lo pop3_timeout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_timeout.c -fPIC -DPIC -o .libs/pop3_timeout.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_top.lo pop3_top.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_top.c -fPIC -DPIC -o .libs/pop3_top.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_trace.lo pop3_trace.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_trace.c -fPIC -DPIC -o .libs/pop3_trace.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_uidl_cmd.lo pop3_uidl_cmd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_uidl_cmd.c -fPIC -DPIC -o .libs/pop3_uidl_cmd.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_uidla.lo pop3_uidla.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_uidla.c -fPIC -DPIC -o .libs/pop3_uidla.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_uidlas.lo pop3_uidlas.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_uidlas.c -fPIC -DPIC -o .libs/pop3_uidlas.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_uidl.lo pop3_uidl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_uidl.c -fPIC -DPIC -o .libs/pop3_uidl.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o pop3_user.lo pop3_user.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c pop3_user.c -fPIC -DPIC -o .libs/pop3_user.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info 4:0:0 -fPIE -pie -Wl,-z,relro -Wl,-z,now -o libmu_pop.la -rpath /usr/lib/x86_64-linux-gnu mbox.lo folder.lo url.lo pop3_apop.lo pop3_capa.lo pop3_capatst.lo pop3_carrier.lo pop3_connect.lo pop3_create.lo pop3_dele.lo pop3_destroy.lo pop3_disconnect.lo pop3_iterator.lo pop3_lista.lo pop3_listas.lo pop3_list.lo pop3_list_cmd.lo pop3_noop.lo pop3_pass.lo pop3_quit.lo pop3_rdlist.lo pop3_readline.lo pop3_response.lo pop3_retr.lo pop3_rset.lo pop3_sendline.lo pop3_stat.lo pop3_stls.lo pop3_stream.lo pop3_timeout.lo pop3_top.lo pop3_trace.lo pop3_uidl_cmd.lo pop3_uidla.lo pop3_uidlas.lo pop3_uidl.lo pop3_user.lo ../../libmu_auth/libmu_auth.la ../../libmailutils/libmailutils.la -lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/mbox.o .libs/folder.o .libs/url.o .libs/pop3_apop.o .libs/pop3_capa.o .libs/pop3_capatst.o .libs/pop3_carrier.o .libs/pop3_connect.o .libs/pop3_create.o .libs/pop3_dele.o .libs/pop3_destroy.o .libs/pop3_disconnect.o .libs/pop3_iterator.o .libs/pop3_lista.o .libs/pop3_listas.o .libs/pop3_list.o .libs/pop3_list_cmd.o .libs/pop3_noop.o .libs/pop3_pass.o .libs/pop3_quit.o .libs/pop3_rdlist.o .libs/pop3_readline.o .libs/pop3_response.o .libs/pop3_retr.o .libs/pop3_rset.o .libs/pop3_sendline.o .libs/pop3_stat.o .libs/pop3_stls.o .libs/pop3_stream.o .libs/pop3_timeout.o .libs/pop3_top.o .libs/pop3_trace.o .libs/pop3_uidl_cmd.o .libs/pop3_uidla.o .libs/pop3_uidlas.o .libs/pop3_uidl.o .libs/pop3_user.o -Wl,-rpath -Wl,/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmu_auth/.libs -Wl,-rpath -Wl,/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmailutils/.libs ../../libmu_auth/.libs/libmu_auth.so ../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmu_pop.so.4 -o .libs/libmu_pop.so.4.0.0
libtool: link: (cd ".libs" && rm -f "libmu_pop.so.4" && ln -s "libmu_pop.so.4.0.0" "libmu_pop.so.4")
libtool: link: (cd ".libs" && rm -f "libmu_pop.so" && ln -s "libmu_pop.so.4.0.0" "libmu_pop.so")
libtool: link: ( cd ".libs" && rm -f "libmu_pop.la" && ln -s "../libmu_pop.la" "libmu_pop.la" )
make[4]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/pop'
Making all in imap
make[4]: Entering directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/imap'
Making all in .
make[5]: Entering directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/imap'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o appmsg.lo appmsg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c appmsg.c -fPIC -DPIC -o .libs/appmsg.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o appstr.lo appstr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c appstr.c -fPIC -DPIC -o .libs/appstr.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o appstrsiz.lo appstrsiz.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c appstrsiz.c -fPIC -DPIC -o .libs/appstrsiz.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o fetch.lo fetch.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c fetch.c -fPIC -DPIC -o .libs/fetch.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o gencom.lo gencom.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c gencom.c -fPIC -DPIC -o .libs/gencom.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o genlist.lo genlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c genlist.c -fPIC -DPIC -o .libs/genlist.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o callback.lo callback.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c callback.c -fPIC -DPIC -o .libs/callback.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o capability.lo capability.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c capability.c -fPIC -DPIC -o .libs/capability.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o capatst.lo capatst.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c capatst.c -fPIC -DPIC -o .libs/capatst.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o carrier.lo carrier.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c carrier.c -fPIC -DPIC -o .libs/carrier.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o check.lo check.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c check.c -fPIC -DPIC -o .libs/check.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o close.lo close.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c close.c -fPIC -DPIC -o .libs/close.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o connect.lo connect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c connect.c -fPIC -DPIC -o .libs/connect.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o copy.lo copy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c copy.c -fPIC -DPIC -o .libs/copy.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o create.lo create.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c create.c -fPIC -DPIC -o .libs/create.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o delete.lo delete.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c delete.c -fPIC -DPIC -o .libs/delete.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o destroy.lo destroy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c destroy.c -fPIC -DPIC -o .libs/destroy.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o disconnect.lo disconnect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c disconnect.c -fPIC -DPIC -o .libs/disconnect.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o err.lo err.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c err.c -fPIC -DPIC -o .libs/err.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o expunge.lo expunge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c expunge.c -fPIC -DPIC -o .libs/expunge.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o id.lo id.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c id.c -fPIC -DPIC -o .libs/id.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o list.lo list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c list.c -fPIC -DPIC -o .libs/list.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o login.lo login.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c login.c -fPIC -DPIC -o .libs/login.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o logout.lo logout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c logout.c -fPIC -DPIC -o .libs/logout.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o lsub.lo lsub.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c lsub.c -fPIC -DPIC -o .libs/lsub.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mbcreate.lo mbcreate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbcreate.c -fPIC -DPIC -o .libs/mbcreate.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o noop.lo noop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c noop.c -fPIC -DPIC -o .libs/noop.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o rename.lo rename.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c rename.c -fPIC -DPIC -o .libs/rename.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o resplist.lo resplist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c resplist.c -fPIC -DPIC -o .libs/resplist.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o response.lo response.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c response.c -fPIC -DPIC -o .libs/response.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o resproc.lo resproc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c resproc.c -fPIC -DPIC -o .libs/resproc.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o select.lo select.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c select.c -fPIC -DPIC -o .libs/select.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o state.lo state.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c state.c -fPIC -DPIC -o .libs/state.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o status.lo status.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c status.c -fPIC -DPIC -o .libs/status.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o starttls.lo starttls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c starttls.c -fPIC -DPIC -o .libs/starttls.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o store.lo store.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c store.c -fPIC -DPIC -o .libs/store.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o storeflg.lo storeflg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c storeflg.c -fPIC -DPIC -o .libs/storeflg.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o subscribe.lo subscribe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c subscribe.c -fPIC -DPIC -o .libs/subscribe.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o tag.lo tag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c tag.c -fPIC -DPIC -o .libs/tag.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o trace.lo trace.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c trace.c -fPIC -DPIC -o .libs/trace.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o unselect.lo unselect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c unselect.c -fPIC -DPIC -o .libs/unselect.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o unsubscribe.lo unsubscribe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c unsubscribe.c -fPIC -DPIC -o .libs/unsubscribe.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c folder.c -fPIC -DPIC -o .libs/folder.o
folder.c: In function '_mu_folder_bye_callback':
folder.c:69:13: warning: unused variable 'imap' [-Wunused-variable]
mu_imap_t imap = folder->data;
^
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbox.c -fPIC -DPIC -o .libs/mbox.o
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c url.c -fPIC -DPIC -o .libs/url.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info 4:0:0 -fPIE -pie -Wl,-z,relro -Wl,-z,now -o libmu_imap.la -rpath /usr/lib/x86_64-linux-gnu appmsg.lo appstr.lo appstrsiz.lo fetch.lo gencom.lo genlist.lo callback.lo capability.lo capatst.lo carrier.lo check.lo close.lo connect.lo copy.lo create.lo delete.lo destroy.lo disconnect.lo err.lo expunge.lo id.lo list.lo login.lo logout.lo lsub.lo mbcreate.lo noop.lo rename.lo resplist.lo response.lo resproc.lo select.lo state.lo status.lo starttls.lo store.lo storeflg.lo subscribe.lo tag.lo trace.lo unselect.lo unsubscribe.lo folder.lo mbox.lo url.lo ../../libmu_auth/libmu_auth.la ../../libmailutils/libmailutils.la -lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/appmsg.o .libs/appstr.o .libs/appstrsiz.o .libs/fetch.o .libs/gencom.o .libs/genlist.o .libs/callback.o .libs/capability.o .libs/capatst.o .libs/carrier.o .libs/check.o .libs/close.o .libs/connect.o .libs/copy.o .libs/create.o .libs/delete.o .libs/destroy.o .libs/disconnect.o .libs/err.o .libs/expunge.o .libs/id.o .libs/list.o .libs/login.o .libs/logout.o .libs/lsub.o .libs/mbcreate.o .libs/noop.o .libs/rename.o .libs/resplist.o .libs/response.o .libs/resproc.o .libs/select.o .libs/state.o .libs/status.o .libs/starttls.o .libs/store.o .libs/storeflg.o .libs/subscribe.o .libs/tag.o .libs/trace.o .libs/unselect.o .libs/unsubscribe.o .libs/folder.o .libs/mbox.o .libs/url.o -Wl,-rpath -Wl,/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmu_auth/.libs -Wl,-rpath -Wl,/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libmailutils/.libs ../../libmu_auth/.libs/libmu_auth.so ../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmu_imap.so.4 -o .libs/libmu_imap.so.4.0.0
libtool: link: (cd ".libs" && rm -f "libmu_imap.so.4" && ln -s "libmu_imap.so.4.0.0" "libmu_imap.so.4")
libtool: link: (cd ".libs" && rm -f "libmu_imap.so" && ln -s "libmu_imap.so.4.0.0" "libmu_imap.so")
libtool: link: ( cd ".libs" && rm -f "libmu_imap.la" && ln -s "../libmu_imap.la" "libmu_imap.la" )
make[5]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/imap'
Making all in tests
make[5]: Entering directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/imap/tests'
gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o imapfolder.o imapfolder.c
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -fPIE -pie -Wl,-z,relro -Wl,-z,now -o imapfolder imapfolder.o ../../../libproto/imap/libmu_imap.la ../../../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lldap -lpam -ldl ../../../libmailutils/libmailutils.la -lcrypt -lpthread
libtool: link: gcc -g -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/imapfolder imapfolder.o ../../../libproto/imap/.libs/libmu_imap.so ../../../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lldap -lpam -ldl ../../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread
../../../libmu_auth/.libs/libmu_auth.so: undefined reference to `gnutls_cipher_set_priority'
../../../libmu_auth/.libs/libmu_auth.so: undefined reference to `gnutls_compression_set_priority'
../../../libmu_auth/.libs/libmu_auth.so: undefined reference to `gnutls_kx_set_priority'
../../../libmu_auth/.libs/libmu_auth.so: undefined reference to `gnutls_protocol_set_priority'
../../../libmu_auth/.libs/libmu_auth.so: undefined reference to `gnutls_mac_set_priority'
collect2: error: ld returned 1 exit status
Makefile:1130: recipe for target 'imapfolder' failed
make[5]: *** [imapfolder] Error 1
make[5]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/imap/tests'
Makefile:1388: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto/imap'
Makefile:1186: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98/libproto'
Makefile:1304: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98'
Makefile:1189: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/lamby/temp/cdt.20160127085532.XAn0qQxGpO/mailutils-2.99.98'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mailutils.1:2.99.98-2.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 26827 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160127/2e537870/attachment.obj>
More information about the Reproducible-builds
mailing list