Build of dcfldd with clang_glibc toolchain

The build took 00h 03m 48s and was SUCCESSFUL.

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

SLOCLanguage
5,909 ansic
3,338 sh
552 makefile
9,799 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: dcfldd 1.3.4.1-4 (Thu Apr 13 12:48:52 UTC 2017)
# ==> 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for egrep... grep -E
# checking whether clang needs -traditional... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for ANSI C header files... yes
# checking for an ANSI C-conforming const... yes
# 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 off_t... yes
# checking for size_t... yes
# checking whether strtol is declared... yes
# checking whether strtoul is declared... yes
# checking whether strtoumax is declared... yes
# checking whether strndup is declared... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-am
# make[1]: Entering directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT dcfldd.o -MD -MP -MF ".deps/dcfldd.Tpo" -c -o dcfldd.o dcfldd.c; \
# then mv -f ".deps/dcfldd.Tpo" ".deps/dcfldd.Po"; else rm -f ".deps/dcfldd.Tpo"; exit 1; fi
# In file included from dcfldd.c:63:
# ./util.h:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern pclose2(FILE *);
# ~~~~~~ ^
# dcfldd.c:687:9: warning: implicit declaration of function 'init_hashlist' is invalid in C99 [-Wimplicit-function-declaration]
# init_hashlist(&ihashlist, hashops[VERIFY_HASH].flag);
# ^
# 2 warnings generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; \
# then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT sha1.o -MD -MP -MF ".deps/sha1.Tpo" -c -o sha1.o sha1.c; \
# then mv -f ".deps/sha1.Tpo" ".deps/sha1.Po"; else rm -f ".deps/sha1.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT sha2.o -MD -MP -MF ".deps/sha2.Tpo" -c -o sha2.o sha2.c; \
# then mv -f ".deps/sha2.Tpo" ".deps/sha2.Po"; else rm -f ".deps/sha2.Tpo"; exit 1; fi
# sha2.c:627:31: warning: 'MEMSET_BZERO' call operates on objects of type 'SHA256_CTX' (aka 'struct _SHA256_CTX') while the size is based on a different type 'SHA256_CTX *' (aka 'struct _SHA256_CTX *') [-Wsizeof-pointer-memaccess]
# MEMSET_BZERO(context, sizeof(context));
# ~~~~~~~ ^~~~~~~
# sha2.c:627:31: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# MEMSET_BZERO(context, sizeof(context));
# ^~~~~~~
# sha2.c:648:32: warning: 'MEMSET_BZERO' call operates on objects of type 'SHA256_CTX' (aka 'struct _SHA256_CTX') while the size is based on a different type 'SHA256_CTX *' (aka 'struct _SHA256_CTX *') [-Wsizeof-pointer-memaccess]
# MEMSET_BZERO(context, sizeof(context));
# ~~~~~~~ ^~~~~~~
# sha2.c:648:32: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# MEMSET_BZERO(context, sizeof(context));
# ^~~~~~~
# sha2.c:957:31: warning: 'MEMSET_BZERO' call operates on objects of type 'SHA512_CTX' (aka 'struct _SHA512_CTX') while the size is based on a different type 'SHA512_CTX *' (aka 'struct _SHA512_CTX *') [-Wsizeof-pointer-memaccess]
# MEMSET_BZERO(context, sizeof(context));
# ~~~~~~~ ^~~~~~~
# sha2.c:957:31: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# MEMSET_BZERO(context, sizeof(context));
# ^~~~~~~
# sha2.c:977:32: warning: 'MEMSET_BZERO' call operates on objects of type 'SHA512_CTX' (aka 'struct _SHA512_CTX') while the size is based on a different type 'SHA512_CTX *' (aka 'struct _SHA512_CTX *') [-Wsizeof-pointer-memaccess]
# MEMSET_BZERO(context, sizeof(context));
# ~~~~~~~ ^~~~~~~
# sha2.c:977:32: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# MEMSET_BZERO(context, sizeof(context));
# ^~~~~~~
# sha2.c:1032:31: warning: 'MEMSET_BZERO' call operates on objects of type 'SHA384_CTX' (aka 'struct _SHA512_CTX') while the size is based on a different type 'SHA384_CTX *' (aka 'struct _SHA512_CTX *') [-Wsizeof-pointer-memaccess]
# MEMSET_BZERO(context, sizeof(context));
# ~~~~~~~ ^~~~~~~
# sha2.c:1032:31: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# MEMSET_BZERO(context, sizeof(context));
# ^~~~~~~
# sha2.c:1052:32: warning: 'MEMSET_BZERO' call operates on objects of type 'SHA384_CTX' (aka 'struct _SHA512_CTX') while the size is based on a different type 'SHA384_CTX *' (aka 'struct _SHA512_CTX *') [-Wsizeof-pointer-memaccess]
# MEMSET_BZERO(context, sizeof(context));
# ~~~~~~~ ^~~~~~~
# sha2.c:1052:32: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
# MEMSET_BZERO(context, sizeof(context));
# ^~~~~~~
# 6 warnings generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT human.o -MD -MP -MF ".deps/human.Tpo" -c -o human.o human.c; \
# then mv -f ".deps/human.Tpo" ".deps/human.Po"; else rm -f ".deps/human.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT long-options.o -MD -MP -MF ".deps/long-options.Tpo" -c -o long-options.o long-options.c; \
# then mv -f ".deps/long-options.Tpo" ".deps/long-options.Po"; else rm -f ".deps/long-options.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT safe-read.o -MD -MP -MF ".deps/safe-read.Tpo" -c -o safe-read.o safe-read.c; \
# then mv -f ".deps/safe-read.Tpo" ".deps/safe-read.Po"; else rm -f ".deps/safe-read.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT xstrtol.o -MD -MP -MF ".deps/xstrtol.Tpo" -c -o xstrtol.o xstrtol.c; \
# then mv -f ".deps/xstrtol.Tpo" ".deps/xstrtol.Po"; else rm -f ".deps/xstrtol.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT version-etc.o -MD -MP -MF ".deps/version-etc.Tpo" -c -o version-etc.o version-etc.c; \
# then mv -f ".deps/version-etc.Tpo" ".deps/version-etc.Po"; else rm -f ".deps/version-etc.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT argmatch.o -MD -MP -MF ".deps/argmatch.Tpo" -c -o argmatch.o argmatch.c; \
# then mv -f ".deps/argmatch.Tpo" ".deps/argmatch.Po"; else rm -f ".deps/argmatch.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT xstrtoul.o -MD -MP -MF ".deps/xstrtoul.Tpo" -c -o xstrtoul.o xstrtoul.c; \
# then mv -f ".deps/xstrtoul.Tpo" ".deps/xstrtoul.Po"; else rm -f ".deps/xstrtoul.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT full-write.o -MD -MP -MF ".deps/full-write.Tpo" -c -o full-write.o full-write.c; \
# then mv -f ".deps/full-write.Tpo" ".deps/full-write.Po"; else rm -f ".deps/full-write.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT xstrtoumax.o -MD -MP -MF ".deps/xstrtoumax.Tpo" -c -o xstrtoumax.o xstrtoumax.c; \
# then mv -f ".deps/xstrtoumax.Tpo" ".deps/xstrtoumax.Po"; else rm -f ".deps/xstrtoumax.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT copy.o -MD -MP -MF ".deps/copy.Tpo" -c -o copy.o copy.c; \
# then mv -f ".deps/copy.Tpo" ".deps/copy.Po"; else rm -f ".deps/copy.Tpo"; exit 1; fi
# In file included from copy.c:34:
# ./util.h:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern pclose2(FILE *);
# ~~~~~~ ^
# copy.c:56:37: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# int nwritten = outputlist_write(obuf, output_blocksize);
# ^~~~
# ./output.h:53:41: note: passing argument to parameter here
# extern int outputlist_write(const char *, size_t);
# ^
# copy.c:214:36: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# replicate_pattern(pattern, ibuf, input_blocksize);
# ^~~~
# ./pattern.h:35:45: note: passing argument to parameter here
# extern void replicate_pattern(char *, char *, size_t);
# ^
# copy.c:226:25: warning: format specifies type 'unsigned long long' but the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat]
# w_full, total_mb);
# ^~~~~~
# copy.c:226:33: warning: format specifies type 'unsigned long long' but the argument has type 'off_t' (aka 'long') [-Wformat]
# w_full, total_mb);
# ^~~~~~~~
# copy.c:240:32: warning: format specifies type 'unsigned long long' but the argument has type 'off_t' (aka 'long') [-Wformat]
# prcnt, probed_mb, w_full, total_mb, secstr);
# ^~~~~~~~~
# copy.c:240:43: warning: format specifies type 'unsigned long long' but the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat]
# prcnt, probed_mb, w_full, total_mb, secstr);
# ^~~~~~
# copy.c:240:51: warning: format specifies type 'unsigned long long' but the argument has type 'off_t' (aka 'long') [-Wformat]
# prcnt, probed_mb, w_full, total_mb, secstr);
# ^~~~~~~~
# copy.c:306:45: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# int nwritten = outputlist_write(obuf, n_bytes_read);
# ^~~~
# ./output.h:53:41: note: passing argument to parameter here
# extern int outputlist_write(const char *, size_t);
# ^
# copy.c:364:41: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# int nwritten = outputlist_write(obuf, oc);
# ^~~~
# ./output.h:53:41: note: passing argument to parameter here
# extern int outputlist_write(const char *, size_t);
# ^
# In file included from copy.c:23:
# ./dcfldd.h:162:20: warning: inline function 'quit' is not defined [-Wundefined-inline]
# extern inline void quit(int);
# ^
# copy.c:61:9: note: used here
# quit(1);
# ^
# 11 warnings generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \
# then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT verify.o -MD -MP -MF ".deps/verify.Tpo" -c -o verify.o verify.c; \
# then mv -f ".deps/verify.Tpo" ".deps/verify.Po"; else rm -f ".deps/verify.Tpo"; exit 1; fi
# In file included from verify.c:34:
# ./util.h:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern pclose2(FILE *);
# ~~~~~~ ^
# verify.c:181:36: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# replicate_pattern(pattern, ibuf, input_blocksize);
# ^~~~
# ./pattern.h:35:45: note: passing argument to parameter here
# extern void replicate_pattern(char *, char *, size_t);
# ^
# verify.c:195:25: warning: format specifies type 'unsigned long long' but the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat]
# w_full, total_mb);
# ^~~~~~
# verify.c:195:33: warning: format specifies type 'unsigned long long' but the argument has type 'off_t' (aka 'long') [-Wformat]
# w_full, total_mb);
# ^~~~~~~~
# verify.c:210:32: warning: format specifies type 'unsigned long long' but the argument has type 'off_t' (aka 'long') [-Wformat]
# prcnt, probed_mb, w_full, total_mb, secstr);
# ^~~~~~~~~
# verify.c:210:43: warning: format specifies type 'unsigned long long' but the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat]
# prcnt, probed_mb, w_full, total_mb, secstr);
# ^~~~~~
# verify.c:210:51: warning: format specifies type 'unsigned long long' but the argument has type 'off_t' (aka 'long') [-Wformat]
# prcnt, probed_mb, w_full, total_mb, secstr);
# ^~~~~~~~
# verify.c:226:40: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# replicate_pattern(pattern, ibuf, v_nread);
# ^~~~
# ./pattern.h:35:45: note: passing argument to parameter here
# extern void replicate_pattern(char *, char *, size_t);
# ^
# In file included from verify.c:28:
# ./dcfldd.h:162:20: warning: inline function 'quit' is not defined [-Wundefined-inline]
# extern inline void quit(int);
# ^
# verify.c:178:9: note: used here
# quit(exit_status);
# ^
# 9 warnings generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT translate.o -MD -MP -MF ".deps/translate.Tpo" -c -o translate.o translate.c; \
# then mv -f ".deps/translate.Tpo" ".deps/translate.Po"; else rm -f ".deps/translate.Tpo"; exit 1; fi
# translate.c:160:10: warning: implicit declaration of function 'bit_count' is invalid in C99 [-Wimplicit-function-declaration]
# if ((MX (C_ASCII | C_EBCDIC | C_IBM) > 1)
# ^
# translate.c:159:16: note: expanded from macro 'MX'
# #define MX(a) (bit_count (conversions_mask & (a)))
# ^
# 1 warning generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT sizeprobe.o -MD -MP -MF ".deps/sizeprobe.Tpo" -c -o sizeprobe.o sizeprobe.c; \
# then mv -f ".deps/sizeprobe.Tpo" ".deps/sizeprobe.Po"; else rm -f ".deps/sizeprobe.Tpo"; exit 1; fi
# sizeprobe.c:71:1: warning: control may reach end of non-void function [-Wreturn-type]
# }
# ^
# 1 warning generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT pattern.o -MD -MP -MF ".deps/pattern.Tpo" -c -o pattern.o pattern.c; \
# then mv -f ".deps/pattern.Tpo" ".deps/pattern.Po"; else rm -f ".deps/pattern.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
# then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
# util.c:85:29: warning: implicit declaration of function 'safe_read' is invalid in C99 [-Wimplicit-function-declaration]
# ssize_t nread = safe_read(fdesc, buf, blocksize);
# ^
# util.c:138:9: warning: implicit declaration of function 'error' is invalid in C99 [-Wimplicit-function-declaration]
# error (0, 0, _("warning: working around lseek kernel bug for file (%s)\n\
# ^
# util.c:170:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# if (records <= OFF_T_MAX / blocksize
# ^~~~~~~~~
# ./sys2.h:512:20: note: expanded from macro 'OFF_T_MAX'
# # define OFF_T_MAX TYPE_MAXIMUM (off_t)
# ^~~~~~~~~~~~~~~~~~~~
# ./sys2.h:448:41: note: expanded from macro 'TYPE_MAXIMUM'
# #define TYPE_MAXIMUM(t) ((t) (~ (t) 0 - TYPE_MINIMUM (t)))
# ^~~~~~~~~~~~~~~~
# ./sys2.h:447:20: note: expanded from macro 'TYPE_MINIMUM'
# ? ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1) : (t) 0))
# ~~~~~~~ ^
# util.c:424:9: warning: implicit declaration of function 'waitpid' is invalid in C99 [-Wimplicit-function-declaration]
# pid = waitpid(cur->pid, &pstat, 0);
# ^
# In file included from util.c:33:
# ./dcfldd.h:162:20: warning: inline function 'quit' is not defined [-Wundefined-inline]
# extern inline void quit(int);
# ^
# util.c:88:17: note: used here
# quit(1);
# ^
# 5 warnings generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT log.o -MD -MP -MF ".deps/log.Tpo" -c -o log.o log.c; \
# then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o output.c; \
# then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"; exit 1; fi
# In file included from output.c:37:
# ./util.h:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern pclose2(FILE *);
# ~~~~~~ ^
# output.c:124:13: warning: enumeration value 'NONE' not handled in switch [-Wswitch]
# switch (type) {
# ^
# output.c:150:17: warning: enumeration value 'NONE' not handled in switch [-Wswitch]
# switch (ptr->type) {
# ^
# 3 warnings generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT split.o -MD -MP -MF ".deps/split.Tpo" -c -o split.o split.c; \
# then mv -f ".deps/split.Tpo" ".deps/split.Po"; else rm -f ".deps/split.Tpo"; exit 1; fi
# split.c:102:5: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
# asprintf(&fname, "%s.%s", split->name, ext);
# ^
# 1 warning generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I. -MT hashformat.o -MD -MP -MF ".deps/hashformat.Tpo" -c -o hashformat.o hashformat.c; \
# then mv -f ".deps/hashformat.Tpo" ".deps/hashformat.Po"; else rm -f ".deps/hashformat.Tpo"; exit 1; fi
# In file included from hashformat.c:27:
# ./util.h:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern pclose2(FILE *);
# ~~~~~~ ^
# 1 warning generated.
# clang -o dcfldd dcfldd.o md5.o sha1.o sha2.o human.o long-options.o safe-read.o xstrtol.o version-etc.o argmatch.o xstrtoul.o full-write.o xstrtoumax.o copy.o hash.o verify.o translate.o sizeprobe.o pattern.o util.o log.o output.o split.o hashformat.o
# make[1]: Leaving directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# test -z "/usr/bin" || mkdir -p -- "/tmp/dcfldd/pkg/dcfldd/usr/bin"
# /usr/bin/install -c 'dcfldd' '/tmp/dcfldd/pkg/dcfldd/usr/bin/dcfldd'
# test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/dcfldd/pkg/dcfldd/usr/share/man/man1"
# /usr/bin/install -c -m 644 './dcfldd.1' '/tmp/dcfldd/pkg/dcfldd/usr/share/man/man1/dcfldd.1'
# make[1]: Leaving directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "dcfldd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: dcfldd 1.3.4.1-4 (Thu Apr 13 12:49:19 UTC 2017)

