Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 905012 Details for
Bug 941084
net-proxy/3proxy-0.9.4 - [libtool] [gcc-15] /.../ld: .../ccCVvpY7.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol old_proxy_table can not be used when making a
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-proxy:3proxy-0.9.4:20241006-170623.log
net-proxy:3proxy-0.9.4:20241006-170623.log (text/plain), 83.95 KB, created by
Toralf Förster
on 2024-10-06 17:46:52 UTC
(
hide
)
Description:
net-proxy:3proxy-0.9.4:20241006-170623.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-06 17:46:52 UTC
Size:
83.95 KB
patch
obsolete
> * Package: net-proxy/3proxy-0.9.4:0 > * Repository: gentoo > * Maintainer: powerman-asdf@yandex.ru proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking 3proxy-0.9.4.tar.gz to /var/tmp/portage/net-proxy/3proxy-0.9.4/work >>>> Source unpacked in /var/tmp/portage/net-proxy/3proxy-0.9.4/work >>>> Preparing source in /var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4 ... > * Applying 3proxy-0.9.4-gentoo.patch ... > [ ok ] > * Applying 3proxy-0.9.4-function-pointer-fix.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4 ... >make -O -j4 >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvpop3p.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pop3p.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER 3proxy.c >3proxy.c: In function âdumpcountersâ: >3proxy.c:212:54: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 4 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 212 | fprintf(cfp, "%05d %020"PRINTF_INT64_MODIFIER"u%s%s\n", tl->number, tl->traf64, tl->comment?" #" : "", tl->comment? tl->comment : ""); > | ^~~~~~~~~~~ ~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >3proxy.c:212:87: note: format string is defined here > 212 | fprintf(cfp, "%05d %020"PRINTF_INT64_MODIFIER"u%s%s\n", tl->number, tl->traf64, tl->comment?" #" : "", tl->comment? tl->comment : ""); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >3proxy.c:221:9: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 221 | write(counterd, &cheader, sizeof(struct counter_header)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >3proxy.c:230:25: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 230 | write(counterd, &crecord, sizeof(struct counter_record)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >3proxy.c: In function âcyclestepâ: >3proxy.c:321:41: warning: ignoring return value of âsystemâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 321 | system((char *)tmpbuf+1); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvsmtpp.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER smtpp.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o mainfunc.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DMODULEMAINFUNC=mainfunc proxymain.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvftppr.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER ftppr.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvproxy.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER proxy.c >proxy.c: In function âproxychildâ: >proxy.c:396:74: warning: format â%lluâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 396 | sscanf((char *)buf + 15, "%"PRINTF_INT64_MODIFIER"u", &contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:396:99: note: format string is defined here > 396 | sscanf((char *)buf + 15, "%"PRINTF_INT64_MODIFIER"u", &contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >proxy.c:506:36: warning: format â%lluâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 506 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u",&contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:506:61: note: format string is defined here > 506 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u",&contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >proxy.c:564:43: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 564 | sprintf((char*)buf+strlen((char *)buf), "Content-Length: %"PRINTF_INT64_MODIFIER"u\r\n", contentlength64); > | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >proxy.c:564:84: note: format string is defined here > 564 | sprintf((char*)buf+strlen((char *)buf), "Content-Length: %"PRINTF_INT64_MODIFIER"u\r\n", contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >proxy.c:950:36: warning: format â%lluâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 950 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u", &contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:950:61: note: format string is defined here > 950 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u", &contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >proxy.c:1028:49: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 1028 | sprintf((char*)buf+strlen((char *)buf), "Content-Length: %"PRINTF_INT64_MODIFIER"u\r\n", contentlength64); > | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >proxy.c:1028:90: note: format string is defined here > 1028 | sprintf((char*)buf+strlen((char *)buf), "Content-Length: %"PRINTF_INT64_MODIFIER"u\r\n", contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >proxy.c:1075:50: warning: format â%llxâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 1075 | sscanf((char *)smallbuf, "%"PRINTF_INT64_MODIFIER"x", &contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:1075:75: note: format string is defined here > 1075 | sscanf((char *)smallbuf, "%"PRINTF_INT64_MODIFIER"x", &contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvtcppm.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER tcppm.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvudppm.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER udppm.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvsocks.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER socks.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER sockgetchar.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER sockmap.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER common.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o authradius.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER authradius.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o auth.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER auth.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o log.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER log.c >log.c: In function âdobuf2â: >log.c:249:57: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 249 | sprintf((char *)buf+i, "%"PRINTF_INT64_MODIFIER"u", param->cycles); > | ^~~ ~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >log.c:249:82: note: format string is defined here > 249 | sprintf((char *)buf+i, "%"PRINTF_INT64_MODIFIER"u", param->cycles); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >log.c:253:57: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 253 | sprintf((char *)buf+i, "%"PRINTF_INT64_MODIFIER"u", param->statssrv64); > | ^~~ ~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >log.c:253:82: note: format string is defined here > 253 | sprintf((char *)buf+i, "%"PRINTF_INT64_MODIFIER"u", param->statssrv64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >log.c:257:57: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 257 | sprintf((char *)buf+i, "%"PRINTF_INT64_MODIFIER"u", param->statscli64); > | ^~~ ~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >log.c:257:82: note: format string is defined here > 257 | sprintf((char *)buf+i, "%"PRINTF_INT64_MODIFIER"u", param->statscli64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o md4.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER libs/md4.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o md5.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER libs/md5.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o datatypes.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER datatypes.c >datatypes.c: In function âpr_unsigned64â: >datatypes.c:12:53: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 12 | if(node->value)(*cbf)(cb, buf, sprintf(buf, "%"PRINTF_INT64_MODIFIER"u", *(uint64_t *)node->value)); > | ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >datatypes.c:12:78: note: format string is defined here > 12 | if(node->value)(*cbf)(cb, buf, sprintf(buf, "%"PRINTF_INT64_MODIFIER"u", *(uint64_t *)node->value)); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o mycrypt.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER mycrypt.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER base64.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o conf.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER conf.c >conf.c: In function âh_chrootâ: >conf.c:1525:9: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 1525 | chdir("/"); > | ^~~~~~~~~~ >conf.c: In function âh_aceâ: >conf.c:1298:33: warning: ignoring return value of âreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 1298 | read(conf.counterd, &crecord, sizeof(struct counter_record)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o smbdes.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER libs/smbdes.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o stringtable.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER stringtable.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o ntlm.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER ntlm.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER ftp.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvdnspr.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER dnspr.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o mycryptmain.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN mycrypt.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o srvwebadmin.o -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER webadmin.c >webadmin.c: In function âadminchildâ: >webadmin.c:513:41: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 513 | "</td><td>%"PRINTF_INT64_MODIFIER"u</td>" > | ^~~~~~~~~~~~ >...... > 517 | cp->traflim64 / (1024 * 1024), > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >webadmin.c:513:75: note: format string is defined here > 513 | "</td><td>%"PRINTF_INT64_MODIFIER"u</td>" > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >webadmin.c:513:41: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 5 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 513 | "</td><td>%"PRINTF_INT64_MODIFIER"u</td>" > | ^~~~~~~~~~~~ >...... > 519 | cp->traf64 / (1024 * 1024), > | ~~~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >webadmin.c:515:70: note: format string is defined here > 515 | "<td>%"PRINTF_INT64_MODIFIER"u.%"PRINTF_INT64_MODIFIER"u</td>" > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >webadmin.c:513:41: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 6 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 513 | "</td><td>%"PRINTF_INT64_MODIFIER"u</td>" > | ^~~~~~~~~~~~ >...... > 520 | (((cp->traf64/16) *10) / (64*1024))%10, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >webadmin.c:515:96: note: format string is defined here > 515 | "<td>%"PRINTF_INT64_MODIFIER"u.%"PRINTF_INT64_MODIFIER"u</td>" > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int >webadmin.c:596:33: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 596 | ftruncate(fileno(writable), ftell(writable)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER plugins.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DPORTMAP tcppm.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DNOPORTMAP pop3p.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DNOPORTMAP smtpp.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DNOPORTMAP ftppr.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/StringsPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER StringsPlugin.c >StringsPlugin.c: In function âload_stringâ: >StringsPlugin.c:35:6: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 35 | fgets(tmpbuf1, 1023,f); > | ^~~~~~~~~~~~~~~~~~~~~~ >StringsPlugin.c:54:6: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 54 | fgets(tmpbuf1, 1023,f); > | ^~~~~~~~~~~~~~~~~~~~~~ >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/StringsPlugin' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DPORTMAP udppm.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DNOPORTMAP socks.c >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/StringsPlugin' >x86_64-pc-linux-gnu-gcc -o ../../../bin/StringsPlugin.ld.so -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -shared StringsPlugin.o >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-proxy/3proxy-0.9.4/temp/ccCVvpY7.ltrans0.ltrans.o: warning: relocation against `mypl' in read-only section `.text' >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-proxy/3proxy-0.9.4/temp/ccCVvpY7.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol `old_proxy_table' can not be used when making a shared object; recompile with -fPIC >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: bad value >collect2: error: ld returned 1 exit status >make[2]: *** [Makefile.inc:7: ../bin/StringsPlugin.ld.so] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/StringsPlugin' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o ../bin/3proxy -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread 3proxy.o mainfunc.o auth.o authradius.o conf.o datatypes.o srvproxy.o srvpop3p.o srvsmtpp.o srvftppr.o srvsocks.o srvtcppm.o srvudppm.o sockmap.o sockgetchar.o common.o log.o mycrypt.o md5.o md4.o base64.o ftp.o smbdes.o ntlm.o stringtable.o srvwebadmin.o srvdnspr.o plugins.o -ldl >plugins.c:15:10: error: type of âhashindexâ does not match original declaration [-Werror=lto-type-mismatch] > 15 | unsigned hashindex(const unsigned char* hash); > | ^ >auth.c:1035:10: note: type mismatch in parameter 2 > 1035 | unsigned hashindex(struct hashtable *ht, const unsigned char* hash){ > | ^ >auth.c:1035:10: note: âhashindexâ was previously declared here >plugins.c:14:6: error: type of ânametohashâ does not match original declaration [-Werror=lto-type-mismatch] > 14 | void nametohash(const unsigned char * name, unsigned char *hash); > | ^ >auth.c:1023:6: note: type mismatch in parameter 3 > 1023 | void nametohash(const unsigned char * name, unsigned char *hash, unsigned char *rnd){ > | ^ >auth.c:1023:6: note: ânametohashâ was previously declared here >lto1: some warnings being treated as errors >lto-wrapper: fatal error: x86_64-pc-linux-gnu-gcc returned 1 exit status >compilation terminated. >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed >collect2: error: ld returned 1 exit status >make[1]: *** [Makefile.inc:147: ../bin/3proxy] Error 1 >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -DWITHMAIN -DNOPORTMAP -DANONYMOUS proxy.c >proxy.c: In function âproxychildâ: >proxy.c:506:36: warning: format â%lluâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 506 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u",&contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:506:61: note: format string is defined here > 506 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u",&contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >proxy.c:950:36: warning: format â%lluâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 950 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u", &contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:950:61: note: format string is defined here > 950 | sscanf((char *)sb, "%"PRINTF_INT64_MODIFIER"u", &contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >proxy.c:1075:50: warning: format â%llxâ expects argument of type âlong long unsigned int *â, but argument 3 has type âuint64_t *â {aka âlong unsigned int *â} [-Wformat=] > 1075 | sscanf((char *)smallbuf, "%"PRINTF_INT64_MODIFIER"x", &contentlength64); > | ^~~ ~~~~~~~~~~~~~~~~ > | | > | uint64_t * {aka long unsigned int *} >proxy.c:1075:75: note: format string is defined here > 1075 | sscanf((char *)smallbuf, "%"PRINTF_INT64_MODIFIER"x", &contentlength64); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long unsigned int * >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TrafficPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER TrafficPlugin.c >TrafficPlugin.c: In function âmylogfuncâ: >TrafficPlugin.c:243:57: warning: format â%lldâ expects argument of type âlong long intâ, but argument 4 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >TrafficPlugin.c:243:104: note: format string is defined here > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long int >TrafficPlugin.c:243:57: warning: format â%lldâ expects argument of type âlong long intâ, but argument 5 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >TrafficPlugin.c:243:135: note: format string is defined here > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long int >TrafficPlugin.c:243:57: warning: format â%lldâ expects argument of type âlong long intâ, but argument 6 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >TrafficPlugin.c:243:174: note: format string is defined here > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long int >TrafficPlugin.c:243:57: warning: format â%lldâ expects argument of type âlong long intâ, but argument 7 has type âuint64_tâ {aka âlong unsigned intâ} [-Wformat=] > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ > | | > | uint64_t {aka long unsigned int} >TrafficPlugin.c:243:205: note: format string is defined here > 243 | fprintf(stdout, "Port=%hd; Before: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; After: srv=%"PRINTF_INT64_MODIFIER"d, cli=%"PRINTF_INT64_MODIFIER"d; nreads=%ld; nwrites=%ld; Rule=%d\n",myhtons(*SAPORT(¶m->sinsr)), statssrv_before, statscli_before, param->statssrv64, param->statscli64,param->nreads,param->nwrites,rule); > | ~~~~~~~~~~~~~~~~~~~~~~~~^ > | | > | long long int >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TrafficPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TrafficPlugin' >x86_64-pc-linux-gnu-gcc -o ../../../bin/TrafficPlugin.ld.so -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -shared TrafficPlugin.o >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-proxy/3proxy-0.9.4/temp/ccFLJpuj.ltrans0.ltrans.o: warning: relocation against `stdout@@GLIBC_2.2.5' in read-only section `.text' >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-proxy/3proxy-0.9.4/temp/ccFLJpuj.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol `firsttrafcorrect' can not be used when making a shared object; recompile with -fPIC >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: bad value >collect2: error: ld returned 1 exit status >make[2]: *** [Makefile.inc:7: ../bin/TrafficPlugin.ld.so] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TrafficPlugin' >make[1]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >x86_64-pc-linux-gnu-gcc -o ../bin/mycrypt -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread md4.o md5.o base64.o mycryptmain.o >make[1]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_config.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_fullinfo.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_get.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_globals.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_newline.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_dfa_exec.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_ord2utf8.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_refcount.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_tables.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_study.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_valid_utf8.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_version.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_compile.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_exec.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_xclass.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_table.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_maketables.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_ucd.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER pcre_plugin.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >x86_64-pc-linux-gnu-gcc -o ../../../bin/PCREPlugin.ld.so -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -shared pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_plugin.o pcre_maketables.o pcre_ucd.o pcre_table.o >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-proxy/3proxy-0.9.4/temp/ccAoPYUq.ltrans0.ltrans.o: warning: relocation against `pcre_stack_guard' in read-only section `.text' >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-proxy/3proxy-0.9.4/temp/ccAoPYUq.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol `_pcre_OP_lengths' can not be used when making a shared object; recompile with -fPIC >/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: bad value >collect2: error: ld returned 1 exit status >make[2]: *** [Makefile.inc:61: ../bin/PCREPlugin.ld.so] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/PCREPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TransparentPlugin' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER -fPIC -fno-strict-aliasing -c -pthread -DWITHSPLICE -D_GNU_SOURCE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER transparent_plugin.c >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TransparentPlugin' >make[2]: Entering directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TransparentPlugin' >x86_64-pc-linux-gnu-gcc -o ../../../bin/TransparentPlugin.ld.so -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -fPIE -fno-strict-aliasing -pthread -shared transparent_plugin.o >make[2]: Leaving directory '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4/src/plugins/TransparentPlugin' >make: *** [Makefile.inc:7: all] Error 2 > * ERROR: net-proxy/3proxy-0.9.4::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-proxy/3proxy-0.9.4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-proxy/3proxy-0.9.4::gentoo'`. > * The complete build log is located at '/var/log/portage/net-proxy:3proxy-0.9.4:20241006-170623.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-proxy/3proxy-0.9.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-proxy/3proxy-0.9.4/temp/environment'. > * Working directory: '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4' > * S: '/var/tmp/portage/net-proxy/3proxy-0.9.4/work/3proxy-0.9.4' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 941084
:
905007
|
905008
|
905009
|
905010
|
905011
| 905012 |
905013
|
905014