Build of snarf with vanilla toolchain

The build took 00h 00m 23s and was SUCCESSFUL.

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

SLOCLanguage
2,220 ansic
329 sh
2,549 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: snarf 7.0-6 (Wed Aug 24 13:47:01 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 for gcc option to accept ANSI C... none needed
# checking how to run the C preprocessor... gcc -E
# checking for function prototypes... yes
# checking for gcc option to accept ANSI C... (cached) none needed
# checking for working const... yes
# checking for a BSD compatible install... /usr/bin/install -c
# checking for socket... yes
# checking for gethostbyname... yes
# checking for gethostbyname... (cached) yes
# checking for strerror... yes
# checking for ANSI C header files... yes
# checking for strings.h... yes
# checking for stdarg.h... yes
# checking for sys/ioctl.h... yes
# checking for off_t... yes
# checking for ssize_t... yes
# checking for socklen_t... yes
# checking for strerror... (cached) yes
# checking for gettimeofday... yes
# checking for strdup... yes
# checking for herror... yes
# updating cache ./config.cache
# creating ./config.status
# creating Makefile
# creating snarf.spec
# creating config.h
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c ftp.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c http.c
# http.c: In function 'make_http_header':
# http.c:60:30: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
# while (*s != '\0' && isspace(*s)) {
# ^~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c llist.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c options.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c snarf.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c url.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c util.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -c gopher.c
# util.c: In function 'transfer':
# util.c:559:21: warning: implicit declaration of function 'http_transfer' [-Wimplicit-function-declaration]
# i = http_transfer(rsrc);
# ^~~~~~~~~~~~~
# util.c:562:21: warning: implicit declaration of function 'ftp_transfer' [-Wimplicit-function-declaration]
# i = ftp_transfer(rsrc);
# ^~~~~~~~~~~~
# util.c:565:21: warning: implicit declaration of function 'gopher_transfer' [-Wimplicit-function-declaration]
# i = gopher_transfer(rsrc);
# ^~~~~~~~~~~~~~~
# gcc -o snarf ftp.o http.o llist.o options.o snarf.o url.o util.o gopher.o
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/snarf/src/snarf-7.0'
# make install-man1
# /bin/sh ./mkinstalldirs /tmp/snarf/pkg/snarf/usr/bin
# make[2]: Entering directory '/tmp/snarf/src/snarf-7.0'
# /bin/sh ./mkinstalldirs /tmp/snarf/pkg/snarf/usr/share/man/man1
# mkdir /tmp/snarf/pkg/snarf/usr
# mkdir /tmp/snarf/pkg/snarf/usr
# mkdir: cannot create directory '/tmp/snarf/pkg/snarf/usr': File exists
# mkdir /tmp/snarf/pkg/snarf/usr/bin
# mkdir /tmp/snarf/pkg/snarf/usr/share
# mkdir /tmp/snarf/pkg/snarf/usr/share/man
# mkdir /tmp/snarf/pkg/snarf/usr/share/man/man1
# /usr/bin/install -c snarf /tmp/snarf/pkg/snarf/usr/bin/snarf
# /usr/bin/install -c -m 644 ./snarf.1 /tmp/snarf/pkg/snarf/usr/share/man/man1/snarf.1
# make[2]: Leaving directory '/tmp/snarf/src/snarf-7.0'
# make[1]: Leaving directory '/tmp/snarf/src/snarf-7.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "snarf"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: snarf 7.0-6 (Wed Aug 24 13:47:06 UTC 2016)

CMD: pacman --query --file snarf-7.0-6-x86_64.pkg.tar.xz
# snarf 7.0-6

Creating hybrid package for 'snarf'

Trying to find vanilla package 'snarf'...

CMD: pacman --query --file /mirror/snarf-7.0-6.pkg.tar.xz
# snarf 7.0-6

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/snarf
# /usr/share/man/man1/snarf.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 snarf.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/snarf.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/snarf.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/snarf/src/snarf-7.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:565: checking for a BSD compatible install
# configure:618: checking whether build environment is sane
# configure:675: checking whether make sets ${MAKE}
# configure:721: checking for working aclocal
# configure:734: checking for working autoconf
# configure:747: checking for working automake
# configure:760: checking for working autoheader
# configure:773: checking for working makeinfo
# configure:795: checking for gcc
# configure:908: checking whether the C compiler (gcc ) works
# configure:924: gcc -o conftest conftest.c 1>&5
# configure:921:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){return(0);}
# ^~~~
# configure:950: checking whether the C compiler (gcc ) is a cross-compiler
# configure:955: checking whether we are using GNU C
# configure:964: gcc -E conftest.c
# configure:983: checking whether gcc accepts -g
# configure:1018: checking for gcc option to accept ANSI C
# configure:1071: gcc -c conftest.c 1>&5
# configure:1095: checking how to run the C preprocessor
# configure:1116: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1177: checking for function prototypes
# configure:1339: checking for gcc option to accept ANSI C
# configure:1416: checking for working const
# configure:1470: gcc -c conftest.c 1>&5
# configure:1502: checking for a BSD compatible install
# configure:1556: checking for socket
# configure:1584: gcc -o conftest conftest.c 1>&5
# configure:1644: checking for gethostbyname
# configure:1672: gcc -o conftest conftest.c 1>&5
# configure:1732: checking for gethostbyname
# configure:1820: checking for strerror
# configure:1848: gcc -o conftest conftest.c 1>&5
# configure:1909: checking for ANSI C header files
# configure:1922: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1989: gcc -o conftest conftest.c 1>&5
# configure: In function 'main':
# configure:1984:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
# ^~~~
# configure:1984:67: warning: incompatible implicit declaration of built-in function 'exit'
# configure:1984:67: note: include '' or provide a declaration of 'exit'
# configure:1985:1: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0); }
# ^~~~
# configure:1985:1: note: include '' or provide a declaration of 'exit'
# configure:2019: checking for strings.h
# configure:2029: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2019: checking for stdarg.h
# configure:2029: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2019: checking for sys/ioctl.h
# configure:2029: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2248: checking for off_t
# configure:2282: checking for ssize_t
# configure:2317: checking for socklen_t
# configure:2356: checking for strerror
# configure:2356: checking for gettimeofday
# configure:2384: gcc -o conftest conftest.c 1>&5
# configure:2356: checking for strdup
# configure:2384: gcc -o conftest conftest.c 1>&5
# configure:2368:6: warning: conflicting types for built-in function 'strdup'
# char $ac_func();
# ^~~~~~
# configure:2411: checking for herror
# configure:2439: gcc -o conftest conftest.c 1>&5