The build took 00h 00m 41s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
35,043 |
ansic |
7,664 |
makefile |
3,379 |
sh |
931 |
perl |
47,017 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: pork 0.99.8.1-11 (Wed Aug 24 13:08:42 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for sed... /usr/sbin/sed
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking for initscr in -lncurses... yes
checking for resizeterm in -lncurses... yes
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for u_int8_t... yes
checking for AF_INET6... yes
checking for socklen_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for void *... yes
checking size of void *... 8
checking for __attribute__... no
checking return type of signal handlers... void
checking for perl... /usr/sbin/perl
checking for Perl compile flags... ok
checking for Perl_eval_pv... no
checking for old perl... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for getopt_long... yes
checking for strsep... yes
checking for vasprintf... yes
checking for gettimeofday... yes
checking for select... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for uname... yes
checking for memcmp... yes
checking for strftime... yes
checking for vprintf... yes
checking for gethostbyname... yes
checking for library containing socket... none required
checking for getaddrinfo... yes
checking for freeaddrinfo... yes
checking for gai_strerror... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for struct sockaddr_storage... yes
checking for ss_family member in struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/missing/Makefile
config.status: creating src/protocols/Makefile
config.status: creating src/protocols/aim/Makefile
config.status: creating src/protocols/irc/Makefile
config.status: creating doc/Makefile
config.status: creating doc/help/Makefile
config.status: creating doc/help/blist/Makefile
config.status: creating doc/help/buddy/Makefile
config.status: creating doc/help/chat/Makefile
config.status: creating doc/help/event/Makefile
config.status: creating doc/help/file/Makefile
config.status: creating doc/help/history/Makefile
config.status: creating doc/help/input/Makefile
config.status: creating doc/help/main/Makefile
config.status: creating doc/help/perl/Makefile
config.status: creating doc/help/scroll/Makefile
config.status: creating doc/help/timer/Makefile
config.status: creating doc/help/win/Makefile
config.status: creating examples/Makefile
config.status: creating examples/perl/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/pork/src/pork-0.99.8.1'
Making all in src
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src'
Making all in missing
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/missing'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT inet_ntop.o -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.o inet_ntop.c; \
then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Po"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT ipv6_missing.o -MD -MP -MF ".deps/ipv6_missing.Tpo" -c -o ipv6_missing.o ipv6_missing.c; \
then mv -f ".deps/ipv6_missing.Tpo" ".deps/ipv6_missing.Po"; else rm -f ".deps/ipv6_missing.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" -c -o snprintf.o snprintf.c; \
then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; else rm -f ".deps/snprintf.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT strsep.o -MD -MP -MF ".deps/strsep.Tpo" -c -o strsep.o strsep.c; \
then mv -f ".deps/strsep.Tpo" ".deps/strsep.Po"; else rm -f ".deps/strsep.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT vasprintf.o -MD -MP -MF ".deps/vasprintf.Tpo" -c -o vasprintf.o vasprintf.c; \
then mv -f ".deps/vasprintf.Tpo" ".deps/vasprintf.Po"; else rm -f ".deps/vasprintf.Tpo"; exit 1; fi
rm -f libmissing.a
ar cru libmissing.a inet_ntop.o ipv6_missing.o getopt.o snprintf.o strsep.o vasprintf.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libmissing.a
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/missing'
Making all in protocols
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
Making all in irc
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/irc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_irc.o -MD -MP -MF ".deps/pork_irc.Tpo" -c -o pork_irc.o pork_irc.c; \
then mv -f ".deps/pork_irc.Tpo" ".deps/pork_irc.Po"; else rm -f ".deps/pork_irc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_irc_dcc.o -MD -MP -MF ".deps/pork_irc_dcc.Tpo" -c -o pork_irc_dcc.o pork_irc_dcc.c; \
then mv -f ".deps/pork_irc_dcc.Tpo" ".deps/pork_irc_dcc.Po"; else rm -f ".deps/pork_irc_dcc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_irc_input.o -MD -MP -MF ".deps/pork_irc_input.Tpo" -c -o pork_irc_input.o pork_irc_input.c; \
then mv -f ".deps/pork_irc_input.Tpo" ".deps/pork_irc_input.Po"; else rm -f ".deps/pork_irc_input.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_irc_output.o -MD -MP -MF ".deps/pork_irc_output.Tpo" -c -o pork_irc_output.o pork_irc_output.c; \
then mv -f ".deps/pork_irc_output.Tpo" ".deps/pork_irc_output.Po"; else rm -f ".deps/pork_irc_output.Tpo"; exit 1; fi
rm -f libirc.a
ar cru libirc.a pork_irc.o pork_irc_dcc.o pork_irc_input.o pork_irc_output.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libirc.a
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/irc'
Making all in aim
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/aim'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT admin.o -MD -MP -MF ".deps/admin.Tpo" -c -o admin.o `test -f 'libfaim/admin.c' || echo './'`libfaim/admin.c; \
then mv -f ".deps/admin.Tpo" ".deps/admin.Po"; else rm -f ".deps/admin.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT adverts.o -MD -MP -MF ".deps/adverts.Tpo" -c -o adverts.o `test -f 'libfaim/adverts.c' || echo './'`libfaim/adverts.c; \
then mv -f ".deps/adverts.Tpo" ".deps/adverts.Po"; else rm -f ".deps/adverts.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT auth.o -MD -MP -MF ".deps/auth.Tpo" -c -o auth.o `test -f 'libfaim/auth.c' || echo './'`libfaim/auth.c; \
then mv -f ".deps/auth.Tpo" ".deps/auth.Po"; else rm -f ".deps/auth.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT bart.o -MD -MP -MF ".deps/bart.Tpo" -c -o bart.o `test -f 'libfaim/bart.c' || echo './'`libfaim/bart.c; \
then mv -f ".deps/bart.Tpo" ".deps/bart.Po"; else rm -f ".deps/bart.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT bos.o -MD -MP -MF ".deps/bos.Tpo" -c -o bos.o `test -f 'libfaim/bos.c' || echo './'`libfaim/bos.c; \
then mv -f ".deps/bos.Tpo" ".deps/bos.Po"; else rm -f ".deps/bos.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT bstream.o -MD -MP -MF ".deps/bstream.Tpo" -c -o bstream.o `test -f 'libfaim/bstream.c' || echo './'`libfaim/bstream.c; \
then mv -f ".deps/bstream.Tpo" ".deps/bstream.Po"; else rm -f ".deps/bstream.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT buddylist.o -MD -MP -MF ".deps/buddylist.Tpo" -c -o buddylist.o `test -f 'libfaim/buddylist.c' || echo './'`libfaim/buddylist.c; \
then mv -f ".deps/buddylist.Tpo" ".deps/buddylist.Po"; else rm -f ".deps/buddylist.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT chat.o -MD -MP -MF ".deps/chat.Tpo" -c -o chat.o `test -f 'libfaim/chat.c' || echo './'`libfaim/chat.c; \
then mv -f ".deps/chat.Tpo" ".deps/chat.Po"; else rm -f ".deps/chat.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT chatnav.o -MD -MP -MF ".deps/chatnav.Tpo" -c -o chatnav.o `test -f 'libfaim/chatnav.c' || echo './'`libfaim/chatnav.c; \
then mv -f ".deps/chatnav.Tpo" ".deps/chatnav.Po"; else rm -f ".deps/chatnav.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT conn.o -MD -MP -MF ".deps/conn.Tpo" -c -o conn.o `test -f 'libfaim/conn.c' || echo './'`libfaim/conn.c; \
then mv -f ".deps/conn.Tpo" ".deps/conn.Po"; else rm -f ".deps/conn.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT email.o -MD -MP -MF ".deps/email.Tpo" -c -o email.o `test -f 'libfaim/email.c' || echo './'`libfaim/email.c; \
then mv -f ".deps/email.Tpo" ".deps/email.Po"; else rm -f ".deps/email.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT ft.o -MD -MP -MF ".deps/ft.Tpo" -c -o ft.o `test -f 'libfaim/ft.c' || echo './'`libfaim/ft.c; \
then mv -f ".deps/ft.Tpo" ".deps/ft.Po"; else rm -f ".deps/ft.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT icq.o -MD -MP -MF ".deps/icq.Tpo" -c -o icq.o `test -f 'libfaim/icq.c' || echo './'`libfaim/icq.c; \
then mv -f ".deps/icq.Tpo" ".deps/icq.Po"; else rm -f ".deps/icq.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT im.o -MD -MP -MF ".deps/im.Tpo" -c -o im.o `test -f 'libfaim/im.c' || echo './'`libfaim/im.c; \
then mv -f ".deps/im.Tpo" ".deps/im.Po"; else rm -f ".deps/im.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT invite.o -MD -MP -MF ".deps/invite.Tpo" -c -o invite.o `test -f 'libfaim/invite.c' || echo './'`libfaim/invite.c; \
then mv -f ".deps/invite.Tpo" ".deps/invite.Po"; else rm -f ".deps/invite.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT locate.o -MD -MP -MF ".deps/locate.Tpo" -c -o locate.o `test -f 'libfaim/locate.c' || echo './'`libfaim/locate.c; \
then mv -f ".deps/locate.Tpo" ".deps/locate.Po"; else rm -f ".deps/locate.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o `test -f 'libfaim/md5.c' || echo './'`libfaim/md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f 'libfaim/misc.c' || echo './'`libfaim/misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT msgcookie.o -MD -MP -MF ".deps/msgcookie.Tpo" -c -o msgcookie.o `test -f 'libfaim/msgcookie.c' || echo './'`libfaim/msgcookie.c; \
then mv -f ".deps/msgcookie.Tpo" ".deps/msgcookie.Po"; else rm -f ".deps/msgcookie.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT odir.o -MD -MP -MF ".deps/odir.Tpo" -c -o odir.o `test -f 'libfaim/odir.c' || echo './'`libfaim/odir.c; \
then mv -f ".deps/odir.Tpo" ".deps/odir.Po"; else rm -f ".deps/odir.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT popups.o -MD -MP -MF ".deps/popups.Tpo" -c -o popups.o `test -f 'libfaim/popups.c' || echo './'`libfaim/popups.c; \
then mv -f ".deps/popups.Tpo" ".deps/popups.Po"; else rm -f ".deps/popups.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT rxhandlers.o -MD -MP -MF ".deps/rxhandlers.Tpo" -c -o rxhandlers.o `test -f 'libfaim/rxhandlers.c' || echo './'`libfaim/rxhandlers.c; \
then mv -f ".deps/rxhandlers.Tpo" ".deps/rxhandlers.Po"; else rm -f ".deps/rxhandlers.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT rxqueue.o -MD -MP -MF ".deps/rxqueue.Tpo" -c -o rxqueue.o `test -f 'libfaim/rxqueue.c' || echo './'`libfaim/rxqueue.c; \
then mv -f ".deps/rxqueue.Tpo" ".deps/rxqueue.Po"; else rm -f ".deps/rxqueue.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o `test -f 'libfaim/search.c' || echo './'`libfaim/search.c; \
then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT service.o -MD -MP -MF ".deps/service.Tpo" -c -o service.o `test -f 'libfaim/service.c' || echo './'`libfaim/service.c; \
then mv -f ".deps/service.Tpo" ".deps/service.Po"; else rm -f ".deps/service.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT snac.o -MD -MP -MF ".deps/snac.Tpo" -c -o snac.o `test -f 'libfaim/snac.c' || echo './'`libfaim/snac.c; \
then mv -f ".deps/snac.Tpo" ".deps/snac.Po"; else rm -f ".deps/snac.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT ssi.o -MD -MP -MF ".deps/ssi.Tpo" -c -o ssi.o `test -f 'libfaim/ssi.c' || echo './'`libfaim/ssi.c; \
then mv -f ".deps/ssi.Tpo" ".deps/ssi.Po"; else rm -f ".deps/ssi.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT stats.o -MD -MP -MF ".deps/stats.Tpo" -c -o stats.o `test -f 'libfaim/stats.c' || echo './'`libfaim/stats.c; \
then mv -f ".deps/stats.Tpo" ".deps/stats.Po"; else rm -f ".deps/stats.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT tlv.o -MD -MP -MF ".deps/tlv.Tpo" -c -o tlv.o `test -f 'libfaim/tlv.c' || echo './'`libfaim/tlv.c; \
then mv -f ".deps/tlv.Tpo" ".deps/tlv.Po"; else rm -f ".deps/tlv.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT translate.o -MD -MP -MF ".deps/translate.Tpo" -c -o translate.o `test -f 'libfaim/translate.c' || echo './'`libfaim/translate.c; \
then mv -f ".deps/translate.Tpo" ".deps/translate.Po"; else rm -f ".deps/translate.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT txqueue.o -MD -MP -MF ".deps/txqueue.Tpo" -c -o txqueue.o `test -f 'libfaim/txqueue.c' || echo './'`libfaim/txqueue.c; \
then mv -f ".deps/txqueue.Tpo" ".deps/txqueue.Po"; else rm -f ".deps/txqueue.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o `test -f 'libfaim/util.c' || echo './'`libfaim/util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_aim.o -MD -MP -MF ".deps/pork_aim.Tpo" -c -o pork_aim.o pork_aim.c; \
then mv -f ".deps/pork_aim.Tpo" ".deps/pork_aim.Po"; else rm -f ".deps/pork_aim.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I.. -I../.. -I../../.. -I../../missing -Ilibfaim -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_aim_proto.o -MD -MP -MF ".deps/pork_aim_proto.Tpo" -c -o pork_aim_proto.o pork_aim_proto.c; \
then mv -f ".deps/pork_aim_proto.Tpo" ".deps/pork_aim_proto.Po"; else rm -f ".deps/pork_aim_proto.Tpo"; exit 1; fi
rm -f libaim.a
ar cru libaim.a admin.o adverts.o auth.o bart.o bos.o bstream.o buddylist.o chat.o chatnav.o conn.o email.o ft.o icq.o im.o invite.o locate.o md5.o misc.o msgcookie.o odir.o popups.o rxhandlers.o rxqueue.o search.o service.o snac.o ssi.o stats.o tlv.o translate.o txqueue.o util.o pork_aim.o pork_aim_proto.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libaim.a
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/aim'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork.o -MD -MP -MF ".deps/pork.Tpo" -c -o pork.o pork.c; \
then mv -f ".deps/pork.Tpo" ".deps/pork.Po"; else rm -f ".deps/pork.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_acct.o -MD -MP -MF ".deps/pork_acct.Tpo" -c -o pork_acct.o pork_acct.c; \
then mv -f ".deps/pork_acct.Tpo" ".deps/pork_acct.Po"; else rm -f ".deps/pork_acct.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_alias.o -MD -MP -MF ".deps/pork_alias.Tpo" -c -o pork_alias.o pork_alias.c; \
then mv -f ".deps/pork_alias.Tpo" ".deps/pork_alias.Po"; else rm -f ".deps/pork_alias.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_bind.o -MD -MP -MF ".deps/pork_bind.Tpo" -c -o pork_bind.o pork_bind.c; \
then mv -f ".deps/pork_bind.Tpo" ".deps/pork_bind.Po"; else rm -f ".deps/pork_bind.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_buddy.o -MD -MP -MF ".deps/pork_buddy.Tpo" -c -o pork_buddy.o pork_buddy.c; \
then mv -f ".deps/pork_buddy.Tpo" ".deps/pork_buddy.Po"; else rm -f ".deps/pork_buddy.Tpo"; exit 1; fi
pork_bind.c: In function 'bind_get_keycode':
pork_bind.c:244:30: warning: pointer targets in passing argument 2 of 'str_to_uint' differ in signedness [-Wpointer-sign]
if (str_to_uint(meta_str, &meta_num) == -1 || meta_num > 15)
^
In file included from pork_bind.c:21:0:
./pork_util.h:57:12: note: expected 'u_int32_t * {aka unsigned int *}' but argument is of type 'int *'
inline int str_to_uint(const char *str, u_int32_t *val);
^~~~~~~~~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_buddy_list.o -MD -MP -MF ".deps/pork_buddy_list.Tpo" -c -o pork_buddy_list.o pork_buddy_list.c; \
then mv -f ".deps/pork_buddy_list.Tpo" ".deps/pork_buddy_list.Po"; else rm -f ".deps/pork_buddy_list.Tpo"; exit 1; fi
pork_buddy_list.c: In function 'blist_make_buddy_label':
pork_buddy_list.c:55:8: warning: variable 'string' set but not used [-Wunused-but-set-variable]
char *string = buf;
^~~~~~
pork_buddy_list.c: In function 'blist_make_group_label':
pork_buddy_list.c:66:8: warning: variable 'string' set but not used [-Wunused-but-set-variable]
char *string = buf;
^~~~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_chat.o -MD -MP -MF ".deps/pork_chat.Tpo" -c -o pork_chat.o pork_chat.c; \
then mv -f ".deps/pork_chat.Tpo" ".deps/pork_chat.Po"; else rm -f ".deps/pork_chat.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_color.o -MD -MP -MF ".deps/pork_color.Tpo" -c -o pork_color.o pork_color.c; \
then mv -f ".deps/pork_color.Tpo" ".deps/pork_color.Po"; else rm -f ".deps/pork_color.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_command.o -MD -MP -MF ".deps/pork_command.Tpo" -c -o pork_command.o pork_command.c; \
then mv -f ".deps/pork_command.Tpo" ".deps/pork_command.Po"; else rm -f ".deps/pork_command.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_conf.o -MD -MP -MF ".deps/pork_conf.Tpo" -c -o pork_conf.o pork_conf.c; \
then mv -f ".deps/pork_conf.Tpo" ".deps/pork_conf.Po"; else rm -f ".deps/pork_conf.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_cstr.o -MD -MP -MF ".deps/pork_cstr.Tpo" -c -o pork_cstr.o pork_cstr.c; \
then mv -f ".deps/pork_cstr.Tpo" ".deps/pork_cstr.Po"; else rm -f ".deps/pork_cstr.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_events.o -MD -MP -MF ".deps/pork_events.Tpo" -c -o pork_events.o pork_events.c; \
then mv -f ".deps/pork_events.Tpo" ".deps/pork_events.Po"; else rm -f ".deps/pork_events.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_format.o -MD -MP -MF ".deps/pork_format.Tpo" -c -o pork_format.o pork_format.c; \
then mv -f ".deps/pork_format.Tpo" ".deps/pork_format.Po"; else rm -f ".deps/pork_format.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_help.o -MD -MP -MF ".deps/pork_help.Tpo" -c -o pork_help.o pork_help.c; \
then mv -f ".deps/pork_help.Tpo" ".deps/pork_help.Po"; else rm -f ".deps/pork_help.Tpo"; exit 1; fi
pork_format.c: In function 'format_file_transfer':
pork_format.c:1021:33: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=]
ret = snprintf(buf, len, "%lld", xfer->start_offset);
^
pork_format.c:1076:33: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=]
ret = snprintf(buf, len, "%lld", xfer->file_len - xfer->start_offset);
^
pork_format.c:1081:33: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=]
ret = snprintf(buf, len, "%lld", xfer->bytes_sent);
^
pork_format.c: In function 'format_apply_justification':
pork_format.c:1326:8: warning: variable 'left' set but not used [-Wunused-but-set-variable]
char *left = NULL;
^~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_html.o -MD -MP -MF ".deps/pork_html.Tpo" -c -o pork_html.o pork_html.c; \
then mv -f ".deps/pork_html.Tpo" ".deps/pork_html.Po"; else rm -f ".deps/pork_html.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_imwindow.o -MD -MP -MF ".deps/pork_imwindow.Tpo" -c -o pork_imwindow.o pork_imwindow.c; \
then mv -f ".deps/pork_imwindow.Tpo" ".deps/pork_imwindow.Po"; else rm -f ".deps/pork_imwindow.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_imsg.o -MD -MP -MF ".deps/pork_imsg.Tpo" -c -o pork_imsg.o pork_imsg.c; \
then mv -f ".deps/pork_imsg.Tpo" ".deps/pork_imsg.Po"; else rm -f ".deps/pork_imsg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_inet.o -MD -MP -MF ".deps/pork_inet.Tpo" -c -o pork_inet.o pork_inet.c; \
then mv -f ".deps/pork_inet.Tpo" ".deps/pork_inet.Po"; else rm -f ".deps/pork_inet.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_input.o -MD -MP -MF ".deps/pork_input.Tpo" -c -o pork_input.o pork_input.c; \
then mv -f ".deps/pork_input.Tpo" ".deps/pork_input.Po"; else rm -f ".deps/pork_input.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_io.o -MD -MP -MF ".deps/pork_io.Tpo" -c -o pork_io.o pork_io.c; \
then mv -f ".deps/pork_io.Tpo" ".deps/pork_io.Po"; else rm -f ".deps/pork_io.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_list.o -MD -MP -MF ".deps/pork_list.Tpo" -c -o pork_list.o pork_list.c; \
then mv -f ".deps/pork_list.Tpo" ".deps/pork_list.Po"; else rm -f ".deps/pork_list.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_misc.o -MD -MP -MF ".deps/pork_misc.Tpo" -c -o pork_misc.o pork_misc.c; \
then mv -f ".deps/pork_misc.Tpo" ".deps/pork_misc.Po"; else rm -f ".deps/pork_misc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_msg.o -MD -MP -MF ".deps/pork_msg.Tpo" -c -o pork_msg.o pork_msg.c; \
then mv -f ".deps/pork_msg.Tpo" ".deps/pork_msg.Po"; else rm -f ".deps/pork_msg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_opt.o -MD -MP -MF ".deps/pork_opt.Tpo" -c -o pork_opt.o pork_opt.c; \
then mv -f ".deps/pork_opt.Tpo" ".deps/pork_opt.Po"; else rm -f ".deps/pork_opt.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_perl.o -MD -MP -MF ".deps/pork_perl.Tpo" -c -o pork_perl.o pork_perl.c; \
then mv -f ".deps/pork_perl.Tpo" ".deps/pork_perl.Po"; else rm -f ".deps/pork_perl.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_perl_xs.o -MD -MP -MF ".deps/pork_perl_xs.Tpo" -c -o pork_perl_xs.o pork_perl_xs.c; \
then mv -f ".deps/pork_perl_xs.Tpo" ".deps/pork_perl_xs.Po"; else rm -f ".deps/pork_perl_xs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_proto.o -MD -MP -MF ".deps/pork_proto.Tpo" -c -o pork_proto.o pork_proto.c; \
then mv -f ".deps/pork_proto.Tpo" ".deps/pork_proto.Po"; else rm -f ".deps/pork_proto.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_queue.o -MD -MP -MF ".deps/pork_queue.Tpo" -c -o pork_queue.o pork_queue.c; \
then mv -f ".deps/pork_queue.Tpo" ".deps/pork_queue.Po"; else rm -f ".deps/pork_queue.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_screen.o -MD -MP -MF ".deps/pork_screen.Tpo" -c -o pork_screen.o pork_screen.c; \
then mv -f ".deps/pork_screen.Tpo" ".deps/pork_screen.Po"; else rm -f ".deps/pork_screen.Tpo"; exit 1; fi
pork_screen.c: In function 'screen_init':
pork_screen.c:152:17: warning: large integer implicitly truncated to unsigned type [-Woverflow]
acct->refnum = -1UL;
^
pork_screen.c: In function 'screen_window_swap':
pork_screen.c:325:20: warning: variable 'acct' set but not used [-Wunused-but-set-variable]
struct pork_acct *acct;
^~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_screen_io.o -MD -MP -MF ".deps/pork_screen_io.Tpo" -c -o pork_screen_io.o pork_screen_io.c; \
then mv -f ".deps/pork_screen_io.Tpo" ".deps/pork_screen_io.Po"; else rm -f ".deps/pork_screen_io.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_slist.o -MD -MP -MF ".deps/pork_slist.Tpo" -c -o pork_slist.o pork_slist.c; \
then mv -f ".deps/pork_slist.Tpo" ".deps/pork_slist.Po"; else rm -f ".deps/pork_slist.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_set.o -MD -MP -MF ".deps/pork_set.Tpo" -c -o pork_set.o pork_set.c; \
then mv -f ".deps/pork_set.Tpo" ".deps/pork_set.Po"; else rm -f ".deps/pork_set.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_status.o -MD -MP -MF ".deps/pork_status.Tpo" -c -o pork_status.o pork_status.c; \
then mv -f ".deps/pork_status.Tpo" ".deps/pork_status.Po"; else rm -f ".deps/pork_status.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_swindow.o -MD -MP -MF ".deps/pork_swindow.Tpo" -c -o pork_swindow.o pork_swindow.c; \
then mv -f ".deps/pork_swindow.Tpo" ".deps/pork_swindow.Po"; else rm -f ".deps/pork_swindow.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_timer.o -MD -MP -MF ".deps/pork_timer.Tpo" -c -o pork_timer.o pork_timer.c; \
then mv -f ".deps/pork_timer.Tpo" ".deps/pork_timer.Po"; else rm -f ".deps/pork_timer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_transfer.o -MD -MP -MF ".deps/pork_transfer.Tpo" -c -o pork_transfer.o pork_transfer.c; \
then mv -f ".deps/pork_transfer.Tpo" ".deps/pork_transfer.Po"; else rm -f ".deps/pork_transfer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -MT pork_util.o -MD -MP -MF ".deps/pork_util.Tpo" -c -o pork_util.o pork_util.c; \
then mv -f ".deps/pork_util.Tpo" ".deps/pork_util.Po"; else rm -f ".deps/pork_util.Tpo"; exit 1; fi
gcc -funsigned-char -Imissing -Wall -Iprotocols -fPIC -DHELP_PATH=\"/usr/share/pork/help\" -DSYSTEM_PORKRC=\"/usr/share/pork/porkrc\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -fgnu89-inline -o pork pork.o pork_acct.o pork_alias.o pork_bind.o pork_buddy.o pork_buddy_list.o pork_chat.o pork_color.o pork_command.o pork_conf.o pork_cstr.o pork_events.o pork_format.o pork_help.o pork_html.o pork_imwindow.o pork_imsg.o pork_inet.o pork_input.o pork_io.o pork_list.o pork_misc.o pork_msg.o pork_opt.o pork_perl.o pork_perl_xs.o pork_proto.o pork_queue.o pork_screen.o pork_screen_io.o pork_slist.o pork_set.o pork_status.o pork_swindow.o pork_timer.o pork_transfer.o pork_util.o missing/libmissing.a protocols/aim/libaim.a protocols/irc/libirc.a -lncurses -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src'
Making all in doc
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc'
Making all in help
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
Making all in blist
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/blist'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/blist'
Making all in buddy
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/buddy'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/buddy'
Making all in chat
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/chat'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/chat'
Making all in event
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/event'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/event'
Making all in file
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/file'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/file'
Making all in history
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/history'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/history'
Making all in input
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/input'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/input'
Making all in main
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/main'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/main'
Making all in perl
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/perl'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/perl'
Making all in scroll
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/scroll'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/scroll'
Making all in timer
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/timer'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/timer'
Making all in win
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/win'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/win'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc'
Making all in examples
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples'
Making all in perl
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples/perl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples/perl'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1'
make[1]: Leaving directory '/tmp/pork/src/pork-0.99.8.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src'
Making install in missing
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/missing'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/missing'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/missing'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/missing'
Making install in protocols
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
Making install in irc
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/irc'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/irc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/irc'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/irc'
Making install in aim
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/aim'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/aim'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/aim'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols/aim'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src/protocols'
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/src'
test -z "/usr/bin" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/bin"
make[3]: Nothing to be done for 'install-data-am'.
/usr/bin/install -c 'pork' '/tmp/pork/pkg/pork/usr/bin/pork'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src'
make[1]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/src'
Making install in doc
make[1]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc'
Making install in help
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
Making install in blist
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/blist'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/blist'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/blist" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/blist"
/usr/bin/install -c -m 644 'add_block' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/add_block'
/usr/bin/install -c -m 644 'add_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/add_permit'
/usr/bin/install -c -m 644 'away' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/away'
/usr/bin/install -c -m 644 'collapse' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/collapse'
/usr/bin/install -c -m 644 'down' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/down'
/usr/bin/install -c -m 644 'end' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/end'
/usr/bin/install -c -m 644 'goto' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/goto'
/usr/bin/install -c -m 644 'hide' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/hide'
/usr/bin/install -c -m 644 'page_down' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/page_down'
/usr/bin/install -c -m 644 'page_up' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/page_up'
/usr/bin/install -c -m 644 'profile' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/profile'
/usr/bin/install -c -m 644 'refresh' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/refresh'
/usr/bin/install -c -m 644 'remove' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/remove'
/usr/bin/install -c -m 644 'remove_block' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/remove_block'
/usr/bin/install -c -m 644 'remove_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/remove_permit'
/usr/bin/install -c -m 644 'select' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/select'
/usr/bin/install -c -m 644 'show' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/show'
/usr/bin/install -c -m 644 'start' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/start'
/usr/bin/install -c -m 644 'toggle' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/toggle'
/usr/bin/install -c -m 644 'up' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/up'
/usr/bin/install -c -m 644 'warn' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/warn'
/usr/bin/install -c -m 644 'warn_anon' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/warn_anon'
/usr/bin/install -c -m 644 'width' '/tmp/pork/pkg/pork/usr/share/pork/help/blist/width'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/blist'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/blist'
Making install in buddy
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/buddy'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/buddy'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/buddy" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/buddy"
/usr/bin/install -c -m 644 'add' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/add'
/usr/bin/install -c -m 644 'add_group' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/add_group'
/usr/bin/install -c -m 644 'alias' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/alias'
/usr/bin/install -c -m 644 'awaymsg' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/awaymsg'
/usr/bin/install -c -m 644 'block' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/block'
/usr/bin/install -c -m 644 'clear_block' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/clear_block'
/usr/bin/install -c -m 644 'clear_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/clear_permit'
/usr/bin/install -c -m 644 'list' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/list'
/usr/bin/install -c -m 644 'list_block' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/list_block'
/usr/bin/install -c -m 644 'list_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/list_permit'
/usr/bin/install -c -m 644 'privacy_mode' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/privacy_mode'
/usr/bin/install -c -m 644 'permit' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/permit'
/usr/bin/install -c -m 644 'profile' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/profile'
/usr/bin/install -c -m 644 'remove' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/remove'
/usr/bin/install -c -m 644 'remove_group' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/remove_group'
/usr/bin/install -c -m 644 'remove_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/remove_permit'
/usr/bin/install -c -m 644 'report_idle' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/report_idle'
/usr/bin/install -c -m 644 'search' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/search'
/usr/bin/install -c -m 644 'seen' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/seen'
/usr/bin/install -c -m 644 'unblock' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/unblock'
/usr/bin/install -c -m 644 'warn' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/warn'
/usr/bin/install -c -m 644 'warn_anon' '/tmp/pork/pkg/pork/usr/share/pork/help/buddy/warn_anon'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/buddy'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/buddy'
Making install in chat
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/chat'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/chat'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/chat" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/chat"
/usr/bin/install -c -m 644 'ban' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/ban'
/usr/bin/install -c -m 644 'ignore' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/ignore'
/usr/bin/install -c -m 644 'invite' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/invite'
/usr/bin/install -c -m 644 'join' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/join'
/usr/bin/install -c -m 644 'kick' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/kick'
/usr/bin/install -c -m 644 'leave' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/leave'
/usr/bin/install -c -m 644 'list' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/list'
/usr/bin/install -c -m 644 'send' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/send'
/usr/bin/install -c -m 644 'topic' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/topic'
/usr/bin/install -c -m 644 'unignore' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/unignore'
/usr/bin/install -c -m 644 'who' '/tmp/pork/pkg/pork/usr/share/pork/help/chat/who'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/chat'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/chat'
Making install in event
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/event'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/event'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/event" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/event"
/usr/bin/install -c -m 644 'add' '/tmp/pork/pkg/pork/usr/share/pork/help/event/add'
/usr/bin/install -c -m 644 'del' '/tmp/pork/pkg/pork/usr/share/pork/help/event/del'
/usr/bin/install -c -m 644 'del_refnum' '/tmp/pork/pkg/pork/usr/share/pork/help/event/del_refnum'
/usr/bin/install -c -m 644 'list' '/tmp/pork/pkg/pork/usr/share/pork/help/event/list'
/usr/bin/install -c -m 644 'purge' '/tmp/pork/pkg/pork/usr/share/pork/help/event/purge'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/event'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/event'
Making install in file
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/file'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/file'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/file" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/file"
/usr/bin/install -c -m 644 'cancel' '/tmp/pork/pkg/pork/usr/share/pork/help/file/cancel'
/usr/bin/install -c -m 644 'get' '/tmp/pork/pkg/pork/usr/share/pork/help/file/get'
/usr/bin/install -c -m 644 'list' '/tmp/pork/pkg/pork/usr/share/pork/help/file/list'
/usr/bin/install -c -m 644 'send' '/tmp/pork/pkg/pork/usr/share/pork/help/file/send'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/file'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/file'
Making install in history
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/history'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/history'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/history" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/history"
/usr/bin/install -c -m 644 'clear' '/tmp/pork/pkg/pork/usr/share/pork/help/history/clear'
/usr/bin/install -c -m 644 'next' '/tmp/pork/pkg/pork/usr/share/pork/help/history/next'
/usr/bin/install -c -m 644 'prev' '/tmp/pork/pkg/pork/usr/share/pork/help/history/prev'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/history'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/history'
Making install in input
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/input'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/input'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/input" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/input"
/usr/bin/install -c -m 644 'backspace' '/tmp/pork/pkg/pork/usr/share/pork/help/input/backspace'
/usr/bin/install -c -m 644 'clear' '/tmp/pork/pkg/pork/usr/share/pork/help/input/clear'
/usr/bin/install -c -m 644 'clear_next_word' '/tmp/pork/pkg/pork/usr/share/pork/help/input/clear_next_word'
/usr/bin/install -c -m 644 'clear_prev_word' '/tmp/pork/pkg/pork/usr/share/pork/help/input/clear_prev_word'
/usr/bin/install -c -m 644 'clear_to_end' '/tmp/pork/pkg/pork/usr/share/pork/help/input/clear_to_end'
/usr/bin/install -c -m 644 'clear_to_start' '/tmp/pork/pkg/pork/usr/share/pork/help/input/clear_to_start'
/usr/bin/install -c -m 644 'delete' '/tmp/pork/pkg/pork/usr/share/pork/help/input/delete'
/usr/bin/install -c -m 644 'end' '/tmp/pork/pkg/pork/usr/share/pork/help/input/end'
/usr/bin/install -c -m 644 'find_next_cmd' '/tmp/pork/pkg/pork/usr/share/pork/help/input/find_next_cmd'
/usr/bin/install -c -m 644 'focus_next' '/tmp/pork/pkg/pork/usr/share/pork/help/input/focus_next'
/usr/bin/install -c -m 644 'insert' '/tmp/pork/pkg/pork/usr/share/pork/help/input/insert'
/usr/bin/install -c -m 644 'left' '/tmp/pork/pkg/pork/usr/share/pork/help/input/left'
/usr/bin/install -c -m 644 'next_word' '/tmp/pork/pkg/pork/usr/share/pork/help/input/next_word'
/usr/bin/install -c -m 644 'prev_word' '/tmp/pork/pkg/pork/usr/share/pork/help/input/prev_word'
/usr/bin/install -c -m 644 'prompt' '/tmp/pork/pkg/pork/usr/share/pork/help/input/prompt'
/usr/bin/install -c -m 644 'right' '/tmp/pork/pkg/pork/usr/share/pork/help/input/right'
/usr/bin/install -c -m 644 'send' '/tmp/pork/pkg/pork/usr/share/pork/help/input/send'
/usr/bin/install -c -m 644 'start' '/tmp/pork/pkg/pork/usr/share/pork/help/input/start'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/input'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/input'
Making install in main
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/main'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/main'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/main" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/main"
/usr/bin/install -c -m 644 'acct' '/tmp/pork/pkg/pork/usr/share/pork/help/main/acct'
/usr/bin/install -c -m 644 'alias' '/tmp/pork/pkg/pork/usr/share/pork/help/main/alias'
/usr/bin/install -c -m 644 'auto' '/tmp/pork/pkg/pork/usr/share/pork/help/main/auto'
/usr/bin/install -c -m 644 'away' '/tmp/pork/pkg/pork/usr/share/pork/help/main/away'
/usr/bin/install -c -m 644 'bind' '/tmp/pork/pkg/pork/usr/share/pork/help/main/bind'
/usr/bin/install -c -m 644 'blist' '/tmp/pork/pkg/pork/usr/share/pork/help/main/blist'
/usr/bin/install -c -m 644 'buddy' '/tmp/pork/pkg/pork/usr/share/pork/help/main/buddy'
/usr/bin/install -c -m 644 'chat' '/tmp/pork/pkg/pork/usr/share/pork/help/main/chat'
/usr/bin/install -c -m 644 'color' '/tmp/pork/pkg/pork/usr/share/pork/help/main/color'
/usr/bin/install -c -m 644 'connect' '/tmp/pork/pkg/pork/usr/share/pork/help/main/connect'
/usr/bin/install -c -m 644 'disconnect' '/tmp/pork/pkg/pork/usr/share/pork/help/main/disconnect'
/usr/bin/install -c -m 644 'echo' '/tmp/pork/pkg/pork/usr/share/pork/help/main/echo'
/usr/bin/install -c -m 644 'eval' '/tmp/pork/pkg/pork/usr/share/pork/help/main/eval'
/usr/bin/install -c -m 644 'event' '/tmp/pork/pkg/pork/usr/share/pork/help/main/event'
/usr/bin/install -c -m 644 'file' '/tmp/pork/pkg/pork/usr/share/pork/help/main/file'
/usr/bin/install -c -m 644 'history' '/tmp/pork/pkg/pork/usr/share/pork/help/main/history'
/usr/bin/install -c -m 644 'idle' '/tmp/pork/pkg/pork/usr/share/pork/help/main/idle'
/usr/bin/install -c -m 644 'input' '/tmp/pork/pkg/pork/usr/share/pork/help/main/input'
/usr/bin/install -c -m 644 'keys' '/tmp/pork/pkg/pork/usr/share/pork/help/main/keys'
/usr/bin/install -c -m 644 'laddr' '/tmp/pork/pkg/pork/usr/share/pork/help/main/laddr'
/usr/bin/install -c -m 644 'lastlog' '/tmp/pork/pkg/pork/usr/share/pork/help/main/lastlog'
/usr/bin/install -c -m 644 'load' '/tmp/pork/pkg/pork/usr/share/pork/help/main/load'
/usr/bin/install -c -m 644 'lport' '/tmp/pork/pkg/pork/usr/share/pork/help/main/lport'
/usr/bin/install -c -m 644 'msg' '/tmp/pork/pkg/pork/usr/share/pork/help/main/msg'
/usr/bin/install -c -m 644 'nick' '/tmp/pork/pkg/pork/usr/share/pork/help/main/nick'
/usr/bin/install -c -m 644 'notice' '/tmp/pork/pkg/pork/usr/share/pork/help/main/notice'
/usr/bin/install -c -m 644 'perl' '/tmp/pork/pkg/pork/usr/share/pork/help/main/perl'
/usr/bin/install -c -m 644 'perl_load' '/tmp/pork/pkg/pork/usr/share/pork/help/main/perl_load'
/usr/bin/install -c -m 644 'profile' '/tmp/pork/pkg/pork/usr/share/pork/help/main/profile'
/usr/bin/install -c -m 644 'query' '/tmp/pork/pkg/pork/usr/share/pork/help/main/query'
/usr/bin/install -c -m 644 'quit' '/tmp/pork/pkg/pork/usr/share/pork/help/main/quit'
/usr/bin/install -c -m 644 'quote' '/tmp/pork/pkg/pork/usr/share/pork/help/main/quote'
/usr/bin/install -c -m 644 'refresh' '/tmp/pork/pkg/pork/usr/share/pork/help/main/refresh'
/usr/bin/install -c -m 644 'save' '/tmp/pork/pkg/pork/usr/share/pork/help/main/save'
/usr/bin/install -c -m 644 'scroll' '/tmp/pork/pkg/pork/usr/share/pork/help/main/scroll'
/usr/bin/install -c -m 644 'set' '/tmp/pork/pkg/pork/usr/share/pork/help/main/set'
/usr/bin/install -c -m 644 'timer' '/tmp/pork/pkg/pork/usr/share/pork/help/main/timer'
/usr/bin/install -c -m 644 'unalias' '/tmp/pork/pkg/pork/usr/share/pork/help/main/unalias'
/usr/bin/install -c -m 644 'unbind' '/tmp/pork/pkg/pork/usr/share/pork/help/main/unbind'
/usr/bin/install -c -m 644 'who' '/tmp/pork/pkg/pork/usr/share/pork/help/main/who'
/usr/bin/install -c -m 644 'whowas' '/tmp/pork/pkg/pork/usr/share/pork/help/main/whowas'
/usr/bin/install -c -m 644 'win' '/tmp/pork/pkg/pork/usr/share/pork/help/main/win'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/main'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/main'
Making install in perl
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/perl'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/perl'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/perl" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/perl"
/usr/bin/install -c -m 644 'alias' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/alias'
/usr/bin/install -c -m 644 'alias_get' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/alias_get'
/usr/bin/install -c -m 644 'bind' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/bind'
/usr/bin/install -c -m 644 'bind_get' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/bind_get'
/usr/bin/install -c -m 644 'blist_bind' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_bind'
/usr/bin/install -c -m 644 'blist_bind_get' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_bind_get'
/usr/bin/install -c -m 644 'blist_collapse' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_collapse'
/usr/bin/install -c -m 644 'blist_cursor' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_cursor'
/usr/bin/install -c -m 644 'blist_down' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_down'
/usr/bin/install -c -m 644 'blist_end' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_end'
/usr/bin/install -c -m 644 'blist_hide' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_hide'
/usr/bin/install -c -m 644 'blist_page_down' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_page_down'
/usr/bin/install -c -m 644 'blist_page_up' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_page_up'
/usr/bin/install -c -m 644 'blist_refresh' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_refresh'
/usr/bin/install -c -m 644 'blist_select' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_select'
/usr/bin/install -c -m 644 'blist_show' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_show'
/usr/bin/install -c -m 644 'blist_start' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_start'
/usr/bin/install -c -m 644 'blist_unbind' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_unbind'
/usr/bin/install -c -m 644 'blist_up' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_up'
/usr/bin/install -c -m 644 'blist_width' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/blist_width'
/usr/bin/install -c -m 644 'buddy_add' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_add'
/usr/bin/install -c -m 644 'buddy_add_block' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_add_block'
/usr/bin/install -c -m 644 'buddy_add_group' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_add_group'
/usr/bin/install -c -m 644 'buddy_add_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_add_permit'
/usr/bin/install -c -m 644 'buddy_alias' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_alias'
/usr/bin/install -c -m 644 'buddy_clear_block' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_clear_block'
/usr/bin/install -c -m 644 'buddy_clear_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_clear_permit'
/usr/bin/install -c -m 644 'buddy_get_alias' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_get_alias'
/usr/bin/install -c -m 644 'buddy_get_block' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_get_block'
/usr/bin/install -c -m 644 'buddy_get_group_members' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_get_group_members'
/usr/bin/install -c -m 644 'buddy_get_groups' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_get_groups'
/usr/bin/install -c -m 644 'buddy_get_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_get_permit'
/usr/bin/install -c -m 644 'buddy_remove' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_remove'
/usr/bin/install -c -m 644 'buddy_remove_block' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_remove_block'
/usr/bin/install -c -m 644 'buddy_remove_group' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_remove_group'
/usr/bin/install -c -m 644 'buddy_remove_permit' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/buddy_remove_permit'
/usr/bin/install -c -m 644 'chat_ban' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_ban'
/usr/bin/install -c -m 644 'chat_get_list' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_get_list'
/usr/bin/install -c -m 644 'chat_get_users' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_get_users'
/usr/bin/install -c -m 644 'chat_get_window' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_get_window'
/usr/bin/install -c -m 644 'chat_ignore' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_ignore'
/usr/bin/install -c -m 644 'chat_invite' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_invite'
/usr/bin/install -c -m 644 'chat_join' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_join'
/usr/bin/install -c -m 644 'chat_kick' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_kick'
/usr/bin/install -c -m 644 'chat_leave' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_leave'
/usr/bin/install -c -m 644 'chat_send' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_send'
/usr/bin/install -c -m 644 'chat_topic' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_topic'
/usr/bin/install -c -m 644 'chat_unignore' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/chat_unignore'
/usr/bin/install -c -m 644 'connect' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/connect'
/usr/bin/install -c -m 644 'disconnect' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/disconnect'
/usr/bin/install -c -m 644 'echo' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/echo'
/usr/bin/install -c -m 644 'err_msg' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/err_msg'
/usr/bin/install -c -m 644 'event_add' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/event_add'
/usr/bin/install -c -m 644 'event_del' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/event_del'
/usr/bin/install -c -m 644 'event_del_refnum' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/event_del_refnum'
/usr/bin/install -c -m 644 'event_del_type' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/event_del_type'
/usr/bin/install -c -m 644 'event_purge' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/event_purge'
/usr/bin/install -c -m 644 'get_acct_list' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/get_acct_list'
/usr/bin/install -c -m 644 'get_buddy_away' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/get_buddy_away'
/usr/bin/install -c -m 644 'get_buddy_profile' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/get_buddy_profile'
/usr/bin/install -c -m 644 'get_cur_user' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/get_cur_user'
/usr/bin/install -c -m 644 'get_opt' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/get_opt'
/usr/bin/install -c -m 644 'get_profile' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/get_profile'
/usr/bin/install -c -m 644 'load' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/load'
/usr/bin/install -c -m 644 'load_perl' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/load_perl'
/usr/bin/install -c -m 644 'privacy_mode' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/privacy_mode'
/usr/bin/install -c -m 644 'quit' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/quit'
/usr/bin/install -c -m 644 'quote' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/quote'
/usr/bin/install -c -m 644 'refresh' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/refresh'
/usr/bin/install -c -m 644 'report_idle' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/report_idle'
/usr/bin/install -c -m 644 'run_cmd' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/run_cmd'
/usr/bin/install -c -m 644 'save' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/save'
/usr/bin/install -c -m 644 'scroll_by' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_by'
/usr/bin/install -c -m 644 'scroll_down' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_down'
/usr/bin/install -c -m 644 'scroll_end' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_end'
/usr/bin/install -c -m 644 'scroll_page_down' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_page_down'
/usr/bin/install -c -m 644 'scroll_page_up' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_page_up'
/usr/bin/install -c -m 644 'scroll_start' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_start'
/usr/bin/install -c -m 644 'scroll_up' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/scroll_up'
/usr/bin/install -c -m 644 'search' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/search'
/usr/bin/install -c -m 644 'send_msg' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/send_msg'
/usr/bin/install -c -m 644 'send_msg_auto' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/send_msg_auto'
/usr/bin/install -c -m 644 'send_profile' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/send_profile'
/usr/bin/install -c -m 644 'set_away' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/set_away'
/usr/bin/install -c -m 644 'set_idle' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/set_idle'
/usr/bin/install -c -m 644 'set_opt' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/set_opt'
/usr/bin/install -c -m 644 'set_profile' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/set_profile'
/usr/bin/install -c -m 644 'status_msg' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/status_msg'
/usr/bin/install -c -m 644 'timer_add' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/timer_add'
/usr/bin/install -c -m 644 'timer_del' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/timer_del'
/usr/bin/install -c -m 644 'timer_del_refnum' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/timer_del_refnum'
/usr/bin/install -c -m 644 'timer_purge' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/timer_purge'
/usr/bin/install -c -m 644 'unalias' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/unalias'
/usr/bin/install -c -m 644 'unbind' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/unbind'
/usr/bin/install -c -m 644 'warn' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/warn'
/usr/bin/install -c -m 644 'win_bind' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_bind'
/usr/bin/install -c -m 644 'win_clear' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_clear'
/usr/bin/install -c -m 644 'win_close' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_close'
/usr/bin/install -c -m 644 'win_erase' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_erase'
/usr/bin/install -c -m 644 'win_find_name' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_find_name'
/usr/bin/install -c -m 644 'win_find_target' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_find_target'
/usr/bin/install -c -m 644 'win_get_opt' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_get_opt'
/usr/bin/install -c -m 644 'win_next' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_next'
/usr/bin/install -c -m 644 'win_prev' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_prev'
/usr/bin/install -c -m 644 'win_rename' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_rename'
/usr/bin/install -c -m 644 'win_renumber' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_renumber'
/usr/bin/install -c -m 644 'win_set_opt' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_set_opt'
/usr/bin/install -c -m 644 'win_swap' '/tmp/pork/pkg/pork/usr/share/pork/help/perl/win_swap'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/perl'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/perl'
Making install in scroll
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/scroll'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/scroll'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/scroll" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/scroll"
/usr/bin/install -c -m 644 'by' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/by'
/usr/bin/install -c -m 644 'down' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/down'
/usr/bin/install -c -m 644 'end' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/end'
/usr/bin/install -c -m 644 'page_down' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/page_down'
/usr/bin/install -c -m 644 'page_up' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/page_up'
/usr/bin/install -c -m 644 'start' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/start'
/usr/bin/install -c -m 644 'up' '/tmp/pork/pkg/pork/usr/share/pork/help/scroll/up'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/scroll'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/scroll'
Making install in timer
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/timer'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/timer'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/timer" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/timer"
/usr/bin/install -c -m 644 'add' '/tmp/pork/pkg/pork/usr/share/pork/help/timer/add'
/usr/bin/install -c -m 644 'del' '/tmp/pork/pkg/pork/usr/share/pork/help/timer/del'
/usr/bin/install -c -m 644 'del_refnum' '/tmp/pork/pkg/pork/usr/share/pork/help/timer/del_refnum'
/usr/bin/install -c -m 644 'list' '/tmp/pork/pkg/pork/usr/share/pork/help/timer/list'
/usr/bin/install -c -m 644 'purge' '/tmp/pork/pkg/pork/usr/share/pork/help/timer/purge'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/timer'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/timer'
Making install in win
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/win'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help/win'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/help/win" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/help/win"
/usr/bin/install -c -m 644 'bind' '/tmp/pork/pkg/pork/usr/share/pork/help/win/bind'
/usr/bin/install -c -m 644 'bind_next' '/tmp/pork/pkg/pork/usr/share/pork/help/win/bind_next'
/usr/bin/install -c -m 644 'clear' '/tmp/pork/pkg/pork/usr/share/pork/help/win/clear'
/usr/bin/install -c -m 644 'close' '/tmp/pork/pkg/pork/usr/share/pork/help/win/close'
/usr/bin/install -c -m 644 'dump' '/tmp/pork/pkg/pork/usr/share/pork/help/win/dump'
/usr/bin/install -c -m 644 'erase' '/tmp/pork/pkg/pork/usr/share/pork/help/win/erase'
/usr/bin/install -c -m 644 'list' '/tmp/pork/pkg/pork/usr/share/pork/help/win/list'
/usr/bin/install -c -m 644 'next' '/tmp/pork/pkg/pork/usr/share/pork/help/win/next'
/usr/bin/install -c -m 644 'prev' '/tmp/pork/pkg/pork/usr/share/pork/help/win/prev'
/usr/bin/install -c -m 644 'rename' '/tmp/pork/pkg/pork/usr/share/pork/help/win/rename'
/usr/bin/install -c -m 644 'renumber' '/tmp/pork/pkg/pork/usr/share/pork/help/win/renumber'
/usr/bin/install -c -m 644 'set' '/tmp/pork/pkg/pork/usr/share/pork/help/win/set'
/usr/bin/install -c -m 644 'swap' '/tmp/pork/pkg/pork/usr/share/pork/help/win/swap'
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/win'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help/win'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[4]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc/help'
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/doc'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork"
/usr/bin/install -c -m 644 'porkrc' '/tmp/pork/pkg/pork/usr/share/pork/porkrc'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc'
make[1]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/doc'
Making install in examples
make[1]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples'
Making install in perl
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples/perl'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples/perl'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork/examples/perl" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork/examples/perl"
/usr/bin/install -c -m 644 'acro.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/acro.pl'
/usr/bin/install -c -m 644 'calendar.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/calendar.pl'
/usr/bin/install -c -m 644 'event_test.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/event_test.pl'
/usr/bin/install -c -m 644 'irc.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/irc.pl'
/usr/bin/install -c -m 644 'np.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/np.pl'
/usr/bin/install -c -m 644 'signon.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/signon.pl'
/usr/bin/install -c -m 644 'spellcheck.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/spellcheck.pl'
/usr/bin/install -c -m 644 'wh.pl' '/tmp/pork/pkg/pork/usr/share/pork/examples/perl/wh.pl'
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples/perl'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples/perl'
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[3]: Entering directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[1]: Leaving directory '/tmp/pork/src/pork-0.99.8.1/examples'
make[1]: Entering directory '/tmp/pork/src/pork-0.99.8.1'
make[2]: Entering directory '/tmp/pork/src/pork-0.99.8.1'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/pork" || mkdir -p -- . "/tmp/pork/pkg/pork/usr/share/pork"
/usr/bin/install -c -m 644 'QUICK_START' '/tmp/pork/pkg/pork/usr/share/pork/QUICK_START'
make[2]: Leaving directory '/tmp/pork/src/pork-0.99.8.1'
make[1]: Leaving directory '/tmp/pork/src/pork-0.99.8.1'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "pork"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pork 0.99.8.1-11 (Wed Aug 24 13:09:03 UTC 2016)
CMD: pacman --query --file pork-0.99.8.1-11-x86_64.pkg.tar.xz
Creating hybrid package for 'pork'
Trying to find vanilla package 'pork'...
CMD: pacman --query --file /mirror/pork-0.99.8.1-11.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/share/pork/porkrc
/usr/share/pork/QUICK_START
/usr/share/pork/examples/perl/event_test.pl
/usr/share/pork/examples/perl/wh.pl
/usr/share/pork/examples/perl/irc.pl
/usr/share/pork/examples/perl/acro.pl
/usr/share/pork/examples/perl/signon.pl
/usr/share/pork/examples/perl/spellcheck.pl
/usr/share/pork/examples/perl/np.pl
/usr/share/pork/examples/perl/calendar.pl
/usr/share/pork/help/file/get
/usr/share/pork/help/file/list
/usr/share/pork/help/file/send
/usr/share/pork/help/file/cancel
/usr/share/pork/help/history/clear
/usr/share/pork/help/history/next
/usr/share/pork/help/history/prev
/usr/share/pork/help/input/prev_word
/usr/share/pork/help/input/left
/usr/share/pork/help/input/backspace
/usr/share/pork/help/input/clear
/usr/share/pork/help/input/clear_prev_word
/usr/share/pork/help/input/send
/usr/share/pork/help/input/delete
/usr/share/pork/help/input/insert
/usr/share/pork/help/input/end
/usr/share/pork/help/input/prompt
/usr/share/pork/help/input/focus_next
/usr/share/pork/help/input/clear_next_word
/usr/share/pork/help/input/clear_to_end
/usr/share/pork/help/input/clear_to_start
/usr/share/pork/help/input/find_next_cmd
/usr/share/pork/help/input/right
/usr/share/pork/help/input/start
/usr/share/pork/help/input/next_word
/usr/share/pork/help/perl/scroll_start
/usr/share/pork/help/perl/save
/usr/share/pork/help/perl/scroll_by
/usr/share/pork/help/perl/blist_bind
/usr/share/pork/help/perl/buddy_add_permit
/usr/share/pork/help/perl/unbind
/usr/share/pork/help/perl/chat_kick
/usr/share/pork/help/perl/blist_show
/usr/share/pork/help/perl/get_acct_list
/usr/share/pork/help/perl/scroll_page_down
/usr/share/pork/help/perl/echo
/usr/share/pork/help/perl/search
/usr/share/pork/help/perl/timer_del_refnum
/usr/share/pork/help/perl/bind_get
/usr/share/pork/help/perl/win_renumber
/usr/share/pork/help/perl/chat_unignore
/usr/share/pork/help/perl/buddy_alias
/usr/share/pork/help/perl/buddy_add_group
/usr/share/pork/help/perl/quit
/usr/share/pork/help/perl/blist_page_up
/usr/share/pork/help/perl/scroll_end
/usr/share/pork/help/perl/timer_purge
/usr/share/pork/help/perl/blist_start
/usr/share/pork/help/perl/send_msg_auto
/usr/share/pork/help/perl/chat_get_list
/usr/share/pork/help/perl/report_idle
/usr/share/pork/help/perl/quote
/usr/share/pork/help/perl/set_profile
/usr/share/pork/help/perl/run_cmd
/usr/share/pork/help/perl/timer_add
/usr/share/pork/help/perl/alias_get
/usr/share/pork/help/perl/blist_down
/usr/share/pork/help/perl/bind
/usr/share/pork/help/perl/get_cur_user
/usr/share/pork/help/perl/scroll_page_up
/usr/share/pork/help/perl/get_opt
/usr/share/pork/help/perl/chat_ban
/usr/share/pork/help/perl/event_del_type
/usr/share/pork/help/perl/event_purge
/usr/share/pork/help/perl/blist_up
/usr/share/pork/help/perl/get_buddy_away
/usr/share/pork/help/perl/buddy_add_block
/usr/share/pork/help/perl/set_away
/usr/share/pork/help/perl/blist_hide
/usr/share/pork/help/perl/buddy_get_groups
/usr/share/pork/help/perl/buddy_add
/usr/share/pork/help/perl/warn
/usr/share/pork/help/perl/buddy_remove_block
/usr/share/pork/help/perl/blist_end
/usr/share/pork/help/perl/win_bind
/usr/share/pork/help/perl/chat_ignore
/usr/share/pork/help/perl/chat_leave
/usr/share/pork/help/perl/buddy_remove
/usr/share/pork/help/perl/buddy_get_group_members
/usr/share/pork/help/perl/chat_join
/usr/share/pork/help/perl/buddy_get_alias
/usr/share/pork/help/perl/get_buddy_profile
/usr/share/pork/help/perl/chat_send
/usr/share/pork/help/perl/win_rename
/usr/share/pork/help/perl/load
/usr/share/pork/help/perl/load_perl
/usr/share/pork/help/perl/chat_get_window
/usr/share/pork/help/perl/win_find_target
/usr/share/pork/help/perl/blist_page_down
/usr/share/pork/help/perl/event_del
/usr/share/pork/help/perl/event_add
/usr/share/pork/help/perl/send_profile
/usr/share/pork/help/perl/refresh
/usr/share/pork/help/perl/timer_del
/usr/share/pork/help/perl/buddy_clear_permit
/usr/share/pork/help/perl/win_prev
/usr/share/pork/help/perl/win_find_name
/usr/share/pork/help/perl/buddy_get_block
/usr/share/pork/help/perl/win_swap
/usr/share/pork/help/perl/buddy_remove_group
/usr/share/pork/help/perl/scroll_up
/usr/share/pork/help/perl/set_idle
/usr/share/pork/help/perl/alias
/usr/share/pork/help/perl/blist_bind_get
/usr/share/pork/help/perl/blist_select
/usr/share/pork/help/perl/chat_invite
/usr/share/pork/help/perl/status_msg
/usr/share/pork/help/perl/disconnect
/usr/share/pork/help/perl/connect
/usr/share/pork/help/perl/blist_cursor
/usr/share/pork/help/perl/unalias
/usr/share/pork/help/perl/buddy_remove_permit
/usr/share/pork/help/perl/win_clear
/usr/share/pork/help/perl/blist_collapse
/usr/share/pork/help/perl/buddy_clear_block
/usr/share/pork/help/perl/privacy_mode
/usr/share/pork/help/perl/win_get_opt
/usr/share/pork/help/perl/set_opt
/usr/share/pork/help/perl/win_erase
/usr/share/pork/help/perl/blist_refresh
/usr/share/pork/help/perl/win_next
/usr/share/pork/help/perl/win_close
/usr/share/pork/help/perl/send_msg
/usr/share/pork/help/perl/blist_width
/usr/share/pork/help/perl/win_set_opt
/usr/share/pork/help/perl/buddy_get_permit
/usr/share/pork/help/perl/blist_unbind
/usr/share/pork/help/perl/event_del_refnum
/usr/share/pork/help/perl/scroll_down
/usr/share/pork/help/perl/get_profile
/usr/share/pork/help/perl/chat_get_users
/usr/share/pork/help/perl/chat_topic
/usr/share/pork/help/perl/err_msg
/usr/share/pork/help/win/renumber
/usr/share/pork/help/win/bind_next
/usr/share/pork/help/win/close
/usr/share/pork/help/win/bind
/usr/share/pork/help/win/clear
/usr/share/pork/help/win/list
/usr/share/pork/help/win/next
/usr/share/pork/help/win/prev
/usr/share/pork/help/win/dump
/usr/share/pork/help/win/set
/usr/share/pork/help/win/swap
/usr/share/pork/help/win/rename
/usr/share/pork/help/win/erase
/usr/share/pork/help/timer/del_refnum
/usr/share/pork/help/timer/list
/usr/share/pork/help/timer/add
/usr/share/pork/help/timer/purge
/usr/share/pork/help/timer/del
/usr/share/pork/help/chat/kick
/usr/share/pork/help/chat/unignore
/usr/share/pork/help/chat/who
/usr/share/pork/help/chat/join
/usr/share/pork/help/chat/ignore
/usr/share/pork/help/chat/list
/usr/share/pork/help/chat/leave
/usr/share/pork/help/chat/invite
/usr/share/pork/help/chat/send
/usr/share/pork/help/chat/ban
/usr/share/pork/help/chat/topic
/usr/share/pork/help/scroll/by
/usr/share/pork/help/scroll/down
/usr/share/pork/help/scroll/page_down
/usr/share/pork/help/scroll/end
/usr/share/pork/help/scroll/up
/usr/share/pork/help/scroll/page_up
/usr/share/pork/help/scroll/start
/usr/share/pork/help/main/save
/usr/share/pork/help/main/lastlog
/usr/share/pork/help/main/unbind
/usr/share/pork/help/main/echo
/usr/share/pork/help/main/file
/usr/share/pork/help/main/auto
/usr/share/pork/help/main/quit
/usr/share/pork/help/main/history
/usr/share/pork/help/main/input
/usr/share/pork/help/main/quote
/usr/share/pork/help/main/keys
/usr/share/pork/help/main/lport
/usr/share/pork/help/main/who
/usr/share/pork/help/main/laddr
/usr/share/pork/help/main/perl
/usr/share/pork/help/main/bind
/usr/share/pork/help/main/win
/usr/share/pork/help/main/idle
/usr/share/pork/help/main/whowas
/usr/share/pork/help/main/timer
/usr/share/pork/help/main/acct
/usr/share/pork/help/main/chat
/usr/share/pork/help/main/scroll
/usr/share/pork/help/main/away
/usr/share/pork/help/main/load
/usr/share/pork/help/main/color
/usr/share/pork/help/main/set
/usr/share/pork/help/main/refresh
/usr/share/pork/help/main/alias
/usr/share/pork/help/main/buddy
/usr/share/pork/help/main/disconnect
/usr/share/pork/help/main/connect
/usr/share/pork/help/main/profile
/usr/share/pork/help/main/blist
/usr/share/pork/help/main/unalias
/usr/share/pork/help/main/nick
/usr/share/pork/help/main/notice
/usr/share/pork/help/main/event
/usr/share/pork/help/main/query
/usr/share/pork/help/main/perl_load
/usr/share/pork/help/main/eval
/usr/share/pork/help/main/msg
/usr/share/pork/help/buddy/remove
/usr/share/pork/help/buddy/search
/usr/share/pork/help/buddy/report_idle
/usr/share/pork/help/buddy/clear_permit
/usr/share/pork/help/buddy/warn_anon
/usr/share/pork/help/buddy/remove_group
/usr/share/pork/help/buddy/warn
/usr/share/pork/help/buddy/unblock
/usr/share/pork/help/buddy/list
/usr/share/pork/help/buddy/permit
/usr/share/pork/help/buddy/add
/usr/share/pork/help/buddy/remove_permit
/usr/share/pork/help/buddy/list_block
/usr/share/pork/help/buddy/seen
/usr/share/pork/help/buddy/awaymsg
/usr/share/pork/help/buddy/alias
/usr/share/pork/help/buddy/add_group
/usr/share/pork/help/buddy/profile
/usr/share/pork/help/buddy/clear_block
/usr/share/pork/help/buddy/privacy_mode
/usr/share/pork/help/buddy/list_permit
/usr/share/pork/help/buddy/block
/usr/share/pork/help/blist/remove
/usr/share/pork/help/blist/remove_block
/usr/share/pork/help/blist/add_block
/usr/share/pork/help/blist/warn_anon
/usr/share/pork/help/blist/width
/usr/share/pork/help/blist/hide
/usr/share/pork/help/blist/warn
/usr/share/pork/help/blist/down
/usr/share/pork/help/blist/add_permit
/usr/share/pork/help/blist/page_down
/usr/share/pork/help/blist/goto
/usr/share/pork/help/blist/away
/usr/share/pork/help/blist/collapse
/usr/share/pork/help/blist/remove_permit
/usr/share/pork/help/blist/refresh
/usr/share/pork/help/blist/end
/usr/share/pork/help/blist/up
/usr/share/pork/help/blist/profile
/usr/share/pork/help/blist/show
/usr/share/pork/help/blist/page_up
/usr/share/pork/help/blist/toggle
/usr/share/pork/help/blist/start
/usr/share/pork/help/blist/select
/usr/share/pork/help/event/del_refnum
/usr/share/pork/help/event/list
/usr/share/pork/help/event/add
/usr/share/pork/help/event/purge
/usr/share/pork/help/event/del
/usr/bin/pork
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf pork.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/pork.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pork.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/pork.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/pork/src/pork-0.99.8.1/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pork configure 0.99.8.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 704c30aa9b2f
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1367: checking for a BSD-compatible install
configure:1422: result: /usr/bin/install -c
configure:1433: checking whether build environment is sane
configure:1476: result: yes
configure:1533: checking for gawk
configure:1549: found /usr/sbin/gawk
configure:1559: result: gawk
configure:1569: checking whether make sets $(MAKE)
configure:1589: result: yes
configure:1668: checking for x86_64-unknown-linux-strip
configure:1697: result: no
configure:1706: checking for strip
configure:1722: found /usr/sbin/strip
configure:1733: result: strip
configure:1781: checking for x86_64-unknown-linux-gcc
configure:1810: result: no
configure:1819: checking for gcc
configure:1835: found /usr/sbin/gcc
configure:1845: result: gcc
configure:2089: checking for C compiler version
configure:2092: gcc --version &5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2095: $? = 0
configure:2097: gcc -v &5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:2100: $? = 0
configure:2102: gcc -V &5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2105: $? = 1
configure:2128: checking for C compiler default output file name
configure:2131: gcc -fgnu89-inline conftest.c >&5
configure:2134: $? = 0
configure:2180: result: a.out
configure:2185: checking whether the C compiler works
configure:2191: ./a.out
configure:2194: $? = 0
configure:2211: result: yes
configure:2218: checking whether we are cross compiling
configure:2220: result: no
configure:2223: checking for suffix of executables
configure:2225: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:2228: $? = 0
configure:2253: result:
configure:2259: checking for suffix of object files
configure:2280: gcc -c -fgnu89-inline conftest.c >&5
configure:2283: $? = 0
configure:2305: result: o
configure:2309: checking whether we are using the GNU C compiler
configure:2333: gcc -c -fgnu89-inline conftest.c >&5
configure:2339: $? = 0
configure:2342: test -z || test ! -s conftest.err
configure:2345: $? = 0
configure:2348: test -s conftest.o
configure:2351: $? = 0
configure:2364: result: yes
configure:2370: checking whether gcc accepts -g
configure:2391: gcc -c -g conftest.c >&5
configure:2397: $? = 0
configure:2400: test -z || test ! -s conftest.err
configure:2403: $? = 0
configure:2406: test -s conftest.o
configure:2409: $? = 0
configure:2420: result: yes
configure:2437: checking for gcc option to accept ANSI C
configure:2507: gcc -c -fgnu89-inline conftest.c >&5
configure:2513: $? = 0
configure:2516: test -z || test ! -s conftest.err
configure:2519: $? = 0
configure:2522: test -s conftest.o
configure:2525: $? = 0
configure:2543: result: none needed
configure:2561: gcc -c -fgnu89-inline conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2567: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2708: checking for style of include used by make
configure:2736: result: GNU
configure:2764: checking dependency style of gcc
configure:2854: result: gcc3
configure:2876: checking how to run the C preprocessor
configure:2911: gcc -E conftest.c
configure:2917: $? = 0
configure:2949: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:2955: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pork"
| #define PACKAGE_TARNAME "pork"
| #define PACKAGE_VERSION "0.99.8.1"
| #define PACKAGE_STRING "pork 0.99.8.1"
| #define PACKAGE_BUGREPORT "ryan@numb.org"
| #define PACKAGE "pork"
| #define VERSION "0.99.8.1"
| #define PACKAGE_EXTRAVERSION "\"I'm an idiot\" edition"
| #define PACKAGE_WEBSITE "http://dev.ojnk.net"
| #define PACKAGE_AUTHOR "Ryan McCabe"
| /* end confdefs.h. */
| #include
configure:2994: result: gcc -E
configure:3018: gcc -E conftest.c
configure:3024: $? = 0
configure:3056: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3062: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pork"
| #define PACKAGE_TARNAME "pork"
| #define PACKAGE_VERSION "0.99.8.1"
| #define PACKAGE_STRING "pork 0.99.8.1"
| #define PACKAGE_BUGREPORT "ryan@numb.org"
| #define PACKAGE "pork"
| #define VERSION "0.99.8.1"
| #define PACKAGE_EXTRAVERSION "\"I'm an idiot\" edition"
| #define PACKAGE_WEBSITE "http://dev.ojnk.net"
| #define PACKAGE_AUTHOR "Ryan McCabe"
| /* end confdefs.h. */
| #include
configure:3108: checking for x86_64-unknown-linux-ranlib
configure:3137: result: no
configure:3146: checking for ranlib
configure:3162: found /usr/sbin/ranlib
configure:3173: result: ranlib
configure:3198: checking for a BSD-compatible install
configure:3253: result: /usr/bin/install -c
configure:3266: checking for sed
configure:3284: found /usr/sbin/sed
configure:3296: result: /usr/sbin/sed
configure:3306: checking for egrep
configure:3316: result: grep -E
configure:3321: checking for ANSI C header files
configure:3346: gcc -c -fgnu89-inline conftest.c >&5
configure:3352: $? = 0
configure:3355: test -z || test ! -s conftest.err
configure:3358: $? = 0
configure:3361: test -s conftest.o
configure:3364: $? = 0
configure:3453: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(2);
^~~~
conftest.c:31:7: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:31:7: note: include '' or provide a declaration of 'exit'
conftest.c:32:3: warning: incompatible implicit declaration of built-in function 'exit'
exit (0);
^~~~
conftest.c:32:3: note: include '' or provide a declaration of 'exit'
configure:3456: $? = 0
configure:3458: ./conftest
configure:3461: $? = 0
configure:3476: result: yes
configure:3486: checking for sys/wait.h that is POSIX.1 compatible
configure:3517: gcc -c -fgnu89-inline conftest.c >&5
configure:3523: $? = 0
configure:3526: test -z || test ! -s conftest.err
configure:3529: $? = 0
configure:3532: test -s conftest.o
configure:3535: $? = 0
configure:3546: result: yes
configure:3556: checking for an ANSI C-conforming const
configure:3623: gcc -c -fgnu89-inline conftest.c >&5
configure:3629: $? = 0
configure:3632: test -z || test ! -s conftest.err
configure:3635: $? = 0
configure:3638: test -s conftest.o
configure:3641: $? = 0
configure:3652: result: yes
configure:3662: checking for inline
configure:3683: gcc -c -fgnu89-inline conftest.c >&5
configure:3689: $? = 0
configure:3692: test -z || test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3713: result: inline
configure:3746: checking for sys/types.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for sys/stat.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for stdlib.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for string.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for memory.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for strings.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for inttypes.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for stdint.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3746: checking for unistd.h
configure:3762: gcc -c -fgnu89-inline conftest.c >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3791: result: yes
configure:3803: checking for pid_t
configure:3827: gcc -c -fgnu89-inline conftest.c >&5
configure:3833: $? = 0
configure:3836: test -z || test ! -s conftest.err
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3856: result: yes
configure:3868: checking for size_t
configure:3892: gcc -c -fgnu89-inline conftest.c >&5
configure:3898: $? = 0
configure:3901: test -z || test ! -s conftest.err
configure:3904: $? = 0
configure:3907: test -s conftest.o
configure:3910: $? = 0
configure:3921: result: yes
configure:3933: checking whether time.h and sys/time.h may both be included
configure:3958: gcc -c -fgnu89-inline conftest.c >&5
configure:3964: $? = 0
configure:3967: test -z || test ! -s conftest.err
configure:3970: $? = 0
configure:3973: test -s conftest.o
configure:3976: $? = 0
configure:3987: result: yes
configure:3997: checking whether struct tm is in sys/time.h or time.h
configure:4020: gcc -c -fgnu89-inline conftest.c >&5
configure:4026: $? = 0
configure:4029: test -z || test ! -s conftest.err
configure:4032: $? = 0
configure:4035: test -s conftest.o
configure:4038: $? = 0
configure:4049: result: time.h
configure:4065: checking build system type
configure:4083: result: x86_64-unknown-linux-gnu
configure:4091: checking host system type
configure:4105: result: x86_64-unknown-linux-gnu
configure:4384: checking fcntl.h usability
configure:4396: gcc -c -fgnu89-inline conftest.c >&5
configure:4402: $? = 0
configure:4405: test -z || test ! -s conftest.err
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4424: result: yes
configure:4428: checking fcntl.h presence
configure:4438: gcc -E conftest.c
configure:4444: $? = 0
configure:4464: result: yes
configure:4499: checking for fcntl.h
configure:4506: result: yes
configure:4384: checking sys/time.h usability
configure:4396: gcc -c -fgnu89-inline conftest.c >&5
configure:4402: $? = 0
configure:4405: test -z || test ! -s conftest.err
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4424: result: yes
configure:4428: checking sys/time.h presence
configure:4438: gcc -E conftest.c
configure:4444: $? = 0
configure:4464: result: yes
configure:4499: checking for sys/time.h
configure:4506: result: yes
configure:4375: checking for unistd.h
configure:4380: result: yes
configure:4384: checking ncurses.h usability
configure:4396: gcc -c -fgnu89-inline conftest.c >&5
configure:4402: $? = 0
configure:4405: test -z || test ! -s conftest.err
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4424: result: yes
configure:4428: checking ncurses.h presence
configure:4438: gcc -E conftest.c
configure:4444: $? = 0
configure:4464: result: yes
configure:4499: checking for ncurses.h
configure:4506: result: yes
configure:4384: checking termios.h usability
configure:4396: gcc -c -fgnu89-inline conftest.c >&5
configure:4402: $? = 0
configure:4405: test -z || test ! -s conftest.err
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4424: result: yes
configure:4428: checking termios.h presence
configure:4438: gcc -E conftest.c
configure:4444: $? = 0
configure:4464: result: yes
configure:4499: checking for termios.h
configure:4506: result: yes
configure:4384: checking sys/termios.h usability
configure:4396: gcc -c -fgnu89-inline conftest.c >&5
configure:4402: $? = 0
configure:4405: test -z || test ! -s conftest.err
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4424: result: yes
configure:4428: checking sys/termios.h presence
configure:4438: gcc -E conftest.c
configure:4444: $? = 0
configure:4464: result: yes
configure:4499: checking for sys/termios.h
configure:4506: result: yes
configure:4521: checking for initscr in -lncurses
configure:4551: gcc -o conftest -fgnu89-inline conftest.c -lncurses >&5
configure:4557: $? = 0
configure:4560: test -z || test ! -s conftest.err
configure:4563: $? = 0
configure:4566: test -s conftest
configure:4569: $? = 0
configure:4582: result: yes
configure:4595: checking for resizeterm in -lncurses
configure:4625: gcc -o conftest -fgnu89-inline conftest.c -lncurses >&5
configure:4631: $? = 0
configure:4634: test -z || test ! -s conftest.err
configure:4637: $? = 0
configure:4640: test -s conftest
configure:4643: $? = 0
configure:4656: result: yes
configure:4667: checking for u_int32_t
configure:4691: gcc -c -fgnu89-inline conftest.c >&5
configure:4697: $? = 0
configure:4700: test -z || test ! -s conftest.err
configure:4703: $? = 0
configure:4706: test -s conftest.o
configure:4709: $? = 0
configure:4720: result: yes
configure:4800: checking for u_int16_t
configure:4824: gcc -c -fgnu89-inline conftest.c >&5
configure:4830: $? = 0
configure:4833: test -z || test ! -s conftest.err
configure:4836: $? = 0
configure:4839: test -s conftest.o
configure:4842: $? = 0
configure:4853: result: yes
configure:4933: checking for u_int8_t
configure:4957: gcc -c -fgnu89-inline conftest.c >&5
configure:4963: $? = 0
configure:4966: test -z || test ! -s conftest.err
configure:4969: $? = 0
configure:4972: test -s conftest.o
configure:4975: $? = 0
configure:4986: result: yes
configure:5066: checking for AF_INET6
configure:5089: gcc -c -fgnu89-inline conftest.c >&5
configure:5095: $? = 0
configure:5098: test -z || test ! -s conftest.err
configure:5101: $? = 0
configure:5104: test -s conftest.o
configure:5107: $? = 0
configure:5109: result: yes
configure:5125: checking for socklen_t
configure:5145: gcc -c -fgnu89-inline conftest.c >&5
configure:5151: $? = 0
configure:5154: test -z || test ! -s conftest.err
configure:5157: $? = 0
configure:5160: test -s conftest.o
configure:5163: $? = 0
configure:5165: result: yes
configure:5181: checking for in_addr_t
configure:5204: gcc -c -fgnu89-inline conftest.c >&5
configure:5210: $? = 0
configure:5213: test -z || test ! -s conftest.err
configure:5216: $? = 0
configure:5219: test -s conftest.o
configure:5222: $? = 0
configure:5224: result: yes
configure:5240: checking for in_port_t
configure:5263: gcc -c -fgnu89-inline conftest.c >&5
configure:5269: $? = 0
configure:5272: test -z || test ! -s conftest.err
configure:5275: $? = 0
configure:5278: test -s conftest.o
configure:5281: $? = 0
configure:5283: result: yes
configure:5299: checking for void *
configure:5323: gcc -c -fgnu89-inline conftest.c >&5
configure:5329: $? = 0
configure:5332: test -z || test ! -s conftest.err
configure:5335: $? = 0
configure:5338: test -s conftest.o
configure:5341: $? = 0
configure:5352: result: yes
configure:5355: checking size of void *
configure:5667: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:5670: $? = 0
configure:5672: ./conftest
configure:5675: $? = 0
configure:5698: result: 8
configure:5711: checking for __attribute__
configure:5730: gcc -c -fgnu89-inline conftest.c >&5
conftest.c: In function 'main':
conftest.c:40:13: error: invalid storage class for function 'foo'
static void foo(void) __attribute__ ((unused));
^~~
conftest.c:41:16: error: invalid storage class for function 'foo'
static void foo(void) { exit(1); }
^~~
configure:5736: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pork"
| #define PACKAGE_TARNAME "pork"
| #define PACKAGE_VERSION "0.99.8.1"
| #define PACKAGE_STRING "pork 0.99.8.1"
| #define PACKAGE_BUGREPORT "ryan@numb.org"
| #define PACKAGE "pork"
| #define VERSION "0.99.8.1"
| #define PACKAGE_EXTRAVERSION "\"I'm an idiot\" edition"
| #define PACKAGE_WEBSITE "http://dev.ojnk.net"
| #define PACKAGE_AUTHOR "Ryan McCabe"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define IRC_SUPPORT 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_RESIZETERM 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| static void foo(void) __attribute__ ((unused));
| static void foo(void) { exit(1); }
| ;
| return 0;
| }
configure:5761: result: no
configure:5766: checking return type of signal handlers
configure:5797: gcc -c -fgnu89-inline conftest.c >&5
configure:5803: $? = 0
configure:5806: test -z || test ! -s conftest.err
configure:5809: $? = 0
configure:5812: test -s conftest.o
configure:5815: $? = 0
configure:5826: result: void
configure:5841: checking for perl
configure:5859: found /usr/sbin/perl
configure:5871: result: /usr/sbin/perl
configure:5878: checking for Perl compile flags
configure:5898: result: ok
configure:5910: checking for Perl_eval_pv
configure:5967: gcc -o conftest -fgnu89-inline -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc conftest.c >&5
/tmp/cchls3tf.o: In function `main':
conftest.c:(.text+0xd): undefined reference to `Perl_eval_pv'
/tmp/cchls3tf.o:(.data+0x0): undefined reference to `Perl_eval_pv'
collect2: error: ld returned 1 exit status
configure:5973: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pork"
| #define PACKAGE_TARNAME "pork"
| #define PACKAGE_VERSION "0.99.8.1"
| #define PACKAGE_STRING "pork 0.99.8.1"
| #define PACKAGE_BUGREPORT "ryan@numb.org"
| #define PACKAGE "pork"
| #define VERSION "0.99.8.1"
| #define PACKAGE_EXTRAVERSION "\"I'm an idiot\" edition"
| #define PACKAGE_WEBSITE "http://dev.ojnk.net"
| #define PACKAGE_AUTHOR "Ryan McCabe"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define IRC_SUPPORT 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_RESIZETERM 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_VOID_P 8
| #define HAVE___ATTRIBUTE__ 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| /* Define Perl_eval_pv to an innocuous variant, in case declares Perl_eval_pv.
| For example, HP-UX 11i declares gettimeofday. */
| #define Perl_eval_pv innocuous_Perl_eval_pv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char Perl_eval_pv (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef Perl_eval_pv
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char Perl_eval_pv ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_Perl_eval_pv) || defined (__stub___Perl_eval_pv)
| choke me
| #else
| char (*f) () = Perl_eval_pv;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != Perl_eval_pv;
| ;
| return 0;
| }
configure:5997: result: no
configure:6010: checking for old perl
configure:6022: result: no
configure:6036: checking for snprintf
configure:6093: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:62:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^~~~~~~~
configure:6099: $? = 0
configure:6102: test -z || test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest
configure:6111: $? = 0
configure:6123: result: yes
configure:6036: checking for vsnprintf
configure:6093: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:63:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^~~~~~~~~
configure:6099: $? = 0
configure:6102: test -z || test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest
configure:6111: $? = 0
configure:6123: result: yes
configure:6036: checking for getopt_long
configure:6093: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6099: $? = 0
configure:6102: test -z || test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest
configure:6111: $? = 0
configure:6123: result: yes
configure:6036: checking for strsep
configure:6093: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6099: $? = 0
configure:6102: test -z || test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest
configure:6111: $? = 0
configure:6123: result: yes
configure:6036: checking for vasprintf
configure:6093: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6099: $? = 0
configure:6102: test -z || test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest
configure:6111: $? = 0
configure:6123: result: yes
configure:6142: checking for gettimeofday
configure:6199: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6205: $? = 0
configure:6208: test -z || test ! -s conftest.err
configure:6211: $? = 0
configure:6214: test -s conftest
configure:6217: $? = 0
configure:6229: result: yes
configure:6142: checking for select
configure:6199: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6205: $? = 0
configure:6208: test -z || test ! -s conftest.err
configure:6211: $? = 0
configure:6214: test -s conftest
configure:6217: $? = 0
configure:6229: result: yes
configure:6142: checking for strdup
configure:6199: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:69:6: warning: conflicting types for built-in function 'strdup'
char strdup ();
^~~~~~
configure:6205: $? = 0
configure:6208: test -z || test ! -s conftest.err
configure:6211: $? = 0
configure:6214: test -s conftest
configure:6217: $? = 0
configure:6229: result: yes
configure:6142: checking for strstr
configure:6199: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:70:6: warning: conflicting types for built-in function 'strstr'
char strstr ();
^~~~~~
configure:6205: $? = 0
configure:6208: test -z || test ! -s conftest.err
configure:6211: $? = 0
configure:6214: test -s conftest
configure:6217: $? = 0
configure:6229: result: yes
configure:6142: checking for strtol
configure:6199: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6205: $? = 0
configure:6208: test -z || test ! -s conftest.err
configure:6211: $? = 0
configure:6214: test -s conftest
configure:6217: $? = 0
configure:6229: result: yes
configure:6142: checking for uname
configure:6199: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6205: $? = 0
configure:6208: test -z || test ! -s conftest.err
configure:6211: $? = 0
configure:6214: test -s conftest
configure:6217: $? = 0
configure:6229: result: yes
configure:6246: checking for memcmp
configure:6303: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:73:6: warning: conflicting types for built-in function 'memcmp'
char memcmp ();
^~~~~~
configure:6309: $? = 0
configure:6312: test -z || test ! -s conftest.err
configure:6315: $? = 0
configure:6318: test -s conftest
configure:6321: $? = 0
configure:6333: result: yes
configure:6246: checking for strftime
configure:6303: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:74:6: warning: conflicting types for built-in function 'strftime'
char strftime ();
^~~~~~~~
configure:6309: $? = 0
configure:6312: test -z || test ! -s conftest.err
configure:6315: $? = 0
configure:6318: test -s conftest
configure:6321: $? = 0
configure:6333: result: yes
configure:6246: checking for vprintf
configure:6303: gcc -o conftest -fgnu89-inline conftest.c >&5
conftest.c:75:6: warning: conflicting types for built-in function 'vprintf'
char vprintf ();
^~~~~~~
configure:6309: $? = 0
configure:6312: test -z || test ! -s conftest.err
configure:6315: $? = 0
configure:6318: test -s conftest
configure:6321: $? = 0
configure:6333: result: yes
configure:6246: checking for gethostbyname
configure:6303: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6309: $? = 0
configure:6312: test -z || test ! -s conftest.err
configure:6315: $? = 0
configure:6318: test -s conftest
configure:6321: $? = 0
configure:6333: result: yes
configure:6344: checking for library containing socket
configure:6374: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6380: $? = 0
configure:6383: test -z || test ! -s conftest.err
configure:6386: $? = 0
configure:6389: test -s conftest
configure:6392: $? = 0
configure:6461: result: none required
configure:6537: checking for getaddrinfo
configure:6594: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6600: $? = 0
configure:6603: test -z || test ! -s conftest.err
configure:6606: $? = 0
configure:6609: test -s conftest
configure:6612: $? = 0
configure:6624: result: yes
configure:6707: checking for freeaddrinfo
configure:6764: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6770: $? = 0
configure:6773: test -z || test ! -s conftest.err
configure:6776: $? = 0
configure:6779: test -s conftest
configure:6782: $? = 0
configure:6794: result: yes
configure:6879: checking for gai_strerror
configure:6936: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:6942: $? = 0
configure:6945: test -z || test ! -s conftest.err
configure:6948: $? = 0
configure:6951: test -s conftest
configure:6954: $? = 0
configure:6966: result: yes
configure:7049: checking for getnameinfo
configure:7106: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:7112: $? = 0
configure:7115: test -z || test ! -s conftest.err
configure:7118: $? = 0
configure:7121: test -s conftest
configure:7124: $? = 0
configure:7136: result: yes
configure:7219: checking for inet_ntop
configure:7276: gcc -o conftest -fgnu89-inline conftest.c >&5
configure:7282: $? = 0
configure:7285: test -z || test ! -s conftest.err
configure:7288: $? = 0
configure:7291: test -s conftest
configure:7294: $? = 0
configure:7306: result: yes
configure:7389: checking for struct sockaddr_storage
configure:7408: gcc -c -fgnu89-inline conftest.c >&5
configure:7414: $? = 0
configure:7417: test -z || test ! -s conftest.err
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7446: checking for ss_family member in struct sockaddr_storage
configure:7466: gcc -c -fgnu89-inline conftest.c >&5
configure:7472: $? = 0
configure:7475: test -z || test ! -s conftest.err
configure:7478: $? = 0
configure:7481: test -s conftest.o
configure:7484: $? = 0
configure:7494: result: yes
configure:7559: checking for struct sockaddr_in6
configure:7578: gcc -c -fgnu89-inline conftest.c >&5
configure:7584: $? = 0
configure:7587: test -z || test ! -s conftest.err
configure:7590: $? = 0
configure:7593: test -s conftest.o
configure:7596: $? = 0
configure:7606: result: yes
configure:7617: checking for struct in6_addr
configure:7636: gcc -c -fgnu89-inline conftest.c >&5
configure:7642: $? = 0
configure:7645: test -z || test ! -s conftest.err
configure:7648: $? = 0
configure:7651: test -s conftest.o
configure:7654: $? = 0
configure:7664: result: yes
configure:7675: checking for struct addrinfo
configure:7696: gcc -c -fgnu89-inline conftest.c >&5
configure:7702: $? = 0
configure:7705: test -z || test ! -s conftest.err
configure:7708: $? = 0
configure:7711: test -s conftest.o
configure:7714: $? = 0
configure:7724: result: yes
configure:7887: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pork config.status 0.99.8.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 704c30aa9b2f
config.status:767: creating Makefile
config.status:767: creating src/Makefile
config.status:767: creating src/missing/Makefile
config.status:767: creating src/protocols/Makefile
config.status:767: creating src/protocols/aim/Makefile
config.status:767: creating src/protocols/irc/Makefile
config.status:767: creating doc/Makefile
config.status:767: creating doc/help/Makefile
config.status:767: creating doc/help/blist/Makefile
config.status:767: creating doc/help/buddy/Makefile
config.status:767: creating doc/help/chat/Makefile
config.status:767: creating doc/help/event/Makefile
config.status:767: creating doc/help/file/Makefile
config.status:767: creating doc/help/history/Makefile
config.status:767: creating doc/help/input/Makefile
config.status:767: creating doc/help/main/Makefile
config.status:767: creating doc/help/perl/Makefile
config.status:767: creating doc/help/scroll/Makefile
config.status:767: creating doc/help/timer/Makefile
config.status:767: creating doc/help/win/Makefile
config.status:767: creating examples/Makefile
config.status:767: creating examples/perl/Makefile
config.status:833: creating config.h
config.status:1217: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -fgnu89-inline'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_Perl_eval_pv=no
ac_cv_func_freeaddrinfo=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt_long=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_memcmp=yes
ac_cv_func_select=yes
ac_cv_func_snprintf=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=yes
ac_cv_func_strsep=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_uname=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux
ac_cv_lib_ncurses_initscr=yes
ac_cv_lib_ncurses_resizeterm=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_perlpath=/usr/sbin/perl
ac_cv_path_sedpath=/usr/sbin/sed
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_socket='none required'
ac_cv_sizeof_void_p=8
ac_cv_struct_tm=time.h
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_void_p=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/pork/src/pork-0.99.8.1/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/pork/src/pork-0.99.8.1/missing --run tar'
AUTOCONF='${SHELL} /tmp/pork/src/pork-0.99.8.1/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/pork/src/pork-0.99.8.1/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/pork/src/pork-0.99.8.1/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -fgnu89-inline'
COMPILE_PERL_FALSE='#'
COMPILE_PERL_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEBUG_CFLAGS=''
DEBUG_LIBS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
IRC_SUPPORT_FALSE='#'
IRC_SUPPORT_TRUE=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/pork/src/pork-0.99.8.1/missing --run makeinfo'
OBJEXT='o'
PACKAGE='pork'
PACKAGE_BUGREPORT='ryan@numb.org'
PACKAGE_NAME='pork'
PACKAGE_STRING='pork 0.99.8.1'
PACKAGE_TARNAME='pork'
PACKAGE_VERSION='0.99.8.1'
PATH_SEPARATOR=':'
PERL_CFLAGS=' -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE '
PERL_LIBS='-Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.99.8.1'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/pork/src/pork-0.99.8.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
perlpath='/usr/sbin/perl'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sedpath='/usr/sbin/sed'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_FCNTL_H 1
#define HAVE_FREEADDRINFO 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOP 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMCMP 1
#define HAVE_MEMORY_H 1
#define HAVE_NCURSES_H 1
#define HAVE_RESIZETERM 1
#define HAVE_SELECT 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSEP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TERMIOS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VASPRINTF 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE___ATTRIBUTE__ 1
#define IRC_SUPPORT 1
#define PACKAGE "pork"
#define PACKAGE_AUTHOR "Ryan McCabe"
#define PACKAGE_BUGREPORT "ryan@numb.org"
#define PACKAGE_EXTRAVERSION "\"I'm an idiot\" edition"
#define PACKAGE_NAME "pork"
#define PACKAGE_STRING "pork 0.99.8.1"
#define PACKAGE_TARNAME "pork"
#define PACKAGE_VERSION "0.99.8.1"
#define PACKAGE_WEBSITE "http://dev.ojnk.net"
#define RETSIGTYPE void
#define SIZEOF_VOID_P 8
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "0.99.8.1"
configure: exit 0