Build of attr with clang_glibc toolchain

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

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

SLOCLanguage
10,380 sh
2,375 ansic
475 makefile
246 perl
13,476 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: attr 2.4.47-1 (Thu Apr 13 16:04:00 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# 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 ISO C89... none needed
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for gawk... gawk
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... 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 dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for gmake... no
# checking for make... /usr/bin/make
# checking for tar... /usr/bin/tar
# checking for gzip... /usr/bin/gzip
# checking for makedepend... /bin/true
# checking for awk... /usr/bin/awk
# checking for sed... (cached) /usr/bin/sed
# checking for echo... /usr/bin/echo
# checking for sort... /usr/bin/sort
# checking whether ln -s works... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for msgmerge... /usr/bin/msgmerge
# checking for xgettext... /usr/bin/xgettext
# checking for rpm... no
# checking for an ANSI C-conforming const... yes
# checking for mode_t... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# configure: creating ./config.status
# config.status: creating include/builddefs
# config.status: creating include/config.h
# config.status: executing libtool commands
# /usr/bin/make include libmisc libattr attr getfattr setfattr examples test m4 man doc po debian package
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47'
# /usr/bin/make -C include
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/include'
# ln -s . attr
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/include'
# /usr/bin/make -C libmisc
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/libmisc'
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c quote.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c quote.c -fPIC -DPIC -o .libs/quote.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c quote.c -o quote.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c unquote.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c unquote.c -fPIC -DPIC -o .libs/unquote.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c unquote.c -o unquote.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c high_water_alloc.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c high_water_alloc.c -fPIC -DPIC -o .libs/high_water_alloc.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c high_water_alloc.c -o high_water_alloc.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c next_line.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c next_line.c -fPIC -DPIC -o .libs/next_line.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c next_line.c -o next_line.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c walk_tree.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c walk_tree.c -fPIC -DPIC -o .libs/walk_tree.o
# walk_tree.c:104:43: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if ((flags & WALK_TREE_RECURSIVE) &&
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
# walk_tree.c:104:43: note: place parentheses around the '&&' expression to silence this warning
# if ((flags & WALK_TREE_RECURSIVE) &&
# ^
# 1 warning generated.
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c walk_tree.c -o walk_tree.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang -o libmisc.la quote.lo unquote.lo high_water_alloc.lo next_line.lo walk_tree.lo
# libtool: link: ar cru .libs/libmisc.a .libs/quote.o .libs/unquote.o .libs/high_water_alloc.o .libs/next_line.o .libs/walk_tree.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmisc.a
# libtool: link: ( cd ".libs" && rm -f "libmisc.la" && ln -s "../libmisc.la" "libmisc.la" )
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/libmisc'
# /usr/bin/make -C libattr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/libattr'
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c libattr.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c libattr.c -fPIC -DPIC -o .libs/libattr.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c libattr.c -o libattr.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_fd.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_fd.c -fPIC -DPIC -o .libs/attr_copy_fd.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_fd.c -o attr_copy_fd.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_file.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_file.c -fPIC -DPIC -o .libs/attr_copy_file.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_file.c -o attr_copy_file.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_check.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_check.c -fPIC -DPIC -o .libs/attr_copy_check.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_check.c -o attr_copy_check.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_action.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_action.c -fPIC -DPIC -o .libs/attr_copy_action.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c attr_copy_action.c -o attr_copy_action.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c syscalls.c
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c syscalls.c -fPIC -DPIC -o .libs/syscalls.o
# libtool: compile: clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -include libattr.h -c syscalls.c -o syscalls.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang -Wl,--version-script,../exports -rpath /usr/lib -version-info 2:0:1 -o libattr.la libattr.lo attr_copy_fd.lo attr_copy_file.lo attr_copy_check.lo attr_copy_action.lo syscalls.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/libattr.o .libs/attr_copy_fd.o .libs/attr_copy_file.o .libs/attr_copy_check.o .libs/attr_copy_action.o .libs/syscalls.o -Wl,--version-script -Wl,../exports -Wl,-soname -Wl,libattr.so.1 -o .libs/libattr.so.1.1.0
# libtool: link: (cd ".libs" && rm -f "libattr.so.1" && ln -s "libattr.so.1.1.0" "libattr.so.1")
# libtool: link: (cd ".libs" && rm -f "libattr.so" && ln -s "libattr.so.1.1.0" "libattr.so")
# libtool: link: ar cru .libs/libattr.a libattr.o attr_copy_fd.o attr_copy_file.o attr_copy_check.o attr_copy_action.o syscalls.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libattr.a
# libtool: link: ( cd ".libs" && rm -f "libattr.la" && ln -s "../libattr.la" "libattr.la" )
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/libattr'
# /usr/bin/make -C attr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/attr'
# clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c -o attr.o attr.c
# /bin/sh ../libtool --mode=link clang -o attr attr.o ../libattr/libattr.la
# libtool: link: clang -o .libs/attr attr.o ../libattr/.libs/libattr.so
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/attr'
# /usr/bin/make -C getfattr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/getfattr'
# clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c -o getfattr.o getfattr.c
# /bin/sh ../libtool --mode=link clang -o getfattr getfattr.o ../libmisc/libmisc.la ../libattr/libattr.la
# libtool: link: clang -o .libs/getfattr getfattr.o ../libmisc/.libs/libmisc.a ../libattr/.libs/libattr.so
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/getfattr'
# /usr/bin/make -C setfattr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/setfattr'
# clang -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c -o setfattr.o setfattr.c
# /bin/sh ../libtool --mode=link clang -o setfattr setfattr.o ../libmisc/libmisc.la ../libattr/libattr.la
# libtool: link: clang -o .libs/setfattr setfattr.o ../libmisc/.libs/libmisc.a ../libattr/.libs/libattr.so
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/setfattr'
# /usr/bin/make -C examples
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/examples'
# rm -f copyattr dep dep.bak *.[1-9].gz *.tmpo *.mo
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/examples'
# /usr/bin/make -C test
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/test'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/test'
# /usr/bin/make -C m4
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/m4'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/m4'
# /usr/bin/make -C man
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C man1
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man1'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man1'
# /usr/bin/make -C man2
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man2'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man2'
# /usr/bin/make -C man3
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man3'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man3'
# /usr/bin/make -C man5
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C doc
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/doc'
# /usr/bin/gzip --best -c < CHANGES > CHANGES.gz
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/doc'
# /usr/bin/make -C po
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/po'
# /usr/bin/msgfmt -o cs.mo cs.po
# /usr/bin/msgfmt -o de.mo de.po
# /usr/bin/msgfmt -o es.mo es.po
# /usr/bin/msgfmt -o fr.mo fr.po
# /usr/bin/msgfmt -o gl.mo gl.po
# /usr/bin/msgfmt -o nl.mo nl.po
# /usr/bin/msgfmt -o pl.mo pl.po
# /usr/bin/msgfmt -o sv.mo sv.po
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/po'
# /usr/bin/make -C debian
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/debian'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/debian'
# /usr/bin/make -C package
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/package'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/package'
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make: Entering directory '/tmp/attr/src/attr-2.4.47'
# /usr/bin/make include libmisc libattr attr getfattr setfattr examples test m4 man doc po debian package
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47'
# /usr/bin/make -C include
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/include'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/include'
# /usr/bin/make -C libmisc
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/libmisc'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/libmisc'
# /usr/bin/make -C libattr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/libattr'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/libattr'
# /usr/bin/make -C attr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/attr'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/attr'
# /usr/bin/make -C getfattr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/getfattr'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/getfattr'
# /usr/bin/make -C setfattr
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/setfattr'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/setfattr'
# /usr/bin/make -C examples
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/examples'
# rm -f copyattr dep dep.bak *.[1-9].gz *.tmpo *.mo
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/examples'
# /usr/bin/make -C test
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/test'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/test'
# /usr/bin/make -C m4
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/m4'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/m4'
# /usr/bin/make -C man
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C man1
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man1'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man1'
# /usr/bin/make -C man2
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man2'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man2'
# /usr/bin/make -C man3
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man3'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man3'
# /usr/bin/make -C man5
# make[3]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[3]: Nothing to be done for 'default'.
# make[3]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C doc
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/doc'
# make[2]: 'default' is up to date.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/doc'
# /usr/bin/make -C po
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/po'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/po'
# /usr/bin/make -C debian
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/debian'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/debian'
# /usr/bin/make -C package
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/package'
# make[2]: Nothing to be done for 'default'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/package'
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47'
# /usr/bin/make -C include install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/include'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/include'
# /usr/bin/make -C libmisc install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/libmisc'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/libmisc'
# /usr/bin/make -C libattr install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/libattr'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/libattr'
# /usr/bin/make -C attr install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/attr'
# ../include/install-sh -o root -g root -m 755 -d /usr/bin
# /bin/sh ../libtool --mode=install ../include/install-sh -o root -g root -m 755 attr /usr/bin
# libtool: install: warning: `../libattr/libattr.la' has not been installed in `/usr/lib'
# libtool: install: ../include/install-sh -o root -g root -m 755 .libs/attr /usr/bin/attr
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/attr'
# /usr/bin/make -C getfattr install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/getfattr'
# ../include/install-sh -o root -g root -m 755 -d /usr/bin
# /bin/sh ../libtool --mode=install ../include/install-sh -o root -g root -m 755 getfattr /usr/bin
# libtool: install: warning: `../libattr/libattr.la' has not been installed in `/usr/lib'
# libtool: install: ../include/install-sh -o root -g root -m 755 .libs/getfattr /usr/bin/getfattr
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/getfattr'
# /usr/bin/make -C setfattr install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/setfattr'
# ../include/install-sh -o root -g root -m 755 -d /usr/bin
# /bin/sh ../libtool --mode=install ../include/install-sh -o root -g root -m 755 setfattr /usr/bin
# libtool: install: warning: `../libattr/libattr.la' has not been installed in `/usr/lib'
# libtool: install: ../include/install-sh -o root -g root -m 755 .libs/setfattr /usr/bin/setfattr
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/setfattr'
# /usr/bin/make -C examples install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/examples'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/examples'
# /usr/bin/make -C test install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/test'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/test'
# /usr/bin/make -C m4 install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/m4'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/m4'
# /usr/bin/make -C man install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C man1 install
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man1'
# ../../include/install-sh -o root -g root -m 755 -d /usr/share/man/man1
# ../../include/install-sh -o root -g root -m 644 attr.1.gz /usr/share/man/man1/attr.1.gz
# ../../include/install-sh -o root -g root -m 644 getfattr.1.gz /usr/share/man/man1/getfattr.1.gz
# ../../include/install-sh -o root -g root -m 644 setfattr.1.gz /usr/share/man/man1/setfattr.1.gz
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man1'
# /usr/bin/make -C man2 install
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man2'
# make[2]: Nothing to be done for 'install'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man2'
# /usr/bin/make -C man3 install
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man3'
# make[2]: Nothing to be done for 'install'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man3'
# /usr/bin/make -C man5 install
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man5'
# ../../include/install-sh -o root -g root -m 755 -d /usr/share/man/man5
# ../../include/install-sh -o root -g root -m 644 attr.5.gz /usr/share/man/man5/attr.5.gz
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C doc install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/doc'
# ../include/install-sh -o root -g root -m 755 -d /usr/share/doc/attr
# ../include/install-sh -o root -g root -m 644 PORTING CHANGES.gz /usr/share/doc/attr
# ../include/install-sh -o root -g root -m 644 COPYING /usr/share/doc/attr
# ../include/install-sh -o root -g root -m 644 COPYING.LGPL /usr/share/doc/attr
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/doc'
# /usr/bin/make -C po install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/po'
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/po'
# /usr/bin/make -C debian install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/debian'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/debian'
# /usr/bin/make -C package install
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/package'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/package'
# ./include/install-sh -o root -g root -m 755 -d /usr/share/doc/attr
# ./include/install-sh -o root -g root -m 644 README /usr/share/doc/attr
# /usr/bin/make -C include install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/include'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/include'
# /usr/bin/make -C libmisc install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/libmisc'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/libmisc'
# /usr/bin/make -C libattr install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/libattr'
# cd ../libattr/.libs; ../../include/install-sh -o root -g root -m 755 -d /usr/lib; ../../include/install-sh -o root -g root -m 644 -T so_dot_version libattr.lai /usr/lib; ../../include/install-sh -o root -g root -T so_dot_current libattr.lai /usr/lib
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/libattr'
# /usr/bin/make -C attr install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/attr'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/attr'
# /usr/bin/make -C getfattr install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/getfattr'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/getfattr'
# /usr/bin/make -C setfattr install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/setfattr'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/setfattr'
# /usr/bin/make -C examples install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/examples'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/examples'
# /usr/bin/make -C test install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/test'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/test'
# /usr/bin/make -C m4 install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/m4'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/m4'
# /usr/bin/make -C man install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C man1 install-lib
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man1'
# make[2]: Nothing to be done for 'install-lib'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man1'
# /usr/bin/make -C man2 install-lib
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man2'
# make[2]: Nothing to be done for 'install-lib'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man2'
# /usr/bin/make -C man3 install-lib
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man3'
# make[2]: Nothing to be done for 'install-lib'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man3'
# /usr/bin/make -C man5 install-lib
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[2]: Nothing to be done for 'install-lib'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C doc install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/doc'
# make[1]: 'install-lib' is up to date.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/doc'
# /usr/bin/make -C po install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/po'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/po'
# /usr/bin/make -C debian install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/debian'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/debian'
# /usr/bin/make -C package install-lib
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/package'
# make[1]: Nothing to be done for 'install-lib'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/package'
# /usr/bin/make -C include install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/include'
# ../include/install-sh -o root -g root -m 755 -d /usr/include/attr
# ../include/install-sh -o root -g root -m 644 attributes.h xattr.h error_context.h libattr.h /usr/include/attr
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/include'
# /usr/bin/make -C libmisc install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/libmisc'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/libmisc'
# /usr/bin/make -C libattr install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/libattr'
# cd ../libattr/.libs; ../../include/install-sh -o root -g root -m 755 -d /usr/lib; ../../include/install-sh -o root -g root -m 644 -T old_lib libattr.lai /usr/lib; ../../include/install-sh -o root -g root -m 644 libattr.lai /usr/lib/libattr.la ; ../../include/install-sh -o root -g root -m 755 -d /usr/lib; ../../include/install-sh -o root -g root -T so_base libattr.lai /usr/lib; if test "x/usr/lib" != "x/usr/lib" ; then ../../include/install-sh -o root -g root -S /usr/lib/libattr.a /usr/lib/libattr.a; ../../include/install-sh -o root -g root -S /usr/lib/libattr.la /usr/lib/libattr.la; ../../include/install-sh -o root -g root -S /usr/lib/libattr.so /usr/lib/libattr.so; fi
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/libattr'
# /usr/bin/make -C attr install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/attr'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/attr'
# /usr/bin/make -C getfattr install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/getfattr'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/getfattr'
# /usr/bin/make -C setfattr install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/setfattr'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/setfattr'
# /usr/bin/make -C examples install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/examples'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/examples'
# /usr/bin/make -C test install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/test'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/test'
# /usr/bin/make -C m4 install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/m4'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/m4'
# /usr/bin/make -C man install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C man1 install-dev
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man1'
# make[2]: Nothing to be done for 'install-dev'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man1'
# /usr/bin/make -C man2 install-dev
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man2'
# ../../include/install-sh -o root -g root -m 755 -d /usr/share/man/man2
# ../../include/install-sh -o root -g root -m 644 getxattr.2.gz /usr/share/man/man2/getxattr.2.gz
# ../../include/install-sh -o root -g root -S getxattr.2.gz /usr/share/man/man2/lgetxattr.2.gz
# ../../include/install-sh -o root -g root -S getxattr.2.gz /usr/share/man/man2/fgetxattr.2.gz
# ../../include/install-sh -o root -g root -m 644 listxattr.2.gz /usr/share/man/man2/listxattr.2.gz
# ../../include/install-sh -o root -g root -S listxattr.2.gz /usr/share/man/man2/llistxattr.2.gz
# ../../include/install-sh -o root -g root -S listxattr.2.gz /usr/share/man/man2/flistxattr.2.gz
# ../../include/install-sh -o root -g root -m 644 removexattr.2.gz /usr/share/man/man2/removexattr.2.gz
# ../../include/install-sh -o root -g root -S removexattr.2.gz /usr/share/man/man2/lremovexattr.2.gz
# ../../include/install-sh -o root -g root -S removexattr.2.gz /usr/share/man/man2/fremovexattr.2.gz
# ../../include/install-sh -o root -g root -m 644 setxattr.2.gz /usr/share/man/man2/setxattr.2.gz
# ../../include/install-sh -o root -g root -S setxattr.2.gz /usr/share/man/man2/lsetxattr.2.gz
# ../../include/install-sh -o root -g root -S setxattr.2.gz /usr/share/man/man2/fsetxattr.2.gz
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man2'
# /usr/bin/make -C man3 install-dev
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man3'
# ../../include/install-sh -o root -g root -m 755 -d /usr/share/man/man3
# ../../include/install-sh -o root -g root -m 644 attr_get.3.gz /usr/share/man/man3/attr_get.3.gz
# ../../include/install-sh -o root -g root -S attr_get.3.gz /usr/share/man/man3/attr_getf.3.gz
# ../../include/install-sh -o root -g root -m 644 attr_list.3.gz /usr/share/man/man3/attr_list.3.gz
# ../../include/install-sh -o root -g root -S attr_list.3.gz /usr/share/man/man3/attr_listf.3.gz
# ../../include/install-sh -o root -g root -m 644 attr_multi.3.gz /usr/share/man/man3/attr_multi.3.gz
# ../../include/install-sh -o root -g root -S attr_multi.3.gz /usr/share/man/man3/attr_multif.3.gz
# ../../include/install-sh -o root -g root -m 644 attr_remove.3.gz /usr/share/man/man3/attr_remove.3.gz
# ../../include/install-sh -o root -g root -S attr_remove.3.gz /usr/share/man/man3/attr_removef.3.gz
# ../../include/install-sh -o root -g root -m 644 attr_set.3.gz /usr/share/man/man3/attr_set.3.gz
# ../../include/install-sh -o root -g root -S attr_set.3.gz /usr/share/man/man3/attr_setf.3.gz
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man3'
# /usr/bin/make -C man5 install-dev
# make[2]: Entering directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[2]: Nothing to be done for 'install-dev'.
# make[2]: Leaving directory '/tmp/attr/src/attr-2.4.47/man/man5'
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/man'
# /usr/bin/make -C doc install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/doc'
# make[1]: 'install-dev' is up to date.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/doc'
# /usr/bin/make -C po install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/po'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/po'
# /usr/bin/make -C debian install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/debian'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/debian'
# /usr/bin/make -C package install-dev
# make[1]: Entering directory '/tmp/attr/src/attr-2.4.47/package'
# make[1]: Nothing to be done for 'install-dev'.
# make[1]: Leaving directory '/tmp/attr/src/attr-2.4.47/package'
# make: Leaving directory '/tmp/attr/src/attr-2.4.47'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "attr"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: attr 2.4.47-1 (Thu Apr 13 16:04:11 UTC 2017)

CMD: pacman --query --file attr-2.4.47-1-x86_64.pkg.tar.xz
# attr 2.4.47-1

Creating hybrid package for 'attr'

Trying to find vanilla package 'attr'...

CMD: pacman --query --file /mirror/python2-attrs-16.0.0-1.pkg.tar.xz
# python2-attrs 16.0.0-1

CMD: pacman --query --file /mirror/flattr-icon-theme-1.3-2.pkg.tar.xz
# flattr-icon-theme 1.3-2

CMD: pacman --query --file /mirror/python2-xattr-0.8.0-1.pkg.tar.xz
# python2-xattr 0.8.0-1

CMD: pacman --query --file /mirror/attr-2.4.47-1.pkg.tar.xz
# attr 2.4.47-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/attr
# /usr/bin/getfattr
# /usr/bin/setfattr
# /usr/share/doc/attr/PORTING
# /usr/share/doc/attr/CHANGES.gz
# /usr/share/doc/attr/COPYING
# /usr/share/doc/attr/COPYING.LGPL
# /usr/share/doc/attr/README
# /usr/share/man/man1/attr.1.gz
# /usr/share/man/man1/getfattr.1.gz
# /usr/share/man/man1/setfattr.1.gz
# /usr/share/man/man5/attr.5.gz
# /usr/share/man/man3/attr_getf.3.gz
# /usr/share/man/man3/attr_get.3.gz
# /usr/share/man/man3/attr_listf.3.gz
# /usr/share/man/man3/attr_list.3.gz
# /usr/share/man/man3/attr_multif.3.gz
# /usr/share/man/man3/attr_multi.3.gz
# /usr/share/man/man3/attr_removef.3.gz
# /usr/share/man/man3/attr_remove.3.gz
# /usr/share/man/man3/attr_setf.3.gz
# /usr/share/man/man3/attr_set.3.gz
# /usr/share/locale/cs/LC_MESSAGES/attr.mo
# /usr/share/locale/de/LC_MESSAGES/attr.mo
# /usr/share/locale/es/LC_MESSAGES/attr.mo
# /usr/share/locale/fr/LC_MESSAGES/attr.mo
# /usr/share/locale/gl/LC_MESSAGES/attr.mo
# /usr/share/locale/nl/LC_MESSAGES/attr.mo
# /usr/share/locale/pl/LC_MESSAGES/attr.mo
# /usr/share/locale/sv/LC_MESSAGES/attr.mo
# /usr/lib/libattr.so.1
# /usr/lib/libattr.so
# /usr/lib/libattr.so.1.1.0
# /usr/include/attr/attributes.h
# /usr/include/attr/xattr.h
# /usr/include/attr/error_context.h
# /usr/include/attr/libattr.h
# /sysroot/usr/lib/libattr.so.1.1.0
# /sysroot/usr/lib/libattr.so.1
# /sysroot/usr/lib/libattr.la
# /sysroot/usr/lib/libattr.so
# /sysroot/usr/include/attr/attributes.h
# /sysroot/usr/include/attr/xattr.h
# /sysroot/usr/include/attr/error_context.h
# /sysroot/usr/include/attr/libattr.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 attr.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/attr.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/attr.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/attr/src/attr-2.4.47/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.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 10e753d7a1ed
# 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
# /usr/bin/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:2224: checking build system type
# configure:2238: result: x86_64-unknown-linux-gnu
# configure:2258: checking host system type
# configure:2271: result: x86_64-unknown-linux-gnu
# configure:2312: checking how to print strings
# configure:2339: result: printf
# configure:2368: checking for x86_64-unknown-linux-gcc
# configure:2395: result: clang
# configure:2664: checking for C compiler version
# configure:2673: 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:2684: $? = 0
# configure:2673: 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
# ... rest of stderr output deleted ...
# configure:2684: $? = 0
# configure:2673: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2684: $? = 1
# configure:2673: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2684: $? = 1
# configure:2704: checking whether the C compiler works
# configure:2726: clang conftest.c >&5
# configure:2730: $? = 0
# configure:2778: result: yes
# configure:2781: checking for C compiler default output file name
# configure:2783: result: a.out
# configure:2789: checking for suffix of executables
# configure:2796: clang -o conftest conftest.c >&5
# configure:2800: $? = 0
# configure:2822: result:
# configure:2844: checking whether we are cross compiling
# configure:2852: clang -o conftest conftest.c >&5
# configure:2856: $? = 0
# configure:2863: ./conftest
# configure:2867: $? = 0
# configure:2882: result: no
# configure:2887: checking for suffix of object files
# configure:2909: clang -c conftest.c >&5
# configure:2913: $? = 0
# configure:2934: result: o
# configure:2938: checking whether we are using the GNU C compiler
# configure:2957: clang -c conftest.c >&5
# configure:2957: $? = 0
# configure:2966: result: yes
# configure:2975: checking whether clang accepts -g
# configure:2995: clang -c -g conftest.c >&5
# configure:2995: $? = 0
# configure:3036: result: yes
# configure:3053: checking for clang option to accept ISO C89
# configure:3116: clang -c conftest.c >&5
# configure:3116: $? = 0
# configure:3129: result: none needed
# configure:3149: checking for a sed that does not truncate output
# configure:3213: result: /usr/bin/sed
# configure:3231: checking for grep that handles long lines and -e
# configure:3289: result: /usr/bin/grep
# configure:3294: checking for egrep
# configure:3356: result: /usr/bin/grep -E
# configure:3361: checking for fgrep
# configure:3423: result: /usr/bin/grep -F
# configure:3458: checking for ld used by clang
# configure:3525: result: /usr/bin/ld
# configure:3532: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3547: result: yes
# configure:3559: checking for BSD- or MS-compatible name lister (nm)
# configure:3608: result: /usr/bin/nm -B
# configure:3738: checking the name lister (/usr/bin/nm -B) interface
# configure:3745: clang -c conftest.c >&5
# configure:3748: /usr/bin/nm -B "conftest.o"
# configure:3751: output
# 0000000000000000 B some_variable
# configure:3758: result: BSD nm
# configure:3761: checking whether ln -s works
# configure:3765: result: yes
# configure:3773: checking the maximum length of command line arguments
# configure:3903: result: 1572864
# configure:3920: checking whether the shell understands some XSI constructs
# configure:3930: result: yes
# configure:3934: checking whether the shell understands "+="
# configure:3940: result: yes
# configure:3975: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4015: result: func_convert_file_noop
# configure:4022: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4042: result: func_convert_file_noop
# configure:4049: checking for /usr/bin/ld option to reload object files
# configure:4056: result: -r
# configure:4090: checking for x86_64-unknown-linux-objdump
# configure:4120: result: no
# configure:4130: checking for objdump
# configure:4146: found /usr/bin/objdump
# configure:4157: result: objdump
# configure:4189: checking how to recognize dependent libraries
# configure:4391: result: pass_all
# configure:4436: checking for x86_64-unknown-linux-dlltool
# configure:4466: result: no
# configure:4476: checking for dlltool
# configure:4506: result: no
# configure:4536: checking how to associate runtime and link libraries
# configure:4563: result: printf %s\n
# configure:4580: checking for x86_64-unknown-linux-ar
# configure:4610: result: no
# configure:4624: checking for ar
# configure:4640: found /usr/bin/ar
# configure:4651: result: ar
# configure:4688: checking for archiver @FILE support
# configure:4705: clang -c conftest.c >&5
# configure:4705: $? = 0
# configure:4708: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4711: $? = 0
# configure:4716: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:4719: $? = 1
# configure:4731: result: @
# configure:4749: checking for x86_64-unknown-linux-strip
# configure:4779: result: no
# configure:4789: checking for strip
# configure:4805: found /usr/bin/strip
# configure:4816: result: strip
# configure:4848: checking for x86_64-unknown-linux-ranlib
# configure:4878: result: no
# configure:4888: checking for ranlib
# configure:4904: found /usr/bin/ranlib
# configure:4915: result: ranlib
# configure:4992: checking for gawk
# configure:5008: found /usr/bin/gawk
# configure:5019: result: gawk
# configure:5059: checking command to parse /usr/bin/nm -B output from clang object
# configure:5179: clang -c conftest.c >&5
# configure:5182: $? = 0
# configure:5186: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:5189: $? = 0
# configure:5255: clang -o conftest conftest.c conftstm.o >&5
# configure:5258: $? = 0
# configure:5296: result: ok
# configure:5333: checking for sysroot
# configure:5363: result: no
# configure:5440: clang -c conftest.c >&5
# configure:5443: $? = 0
# configure:5579: checking for x86_64-unknown-linux-mt
# configure:5609: result: no
# configure:5619: checking for mt
# configure:5649: result: no
# configure:5669: checking if : is a manifest tool
# configure:5675: : '-?'
# configure:5683: result: no
# configure:6325: checking how to run the C preprocessor
# configure:6356: clang -E conftest.c
# configure:6356: $? = 0
# configure:6370: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6395: result: clang -E
# configure:6415: clang -E conftest.c
# configure:6415: $? = 0
# configure:6429: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6429: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6458: checking for ANSI C header files
# configure:6478: clang -c conftest.c >&5
# configure:6478: $? = 0
# configure:6551: clang -o conftest conftest.c >&5
# configure:6551: $? = 0
# configure:6551: ./conftest
# configure:6551: $? = 0
# configure:6562: result: yes
# configure:6575: checking for sys/types.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for sys/stat.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for stdlib.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for string.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for memory.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for strings.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for inttypes.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for stdint.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6575: checking for unistd.h
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6575: result: yes
# configure:6589: checking for dlfcn.h
# configure:6589: clang -c conftest.c >&5
# configure:6589: $? = 0
# configure:6589: result: yes
# configure:6795: checking for objdir
# configure:6810: result: .libs
# configure:7081: checking if clang supports -fno-rtti -fno-exceptions
# configure:7099: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7103: $? = 0
# configure:7116: result: yes
# configure:7443: checking for clang option to produce PIC
# configure:7450: result: -fPIC -DPIC
# configure:7458: checking if clang PIC flag -fPIC -DPIC works
# configure:7476: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:7480: $? = 0
# configure:7493: result: yes
# configure:7522: checking if clang static flag -static works
# configure:7550: result: yes
# configure:7565: checking if clang supports -c -o file.o
# configure:7586: clang -c -o out/conftest2.o conftest.c >&5
# configure:7590: $? = 0
# configure:7612: result: yes
# configure:7620: checking if clang supports -c -o file.o
# configure:7667: result: yes
# configure:7700: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8853: result: yes
# configure:8890: checking whether -lc should be explicitly linked in
# configure:8898: clang -c conftest.c >&5
# configure:8901: $? = 0
# configure:8916: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:8919: $? = 0
# configure:8933: result: no
# configure:9093: checking dynamic linker characteristics
# configure:9604: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9604: $? = 0
# configure:9830: result: GNU/Linux ld.so
# configure:9937: checking how to hardcode library paths into programs
# configure:9962: result: immediate
# configure:10502: checking whether stripping libraries is possible
# configure:10507: result: yes
# configure:10542: checking if libtool supports shared libraries
# configure:10544: result: yes
# configure:10547: checking whether to build shared libraries
# configure:10568: result: yes
# configure:10571: checking whether to build static libraries
# configure:10575: result: yes
# configure:10651: checking for x86_64-unknown-linux-gcc
# configure:10678: result: clang
# configure:10947: checking for C compiler version
# configure:10956: 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:10967: $? = 0
# configure:10956: 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
# ... rest of stderr output deleted ...
# configure:10967: $? = 0
# configure:10956: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:10967: $? = 1
# configure:10956: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:10967: $? = 1
# configure:10971: checking whether we are using the GNU C compiler
# configure:10999: result: yes
# configure:11008: checking whether clang accepts -g
# configure:11069: result: yes
# configure:11086: checking for clang option to accept ISO C89
# configure:11162: result: none needed
# configure:11224: checking for x86_64-unknown-linux-gcc
# configure:11251: result: clang
# configure:11520: checking for C compiler version
# configure:11529: 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:11540: $? = 0
# configure:11529: 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
# ... rest of stderr output deleted ...
# configure:11540: $? = 0
# configure:11529: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11540: $? = 1
# configure:11529: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11540: $? = 1
# configure:11544: checking whether we are using the GNU C compiler
# configure:11572: result: yes
# configure:11581: checking whether clang accepts -g
# configure:11642: result: yes
# configure:11659: checking for clang option to accept ISO C89
# configure:11735: result: none needed
# configure:11771: checking for gmake
# configure:11804: result: no
# configure:11771: checking for make
# configure:11789: found /usr/bin/make
# configure:11801: result: /usr/bin/make
# configure:11824: checking for tar
# configure:11842: found /usr/bin/tar
# configure:11854: result: /usr/bin/tar
# configure:11867: checking for gzip
# configure:11885: found /usr/bin/gzip
# configure:11897: result: /usr/bin/gzip
# configure:11910: checking for makedepend
# configure:11941: result: /bin/true
# configure:11954: checking for awk
# configure:11972: found /usr/bin/awk
# configure:11984: result: /usr/bin/awk
# configure:11997: checking for sed
# configure:12027: result: /usr/bin/sed
# configure:12040: checking for echo
# configure:12058: found /usr/bin/echo
# configure:12070: result: /usr/bin/echo
# configure:12083: checking for sort
# configure:12101: found /usr/bin/sort
# configure:12113: result: /usr/bin/sort
# configure:12124: checking whether ln -s works
# configure:12128: result: yes
# configure:12139: checking for msgfmt
# configure:12157: found /usr/bin/msgfmt
# configure:12169: result: /usr/bin/msgfmt
# configure:12189: checking for msgmerge
# configure:12207: found /usr/bin/msgmerge
# configure:12219: result: /usr/bin/msgmerge
# configure:12239: checking for xgettext
# configure:12257: found /usr/bin/xgettext
# configure:12269: result: /usr/bin/xgettext
# configure:12294: checking for rpm
# configure:12327: result: no
# configure:12418: checking for an ANSI C-conforming const
# configure:12484: clang -c conftest.c >&5
# configure:12484: $? = 0
# configure:12491: result: yes
# configure:12499: checking for mode_t
# configure:12499: clang -c conftest.c >&5
# configure:12499: $? = 0
# configure:12499: clang -c conftest.c >&5
# conftest.c:58:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:12499: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_GETTEXT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12499: result: yes
# configure:12510: checking for size_t
# configure:12510: clang -c conftest.c >&5
# configure:12510: $? = 0
# configure:12510: clang -c conftest.c >&5
# conftest.c:58:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12510: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_GETTEXT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12510: result: yes
# configure:12523: checking for working alloca.h
# configure:12540: clang -o conftest conftest.c >&5
# configure:12540: $? = 0
# configure:12548: result: yes
# configure:12556: checking for alloca
# configure:12593: clang -o conftest conftest.c >&5
# configure:12593: $? = 0
# configure:12601: result: yes
# configure:12824: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 10e753d7a1ed
#
# config.status:1082: creating include/builddefs
# config.status:1082: creating include/config.h
# config.status:1266: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=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_LIBS_set=
# ac_cv_env_LIBS_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_func_alloca_works=yes
# ac_cv_header_dlfcn_h=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_objext=o
# ac_cv_path_AWK=/usr/bin/awk
# ac_cv_path_ECHO=/usr/bin/echo
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MAKE=/usr/bin/make
# ac_cv_path_MAKEDEPEND=/bin/true
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_SORT=/usr/bin/sort
# ac_cv_path_TAR=/usr/bin/tar
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ZIP=/usr/bin/gzip
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# AR='ar'
# AWK='/usr/bin/awk'
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO='/usr/bin/echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKE='/usr/bin/make'
# MAKEDEPEND='/bin/true'
# MANIFEST_TOOL=':'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RPM=''
# RPMBUILD=''
# SED='/usr/bin/sed'
# SHELL='/bin/sh'
# SORT='/usr/bin/sort'
# STRIP='strip'
# TAR='/usr/bin/tar'
# XGETTEXT='/usr/bin/xgettext'
# ZIP='/usr/bin/gzip'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# awk='/usr/bin/awk'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# cc='clang'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# debug_build='-DDEBUG'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# echo='/usr/bin/echo'
# enable_gettext='yes'
# enable_lib64='no'
# enable_shared='yes'
# exec_prefix='${prefix}'
# have_zipped_manpages='true'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='/usr/lib'
# libdirsuffix=''
# libexecdir='/usr/lib'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# make='/usr/bin/make'
# makedepend='/bin/true'
# malloc_lib=''
# mandir='${datarootdir}/man'
# msgfmt='/usr/bin/msgfmt'
# msgmerge='/usr/bin/msgmerge'
# oldincludedir='/usr/include'
# opt_build='-g -O2'
# pdfdir='${docdir}'
# pkg_distribution='Linux'
# pkg_group='root'
# pkg_name='attr'
# pkg_platform='linux'
# pkg_release='0'
# pkg_user='root'
# pkg_version='2.4.47'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# rpm=''
# rpm_version='0'
# rpmbuild=''
# sbindir='${exec_prefix}/sbin'
# sed='/usr/bin/sed'
# sharedstatedir='${prefix}/com'
# sort='/usr/bin/sort'
# sysconfdir='${prefix}/etc'
# tar='/usr/bin/tar'
# target_alias=''
# xgettext='/usr/bin/xgettext'
# zip='/usr/bin/gzip'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define ENABLE_GETTEXT 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
#
# configure: exit 0