CMD: pacman --query --file dcfldd-1.3.4.1-4-x86_64.pkg.tar.xz
# dcfldd 1.3.4.1-4

Creating hybrid package for 'dcfldd'

Trying to find vanilla package 'dcfldd'...

CMD: pacman --query --file /mirror/dcfldd-1.3.4.1-4.pkg.tar.xz
# dcfldd 1.3.4.1-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/dcfldd.1.gz
# /usr/bin/dcfldd

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 dcfldd.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dcfldd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/dcfldd.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/dcfldd/src/dcfldd-1.3.4-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 configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9d103b6ecec3
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1335: checking build system type
# configure:1353: result: x86_64-unknown-linux-gnu
# configure:1361: checking host system type
# configure:1375: result: x86_64-unknown-linux-gnu
# configure:1398: checking for a BSD-compatible install
# configure:1453: result: /usr/bin/install -c
# configure:1464: checking whether build environment is sane
# configure:1507: result: yes
# configure:1572: checking for gawk
# configure:1588: found /usr/bin/gawk
# configure:1598: result: gawk
# configure:1608: checking whether make sets $(MAKE)
# configure:1628: result: yes
# configure:1704: checking for x86_64-unknown-linux-strip
# configure:1733: result: no
# configure:1742: checking for strip
# configure:1758: found /usr/bin/strip
# configure:1769: result: strip
# configure:1805: checking for x86_64-unknown-linux-gcc
# configure:1831: result: clang
# configure:2113: checking for C compiler version
# configure:2116: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2119: $? = 0
# configure:2121: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2124: $? = 0
# configure:2126: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2129: $? = 1
# configure:2152: checking for C compiler default output file name
# configure:2155: clang conftest.c >&5
# configure:2158: $? = 0
# configure:2204: result: a.out
# configure:2209: checking whether the C compiler works
# configure:2215: ./a.out
# configure:2218: $? = 0
# configure:2235: result: yes
# configure:2242: checking whether we are cross compiling
# configure:2244: result: no
# configure:2247: checking for suffix of executables
# configure:2249: clang -o conftest conftest.c >&5
# configure:2252: $? = 0
# configure:2277: result:
# configure:2283: checking for suffix of object files
# configure:2304: clang -c conftest.c >&5
# configure:2307: $? = 0
# configure:2329: result: o
# configure:2333: checking whether we are using the GNU C compiler
# configure:2357: clang -c conftest.c >&5
# configure:2363: $? = 0
# configure:2367: test -z
# || test ! -s conftest.err
# configure:2370: $? = 0
# configure:2373: test -s conftest.o
# configure:2376: $? = 0
# configure:2389: result: yes
# configure:2395: checking whether clang accepts -g
# configure:2416: clang -c -g conftest.c >&5
# configure:2422: $? = 0
# configure:2426: test -z
# || test ! -s conftest.err
# configure:2429: $? = 0
# configure:2432: test -s conftest.o
# configure:2435: $? = 0
# configure:2446: result: yes
# configure:2463: checking for clang option to accept ANSI C
# configure:2533: clang -c conftest.c >&5
# configure:2539: $? = 0
# configure:2543: test -z
# || test ! -s conftest.err
# configure:2546: $? = 0
# configure:2549: test -s conftest.o
# configure:2552: $? = 0
# configure:2570: result: none needed
# configure:2588: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2594: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2738: checking for style of include used by make
# configure:2766: result: GNU
# configure:2794: checking dependency style of clang
# configure:2884: result: gcc3
# configure:2906: checking how to run the C preprocessor
# configure:2941: clang -E conftest.c
# configure:2947: $? = 0
# configure:2979: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2985: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "dcfldd"
# | #define VERSION "1.3.4-1"
# | /* end confdefs.h. */
# | #include
# configure:3024: result: clang -E
# configure:3048: clang -E conftest.c
# configure:3054: $? = 0
# configure:3086: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3092: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "dcfldd"
# | #define VERSION "1.3.4-1"
# | /* end confdefs.h. */
# | #include
# configure:3137: checking for egrep
# configure:3147: result: grep -E
# configure:3153: checking whether clang needs -traditional
# configure:3195: result: no
# configure:3215: checking for a BSD-compatible install
# configure:3270: result: /usr/bin/install -c
# configure:3281: checking whether ln -s works
# configure:3285: result: yes
# configure:3292: checking whether make sets $(MAKE)
# configure:3312: result: yes
# configure:3324: checking for x86_64-unknown-linux-ranlib
# configure:3353: result: no
# configure:3362: checking for ranlib
# configure:3378: found /usr/bin/ranlib
# configure:3389: result: ranlib
# configure:3402: checking for ANSI C header files
# configure:3427: clang -c conftest.c >&5
# configure:3433: $? = 0
# configure:3437: test -z
# || test ! -s conftest.err
# configure:3440: $? = 0
# configure:3443: test -s conftest.o
# configure:3446: $? = 0
# configure:3535: clang -o conftest conftest.c >&5
# conftest.c:28:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:28:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:3538: $? = 0
# configure:3540: ./conftest
# configure:3543: $? = 0
# configure:3558: result: yes
# configure:3569: checking for an ANSI C-conforming const
# configure:3636: clang -c conftest.c >&5
# configure:3642: $? = 0
# configure:3646: test -z
# || test ! -s conftest.err
# configure:3649: $? = 0
# configure:3652: test -s conftest.o
# configure:3655: $? = 0
# configure:3666: result: yes
# configure:3690: checking for sys/types.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for sys/stat.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for stdlib.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for string.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for memory.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for strings.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for inttypes.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for stdint.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for unistd.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3748: checking for off_t
# configure:3772: clang -c conftest.c >&5
# configure:3778: $? = 0
# configure:3782: test -z
# || test ! -s conftest.err
# configure:3785: $? = 0
# configure:3788: test -s conftest.o
# configure:3791: $? = 0
# configure:3802: result: yes
# configure:3814: checking for size_t
# configure:3838: clang -c conftest.c >&5
# configure:3844: $? = 0
# configure:3848: test -z
# || test ! -s conftest.err
# configure:3851: $? = 0
# configure:3854: test -s conftest.o
# configure:3857: $? = 0
# configure:3868: result: yes
# configure:3881: checking whether strtol is declared
# configure:3905: clang -c conftest.c >&5
# configure:3911: $? = 0
# configure:3915: test -z
# || test ! -s conftest.err
# configure:3918: $? = 0
# configure:3921: test -s conftest.o
# configure:3924: $? = 0
# configure:3935: result: yes
# configure:3951: checking whether strtoul is declared
# configure:3975: clang -c conftest.c >&5
# configure:3981: $? = 0
# configure:3985: test -z
# || test ! -s conftest.err
# configure:3988: $? = 0
# configure:3991: test -s conftest.o
# configure:3994: $? = 0
# configure:4005: result: yes
# configure:4021: checking whether strtoumax is declared
# configure:4045: clang -c conftest.c >&5
# configure:4051: $? = 0
# configure:4055: test -z
# || test ! -s conftest.err
# configure:4058: $? = 0
# configure:4061: test -s conftest.o
# configure:4064: $? = 0
# configure:4075: result: yes
# configure:4091: checking whether strndup is declared
# configure:4115: clang -c conftest.c >&5
# configure:4121: $? = 0
# configure:4125: test -z
# || test ! -s conftest.err
# configure:4128: $? = 0
# configure:4131: test -s conftest.o
# configure:4134: $? = 0
# configure:4145: result: yes
# configure:4275: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9d103b6ecec3
#
# config.status:700: creating Makefile
# config.status:804: creating config.h
# config.status:1098: 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_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# 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_have_decl_strndup=yes
# ac_cv_have_decl_strtol=yes
# ac_cv_have_decl_strtoul=yes
# ac_cv_have_decl_strtoumax=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_types_h=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_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# 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_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run tar'
# AUTOCONF='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# 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'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='dcfldd'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.3.4-1'
# ac_ct_CC=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# 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/dcfldd/src/dcfldd-1.3.4-1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DECL_STRNDUP 1
# #define HAVE_DECL_STRTOL 1
# #define HAVE_DECL_STRTOUL 1
# #define HAVE_DECL_STRTOUMAX 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "dcfldd"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define STDC_HEADERS 1
# #define VERSION "1.3.4-1"
#
# configure: exit 0