Build of idnkit with vanilla toolchain

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

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

SLOCLanguage
17,890 ansic
7,878 sh
1,674 perl
829 tcl
32 makefile
28,303 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: idnkit 1.0-3 (Wed Aug 24 13:23:37 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# creating cache ./config.cache
# checking host system type... x86_64-unknown-linux-gnu
# 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 a BSD compatible install... /usr/bin/install -c
# checking build system type... x86_64-unknown-linux-gnu
# checking for ranlib... ranlib
# checking for ld used by GCC... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD-compatible nm... /usr/sbin/nm -B
# checking whether ln -s works... yes
# updating cache ./config.cache
# loading cache ./config.cache within ltconfig
# checking for object suffix... o
# checking for executable suffix... no
# checking for gcc option to produce PIC... -fPIC
# checking if gcc PIC flag -fPIC works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.lo... yes
# checking if gcc supports -fno-rtti -fno-exceptions ... no
# checking if gcc static flag -static works... -static
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking whether the linker (/usr/sbin/ld) supports shared libraries... yes
# checking command to parse /usr/sbin/nm -B output... ok
# checking how to hardcode library paths into programs... immediate
# checking for /usr/sbin/ld option to reload object files... -r
# checking dynamic linker characteristics... Linux ld.so
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for objdir... .libs
# creating libtool
# updating cache ./config.cache
# loading cache ./config.cache
# checking for perl... /usr/sbin/perl
# checking how to run the C preprocessor... gcc -E
# checking for unistd.h... yes
# checking for locale.h... yes
# checking for langinfo.h... yes
# checking for pwd.h... yes
# checking for iconv.h... yes
# checking for uid_t in sys/types.h... yes
# checking for ANSI C header files... yes
# checking for BOOL... no
# checking for vsnprintf... yes
# checking for setvbuf... yes
# checking for setlocale... yes
# checking for nl_langinfo... yes
# checking for memmove... yes
# checking for bcopy... yes
# checking for setenv... yes
# checking for unsetenv... yes
# checking for libc shared object... /lib/libc.so
# checking for iconv... yes
# checking for codeset name UTF-8... yes
# updating cache ./config.cache
# creating ./config.status
# creating Makefile
# creating include/Makefile
# creating include/idn/Makefile
# creating include/mdn/Makefile
# creating lib/Makefile
# creating man/Makefile
# creating tools/Makefile
# creating tools/idnconv/Makefile
# creating tools/runidn/Makefile
# creating tools/runidn/runidn
# creating map/Makefile
# creating lib/tests/Makefile
# creating include/config.h
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/include'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/include/idn'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/include/idn'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/include/mdn'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/include/mdn'
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/include'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/lib'
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c aliaslist.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c aliaslist.c -fPIC -DPIC -o aliaslist.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c api.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c api.c -fPIC -DPIC -o api.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c checker.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c checker.c -fPIC -DPIC -o checker.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c converter.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c converter.c -fPIC -DPIC -o converter.lo
# converter.c: In function 'converter_iconv_convfromucs4':
# converter.c:957:20: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
# (void)iconv(ictx, (const char **)NULL, &inleft, &outbuf, &outleft);
# ^
# In file included from converter.c:57:0:
# /usr/include/iconv.h:42:15: note: expected 'char ** restrict' but argument is of type 'const char **'
# extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
# ^~~~~
# converter.c:962:19: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
# sz = iconv(ictx, (const char **)&inbuf, &inleft, &to, &outleft);
# ^
# In file included from converter.c:57:0:
# /usr/include/iconv.h:42:15: note: expected 'char ** restrict' but argument is of type 'const char **'
# extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
# ^~~~~
# converter.c:989:19: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
# sz = iconv(ictx, (const char **)NULL, &inleft, &to, &outleft);
# ^
# In file included from converter.c:57:0:
# /usr/include/iconv.h:42:15: note: expected 'char ** restrict' but argument is of type 'const char **'
# extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
# ^~~~~
# converter.c: In function 'converter_iconv_convtoucs4':
# converter.c:1047:20: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
# (void)iconv(ictx, (const char **)NULL, &inleft, &outbuf, &outleft);
# ^
# In file included from converter.c:57:0:
# /usr/include/iconv.h:42:15: note: expected 'char ** restrict' but argument is of type 'const char **'
# extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
# ^~~~~
# converter.c:1053:19: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
# sz = iconv(ictx, (const char **)&from_ptr, &inleft, &outbuf, &outleft);
# ^
# In file included from converter.c:57:0:
# /usr/include/iconv.h:42:15: note: expected 'char ** restrict' but argument is of type 'const char **'
# extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
# ^~~~~
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c debug.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c debug.c -fPIC -DPIC -o debug.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c delimitermap.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c delimitermap.c -fPIC -DPIC -o delimitermap.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c filechecker.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c filechecker.c -fPIC -DPIC -o filechecker.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c filemapper.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c filemapper.c -fPIC -DPIC -o filemapper.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c localencoding.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c localencoding.c -fPIC -DPIC -o localencoding.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c log.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c log.c -fPIC -DPIC -o log.lo
# log.c:70:13: warning: conflicting types for built-in function 'log'
# static void log(int level, const char *fmt, va_list args);
# ^~~
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c mapper.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c mapper.c -fPIC -DPIC -o mapper.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c mapselector.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c mapselector.c -fPIC -DPIC -o mapselector.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c nameprep.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c nameprep.c -fPIC -DPIC -o nameprep.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c normalizer.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c normalizer.c -fPIC -DPIC -o normalizer.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c punycode.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c punycode.c -fPIC -DPIC -o punycode.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c race.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c race.c -fPIC -DPIC -o race.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c res.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c res.c -fPIC -DPIC -o res.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c resconf.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c resconf.c -fPIC -DPIC -o resconf.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c result.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c result.c -fPIC -DPIC -o result.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c strhash.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c strhash.c -fPIC -DPIC -o strhash.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c ucs4.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c ucs4.c -fPIC -DPIC -o ucs4.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c ucsmap.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c ucsmap.c -fPIC -DPIC -o ucsmap.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c ucsset.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c ucsset.c -fPIC -DPIC -o ucsset.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c unicode.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c unicode.c -fPIC -DPIC -o unicode.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c unormalize.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c unormalize.c -fPIC -DPIC -o unormalize.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c utf8.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c utf8.c -fPIC -DPIC -o utf8.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c util.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c util.c -fPIC -DPIC -o util.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -c version.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -c version.c -fPIC -DPIC -o version.lo
# /bin/sh ../libtool --mode=link ld -o libidnkit.la \
# -version-info 1:2:0 \
# -rpath /usr/lib aliaslist.lo api.lo checker.lo converter.lo debug.lo delimitermap.lo filechecker.lo filemapper.lo localencoding.lo log.lo mapper.lo mapselector.lo nameprep.lo normalizer.lo punycode.lo race.lo res.lo resconf.lo result.lo strhash.lo ucs4.lo ucsmap.lo ucsset.lo unicode.lo unormalize.lo utf8.lo util.lo version.lo
# mkdir .libs
# (cd . && ln -s aliaslist.lo aliaslist.o)
# (cd . && ln -s api.lo api.o)
# (cd . && ln -s checker.lo checker.o)
# (cd . && ln -s converter.lo converter.o)
# (cd . && ln -s debug.lo debug.o)
# (cd . && ln -s delimitermap.lo delimitermap.o)
# (cd . && ln -s filechecker.lo filechecker.o)
# (cd . && ln -s filemapper.lo filemapper.o)
# (cd . && ln -s localencoding.lo localencoding.o)
# (cd . && ln -s log.lo log.o)
# (cd . && ln -s mapper.lo mapper.o)
# (cd . && ln -s mapselector.lo mapselector.o)
# (cd . && ln -s nameprep.lo nameprep.o)
# (cd . && ln -s normalizer.lo normalizer.o)
# (cd . && ln -s punycode.lo punycode.o)
# (cd . && ln -s race.lo race.o)
# (cd . && ln -s res.lo res.o)
# (cd . && ln -s resconf.lo resconf.o)
# (cd . && ln -s result.lo result.o)
# (cd . && ln -s strhash.lo strhash.o)
# (cd . && ln -s ucs4.lo ucs4.o)
# (cd . && ln -s ucsmap.lo ucsmap.o)
# (cd . && ln -s ucsset.lo ucsset.o)
# (cd . && ln -s unicode.lo unicode.o)
# (cd . && ln -s unormalize.lo unormalize.o)
# (cd . && ln -s utf8.lo utf8.o)
# (cd . && ln -s util.lo util.o)
# (cd . && ln -s version.lo version.o)
# gcc -shared aliaslist.lo api.lo checker.lo converter.lo debug.lo delimitermap.lo filechecker.lo filemapper.lo localencoding.lo log.lo mapper.lo mapselector.lo nameprep.lo normalizer.lo punycode.lo race.lo res.lo resconf.lo result.lo strhash.lo ucs4.lo ucsmap.lo ucsset.lo unicode.lo unormalize.lo utf8.lo util.lo version.lo -lc -Wl,-soname -Wl,libidnkit.so.1 -o .libs/libidnkit.so.1.0.2
# (cd .libs && rm -f libidnkit.so.1 && ln -s libidnkit.so.1.0.2 libidnkit.so.1)
# (cd .libs && rm -f libidnkit.so && ln -s libidnkit.so.1.0.2 libidnkit.so)
# creating libidnkit.la
# (cd .libs && rm -f libidnkit.la && ln -s ../libidnkit.la libidnkit.la)
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -DWITHOUT_ICONV -o apilite.lo \
# -c ./api.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -DWITHOUT_ICONV -c ./api.c -fPIC -DPIC -o apilite.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -DWITHOUT_ICONV -o converterlite.lo \
# -c ./converter.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -DWITHOUT_ICONV -c ./converter.c -fPIC -DPIC -o converterlite.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -DWITHOUT_ICONV -o reslite.lo \
# -c ./res.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -DWITHOUT_ICONV -c ./res.c -fPIC -DPIC -o reslite.lo
# /bin/sh ../libtool --mode=compile gcc -I./../include -I../include -DIDN_RESCONF_DIR="\"/etc\"" -DWITHOUT_ICONV -o resconflite.lo \
# -c ./resconf.c
# gcc -I./../include -I../include -DIDN_RESCONF_DIR=\"/etc\" -DWITHOUT_ICONV -c ./resconf.c -fPIC -DPIC -o resconflite.lo
# /bin/sh ../libtool --mode=link ld -o libidnkitlite.la \
# -version-info 1:2:0 \
# -rpath /usr/lib apilite.lo converterlite.lo reslite.lo resconflite.lo aliaslist.lo checker.lo debug.lo delimitermap.lo filechecker.lo filemapper.lo log.lo mapper.lo mapselector.lo nameprep.lo normalizer.lo punycode.lo race.lo result.lo strhash.lo ucsmap.lo ucsset.lo unicode.lo unormalize.lo ucs4.lo utf8.lo util.lo version.lo
# rm -fr .libs/libidnkitlite.la .libs/libidnkitlite.* .libs/libidnkitlite.*
# (cd . && ln -s apilite.lo apilite.o)
# (cd . && ln -s converterlite.lo converterlite.o)
# (cd . && ln -s reslite.lo reslite.o)
# (cd . && ln -s resconflite.lo resconflite.o)
# gcc -shared apilite.lo converterlite.lo reslite.lo resconflite.lo aliaslist.lo checker.lo debug.lo delimitermap.lo filechecker.lo filemapper.lo log.lo mapper.lo mapselector.lo nameprep.lo normalizer.lo punycode.lo race.lo result.lo strhash.lo ucsmap.lo ucsset.lo unicode.lo unormalize.lo ucs4.lo utf8.lo util.lo version.lo -lc -Wl,-soname -Wl,libidnkitlite.so.1 -o .libs/libidnkitlite.so.1.0.2
# (cd .libs && rm -f libidnkitlite.so.1 && ln -s libidnkitlite.so.1.0.2 libidnkitlite.so.1)
# (cd .libs && rm -f libidnkitlite.so && ln -s libidnkitlite.so.1.0.2 libidnkitlite.so)
# creating libidnkitlite.la
# (cd .libs && rm -f libidnkitlite.la && ln -s ../libidnkitlite.la libidnkitlite.la)
# sed -e 's%[@]mapdir[@]%/usr/share/idnkit%' \
# < ./idn.conf.sample.in > idn.conf.sample
# /bin/sh ./aliaslist.sh x86_64-unknown-linux-gnu UTF-8 > idnalias.conf.sample
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/lib/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/lib/tests'
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/lib'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/man'
# sed 's%[@]sysconfdir[@]%/etc%' < ./libidnkit.3.in > libidnkitlite.3
# sed 's%[@]sysconfdir[@]%/etc%' < ./idn.conf.5.in > idn.conf.5
# sed 's%[@]sysconfdir[@]%/etc%' < ./idn.conf.5.in > idnrc.5
# sed 's%[@]sysconfdir[@]%/etc%' < ./idn.conf.5.in > idnalias.conf.5
# sed 's%[@]sysconfdir[@]%/etc%' < ./libidnkit.3.in > libidnkit.3
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/man'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/tools'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/tools/idnconv'
# gcc -I. -I./../../include -I../../include -c -o idnconv.o idnconv.c
# gcc -I. -I./../../include -I../../include -c -o util.o util.c
# gcc -I. -I./../../include -I../../include -c -o selectiveencode.o selectiveencode.c
# /bin/sh ../../libtool --mode=link gcc -o idnconv \
# idnconv.o util.o selectiveencode.o ../../lib/libidnkit.la
# mkdir .libs
# gcc -o .libs/idnconv idnconv.o util.o selectiveencode.o ../../lib/.libs/libidnkit.so
# creating idnconv
# sed -e 's%[@]bindir[@]%/usr/bin%' ./idnslookup.in > idnslookup
# chmod 0755 idnslookup
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/tools/idnconv'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/tools/runidn'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/tools/runidn'
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/tools'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/map'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/map'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/include'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/include/idn'
# ../../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/include/idn
# mkdir /tmp/idnkit/pkg/idnkit/usr
# mkdir /tmp/idnkit/pkg/idnkit/usr/include
# mkdir /tmp/idnkit/pkg/idnkit/usr/include/idn
# for hdr in api.h assert.h checker.h converter.h debug.h delimitermap.h export.h filechecker.h filemapper.h localencoding.h log.h logmacro.h mapper.h mapselector.h nameprep.h normalizer.h punycode.h race.h res.h resconf.h result.h strhash.h ucsmap.h ucsset.h unicode.h unormalize.h ucs4.h utf8.h util.h version.h; do \
# /usr/bin/install -c -m 644 ./$hdr /tmp/idnkit/pkg/idnkit/usr/include/idn/$hdr; \
# done
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/include/idn'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/include/mdn'
# make[2]: Nothing to be done for 'install'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/include/mdn'
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/include'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/lib'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/lib/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/lib/tests'
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/lib
# mkdir /tmp/idnkit/pkg/idnkit/usr/lib
# /bin/sh ../libtool /usr/bin/install -c -m 644 libidnkitlite.la \
# /tmp/idnkit/pkg/idnkit/usr/lib/libidnkitlite.la
# /usr/bin/install -c -m 644 .libs/libidnkitlite.so.1.0.2 /tmp/idnkit/pkg/idnkit/usr/lib/libidnkitlite.so.1.0.2
# (cd /tmp/idnkit/pkg/idnkit/usr/lib && rm -f libidnkitlite.so.1 && ln -s libidnkitlite.so.1.0.2 libidnkitlite.so.1)
# (cd /tmp/idnkit/pkg/idnkit/usr/lib && rm -f libidnkitlite.so && ln -s libidnkitlite.so.1.0.2 libidnkitlite.so)
# /usr/bin/install -c -m 644 .libs/libidnkitlite.lai /tmp/idnkit/pkg/idnkit/usr/lib/libidnkitlite.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# [ -f /tmp/idnkit/pkg/idnkit/usr/lib/libidnkitlite.a ] \
# && ranlib /tmp/idnkit/pkg/idnkit/usr/lib/libidnkitlite.a
# make[1]: [Makefile:245: install-common] Error 1 (ignored)
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/etc
# mkdir /tmp/idnkit/pkg/idnkit/etc
# /usr/bin/install -c -m 644 idn.conf.sample \
# /tmp/idnkit/pkg/idnkit/etc/idn.conf.sample
# /usr/bin/install -c -m 644 idnalias.conf.sample \
# /tmp/idnkit/pkg/idnkit/etc/idnalias.conf.sample
# ** installing default idn.conf
# ** installing default idnalias.conf
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/lib
# /bin/sh ../libtool /usr/bin/install -c -m 644 libidnkit.la \
# /tmp/idnkit/pkg/idnkit/usr/lib/libidnkit.la
# /usr/bin/install -c -m 644 .libs/libidnkit.so.1.0.2 /tmp/idnkit/pkg/idnkit/usr/lib/libidnkit.so.1.0.2
# (cd /tmp/idnkit/pkg/idnkit/usr/lib && rm -f libidnkit.so.1 && ln -s libidnkit.so.1.0.2 libidnkit.so.1)
# (cd /tmp/idnkit/pkg/idnkit/usr/lib && rm -f libidnkit.so && ln -s libidnkit.so.1.0.2 libidnkit.so)
# /usr/bin/install -c -m 644 .libs/libidnkit.lai /tmp/idnkit/pkg/idnkit/usr/lib/libidnkit.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# [ -f /tmp/idnkit/pkg/idnkit/usr/lib/libidnkit.a ] \
# && ranlib /tmp/idnkit/pkg/idnkit/usr/lib/libidnkit.a
# make[1]: [Makefile:266: install-nolite] Error 1 (ignored)
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/lib/tests'
# make[2]: Nothing to be done for 'install'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/lib/tests'
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/lib'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/man'
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/share/man/man3
# mkdir /tmp/idnkit/pkg/idnkit/usr/share
# mkdir /tmp/idnkit/pkg/idnkit/usr/share/man
# mkdir /tmp/idnkit/pkg/idnkit/usr/share/man/man3
# /usr/bin/install -c -m 644 libidnkitlite.3 /tmp/idnkit/pkg/idnkit/usr/share/man/man3/libidnkitlite.3
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/share/man/man5
# mkdir /tmp/idnkit/pkg/idnkit/usr/share/man/man5
# /usr/bin/install -c -m 644 idn.conf.5 /tmp/idnkit/pkg/idnkit/usr/share/man/man5/idn.conf.5
# /usr/bin/install -c -m 644 idnrc.5 /tmp/idnkit/pkg/idnkit/usr/share/man/man5/idnrc.5
# /usr/bin/install -c -m 644 idnalias.conf.5 /tmp/idnkit/pkg/idnkit/usr/share/man/man5/idnalias.conf.5
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/share/man/man3
# /usr/bin/install -c -m 644 libidnkit.3 /tmp/idnkit/pkg/idnkit/usr/share/man/man3/libidnkit.3
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/man'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/tools'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/tools/idnconv'
# ../../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/bin
# mkdir /tmp/idnkit/pkg/idnkit/usr/bin
# /bin/sh ../../libtool --mode=install /usr/bin/install -c idnconv \
# /tmp/idnkit/pkg/idnkit/usr/bin/idnconv
# libtool: install: warning: `../../lib/libidnkit.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/idnconv /tmp/idnkit/pkg/idnkit/usr/bin/idnconv
# ../../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/share/man/man1
# mkdir /tmp/idnkit/pkg/idnkit/usr/share/man/man1
# /usr/bin/install -c -m 644 ./idnconv.1 /tmp/idnkit/pkg/idnkit/usr/share/man/man1/idnconv.1
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/tools/idnconv'
# make[2]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/tools/runidn'
# make[2]: Nothing to be done for 'install'.
# make[2]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/tools/runidn'
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/tools'
# make[1]: Entering directory '/tmp/idnkit/src/idnkit-1.0-src/map'
# ../mkinstalldirs /tmp/idnkit/pkg/idnkit/usr/share/idnkit
# mkdir /tmp/idnkit/pkg/idnkit/usr/share/idnkit
# for map in jp.map; do \
# /usr/bin/install -c -m 644 ./$map /tmp/idnkit/pkg/idnkit/usr/share/idnkit/$map; \
# done
# make[1]: Leaving directory '/tmp/idnkit/src/idnkit-1.0-src/map'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "idnkit"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: idnkit 1.0-3 (Wed Aug 24 13:23:47 UTC 2016)

CMD: pacman --query --file idnkit-1.0-3-x86_64.pkg.tar.xz
# idnkit 1.0-3

Creating hybrid package for 'idnkit'

Trying to find vanilla package 'idnkit'...

CMD: pacman --query --file /mirror/idnkit-1.0-3.pkg.tar.xz
# idnkit 1.0-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/idnalias.conf
# /etc/idn.conf
# /usr/lib/libidnkit.so.1.0.2
# /usr/lib/libidnkitlite.so.1.0.2
# /usr/lib/libidnkit.so.1
# /usr/lib/libidnkitlite.so.1
# /usr/lib/libidnkit.so
# /usr/lib/libidnkitlite.so
# /usr/share/idnkit/jp.map
# /usr/share/licenses/idnkit/LICENSE
# /usr/share/man/man5/idn.conf.5.gz
# /usr/share/man/man5/idnrc.5.gz
# /usr/share/man/man5/idnalias.conf.5.gz
# /usr/share/man/man3/libidnkitlite.3.gz
# /usr/share/man/man3/libidnkit.3.gz
# /usr/share/man/man1/idnconv.1.gz
# /usr/bin/idnconv
# /usr/include/idn/nameprep.h
# /usr/include/idn/export.h
# /usr/include/idn/assert.h
# /usr/include/idn/ucs4.h
# /usr/include/idn/logmacro.h
# /usr/include/idn/punycode.h
# /usr/include/idn/race.h
# /usr/include/idn/api.h
# /usr/include/idn/utf8.h
# /usr/include/idn/filechecker.h
# /usr/include/idn/mapselector.h
# /usr/include/idn/ucsset.h
# /usr/include/idn/version.h
# /usr/include/idn/debug.h
# /usr/include/idn/res.h
# /usr/include/idn/mapper.h
# /usr/include/idn/unormalize.h
# /usr/include/idn/strhash.h
# /usr/include/idn/resconf.h
# /usr/include/idn/delimitermap.h
# /usr/include/idn/util.h
# /usr/include/idn/filemapper.h
# /usr/include/idn/normalizer.h
# /usr/include/idn/log.h
# /usr/include/idn/result.h
# /usr/include/idn/unicode.h
# /usr/include/idn/checker.h
# /usr/include/idn/ucsmap.h
# /usr/include/idn/converter.h
# /usr/include/idn/localencoding.h
# /sysroot/usr/lib/libidnkitlite.so.1.0.2
# /sysroot/usr/lib/libidnkitlite.so.1
# /sysroot/usr/lib/libidnkitlite.so
# /sysroot/usr/lib/libidnkitlite.la
# /sysroot/usr/lib/libidnkit.so.1.0.2
# /sysroot/usr/lib/libidnkit.so.1
# /sysroot/usr/lib/libidnkit.so
# /sysroot/usr/lib/libidnkit.la
# /sysroot/usr/include/idn/api.h
# /sysroot/usr/include/idn/assert.h
# /sysroot/usr/include/idn/checker.h
# /sysroot/usr/include/idn/converter.h
# /sysroot/usr/include/idn/debug.h
# /sysroot/usr/include/idn/delimitermap.h
# /sysroot/usr/include/idn/export.h
# /sysroot/usr/include/idn/filechecker.h
# /sysroot/usr/include/idn/filemapper.h
# /sysroot/usr/include/idn/localencoding.h
# /sysroot/usr/include/idn/log.h
# /sysroot/usr/include/idn/logmacro.h
# /sysroot/usr/include/idn/mapper.h
# /sysroot/usr/include/idn/mapselector.h
# /sysroot/usr/include/idn/nameprep.h
# /sysroot/usr/include/idn/normalizer.h
# /sysroot/usr/include/idn/punycode.h
# /sysroot/usr/include/idn/race.h
# /sysroot/usr/include/idn/res.h
# /sysroot/usr/include/idn/resconf.h
# /sysroot/usr/include/idn/result.h
# /sysroot/usr/include/idn/strhash.h
# /sysroot/usr/include/idn/ucsmap.h
# /sysroot/usr/include/idn/ucsset.h
# /sysroot/usr/include/idn/unicode.h
# /sysroot/usr/include/idn/unormalize.h
# /sysroot/usr/include/idn/ucs4.h
# /sysroot/usr/include/idn/utf8.h
# /sysroot/usr/include/idn/util.h
# /sysroot/usr/include/idn/version.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/idnkit.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/idnkit.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/idnkit/src/idnkit-1.0-src/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:582: checking host system type
# configure:959: checking for gcc
# configure:1072: checking whether the C compiler (gcc ) works
# configure:1088: gcc -o conftest conftest.c 1>&5
# configure:1085:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){return(0);}
# ^~~~
# configure:1114: checking whether the C compiler (gcc ) is a cross-compiler
# configure:1119: checking whether we are using GNU C
# configure:1128: gcc -E conftest.c
# configure:1147: checking whether gcc accepts -g
# configure:1190: checking for a BSD compatible install
# configure:1312: checking build system type
# configure:1332: checking for ranlib
# configure:1371: checking for ld used by GCC
# configure:1433: checking if the linker (/usr/sbin/ld) is GNU ld
# GNU ld (GNU Binutils) 2.26.1
# configure:1449: checking for BSD-compatible nm
# configure:1485: checking whether ln -s works
# ltconfig:603: checking for object suffix
# ltconfig:604: gcc -c conftest.c 1>&5
# ltconfig:629: checking for executable suffix
# ltconfig:630: gcc -o conftest conftest.c 1>&5
# conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main () { return 0; }
# ^~~~
# ltconfig:776: checking if gcc PIC flag -fPIC works
# ltconfig:777: gcc -c -fPIC -DPIC conftest.c 1>&5
# ltconfig:829: checking if gcc supports -c -o file.o
# ltconfig:830: gcc -c -o out/conftest2.o conftest.c 1>&5
# ltconfig:862: checking if gcc supports -c -o file.lo
# ltconfig:863: gcc -c -c -o conftest.lo conftest.c 1>&5
# ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
# ltconfig:915: gcc -c -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
# ltconfig:958: checking if gcc static flag -static works
# ltconfig:959: gcc -o conftest -static conftest.c 1>&5
# conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){return(0);}
# ^~~~
# GNU ld (GNU Binutils) 2.26.1
# ltconfig:1653: checking if global_symbol_pipe works
# ltconfig:1654: gcc -c conftest.c 1>&5
# conftest.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){nm_test_var='a';nm_test_func();return(0);}
# ^~~~
# ltconfig:1657: eval "/usr/sbin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
# ltconfig:1709: gcc -o conftest -fno-builtin conftest.c conftstm.o 1>&5
# configure:1675: checking for perl
# configure:1713: checking how to run the C preprocessor
# configure:1734: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1796: checking for unistd.h
# configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1796: checking for locale.h
# configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1796: checking for langinfo.h
# configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1796: checking for pwd.h
# configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1880: checking for iconv.h
# configure:1890: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1916: checking for uid_t in sys/types.h
# configure:1950: checking for ANSI C header files
# configure:1963: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2030: gcc -o conftest conftest.c 1>&5
# configure: In function 'main':
# configure:2025:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
# ^~~~
# configure:2025:67: warning: incompatible implicit declaration of built-in function 'exit'
# configure:2025:67: note: include '' or provide a declaration of 'exit'
# configure:2026:1: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0); }
# ^~~~
# configure:2026:1: note: include '' or provide a declaration of 'exit'
# configure:2054: checking for BOOL
# configure:2236: checking for vsnprintf
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2248:6: warning: conflicting types for built-in function 'vsnprintf'
# char $ac_func();
# ^~~~~~~~~
# configure:2236: checking for setvbuf
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2236: checking for setlocale
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2236: checking for nl_langinfo
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2236: checking for memmove
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2248:6: warning: conflicting types for built-in function 'memmove'
# char $ac_func();
# ^~~~~~~
# configure:2236: checking for bcopy
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2248:6: warning: conflicting types for built-in function 'bcopy'
# char $ac_func();
# ^~~~~
# configure:2236: checking for setenv
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2236: checking for unsetenv
# configure:2264: gcc -o conftest conftest.c 1>&5
# configure:2938: checking for libc shared object
# configure:3017: checking for iconv
# configure:3035: gcc -o conftest conftest.c 1>&5
# configure:3055: checking for codeset name UTF-8
# configure:3092: gcc -o conftest conftest.c 1>&5