Build of partimage with clang_glibc toolchain

The build took 00h 01m 17s and was NOT successful.

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

SLOCLanguage
15,820 cpp
10,713 sh
4,086 makefile
16 sed
30,635 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: partimage 0.6.9-9 (Thu Apr 13 20:13:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) slang-2.3.0-1 libnewt-0.52.19-1
#
# Total Installed Size: 3.44 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing slang...
# installing libnewt...
# Optional dependencies for libnewt
# tcl: whiptcl support
# python: libnewt support with the _snack module [installed]
# python2: libnewt support with the _snack module [installed]
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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 target 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for style of include used by make... GNU
# 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 dependency style of clang... gcc3
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking whether NLS is requested... yes
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# 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 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-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# 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 strerror in -lcposix... no
# 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 dependency style of clang... (cached) gcc3
# 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 dependency style of clang... (cached) gcc3
# checking for ANSI C header files... (cached) yes
# checking for gawk... (cached) gawk
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking dependency style of clang++... (cached) gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... 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 dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking how to run the C preprocessor... clang -E
# checking whether ln -s works... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for pthread_create in -lpthread... yes
# checking for BZ2_bzopen in -lbz2... yes
# checking for newtCenteredWindow in -lnewt... yes
# checking for gzwrite in -lz... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for strings.h... (cached) yes
# checking limit.h usability... no
# checking limit.h presence... no
# checking for limit.h... no
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for strings.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking shadow.h usability... yes
# checking shadow.h presence... yes
# checking for shadow.h... yes
# checking mntent.h usability... yes
# checking mntent.h presence... yes
# checking for mntent.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/statfs.h usability... yes
# checking sys/statfs.h presence... yes
# checking for sys/statfs.h... yes
# checking sys/mount.h usability... yes
# checking sys/mount.h presence... yes
# checking for sys/mount.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking whether setpgrp takes no argument... yes
# checking for getwd... yes
# checking for strerror... yes
# checking for strdup... yes
# checking for atoll... yes
# checking for strtoll... yes
# checking for setpgid... yes
# checking for fstat64... yes
# checking for fstatfs64... yes
# checking for open64... yes
# checking size of char... 1
# checking size of short... 2
# checking size of int... 4
# checking size of long int... 8
# checking size of unsigned long long... 8
# checking for ANSI C header files... (cached) yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking for getopt.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for pam_start in -lpam... yes
# checking for dlopen in -ldl... yes
#
# checking for openssl... /usr/bin/openssl
# configure: checking for SSL Library and Header files ... ...
# checking "for rsa.h crypto.h x509.h pem.h ssl.h err.h"... (/usr/include/openssl) yes
# checking for CRYPTO_lock in -lcrypto... yes
# checking for SSL_CTX_new in -lssl... yes
# checking for crypt in -lcrypt... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/shared/Makefile
# config.status: creating src/shared/pathnames.h
# config.status: creating src/client/Makefile
# config.status: creating src/client/fs/Makefile
# config.status: creating src/server/Makefile
# config.status: creating m4/Makefile
# config.status: creating po/Makefile.in
# config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status: creating config.h
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/partimage/src/partimage-0.6.9'
# Making all in m4
# make[2]: Entering directory '/tmp/partimage/src/partimage-0.6.9/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/m4'
# Making all in po
# make[2]: Entering directory '/tmp/partimage/src/partimage-0.6.9/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/po'
# Making all in src
# make[2]: Entering directory '/tmp/partimage/src/partimage-0.6.9/src'
# Making all in shared
# make[3]: Entering directory '/tmp/partimage/src/partimage-0.6.9/src/shared'
# CXX common.o
# CXX access.o
# CXX net.o
# CXX exceptions.o
# CXX messages.o
# CXX privs.o
# CXX image_disk.o
# In file included from image_disk.cpp:51:
# ../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ../../src/client/misc.h:24:8: note: previous use is here
# struct CImage;
# ^
# image_disk.cpp:574:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
# if ((m_nImageFd == -1))
# ~~~~~~~~~~~^~~~~
# image_disk.cpp:574:23: note: remove extraneous parentheses around the comparison to silence this warning
# if ((m_nImageFd == -1))
# ~ ^ ~
# image_disk.cpp:574:23: note: use '=' to turn this equality comparison into an assignment
# if ((m_nImageFd == -1))
# ^~
# =
# 2 warnings generated.
# AR libshared.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/src/shared'
# Making all in client
# make[3]: Entering directory '/tmp/partimage/src/partimage-0.6.9/src/client'
# Making all in fs
# make[4]: Entering directory '/tmp/partimage/src/partimage-0.6.9/src/client/fs'
# CXX fs_base.o
# In file included from fs_base.cpp:23:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_base.h:25:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_base.cpp:23:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_afs.o
# In file included from fs_afs.cpp:21:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_base.h:25:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_afs.cpp:21:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_ext2.o
# In file included from fs_ext2.cpp:31:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_base.h:25:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_ext2.cpp:31:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_fat.o
# CXX fs_hpfs.o
# In file included from fs_hpfs.cpp:20:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_hpfs.h:27:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_hpfs.cpp:20:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_hpfs.h:27:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_jfs.o
# In file included from fs_jfs.cpp:22:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_jfs.h:27:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_jfs.cpp:22:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_jfs.h:27:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_ntfs.o
# In file included from fs_ntfs.cpp:19:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ../../../src/client/misc.h:24:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_ntfs.cpp:19:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# In file included from fs_ntfs.cpp:20:
# In file included from ./fs_ntfs.h:25:
# ./fs_base.h:25:1: warning: struct 'CImage' was previously declared as a class [-Wmismatched-tags]
# struct CImage;
# ^
# ../../../src/client/imagefile.h:31:7: note: previous use is here
# class CImage
# ^
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 4 warnings generated.
# CXX fs_reiser.o
# In file included from fs_reiser.cpp:20:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_reiser.h:27:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_reiser.cpp:20:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_reiser.h:27:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_hfs.o
# In file included from fs_hfs.cpp:20:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_hfs.h:27:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_hfs.cpp:20:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_hfs.h:27:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# CXX fs_ufs.o
# CXX fs_xfs.o
# In file included from fs_xfs.cpp:22:
# In file included from ../../../src/client/imagefile.h:24:
# ../../../src/client/buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./fs_xfs.h:30:8: note: previous use is here
# struct CImage;
# ^
# In file included from fs_xfs.cpp:22:
# ../../../src/client/imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ../../../src/client/imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ../../../src/client/imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./fs_xfs.h:30:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ./fs_base.h:25:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# ../../../src/client/misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# 3 warnings generated.
# AR libfs.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[4]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/src/client/fs'
# make[4]: Entering directory '/tmp/partimage/src/partimage-0.6.9/src/client'
# CXX netclient.o
# In file included from netclient.cpp:22:
# ./netclient.h:37:10: warning: private field 'server_cert' is not used [-Wunused-private-field]
# X509 * server_cert;
# ^
# 1 warning generated.
# CXX imagefile.o
# In file included from imagefile.cpp:36:
# In file included from ./imagefile.h:24:
# ./buffer.h:29:1: warning: class 'CImage' was previously declared as a struct [-Wmismatched-tags]
# class CImage;
# ^
# ./misc.h:24:8: note: previous use is here
# struct CImage;
# ^
# In file included from imagefile.cpp:36:
# ./imagefile.h:28:1: warning: class 'CVolumeHeader' was previously declared as a struct [-Wmismatched-tags]
# class CVolumeHeader;
# ^
# ../../src/shared/common.h:100:8: note: previous use is here
# struct CVolumeHeader // size must be 512 (adjust the reserved data)
# ^
# ./imagefile.h:28:1: note: did you mean struct here?
# class CVolumeHeader;
# ^~~~~
# struct
# ./imagefile.h:31:1: warning: 'CImage' defined as a class here but previously declared as a struct [-Wmismatched-tags]
# class CImage
# ^
# ./misc.h:24:1: note: did you mean class here?
# struct CImage;
# ^~~~~~
# class
# imagefile.cpp:122:17: warning: address of array 'this->m_options.szAutoMount' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (m_options.szAutoMount)
# ~~ ~~~~~~~~~~^~~~~~~~~~~
# imagefile.cpp:348:21: error: no matching function for call to 'gzwrite'
# dwRes = (DWORD) gzwrite(m_gzImageFile, cBuf, dwLength);
# ^~~~~~~
# /usr/include/zlib.h:1341:21: note: candidate function not viable: no known conversion from 'gzFile *' (aka 'gzFile_s **') to 'gzFile' (aka 'gzFile_s *') for 1st argument; dereference the argument with *
# ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
# ^
# imagefile.cpp:398:12: error: no matching function for call to 'gzread'
# nRes = gzread(m_gzImageFile, cBuf, dwLength);
# ^~~~~~
# /usr/include/zlib.h:1313:21: note: candidate function not viable: no known conversion from 'gzFile *' (aka 'gzFile_s **') to 'gzFile' (aka 'gzFile_s *') for 1st argument; dereference the argument with *
# ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
# ^
# imagefile.cpp:578:14: error: no matching function for call to 'gzclose'
# nRes = gzclose(m_gzImageFile);
# ^~~~~~~
# /usr/include/zlib.h:1511:24: note: candidate function not viable: no known conversion from 'gzFile *' (aka 'gzFile_s **') to 'gzFile' (aka 'gzFile_s *') for 1st argument; dereference the argument with *
# ZEXTERN int ZEXPORT gzclose OF((gzFile file));
# ^
# imagefile.cpp:611:12: error: no matching function for call to 'gzclose'
# nRes = gzclose(m_gzImageFile);
# ^~~~~~~
# /usr/include/zlib.h:1511:24: note: candidate function not viable: no known conversion from 'gzFile *' (aka 'gzFile_s **') to 'gzFile' (aka 'gzFile_s *') for 1st argument; dereference the argument with *
# ZEXTERN int ZEXPORT gzclose OF((gzFile file));
# ^
# imagefile.cpp:639:18: warning: address of array 'this->m_options.szAutoMount' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if ((m_options.szAutoMount) && (strlen(m_options.szAutoMount)) &&
# ~~~~~~~~~~^~~~~~~~~~~ ~~
# imagefile.cpp:668:18: warning: address of array 'this->m_options.szAutoMount' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if ((m_options.szAutoMount) && (strlen(m_options.szAutoMount)) && (m_bIsMounted)) // if mounted
# ~~~~~~~~~~^~~~~~~~~~~ ~~
# imagefile.cpp:1008:22: warning: address of array 'this->m_options.szAutoMount' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if ((m_options.szAutoMount) && (strlen(m_options.szAutoMount)))
# ~~~~~~~~~~^~~~~~~~~~~ ~~
# 7 warnings and 4 errors generated.
# make[4]: *** [Makefile:419: imagefile.o] Error 1
# make[4]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/src/client'
# make[3]: *** [Makefile:455: all-recursive] Error 1
# make[3]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/src/client'
# make[2]: *** [Makefile:292: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/partimage/src/partimage-0.6.9/src'
# make[1]: *** [Makefile:385: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/partimage/src/partimage-0.6.9'
# make: *** [Makefile:294: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/partimage/src/partimage-0.6.9/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 partimage configure 0.6.9, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7438ccc20f41
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2758: checking build system type
# configure:2772: result: x86_64-unknown-linux-gnu
# configure:2792: checking host system type
# configure:2805: result: x86_64-unknown-linux-gnu
# configure:2825: checking target system type
# configure:2838: result: x86_64-unknown-linux-gnu
# configure:2882: checking for a BSD-compatible install
# configure:2950: result: /usr/bin/install -c
# configure:2961: checking whether build environment is sane
# configure:3011: result: yes
# configure:3060: checking for x86_64-unknown-linux-strip
# configure:3090: result: no
# configure:3100: checking for strip
# configure:3116: found /usr/bin/strip
# configure:3127: result: strip
# configure:3152: checking for a thread-safe mkdir -p
# configure:3191: result: /usr/bin/mkdir -p
# configure:3204: checking for gawk
# configure:3220: found /usr/bin/gawk
# configure:3231: result: gawk
# configure:3242: checking whether make sets $(MAKE)
# configure:3264: result: yes
# configure:3380: checking whether NLS is requested
# configure:3389: result: yes
# configure:3427: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:3459: result: /usr/bin/msgfmt
# configure:3468: checking for gmsgfmt
# configure:3499: result: /usr/bin/msgfmt
# configure:3539: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:3571: result: /usr/bin/xgettext
# configure:3611: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:3642: result: /usr/bin/msgmerge
# configure:3705: checking for style of include used by make
# configure:3733: result: GNU
# configure:3763: checking for x86_64-unknown-linux-gcc
# configure:3790: result: clang
# configure:4059: checking for C compiler version
# configure:4068: 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:4079: $? = 0
# configure:4068: 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:4079: $? = 0
# configure:4068: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4079: $? = 1
# configure:4068: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4079: $? = 1
# configure:4099: checking whether the C compiler works
# configure:4121: clang conftest.c >&5
# configure:4125: $? = 0
# configure:4174: result: yes
# configure:4177: checking for C compiler default output file name
# configure:4179: result: a.out
# configure:4185: checking for suffix of executables
# configure:4192: clang -o conftest conftest.c >&5
# configure:4196: $? = 0
# configure:4218: result:
# configure:4240: checking whether we are cross compiling
# configure:4248: clang -o conftest conftest.c >&5
# configure:4252: $? = 0
# configure:4259: ./conftest
# configure:4263: $? = 0
# configure:4278: result: no
# configure:4283: checking for suffix of object files
# configure:4305: clang -c conftest.c >&5
# configure:4309: $? = 0
# configure:4330: result: o
# configure:4334: checking whether we are using the GNU C compiler
# configure:4353: clang -c conftest.c >&5
# configure:4353: $? = 0
# configure:4362: result: yes
# configure:4371: checking whether clang accepts -g
# configure:4391: clang -c -g conftest.c >&5
# configure:4391: $? = 0
# configure:4432: result: yes
# configure:4449: checking for clang option to accept ISO C89
# configure:4513: clang -c conftest.c >&5
# configure:4513: $? = 0
# configure:4526: result: none needed
# configure:4548: checking dependency style of clang
# configure:4658: result: gcc3
# configure:4697: checking for ld used by GCC
# configure:4761: result: /usr/bin/ld
# configure:4768: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4781: result: yes
# configure:4788: checking for shared library run path origin
# configure:4801: result: done
# configure:5218: checking for CFPreferencesCopyAppValue
# configure:5238: clang -o conftest -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5
# conftest.c:13:10: fatal error: 'CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:5238: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:5248: result: no
# configure:5255: checking for CFLocaleCopyCurrent
# configure:5275: clang -o conftest -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5
# conftest.c:13:10: fatal error: 'CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:5275: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:5285: result: no
# configure:5300: checking whether NLS is requested
# configure:5309: result: yes
# configure:5327: checking for GNU gettext in libc
# configure:5346: clang -o conftest conftest.c >&5
# configure:5346: $? = 0
# configure:5354: result: yes
# configure:5942: checking whether to use NLS
# configure:5944: result: yes
# configure:5947: checking where the gettext function comes from
# configure:5958: result: libc
# configure:6041: checking for a sed that does not truncate output
# configure:6105: result: /usr/bin/sed
# configure:6123: checking for grep that handles long lines and -e
# configure:6181: result: /usr/bin/grep
# configure:6186: checking for egrep
# configure:6248: result: /usr/bin/grep -E
# configure:6253: checking for fgrep
# configure:6315: result: /usr/bin/grep -F
# configure:6350: checking for ld used by clang
# configure:6417: result: /usr/bin/ld
# configure:6424: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6439: result: yes
# configure:6451: checking for BSD- or MS-compatible name lister (nm)
# configure:6500: result: /usr/bin/nm -B
# configure:6618: checking the name lister (/usr/bin/nm -B) interface
# configure:6625: clang -c conftest.c >&5
# configure:6628: /usr/bin/nm -B "conftest.o"
# configure:6631: output
# 0000000000000000 B some_variable
# configure:6638: result: BSD nm
# configure:6641: checking whether ln -s works
# configure:6645: result: yes
# configure:6653: checking the maximum length of command line arguments
# configure:6773: result: 1572864
# configure:6790: checking whether the shell understands some XSI constructs
# configure:6800: result: yes
# configure:6804: checking whether the shell understands "+="
# configure:6810: result: yes
# configure:6845: checking for /usr/bin/ld option to reload object files
# configure:6852: result: -r
# configure:6881: checking for x86_64-unknown-linux-objdump
# configure:6911: result: no
# configure:6921: checking for objdump
# configure:6937: found /usr/bin/objdump
# configure:6948: result: objdump
# configure:6980: checking how to recognize dependent libraries
# configure:7176: result: pass_all
# configure:7196: checking for x86_64-unknown-linux-ar
# configure:7226: result: no
# configure:7236: checking for ar
# configure:7252: found /usr/bin/ar
# configure:7263: result: ar
# configure:7301: checking for x86_64-unknown-linux-strip
# configure:7328: result: strip
# configure:7400: checking for x86_64-unknown-linux-ranlib
# configure:7430: result: no
# configure:7440: checking for ranlib
# configure:7456: found /usr/bin/ranlib
# configure:7467: result: ranlib
# configure:7557: checking command to parse /usr/bin/nm -B output from clang object
# configure:7675: clang -c conftest.c >&5
# configure:7678: $? = 0
# configure:7682: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:7685: $? = 0
# configure:7739: clang -o conftest conftest.c conftstm.o >&5
# configure:7742: $? = 0
# configure:7780: result: ok
# configure:7875: clang -c conftest.c >&5
# configure:7878: $? = 0
# configure:8588: checking how to run the C preprocessor
# configure:8619: clang -E conftest.c
# configure:8619: $? = 0
# configure:8633: clang -E conftest.c
# conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8633: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | /* end confdefs.h. */
# | #include
# configure:8658: result: clang -E
# configure:8678: clang -E conftest.c
# configure:8678: $? = 0
# configure:8692: clang -E conftest.c
# conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | /* end confdefs.h. */
# | #include
# configure:8721: checking for ANSI C header files
# configure:8741: clang -c conftest.c >&5
# configure:8741: $? = 0
# configure:8814: clang -o conftest conftest.c >&5
# configure:8814: $? = 0
# configure:8814: ./conftest
# configure:8814: $? = 0
# configure:8825: result: yes
# configure:8838: checking for sys/types.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for sys/stat.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for stdlib.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for string.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for memory.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for strings.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for inttypes.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for stdint.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8838: checking for unistd.h
# configure:8838: clang -c conftest.c >&5
# configure:8838: $? = 0
# configure:8838: result: yes
# configure:8853: checking for dlfcn.h
# configure:8853: clang -c conftest.c >&5
# configure:8853: $? = 0
# configure:8853: result: yes
# configure:9037: checking for objdir
# configure:9052: result: .libs
# configure:9348: checking if clang supports -fno-rtti -fno-exceptions
# configure:9366: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9370: $? = 0
# configure:9383: result: yes
# configure:9403: checking for clang option to produce PIC
# configure:9675: result: -fPIC -DPIC
# configure:9687: checking if clang PIC flag -fPIC -DPIC works
# configure:9705: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9709: $? = 0
# configure:9722: result: yes
# configure:9746: checking if clang static flag -static works
# configure:9774: result: yes
# configure:9789: checking if clang supports -c -o file.o
# configure:9810: clang -c -o out/conftest2.o conftest.c >&5
# configure:9814: $? = 0
# configure:9836: result: yes
# configure:9844: checking if clang supports -c -o file.o
# configure:9891: result: yes
# configure:9924: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10910: result: yes
# configure:10947: checking whether -lc should be explicitly linked in
# configure:10952: clang -c conftest.c >&5
# configure:10955: $? = 0
# configure:10970: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10973: $? = 0
# configure:10985: result: no
# configure:11149: checking dynamic linker characteristics
# configure:11582: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11582: $? = 0
# configure:11803: result: GNU/Linux ld.so
# configure:11905: checking how to hardcode library paths into programs
# configure:11930: result: immediate
# configure:12450: checking whether stripping libraries is possible
# configure:12455: result: yes
# configure:12490: checking if libtool supports shared libraries
# configure:12492: result: yes
# configure:12495: checking whether to build shared libraries
# configure:12516: result: yes
# configure:12519: checking whether to build static libraries
# configure:12523: result: yes
# configure:12559: checking for strerror in -lcposix
# configure:12584: clang -o conftest conftest.c -lcposix >&5
# conftest.c:35:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:35:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# /usr/bin/ld: cannot find -lcposix
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12584: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strerror ();
# | int
# | main ()
# | {
# | return strerror ();
# | ;
# | return 0;
# | }
# configure:12593: result: no
# configure:12609: checking for x86_64-unknown-linux-gcc
# configure:12636: result: clang
# configure:12905: checking for C compiler version
# configure:12914: 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:12925: $? = 0
# configure:12914: 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:12925: $? = 0
# configure:12914: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12925: $? = 1
# configure:12914: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12925: $? = 1
# configure:12929: checking whether we are using the GNU C compiler
# configure:12957: result: yes
# configure:12966: checking whether clang accepts -g
# configure:13027: result: yes
# configure:13044: checking for clang option to accept ISO C89
# configure:13121: result: none needed
# configure:13143: checking dependency style of clang
# configure:13253: result: gcc3
# configure:13276: checking for x86_64-unknown-linux-gcc
# configure:13303: result: clang
# configure:13572: checking for C compiler version
# configure:13581: 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:13592: $? = 0
# configure:13581: 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:13592: $? = 0
# configure:13581: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:13592: $? = 1
# configure:13581: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:13592: $? = 1
# configure:13596: checking whether we are using the GNU C compiler
# configure:13624: result: yes
# configure:13633: checking whether clang accepts -g
# configure:13694: result: yes
# configure:13711: checking for clang option to accept ISO C89
# configure:13788: result: none needed
# configure:13810: checking dependency style of clang
# configure:13920: result: gcc3
# configure:13938: checking for ANSI C header files
# configure:14042: result: yes
# configure:14054: checking for gawk
# configure:14081: result: gawk
# configure:14204: checking for C++ compiler version
# configure:14213: 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:14224: $? = 0
# configure:14213: 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:14224: $? = 0
# configure:14213: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:14224: $? = 1
# configure:14213: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:14224: $? = 1
# configure:14228: checking whether we are using the GNU C++ compiler
# configure:14247: clang++ -c conftest.cpp >&5
# configure:14247: $? = 0
# configure:14256: result: yes
# configure:14265: checking whether clang++ accepts -g
# configure:14285: clang++ -c -g conftest.cpp >&5
# configure:14285: $? = 0
# configure:14326: result: yes
# configure:14351: checking dependency style of clang++
# configure:14461: result: gcc3
# configure:14589: checking for C++ compiler version
# configure:14598: 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:14609: $? = 0
# configure:14598: 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:14609: $? = 0
# configure:14598: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:14609: $? = 1
# configure:14598: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:14609: $? = 1
# configure:14613: checking whether we are using the GNU C++ compiler
# configure:14641: result: yes
# configure:14650: checking whether clang++ accepts -g
# configure:14711: result: yes
# configure:14736: checking dependency style of clang++
# configure:14846: result: gcc3
# configure:14869: checking how to run the C++ preprocessor
# configure:14896: clang++ -E conftest.cpp
# configure:14896: $? = 0
# configure:14910: clang++ -E conftest.cpp
# conftest.cpp:29:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:14910: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:14935: result: clang++ -E
# configure:14955: clang++ -E conftest.cpp
# configure:14955: $? = 0
# configure:14969: clang++ -E conftest.cpp
# conftest.cpp:29:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:14969: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:15137: checking for ld used by clang++
# configure:15204: result: /usr/bin/ld -m elf_x86_64
# configure:15211: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:15226: result: yes
# configure:15281: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:16194: result: yes
# configure:16222: clang++ -c conftest.cpp >&5
# configure:16225: $? = 0
# configure:16407: checking for clang++ option to produce PIC
# configure:16724: result: -fPIC -DPIC
# configure:16733: checking if clang++ PIC flag -fPIC -DPIC works
# configure:16751: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:16755: $? = 0
# configure:16768: result: yes
# configure:16789: checking if clang++ static flag -static works
# configure:16817: result: yes
# configure:16829: checking if clang++ supports -c -o file.o
# configure:16850: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:16854: $? = 0
# configure:16876: result: yes
# configure:16881: checking if clang++ supports -c -o file.o
# configure:16928: result: yes
# configure:16958: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:16984: result: yes
# configure:17121: checking dynamic linker characteristics
# configure:17502: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:17502: $? = 0
# configure:17723: result: GNU/Linux ld.so
# configure:17774: checking how to hardcode library paths into programs
# configure:17799: result: immediate
# configure:17843: checking how to run the C preprocessor
# configure:17913: result: clang -E
# configure:17933: clang -E conftest.c
# configure:17933: $? = 0
# configure:17947: clang -E conftest.c
# conftest.c:29:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:17947: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:17976: checking whether ln -s works
# configure:17980: result: yes
# configure:17998: checking for special C compiler options needed for large files
# configure:18043: result: no
# configure:18049: checking for _FILE_OFFSET_BITS value needed for large files
# configure:18074: clang -c conftest.c >&5
# configure:18074: $? = 0
# configure:18106: result: no
# configure:18198: checking for pthread_create in -lpthread
# configure:18223: clang -o conftest conftest.c -lpthread >&5
# configure:18223: $? = 0
# configure:18232: result: yes
# configure:18321: checking for BZ2_bzopen in -lbz2
# configure:18346: clang -o conftest conftest.c -lbz2 -lpthread >&5
# configure:18346: $? = 0
# configure:18355: result: yes
# configure:18368: checking for newtCenteredWindow in -lnewt
# configure:18393: clang -o conftest conftest.c -lnewt -lbz2 -lpthread >&5
# configure:18393: $? = 0
# configure:18402: result: yes
# configure:18415: checking for gzwrite in -lz
# configure:18440: clang -o conftest conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18440: $? = 0
# configure:18449: result: yes
# configure:18542: checking fcntl.h usability
# configure:18542: clang -c -Wno-deprecated conftest.c >&5
# configure:18542: $? = 0
# configure:18542: result: yes
# configure:18542: checking fcntl.h presence
# configure:18542: clang -E -Wno-deprecated conftest.c
# configure:18542: $? = 0
# configure:18542: result: yes
# configure:18542: checking for fcntl.h
# configure:18542: result: yes
# configure:18542: checking for strings.h
# configure:18542: result: yes
# configure:18542: checking limit.h usability
# configure:18542: clang -c -Wno-deprecated conftest.c >&5
# conftest.c:70:10: fatal error: 'limit.h' file not found
# #include
# ^
# 1 error generated.
# configure:18542: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | #define _GNU_SOURCE 1
# | #define OS_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBBZ2 1
# | #define HAVE_LIBNEWT 1
# | #define HAVE_LIBZ 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 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
# | #include
# configure:18542: result: no
# configure:18542: checking limit.h presence
# configure:18542: clang -E -Wno-deprecated conftest.c
# conftest.c:37:10: fatal error: 'limit.h' file not found
# #include
# ^
# 1 error generated.
# configure:18542: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | #define _GNU_SOURCE 1
# | #define OS_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBBZ2 1
# | #define HAVE_LIBNEWT 1
# | #define HAVE_LIBZ 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 1
# | /* end confdefs.h. */
# | #include
# configure:18542: result: no
# configure:18542: checking for limit.h
# configure:18542: result: no
# configure:18542: checking malloc.h usability
# configure:18542: clang -c -Wno-deprecated conftest.c >&5
# configure:18542: $? = 0
# configure:18542: result: yes
# configure:18542: checking malloc.h presence
# configure:18542: clang -E -Wno-deprecated conftest.c
# configure:18542: $? = 0
# configure:18542: result: yes
# configure:18542: checking for malloc.h
# configure:18542: result: yes
# configure:18542: checking for strings.h
# configure:18542: result: yes
# configure:18542: checking for unistd.h
# configure:18542: result: yes
# configure:18556: checking pthread.h usability
# configure:18556: clang -c -Wno-deprecated conftest.c >&5
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking pthread.h presence
# configure:18556: clang -E -Wno-deprecated conftest.c
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking for pthread.h
# configure:18556: result: yes
# configure:18556: checking crypt.h usability
# configure:18556: clang -c -Wno-deprecated conftest.c >&5
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking crypt.h presence
# configure:18556: clang -E -Wno-deprecated conftest.c
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking for crypt.h
# configure:18556: result: yes
# configure:18556: checking shadow.h usability
# configure:18556: clang -c -Wno-deprecated conftest.c >&5
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking shadow.h presence
# configure:18556: clang -E -Wno-deprecated conftest.c
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking for shadow.h
# configure:18556: result: yes
# configure:18556: checking mntent.h usability
# configure:18556: clang -c -Wno-deprecated conftest.c >&5
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking mntent.h presence
# configure:18556: clang -E -Wno-deprecated conftest.c
# configure:18556: $? = 0
# configure:18556: result: yes
# configure:18556: checking for mntent.h
# configure:18556: result: yes
# configure:18570: checking sys/param.h usability
# configure:18570: clang -c -Wno-deprecated conftest.c >&5
# configure:18570: $? = 0
# configure:18570: result: yes
# configure:18570: checking sys/param.h presence
# configure:18570: clang -E -Wno-deprecated conftest.c
# configure:18570: $? = 0
# configure:18570: result: yes
# configure:18570: checking for sys/param.h
# configure:18570: result: yes
# configure:18570: checking sys/statfs.h usability
# configure:18570: clang -c -Wno-deprecated conftest.c >&5
# configure:18570: $? = 0
# configure:18570: result: yes
# configure:18570: checking sys/statfs.h presence
# configure:18570: clang -E -Wno-deprecated conftest.c
# configure:18570: $? = 0
# configure:18570: result: yes
# configure:18570: checking for sys/statfs.h
# configure:18570: result: yes
# configure:18570: checking sys/mount.h usability
# configure:18570: clang -c -Wno-deprecated conftest.c >&5
# configure:18570: $? = 0
# configure:18570: result: yes
# configure:18570: checking sys/mount.h presence
# configure:18570: clang -E -Wno-deprecated conftest.c
# configure:18570: $? = 0
# configure:18570: result: yes
# configure:18570: checking for sys/mount.h
# configure:18570: result: yes
# configure:18583: checking getopt.h usability
# configure:18583: clang -c -Wno-deprecated conftest.c >&5
# configure:18583: $? = 0
# configure:18583: result: yes
# configure:18583: checking getopt.h presence
# configure:18583: clang -E -Wno-deprecated conftest.c
# configure:18583: $? = 0
# configure:18583: result: yes
# configure:18583: checking for getopt.h
# configure:18583: result: yes
# configure:18599: checking for an ANSI C-conforming const
# configure:18664: clang -c -Wno-deprecated conftest.c >&5
# configure:18664: $? = 0
# configure:18671: result: yes
# configure:18679: checking for inline
# configure:18695: clang -c -Wno-deprecated conftest.c >&5
# configure:18695: $? = 0
# configure:18703: result: inline
# configure:18721: checking for size_t
# configure:18721: clang -c -Wno-deprecated conftest.c >&5
# configure:18721: $? = 0
# configure:18721: clang -c -Wno-deprecated conftest.c >&5
# conftest.c:84:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:18721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | #define _GNU_SOURCE 1
# | #define OS_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBBZ2 1
# | #define HAVE_LIBNEWT 1
# | #define HAVE_LIBZ 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_GETOPT_H 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:18721: result: yes
# configure:18732: checking whether struct tm is in sys/time.h or time.h
# configure:18752: clang -c -Wno-deprecated conftest.c >&5
# configure:18752: $? = 0
# configure:18759: result: time.h
# configure:18768: checking whether setpgrp takes no argument
# configure:18790: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# conftest.c:87:19: error: too many arguments to function call, expected 0, have 2
# return setpgrp (1,1) != -1;
# ~~~~~~~ ^~~
# /usr/include/unistd.h:663:1: note: 'setpgrp' declared here
# extern int setpgrp (void) __THROW;
# ^
# 1 error generated.
# configure:18790: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "partimage"
# | #define PACKAGE_TARNAME "partimage"
# | #define PACKAGE_VERSION "0.6.9"
# | #define PACKAGE_STRING "partimage 0.6.9"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_NETPROTOVER "PiMgNet001"
# | #define PACKAGE "partimage"
# | #define VERSION "0.6.9"
# | #define ENABLE_NLS 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #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 STDC_HEADERS 1
# | #define _GNU_SOURCE 1
# | #define OS_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBBZ2 1
# | #define HAVE_LIBNEWT 1
# | #define HAVE_LIBZ 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_GETOPT_H 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 this system has a BSD-style setpgrp which takes arguments,
# | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
# | exit successfully. */
# | return setpgrp (1,1) != -1;
# | ;
# | return 0;
# | }
# configure:18800: result: yes
# configure:18811: checking for getwd
# configure:18811: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# /tmp/conftest-dc4af4.o: In function `main':
# conftest.c:(.text+0x12): warning: the `getwd' function is dangerous and should not be used.
# configure:18811: $? = 0
# configure:18811: result: yes
# configure:18811: checking for strerror
# configure:18811: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# conftest.c:73:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:73:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:18811: $? = 0
# configure:18811: result: yes
# configure:18811: checking for strdup
# configure:18811: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# conftest.c:74:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:74:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:18811: $? = 0
# configure:18811: result: yes
# configure:18811: checking for atoll
# configure:18811: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18811: $? = 0
# configure:18811: result: yes
# configure:18811: checking for strtoll
# configure:18811: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18811: $? = 0
# configure:18811: result: yes
# configure:18811: checking for setpgid
# configure:18811: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18811: $? = 0
# configure:18811: result: yes
# configure:18824: checking for fstat64
# configure:18824: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18824: $? = 0
# configure:18824: result: yes
# configure:18824: checking for fstatfs64
# configure:18824: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18824: $? = 0
# configure:18824: result: yes
# configure:18824: checking for open64
# configure:18824: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18824: $? = 0
# configure:18824: result: yes
# configure:18849: checking size of char
# configure:18854: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18854: $? = 0
# configure:18854: ./conftest
# configure:18854: $? = 0
# configure:18869: result: 1
# configure:18883: checking size of short
# configure:18888: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18888: $? = 0
# configure:18888: ./conftest
# configure:18888: $? = 0
# configure:18903: result: 2
# configure:18917: checking size of int
# configure:18922: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18922: $? = 0
# configure:18922: ./conftest
# configure:18922: $? = 0
# configure:18937: result: 4
# configure:18951: checking size of long int
# configure:18956: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18956: $? = 0
# configure:18956: ./conftest
# configure:18956: $? = 0
# configure:18971: result: 8
# configure:18985: checking size of unsigned long long
# configure:18990: clang -o conftest -Wno-deprecated conftest.c -lz -lnewt -lbz2 -lpthread >&5
# configure:18990: $? = 0
# configure:18990: ./conftest
# configure:18990: $? = 0
# configure:19005: result: 8
# configure:19017: checking for ANSI C header files
# configure:19121: result: yes
# configure:19132: checking for stdint.h
# configure:19132: result: yes
# configure:19132: checking for stdlib.h
# configure:19132: result: yes
# configure:19132: checking stdio.h usability
# configure:19132: clang -c -Wno-deprecated conftest.c >&5
# configure:19132: $? = 0
# configure:19132: result: yes
# configure:19132: checking stdio.h presence
# configure:19132: clang -E -Wno-deprecated conftest.c
# configure:19132: $? = 0
# configure:19132: result: yes
# configure:19132: checking for stdio.h
# configure:19132: result: yes
# configure:19132: checking for string.h
# configure:19132: result: yes
# configure:19132: checking for strings.h
# configure:19132: result: yes
# configure:19132: checking for getopt.h
# configure:19132: result: yes
# configure:19132: checking for sys/types.h
# configure:19132: result: yes
# configure:19145: checking for pam_start in -lpam
# configure:19170: clang -o conftest -Wno-deprecated conftest.c -lpam -lz -lnewt -lbz2 -lpthread >&5
# configure:19170: $? = 0
# configure:19179: result: yes
# configure:19192: checking for dlopen in -ldl
# configure:19217: clang -o conftest -Wno-deprecated conftest.c -ldl -lpam -lz -lnewt -lbz2 -lpthread >&5
# configure:19217: $? = 0
# configure:19226: result: yes
# configure:19246: result:
# configure:19250: checking for openssl
# configure:19268: found /usr/bin/openssl
# configure:19280: result: /usr/bin/openssl
# configure:19296: checking for SSL Library and Header files ... ...
# configure:19299: checking "for rsa.h crypto.h x509.h pem.h ssl.h err.h"
# configure:19325: result: (/usr/include/openssl) yes
# configure:19327: checking for CRYPTO_lock in -lcrypto
# configure:19352: clang -o conftest -Wno-deprecated -I/usr/include/openssl conftest.c -lcrypto -ldl -lpam -lz -lnewt -lbz2 -lpthread >&5
# configure:19352: $? = 0
# configure:19361: result: yes
# configure:19370: checking for SSL_CTX_new in -lssl
# configure:19395: clang -o conftest -Wno-deprecated -I/usr/include/openssl conftest.c -lssl -ldl -lpam -lz -lnewt -lbz2 -lpthread -lcrypto >&5
# configure:19395: $? = 0
# configure:19404: result: yes
# configure:19435: checking for crypt in -lcrypt
# configure:19460: clang -o conftest -Wno-deprecated -I/usr/include/openssl conftest.c -lcrypt -ldl -lpam -lz -lnewt -lbz2 -lpthread -lcrypto -lssl >&5
# configure:19460: $? = 0
# configure:19469: result: yes
# configure:19657: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by partimage config.status 0.6.9, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7438ccc20f41
#
# config.status:1220: creating Makefile
# config.status:1220: creating src/Makefile
# config.status:1220: creating src/shared/Makefile
# config.status:1220: creating src/shared/pathnames.h
# config.status:1220: creating src/client/Makefile
# config.status:1220: creating src/client/fs/Makefile
# config.status:1220: creating src/server/Makefile
# config.status:1220: creating m4/Makefile
# config.status:1220: creating po/Makefile.in
# config.status:1328: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status:1220: creating config.h
# config.status:1440: executing default-1 commands
# config.status:1440: executing depfiles commands
# config.status:1440: 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_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# 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_atoll=yes
# ac_cv_func_fstat64=yes
# ac_cv_func_fstatfs64=yes
# ac_cv_func_getwd=yes
# ac_cv_func_open64=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtoll=yes
# ac_cv_header_crypt_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limit_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_mntent_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_shadow_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_statfs_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_lib_bz2_BZ2_bzopen=yes
# ac_cv_lib_cposix_strerror=no
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_crypto_CRYPTO_lock=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_newt_newtCenteredWindow=yes
# ac_cv_lib_pam_pam_start=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_ssl_SSL_CTX_new=yes
# ac_cv_lib_z_gzwrite=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_path_opensslpath=/usr/bin/openssl
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# 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_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_char=1
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long_int=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_unsigned_long_long=8
# ac_cv_struct_tm=time.h
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_size_t=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_prog_cc_stdc=
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# 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_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# 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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/partimage/src/partimage-0.6.9/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/partimage/src/partimage-0.6.9/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='0'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/partimage/src/partimage-0.6.9/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/partimage/src/partimage-0.6.9/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/partimage/src/partimage-0.6.9/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=' -Wno-deprecated -I/usr/include/openssl'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFAULT_DEBUG_LEVEL='1'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GMSGFMT='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS='-lcrypt -ldl -lpam -lz -lnewt -lbz2 -lpthread -lcrypto -lssl'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LOGDIR='/var/log'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/partimage/src/partimage-0.6.9/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='partimage'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='partimage'
# PACKAGE_STRING='partimage 0.6.9'
# PACKAGE_TARNAME='partimage'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.6.9'
# PARTIMAGED_LDFLAGS=''
# PARTIMAGE_LDFLAGS=''
# PATH_SEPARATOR=':'
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SYSCONFDIR='/etc'
# USE_NLS='yes'
# VERSION='0.6.9'
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# 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='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# 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'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/partimage/src/partimage-0.6.9/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# opensslpath='/usr/bin/openssl'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "partimage"
# #define PACKAGE_TARNAME "partimage"
# #define PACKAGE_VERSION "0.6.9"
# #define PACKAGE_STRING "partimage 0.6.9"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE_NETPROTOVER "PiMgNet001"
# #define PACKAGE "partimage"
# #define VERSION "0.6.9"
# #define ENABLE_NLS 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #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 STDC_HEADERS 1
# #define _GNU_SOURCE 1
# #define OS_LINUX 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_LIBBZ2 1
# #define HAVE_LIBNEWT 1
# #define HAVE_LIBZ 1
# #define HAVE_FCNTL_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_CRYPT_H 1
# #define HAVE_SHADOW_H 1
# #define HAVE_MNTENT_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_STATFS_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_GETOPT_H 1
# #define SETPGRP_VOID 1
# #define HAVE_GETWD 1
# #define HAVE_STRERROR 1
# #define HAVE_STRDUP 1
# #define HAVE_ATOLL 1
# #define HAVE_STRTOLL 1
# #define HAVE_SETPGID 1
# #define HAVE_FSTAT64 1
# #define HAVE_FSTATFS64 1
# #define HAVE_OPEN64 1
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG_INT 8
# #define SIZEOF_UNSIGNED_LONG_LONG 8
# #define STDC_HEADERS 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_LIBPAM 1
# #define HAVE_LIBDL 1
# #define HAVE_PAM 1
# #define HAVE_SSL 1
# #define MUST_LOGIN 1
# #define HAVE_LIBCRYPT 1
# #define MUST_CHEUID 1
#
# configure: exit 0