==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: ghostpop3 0.1.0-5 (Sun Aug 16 09:36:11 2020) ==> Retrieving sources... -> Found ghostpop3-0.1.0.tar.gz ==> Validating source files with sha512sums... ghostpop3-0.1.0.tar.gz ... Passed Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals ==> Making package: ghostpop3 0.1.0-5 (Sun 16 Aug 2020 09:36:16 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found ghostpop3-0.1.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting ghostpop3-0.1.0.tar.gz with bsdtar ==> Starting build()... ./configure: line 20: shift: shift count out of range Generate Makefile... Generate config.h... Done. Run make. gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -O2 -I. Conn.c -c Conn.c: In function ‘Conn_grow’: Conn.c:180:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 180 | __FUNCTION__, | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_accept_allow’: Conn.c:247:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 247 | __FUNCTION__, val, val == 0 ? "off" : "on"); | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_alloc’: Conn.c:269:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 269 | __FUNCTION__, | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_new’: Conn.c:704:28: warning: unused parameter ‘C’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter]8;;] 704 | void Conn_new(struct Conn *C) | ~~~~~~~~~~~~~^ Conn.c: In function ‘Conn_send_cb_i’: Conn.c:1196:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1196 | __FUNCTION__, slot, Conn_pfds[slot].fd, | ^~~~~~~~~~~~ Conn.c:1206:9: warning: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘int’} and ‘unsigned int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 1206 | if (n == count) { | ^~ Conn.c:1217:5: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1217 | __FUNCTION__, | ^~~~~~~~~~~~ Conn.c:1222:4: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1222 | __FUNCTION__, | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_recv_cb_i’: Conn.c:1265:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1265 | __FUNCTION__, slot, Conn_pfds[slot].fd, n); | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_connect’: Conn.c:1336:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1336 | __FUNCTION__, addr, port); | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_trytoconnect’: Conn.c:1367:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1367 | __FUNCTION__, Conn_no, Conn_pending); | ^~~~~~~~~~~~ Conn.c:1374:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__time_t’ {aka ‘long int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 1374 | && (Conns[i].tryat <= Conn_now.tv_sec)) { | ^~ Conn.c:1442:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 1442 | __FUNCTION__); | ^~~~~~~~~~~~ Conn.c: In function ‘Conn_expire’: Conn.c:1460:50: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘__time_t’ {aka ‘long int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 1460 | if ((C->idle > 0) && (C->trecv.tv_sec + C->idle < Conn_now.tv_sec)) { | ^ Conn.c:1463:36: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘__time_t’ {aka ‘long int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 1463 | && (C->tsend.tv_sec + C->timeout <= Conn_now.tv_sec) | ^~ Conn.c:1467:36: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘__time_t’ {aka ‘long int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 1467 | && (C->last_trigger + C->trigger < Conn_now.tv_sec)) { | ^ gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -O2 -I. ghostpop3_conf.c -c gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -O2 -I. ghostpop3.c -o ghostpop3 Conn.o ghostpop3_conf.o ghostpop3.c: In function ‘ghostpop3_accept’: ghostpop3.c:59:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 59 | __FUNCTION__, C->addr, C->slot); | ^~~~~~~~~~~~ ghostpop3.c: In function ‘ghostpop3_close’: ghostpop3.c:72:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 72 | __FUNCTION__, C->addr, C->slot); | ^~~~~~~~~~~~ ghostpop3.c: In function ‘ghostpop3_data’: ghostpop3.c:88:4: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 88 | __FUNCTION__, C->ibuf_head, C->ibuf_tail, | ^~~~~~~~~~~~ ghostpop3.c: In function ‘ghostpop3_error’: ghostpop3.c:127:3: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 127 | __FUNCTION__, Conn_getid(C)); | ^~~~~~~~~~~~ ==> Entering fakeroot environment... ==> Starting package()... 'ghostpop3.conf' -> '/build/ghostpop3/pkg/ghostpop3/etc/ghostpop3.conf' 'ghostpop3' -> '/build/ghostpop3/pkg/ghostpop3/usr/sbin/ghostpop3' ==> Tidying install... -> Removing empty directories... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "ghostpop3"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: ghostpop3 0.1.0-5 (Sun 16 Aug 2020 09:36:23 AM EDT) ==> Cleaning up...