Build of lrzsz with vanilla toolchain

The build took 00h 01m 17s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
11,876 ansic
3,075 sh
1,015 exp
118 makefile
93 sed
16,177 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: lrzsz 0.12.20-5 (Wed Aug 24 12:39:38 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# creating cache ./config.cache
# checking for a BSD compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking whether make sets ${MAKE}... yes
# checking for working aclocal... found
# checking for working autoconf... found
# checking for working automake... found
# checking for working autoheader... found
# checking for working makeinfo... found
# checking for gcc... gcc
# checking whether the C compiler (gcc ) works... yes
# checking whether the C compiler (gcc ) is a cross-compiler... no
# checking whether we are using GNU C... yes
# checking whether gcc accepts -g... yes
# checking how to run the C preprocessor... gcc -E
# checking whether gcc needs -traditional... no
# checking for ranlib... ranlib
# checking for POSIXized ISC... no
# checking for AIX... no
# checking for minix/config.h... no
# checking for gcc option to accept ANSI C... none needed
# checking for function prototypes... yes
# checking for working const... yes
# checking for inline... inline
# checking for syslog in -lsocket... no
# checking for syslog in -lbe... no
# checking for gethostbyname in -lnsl... yes
# checking for ANSI C header files... yes
# checking for fcntl.h... yes
# checking for limits.h... yes
# checking for sys/ioctl.h... yes
# checking for sys/time.h... yes
# checking for unistd.h... yes
# checking for sys/times.h... yes
# checking for termios.h... yes
# checking for sys/termios.h... yes
# checking for termio.h... yes
# checking for sys/termio.h... no
# checking for sgtty.h... yes
# checking for termios.h... (cached) yes
# checking for sys/termios.h... (cached) yes
# checking for termio.h... (cached) yes
# checking for sys/termio.h... (cached) no
# checking for sgtty.h... (cached) yes
# checking for sys/mman.h... yes
# checking for utime.h... yes
# checking for syslog.h... yes
# checking for sys/syslog.h... yes
# checking for sys/param.h... yes
# checking for sys/select.h... yes
# checking for strings.h... yes
# checking for arpa/inet.h... yes
# checking for size_t... yes
# checking for mode_t... yes
# checking for off_t... yes
# checking for speed_t... yes
# checking for st_rdev in struct stat... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether sys/time.h and sys/select.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for errno declaration... yes
# checking whether setvbuf arguments are reversed... no
# checking return type of signal handlers... void
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for gettimeofday... yes
# checking for settimeofday... yes
# checking for strchr... yes
# checking for memcpy... yes
# checking for select... yes
# checking for vprintf... yes
# checking for times... yes
# checking for rdchk... no
# checking for utime... yes
# checking for syslog... yes
# checking for siginterrupt... yes
# checking for mkdir... yes
# checking for mktime... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for strdup... yes
# checking for strtoul... yes
# checking for strtol... yes
# checking for strpbrk... yes
# checking for stpcpy... yes
# checking for strftime... yes
# checking for vasprintf... yes
# checking for getopt_long... yes
# checking for ftime... yes
# checking that ftime works correctly... yes
# checking for timezone variable... yes
# checking for LOG_UUCP... yes
# checking for argz.h... yes
# checking for limits.h... (cached) yes
# checking for locale.h... yes
# checking for nl_types.h... yes
# checking for malloc.h... yes
# checking for string.h... yes
# checking for unistd.h... (cached) yes
# checking for values.h... yes
# checking for sys/param.h... (cached) yes
# checking for getcwd... yes
# checking for munmap... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for setlocale... yes
# checking for strchr... (cached) yes
# checking for strcasecmp... yes
# checking for __argz_count... yes
# checking for __argz_stringify... yes
# checking for __argz_next... yes
# checking for LC_MESSAGES... yes
# checking whether NLS is requested... yes
# checking whether included gettext is requested... no
# checking for libintl.h... yes
# checking for gettext in libc... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for dcgettext... yes
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for catalogs to be installed... de
# updating cache ./config.cache
# creating ./config.status
# creating Makefile
# creating intl/Makefile
# creating lib/Makefile
# creating testsuite/Makefile
# creating man/Makefile
# creating po/Makefile.in
# creating src/Makefile
# creating debian/rules
# creating Specfile
# creating systype
# creating src/lrzszbug
# creating config.h
# make all-recursive
# make[1]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20'
# Making all in lib
# make[2]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/lib'
# gcc -DHAVE_CONFIG_H -I. -I. -I.. -c long-options.c
# long-options.c: In function 'parse_long_options':
# long-options.c:65:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (0);
# ^~~~
# long-options.c:65:4: warning: incompatible implicit declaration of built-in function 'exit'
# long-options.c:65:4: note: include '' or provide a declaration of 'exit'
# gcc -DHAVE_CONFIG_H -I. -I. -I.. -c xstrtol.c
# gcc -DHAVE_CONFIG_H -I. -I. -I.. -c xstrtoul.c
# gcc -DHAVE_CONFIG_H -I. -I. -I.. -c error.c
# rm -f libzmodem.a
# ar cru libzmodem.a long-options.o xstrtol.o xstrtoul.o error.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libzmodem.a
# make[2]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/lib'
# Making all in intl
# make[2]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/intl'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/intl'
# Making all in src
# make[2]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/src'
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c lrz.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c timing.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c zperr.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c zreadline.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c crctab.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c rbsb.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c zm.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c protname.c
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c tcp.c
# tcp.c: In function 'tcp_server':
# tcp.c:75:49: warning: passing argument 3 of 'getsockname' from incompatible pointer type [-Wincompatible-pointer-types]
# if (getsockname (sock, (struct sockaddr *) &t, &len)) {
# ^
# In file included from tcp.c:26:0:
# /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'size_t * {aka long unsigned int *}'
# extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
# ^~~~~~~~~~~
# tcp.c:83:45: warning: passing argument 3 of 'getsockname' from incompatible pointer type [-Wincompatible-pointer-types]
# getsockname (sock, (struct sockaddr *) &t, &len);
# ^
# In file included from tcp.c:26:0:
# /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'size_t * {aka long unsigned int *}'
# extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
# ^~~~~~~~~~~
# tcp.c: In function 'tcp_accept':
# tcp.c:103:44: warning: passing argument 3 of 'accept' from incompatible pointer type [-Wincompatible-pointer-types]
# if ((so = accept(d, (struct sockaddr*)&s, &namelen)) < 0) {
# ^
# In file included from tcp.c:26:0:
# /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'size_t * {aka long unsigned int *}'
# extern int accept (int __fd, __SOCKADDR_ARG __addr,
# ^~~~~~
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c lsyslog.c
# lsyslog.c: In function 'lsyslog':
# lsyslog.c:67:4: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration]
# sprintf(uid_string,"#%lu",(unsigned long) uid);
# ^~~~~~~
# lsyslog.c:67:4: warning: incompatible implicit declaration of built-in function 'sprintf'
# lsyslog.c:67:4: note: include '' or provide a declaration of 'sprintf'
# lsyslog.c:72:5: warning: implicit declaration of function 'vasprintf' [-Wimplicit-function-declaration]
# vasprintf(&s,format, ap);
# ^~~~~~~~~
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c canit.c
# gcc -o lrz lrz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a -lnsl
# gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -c lsz.c
# gcc -o lsz lsz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a -lnsl
# make[2]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/src'
# Making all in po
# Making all in man
# make[2]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/man'
# Making all in testsuite
# make[2]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/testsuite'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/testsuite'
# make[1]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# Making install in intl
# make[1]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/intl'
# if test "lrzsz" = "gettext" \
# && test '' = 'intl-compat.o'; then \
# if test -r ./mkinstalldirs; then \
# ./mkinstalldirs /usr/lib /usr/include; \
# else \
# ../mkinstalldirs /usr/lib /usr/include; \
# fi; \
# /usr/bin/install -c -m 644 intlh.inst /usr/include/libintl.h; \
# /usr/bin/install -c -m 644 libintl.a /usr/lib/libintl.a; \
# else \
# : ; \
# fi
# if test "lrzsz" = "gettext"; then \
# if test -r ./mkinstalldirs; then \
# ./mkinstalldirs /usr/share/gettext/intl; \
# else \
# ../mkinstalldirs /usr/share/gettext/intl; \
# fi; \
# /usr/bin/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \
# dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
# for file in $dists; do \
# /usr/bin/install -c -m 644 ./$file /usr/share/gettext/intl/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/intl'
# Making install in src
# make[1]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/src'
# /bin/sh ../mkinstalldirs /tmp/lrzsz/pkg/lrzsz/usr/bin
# mkdir /tmp/lrzsz/pkg/lrzsz/usr
# mkdir /tmp/lrzsz/pkg/lrzsz/usr/bin
# /usr/bin/install -c lrz /tmp/lrzsz/pkg/lrzsz/usr/bin/rz
# /usr/bin/install -c lsz /tmp/lrzsz/pkg/lrzsz/usr/bin/sz
# rm -f /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lsb | sed -e 's/l//'`
# ln /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lsz |sed -e 's/l//'` \
# /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lsb |sed -e 's/l//'`
# rm -f /usr/bin/`echo lsx | sed -e 's/l//'`
# ln /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lsz |sed -e 's/l//'` \
# /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lsx |sed -e 's/l//'`
# rm -f /usr/bin/`echo lrb | sed -e 's/l//'`
# ln /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lrz |sed -e 's/l//'` \
# /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lrb |sed -e 's/l//'`
# rm -f /usr/bin/`echo lrx | sed -e 's/l//'`
# ln /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lrz |sed -e 's/l//'` \
# /tmp/lrzsz/pkg/lrzsz//usr/bin/`echo lrx |sed -e 's/l//'`
# make[1]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/src'
# Making install in po
# make[1]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/po'
# if test -r .././mkinstalldirs; then \
# .././mkinstalldirs /usr/share; \
# else \
# ../mkinstalldirs /usr/share; \
# fi
# /usr/bin/install: cannot create regular file '/usr/share/locale/de/LC_MESSAGES/lrzsz.mo': Permission denied
# installing de.gmo as /usr/share/locale/de/LC_MESSAGES/lrzsz.mo
# if test "lrzsz" = "gettext"; then \
# if test -r .././mkinstalldirs; then \
# .././mkinstalldirs /usr/share/gettext/po; \
# else \
# ../mkinstalldirs /usr/share/gettext/po; \
# fi; \
# /usr/bin/install -c -m 644 ./Makefile.in.in \
# /usr/share/gettext/po/Makefile.in.in; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/po'
# Making install in man
# make[1]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/man'
# make install-man1
# make[2]: Entering directory '/tmp/lrzsz/src/lrzsz-0.12.20/man'
# /bin/sh ../mkinstalldirs /tmp/lrzsz/pkg/lrzsz/usr/share/man/man1
# mkdir /tmp/lrzsz/pkg/lrzsz/usr/share
# mkdir /tmp/lrzsz/pkg/lrzsz/usr/share/man
# mkdir /tmp/lrzsz/pkg/lrzsz/usr/share/man/man1
# /usr/bin/install -c -m 644 ./lrz.1 /tmp/lrzsz/pkg/lrzsz/usr/share/man/man1/rz.1
# /usr/bin/install -c -m 644 ./lsz.1 /tmp/lrzsz/pkg/lrzsz/usr/share/man/man1/sz.1
# make[2]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/man'
# make[1]: Leaving directory '/tmp/lrzsz/src/lrzsz-0.12.20/man'
# Making install in testsuite
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lrzsz"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lrzsz 0.12.20-5 (Wed Aug 24 12:39:58 UTC 2016)

CMD: pacman --query --file lrzsz-0.12.20-5-x86_64.pkg.tar.xz
# lrzsz 0.12.20-5

Creating hybrid package for 'lrzsz'

Trying to find vanilla package 'lrzsz'...

CMD: pacman --query --file /mirror/lrzsz-0.12.20-5.pkg.tar.xz
# lrzsz 0.12.20-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/sx
# /usr/bin/sb
# /usr/bin/rx
# /usr/bin/sz
# /usr/bin/rz
# /usr/bin/rb
# /usr/share/man/man1/rz.1.gz
# /usr/share/man/man1/sz.1.gz

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf lrzsz.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/lrzsz.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lrzsz.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 550

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lrzsz.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 510

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lrzsz.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/lrzsz.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/lrzsz/src/lrzsz-0.12.20/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:566: checking for a BSD compatible install
# configure:619: checking whether build environment is sane
# configure:676: checking whether make sets ${MAKE}
# configure:722: checking for working aclocal
# configure:735: checking for working autoconf
# configure:748: checking for working automake
# configure:761: checking for working autoheader
# configure:774: checking for working makeinfo
# configure:923: checking for gcc
# configure:1000: checking whether the C compiler (gcc ) works
# configure:1014: gcc -o conftest conftest.c 1>&5
# configure:1011:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){return(0);}
# ^~~~
# configure:1034: checking whether the C compiler (gcc ) is a cross-compiler
# configure:1039: checking whether we are using GNU C
# configure:1048: gcc -E conftest.c
# configure:1063: checking whether gcc accepts -g
# configure:1091: checking how to run the C preprocessor
# configure:1112: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1153: checking whether gcc needs -traditional
# configure:1201: checking for ranlib
# configure:1228: checking for POSIXized ISC
# configure:1249: checking for AIX
# configure:1274: checking for minix/config.h
# configure:1284: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1280:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure: failed program was:
# #line 1279 "configure"
# #include "confdefs.h"
# #include
# configure:1325: checking for gcc option to accept ANSI C
# configure:1378: gcc -c conftest.c 1>&5
# configure:1404: checking for function prototypes
# configure:1563: checking for working const
# configure:1617: gcc -c conftest.c 1>&5
# configure:1638: checking for inline
# configure:1652: gcc -c conftest.c 1>&5
# configure:1648:10: warning: return type defaults to 'int' [-Wimplicit-int]
# } $ac_kw foo() {
# ^~~
# configure:1703: checking for syslog in -lsocket
# configure:1722: gcc -o conftest conftest.c -lsocket 1>&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure: failed program was:
# #line 1711 "configure"
# #include "confdefs.h"
# /* Override any gcc2 internal prototype to avoid an error. */
# /* We use char because int might match the return type of a gcc2
# builtin and then its argument prototype would still apply. */
# char syslog();
#
# int main() {
# syslog()
# ; return 0; }
# configure:1750: checking for syslog in -lbe
# configure:1769: gcc -o conftest conftest.c -lbe 1>&5
# /usr/sbin/ld: cannot find -lbe
# collect2: error: ld returned 1 exit status
# configure: failed program was:
# #line 1758 "configure"
# #include "confdefs.h"
# /* Override any gcc2 internal prototype to avoid an error. */
# /* We use char because int might match the return type of a gcc2
# builtin and then its argument prototype would still apply. */
# char syslog();
#
# int main() {
# syslog()
# ; return 0; }
# configure:1797: checking for gethostbyname in -lnsl
# configure:1816: gcc -o conftest conftest.c -lnsl 1>&5
# configure:1845: checking for ANSI C header files
# configure:1858: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1925: gcc -o conftest conftest.c -lnsl 1>&5
# configure: In function 'main':
# configure:1920:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
# ^~~~
# configure:1920:67: warning: incompatible implicit declaration of built-in function 'exit'
# configure:1920:67: note: include '' or provide a declaration of 'exit'
# configure:1921:1: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0); }
# ^~~~
# configure:1921:1: note: include '' or provide a declaration of 'exit'
# configure:1952: checking for fcntl.h
# configure:1962: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1952: checking for limits.h
# configure:1962: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1952: checking for sys/ioctl.h
# configure:1962: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1952: checking for sys/time.h
# configure:1962: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1952: checking for unistd.h
# configure:1962: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1952: checking for sys/times.h
# configure:1962: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1993: checking for termios.h
# configure:2003: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1993: checking for sys/termios.h
# configure:2003: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1993: checking for termio.h
# configure:2003: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1993: checking for sys/termio.h
# configure:2003: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1999:24: fatal error: sys/termio.h: No such file or directory
# #include <$ac_hdr>
# ^
# compilation terminated.
# configure: failed program was:
# #line 1998 "configure"
# #include "confdefs.h"
# #include
# configure:1993: checking for sgtty.h
# configure:2003: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2033: checking for termios.h
# configure:2033: checking for sys/termios.h
# configure:2033: checking for termio.h
# configure:2033: checking for sys/termio.h
# configure:2033: checking for sgtty.h
# configure:2073: checking for sys/mman.h
# configure:2083: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2073: checking for utime.h
# configure:2083: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2073: checking for syslog.h
# configure:2083: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2073: checking for sys/syslog.h
# configure:2083: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2073: checking for sys/param.h
# configure:2083: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2113: checking for sys/select.h
# configure:2123: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2113: checking for strings.h
# configure:2123: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2113: checking for arpa/inet.h
# configure:2123: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2151: checking for size_t
# configure:2184: checking for mode_t
# configure:2217: checking for off_t
# configure:2251: checking for speed_t
# configure:2306: checking for st_rdev in struct stat
# configure:2319: gcc -c conftest.c 1>&5
# configure:2340: checking whether time.h and sys/time.h may both be included
# configure:2354: gcc -c conftest.c 1>&5
# configure:2375: checking whether sys/time.h and sys/select.h may both be included
# configure:2389: gcc -c conftest.c 1>&5
# configure:2410: checking whether struct tm is in sys/time.h or time.h
# configure:2423: gcc -c conftest.c 1>&5
# configure:2445: checking for errno declaration
# configure:2457: gcc -c conftest.c 1>&5
# configure:2480: checking whether setvbuf arguments are reversed
# configure:2502: gcc -o conftest conftest.c -lnsl 1>&5
# configure:2491:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main () {
# ^~~~
# configure: In function 'main':
# configure:2495:23: warning: passing argument 2 of 'setvbuf' makes pointer from integer without a cast [-Wint-conversion]
# if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
# ^~~~~~
# In file included from configure:2489:0:
# /usr/include/stdio.h:336:12: note: expected 'char * restrict' but argument is of type 'int'
# extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
# ^~~~~~~
# configure:2495:31: warning: passing argument 3 of 'setvbuf' makes integer from pointer without a cast [-Wint-conversion]
# if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
# ^
# In file included from configure:2489:0:
# /usr/include/stdio.h:336:12: note: expected 'int' but argument is of type 'char *'
# extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
# ^~~~~~~
# configure:2496:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# configure:2496:5: warning: incompatible implicit declaration of built-in function 'exit'
# configure:2496:5: note: include '' or provide a declaration of 'exit'
# configure:2498:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0); /* Non-reversed systems segv here. */
# ^~~~
# configure:2498:3: note: include '' or provide a declaration of 'exit'
# configure: failed program was:
# #line 2488 "configure"
# #include "confdefs.h"
# #include
# /* If setvbuf has the reversed format, exit 0. */
# main () {
# /* This call has the arguments reversed.
# A reversed system may check and see that the address of main
# is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
# if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
# exit(1);
# putc('\r', stdout);
# exit(0); /* Non-reversed systems segv here. */
# }
# configure:2527: checking return type of signal handlers
# configure:2549: gcc -c conftest.c 1>&5
# configure:2571: checking for unistd.h
# configure:2610: checking for getpagesize
# configure:2638: gcc -o conftest conftest.c -lnsl 1>&5
# configure:2663: checking for working mmap
# configure:2811: gcc -o conftest conftest.c -lnsl 1>&5
# configure:2742:7: warning: conflicting types for built-in function 'malloc'
# char *malloc();
# ^~~~~~
# configure: In function 'main':
# configure:2752:13: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration]
# pagesize = getpagesize();
# ^~~~~~~~~~~
# configure:2759:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# configure:2759:3: warning: incompatible implicit declaration of built-in function 'exit'
# configure:2759:3: note: include '' or provide a declaration of 'exit'
# configure:2761:17: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration]
# *(data + i) = rand();
# ^~~~
# configure:2762:2: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration]
# umask(0);
# ^~~~~
# configure:2765:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2765:3: note: include '' or provide a declaration of 'exit'
# configure:2766:6: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
# if (write(fd, data, pagesize) != pagesize)
# ^~~~~
# configure:2767:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2767:3: note: include '' or provide a declaration of 'exit'
# configure:2768:2: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
# close(fd);
# ^~~~~
# configure:2777:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2777:3: note: include '' or provide a declaration of 'exit'
# configure:2780:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2780:3: note: include '' or provide a declaration of 'exit'
# configure:2781:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
# ^
# configure:2784:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2784:3: note: include '' or provide a declaration of 'exit'
# configure:2787:4: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2787:4: note: include '' or provide a declaration of 'exit'
# configure:2798:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2798:3: note: include '' or provide a declaration of 'exit'
# configure:2799:6: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
# if (read(fd, data3, pagesize) != pagesize)
# ^~~~
# configure:2800:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2800:3: note: include '' or provide a declaration of 'exit'
# configure:2803:4: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# configure:2803:4: note: include '' or provide a declaration of 'exit'
# configure:2805:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
# unlink("conftestmmap");
# ^~~~~~
# configure:2806:2: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# configure:2806:2: note: include '' or provide a declaration of 'exit'
# configure:2836: checking for working alloca.h
# configure:2848: gcc -o conftest conftest.c -lnsl 1>&5
# configure:2869: checking for alloca
# configure:2897: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3081: checking for gettimeofday
# configure:3109: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3081: checking for settimeofday
# configure:3109: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3136: checking for strchr
# configure:3164: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3148:6: warning: conflicting types for built-in function 'strchr'
# char $ac_func();
# ^~~~~~
# configure:3136: checking for memcpy
# configure:3164: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3148:6: warning: conflicting types for built-in function 'memcpy'
# char $ac_func();
# ^~~~~~
# configure:3136: checking for select
# configure:3164: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3136: checking for vprintf
# configure:3164: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3148:6: warning: conflicting types for built-in function 'vprintf'
# char $ac_func();
# ^~~~~~~
# configure:3191: checking for times
# configure:3219: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3191: checking for rdchk
# configure:3219: gcc -o conftest conftest.c -lnsl 1>&5
# /tmp/ccr0KMsz.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `rdchk'
# collect2: error: ld returned 1 exit status
# configure: failed program was:
# #line 3196 "configure"
# #include "confdefs.h"
# /* System header to define __stub macros and hopefully few prototypes,
# which can conflict with char rdchk(); below. */
# #include
# /* Override any gcc2 internal prototype to avoid an error. */
# /* We use char because int might match the return type of a gcc2
# builtin and then its argument prototype would still apply. */
# char rdchk();
#
# int main() {
#
# /* 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_rdchk) || defined (__stub___rdchk)
# choke me
# #else
# rdchk();
# #endif
#
# ; return 0; }
# configure:3191: checking for utime
# configure:3219: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3191: checking for syslog
# configure:3219: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3191: checking for siginterrupt
# configure:3219: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3246: checking for mkdir
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3246: checking for mktime
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3246: checking for strerror
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3246: checking for strstr
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3258:6: warning: conflicting types for built-in function 'strstr'
# char $ac_func();
# ^~~~~~
# configure:3246: checking for strdup
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3258:6: warning: conflicting types for built-in function 'strdup'
# char $ac_func();
# ^~~~~~
# configure:3246: checking for strtoul
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3246: checking for strtol
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3246: checking for strpbrk
# configure:3274: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3258:6: warning: conflicting types for built-in function 'strpbrk'
# char $ac_func();
# ^~~~~~~
# configure:3303: checking for stpcpy
# configure:3331: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3315:6: warning: conflicting types for built-in function 'stpcpy'
# char $ac_func();
# ^~~~~~
# configure:3303: checking for strftime
# configure:3331: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3315:6: warning: conflicting types for built-in function 'strftime'
# char $ac_func();
# ^~~~~~~~
# configure:3303: checking for vasprintf
# configure:3331: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3359: checking for getopt_long
# configure:3387: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3417: checking for ftime
# configure:3445: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3460: checking that ftime works correctly
# configure:3497: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3473:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main ()
# ^~~~
# configure: In function 'main':
# configure:3485:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (1);
# ^~~~
# configure:3485:5: warning: incompatible implicit declaration of built-in function 'exit'
# configure:3485:5: note: include '' or provide a declaration of 'exit'
# configure:3492:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# configure:3492:3: note: include '' or provide a declaration of 'exit'
# configure:3531: checking for timezone variable
# configure:3544: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3570: checking for LOG_UUCP
# configure:3628: checking for argz.h
# configure:3638: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3628: checking for limits.h
# configure:3628: checking for locale.h
# configure:3638: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3628: checking for nl_types.h
# configure:3638: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3628: checking for malloc.h
# configure:3638: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3628: checking for string.h
# configure:3638: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3628: checking for unistd.h
# configure:3628: checking for values.h
# configure:3638: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3628: checking for sys/param.h
# configure:3668: checking for getcwd
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for munmap
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for putenv
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for setenv
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for setlocale
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for strchr
# configure:3668: checking for strcasecmp
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3680:6: warning: conflicting types for built-in function 'strcasecmp'
# char $ac_func();
# ^~~~~~~~~~
# configure:3668: checking for __argz_count
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for __argz_stringify
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3668: checking for __argz_next
# configure:3696: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3787: checking for LC_MESSAGES
# configure:3799: gcc -o conftest conftest.c -lnsl 1>&5
# configure:3820: checking whether NLS is requested
# configure:3840: checking whether included gettext is requested
# configure:3859: checking for libintl.h
# configure:3869: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:3886: checking for gettext in libc
# configure:3898: gcc -o conftest conftest.c -lnsl 1>&5
# configure: In function 'main':
# configure:3894:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# return (int) gettext ("")
# ^
# configure:3989: checking for msgfmt
# configure:4023: checking for dcgettext
# configure:4051: gcc -o conftest conftest.c -lnsl 1>&5
# configure:4035:6: warning: conflicting types for built-in function 'dcgettext'
# char $ac_func();
# ^~~~~~~~~
# configure:4078: checking for gmsgfmt
# configure:4110: checking for xgettext
# configure:4150: gcc -o conftest conftest.c -lnsl 1>&5
# configure:4593: checking for catalogs to be installed