Build of udns with vanilla toolchain

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

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

SLOCLanguage
4,243 ansic
304 makefile
130 sh
4,677 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: udns 0.4-2 (Wed Aug 24 13:00:57 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure... udns package
# checking for C compiler... gcc
# checking whenever C compiler (gcc) is GNU CC... yes
# checking whenever the C compiler (gcc -Wall -W -O2 -pipe)
# can produce executables... yes
# checking for ranlib... ranlib
# checking for getopt()... yes
# checking for libraries needed for socket and connect... ok (none needed)
# checking for inet_pton() && inet_ntop()... yes
# checking for socklen_t... yes
# checking for IPv6... yes
# checking for poll()... yes
# creating config.h... ok
# creating Makefile... ok
# creating config.status... ok
# all done.
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_dn.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_dntosp.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_parse.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_resolver.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_init.c
# udns_resolver.c: In function 'dns_dummy_cb':
# udns_resolver.c:868:67: warning: parameter 'data' set but not used [-Wunused-but-set-parameter]
# static void dns_dummy_cb(struct dns_ctx *ctx, void *result, void *data) {
# ^~~~
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_misc.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_XtoX.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_a.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_ptr.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_mx.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_txt.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_bl.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_srv.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_naptr.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_codes.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_jran.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c dnsget.c
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c rblcheck.c
# dnsget.c: In function 'dbgcb':
# dnsget.c:413:31: warning: unused parameter 'unused_q' [-Wunused-parameter]
# const struct dns_query *unused_q, void *unused_data) {
# ^~~~~~~~
# dnsget.c:413:47: warning: unused parameter 'unused_data' [-Wunused-parameter]
# const struct dns_query *unused_q, void *unused_data) {
# ^~~~~~~~~~~
# gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c ex-rdns.c
# rm -f libudns.a
# ar rv libudns.a udns_dn.o udns_dntosp.o udns_parse.o udns_resolver.o udns_init.o udns_misc.o udns_XtoX.o udns_rr_a.o udns_rr_ptr.o udns_rr_mx.o udns_rr_txt.o udns_bl.o udns_rr_srv.o udns_rr_naptr.o udns_codes.o udns_jran.o
# ar: creating libudns.a
# a - udns_dn.o
# a - udns_dntosp.o
# a - udns_parse.o
# a - udns_resolver.o
# a - udns_init.o
# a - udns_misc.o
# a - udns_XtoX.o
# a - udns_rr_a.o
# a - udns_rr_ptr.o
# a - udns_rr_mx.o
# a - udns_rr_txt.o
# a - udns_bl.o
# a - udns_rr_srv.o
# a - udns_rr_naptr.o
# a - udns_codes.o
# a - udns_jran.o
# gcc -o dnsget dnsget.o -L. -ludns
# gcc -o rblcheck rblcheck.o -L. -ludns
# gcc -o ex-rdns ex-rdns.o -L. -ludns
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_dn.lo -c udns_dn.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_dntosp.lo -c udns_dntosp.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_parse.lo -c udns_parse.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_resolver.lo -c udns_resolver.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_init.lo -c udns_init.c
# udns_resolver.c: In function 'dns_dummy_cb':
# udns_resolver.c:868:67: warning: parameter 'data' set but not used [-Wunused-but-set-parameter]
# static void dns_dummy_cb(struct dns_ctx *ctx, void *result, void *data) {
# ^~~~
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_misc.lo -c udns_misc.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_XtoX.lo -c udns_XtoX.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_rr_a.lo -c udns_rr_a.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_rr_ptr.lo -c udns_rr_ptr.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_rr_mx.lo -c udns_rr_mx.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_rr_txt.lo -c udns_rr_txt.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_bl.lo -c udns_bl.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_rr_srv.lo -c udns_rr_srv.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_rr_naptr.lo -c udns_rr_naptr.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_codes.lo -c udns_codes.c
# gcc -Wall -W -O2 -pipe -fPIC -DHAVE_CONFIG_H -o udns_jran.lo -c udns_jran.c
# gcc -shared -Wl,--soname,libudns.so.0 -o libudns.so.0 udns_dn.lo udns_dntosp.lo udns_parse.lo udns_resolver.lo udns_init.lo udns_misc.lo udns_XtoX.lo udns_rr_a.lo udns_rr_ptr.lo udns_rr_mx.lo udns_rr_txt.lo udns_bl.lo udns_rr_srv.lo udns_rr_naptr.lo udns_codes.lo udns_jran.lo
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "udns"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: udns 0.4-2 (Wed Aug 24 13:01:01 UTC 2016)

CMD: pacman --query --file udns-0.4-2-x86_64.pkg.tar.xz
# udns 0.4-2

Creating hybrid package for 'udns'

Trying to find vanilla package 'udns'...

CMD: pacman --query --file /mirror/udns-0.4-2.pkg.tar.xz
# udns 0.4-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/dnsget
# /usr/bin/rblcheck
# /usr/bin/ex-rdns
# /usr/include/udns.h
# /usr/lib/libudns.so
# /usr/lib/libudns.so.0
# /usr/share/man/man1/dnsget.1.gz
# /usr/share/man/man1/rblcheck.1.gz
# /usr/share/man/man3/udns.3.gz
# /sysroot/usr/lib/libudns.so.0
# /sysroot/usr/lib/libudns.so
# /sysroot/usr/include/udns.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/udns.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/udns.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/udns/src/udns-0.4/config.log'
# This file contains any messages produced by compilers etc while
# running configure, to aid debugging if configure script makes a mistake.
#
# >>> configure
# === udns package
# >>> checking for C compiler
# === gcc
# >>> checking whenever C compiler (gcc) is GNU CC
# === yes
# >>> checking whenever the C compiler (gcc -Wall -W -O2 -pipe)
# can produce executables
# === yes
# >>> checking for ranlib
# === ranlib
# >>> checking for getopt()
# === yes
# >>> checking for libraries needed for socket and connect
# === ok (none needed)
# >>> checking for inet_pton() && inet_ntop()
# === yes
# >>> checking for socklen_t
# === yes
# >>> checking for IPv6
# === yes
# >>> checking for poll()
# === yes
# >>> creating config.h
# === ok
# >>> creating Makefile
# === ok
# >>> creating config.status
# === ok
# === all done.