Build of hddtemp with clang_glibc toolchain

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

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

SLOCLanguage
10,683 ansic
4,494 sh
2,347 makefile
288 yacc
19 perl
16 sed
17,847 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: hddtemp 0.3.beta15.52-2 (Thu Apr 13 16:07:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file README
# patching file debian/rules
# patching file debian/docs
# patching file debian/postrm
# patching file debian/changelog
# patching file debian/templates
# patching file debian/dirs
# patching file debian/copyright
# patching file debian/logcheck.ignore.server
# patching file debian/config
# patching file debian/postinst
# patching file debian/control
# patching file debian/init
# patching file debian/compat
# patching file debian/README.Debian
# patching file debian/hddtemp.db
# patching file debian/po/cs.po
# patching file debian/po/fr.po
# patching file debian/po/vi.po
# patching file debian/po/pt_BR.po
# patching file debian/po/ru.po
# patching file debian/po/sv.po
# patching file debian/po/da.po
# patching file debian/po/pt.po
# patching file debian/po/eu.po
# patching file debian/po/it.po
# patching file debian/po/de.po
# patching file debian/po/gl.po
# patching file debian/po/ar.po
# patching file debian/po/ja.po
# patching file debian/po/fi.po
# patching file debian/po/templates.pot
# patching file debian/po/es.po
# patching file debian/po/sk.po
# patching file debian/po/POTFILES.in
# patching file debian/po/nl.po
# patching file debian/po/nb.po
# patching file doc/hddtemp.8
# patching file po/fr.po
# patching file po/ru.po
# patching file po/sv.po
# patching file po/pt.po
# patching file po/de.po
# patching file po/LINGUAS
# patching file po/hddtemp.pot
# patching file src/sata.c
# patching file src/satacmds.c
# patching file src/backtrace.c
# patching file src/daemon.c
# patching file src/hddtemp.c
# patching file src/ata.c
# patching file src/hddtemp.h
# patching file src/scsicmds.c
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking how to run the C preprocessor... clang -E
# checking for egrep... grep -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 fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for in_addr_t... yes
# checking for an ANSI C-conforming const... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# 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 whether we are using the GNU C Library 2 or newer... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for strerror in -lcposix... no
# checking for signed... yes
# checking for inline... inline
# checking for off_t... yes
# checking for size_t... yes
# checking for long long... yes
# checking for long double... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for intmax_t... yes
# checking whether printf() supports POSIX/XSI format strings... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking whether integer division by zero raises SIGFPE... no
# checking for unsigned long long... yes
# checking for inttypes.h... yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for stdint.h... (cached) yes
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# 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 ptrdiff_t... yes
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking nl_types.h usability... yes
# checking nl_types.h presence... yes
# checking for nl_types.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for asprintf... yes
# checking for fwprintf... yes
# checking for getcwd... yes
# checking for getegid... yes
# checking for geteuid... yes
# checking for getgid... yes
# checking for getuid... yes
# checking for mempcpy... yes
# checking for munmap... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for setlocale... yes
# checking for snprintf... yes
# checking for stpcpy... yes
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strtoul... yes
# checking for tsearch... yes
# checking for wcslen... yes
# checking for __argz_count... yes
# checking for __argz_stringify... yes
# checking for __argz_next... yes
# checking for __fsetlocking... yes
# checking whether _snprintf is declared... no
# checking whether _snwprintf is declared... no
# checking whether feof_unlocked is declared... yes
# checking whether fgets_unlocked is declared... no
# checking whether getc_unlocked is declared... yes
# checking for iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for nl_langinfo and CODESET... yes
# checking for LC_MESSAGES... yes
# checking for bison... bison
# checking version of bison... 3.0.4, ok
# checking for CFPreferencesCopyAppValue... (cached) no
# checking for CFLocaleCopyCurrent... (cached) no
# checking whether NLS is requested... yes
# checking whether included gettext is requested... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking Location of hddtemp.db... "/usr/share/hddtemp/hddtemp.db"
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating intl/Makefile
# config.status: creating po/Makefile.in
# config.status: creating m4/Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
#
#
# hddtemp-0.3-beta15 is now configured for
#
# Build: x86_64-unknown-linux-gnu
# Host: x86_64-unknown-linux-gnu
# Source directory: .
# Installation prefix: /usr
# C compiler: clang -Wall -W -Wcast-align
#
#
# make all-recursive
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# Making all in intl
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/intl'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/intl'
# Making all in po
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/po'
# test -z "de.gmo fr.gmo pt.gmo ru.gmo sv.gmo" || make de.gmo fr.gmo pt.gmo ru.gmo sv.gmo
# make[3]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/po'
# rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
# de.po:9: warning: header field 'Language' missing in header
# 24 translated messages.
# rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
# fr.po:8: warning: header field 'Language' missing in header
# 23 translated messages, 1 untranslated message.
# rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po
# pt.po:7: warning: header field 'Language' missing in header
# 21 translated messages, 3 fuzzy translations.
# rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
# ru.po:7: warning: header field 'Language' missing in header
# 15 translated messages, 4 fuzzy translations, 5 untranslated messages.
# rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po
# sv.po:7: warning: header field 'Language' missing in header
# 21 translated messages, 3 fuzzy translations.
# make[3]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/po'
# touch stamp-po
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/po'
# Making all in m4
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/m4'
# Making all in src
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/src'
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-ata.o -MD -MP -MF ".deps/hddtemp-ata.Tpo" \
# -c -o hddtemp-ata.o `test -f 'ata.c' || echo './'`ata.c; \
# then mv -f ".deps/hddtemp-ata.Tpo" ".deps/hddtemp-ata.Po"; \
# else rm -f ".deps/hddtemp-ata.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# ata.c:68:28: warning: cast from 'char *' to 'u16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
# return strdup((char*) ((u16*)sbuff + 27));
# ^~~~~~~~~~~
# ata.c:124:7: warning: cast from 'unsigned char *' to 'u16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
# p = (u16*)values;
# ^~~~~~~~~~~~
# 2 warnings generated.
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-atacmds.o -MD -MP -MF ".deps/hddtemp-atacmds.Tpo" \
# -c -o hddtemp-atacmds.o `test -f 'atacmds.c' || echo './'`atacmds.c; \
# then mv -f ".deps/hddtemp-atacmds.Tpo" ".deps/hddtemp-atacmds.Po"; \
# else rm -f ".deps/hddtemp-atacmds.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-daemon.o -MD -MP -MF ".deps/hddtemp-daemon.Tpo" \
# -c -o hddtemp-daemon.o `test -f 'daemon.c' || echo './'`daemon.c; \
# then mv -f ".deps/hddtemp-daemon.Tpo" ".deps/hddtemp-daemon.Po"; \
# else rm -f ".deps/hddtemp-daemon.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# daemon.c:252:22: warning: unused parameter 'n' [-Wunused-parameter]
# void daemon_stop(int n) {
# ^
# 1 warning generated.
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-db.o -MD -MP -MF ".deps/hddtemp-db.Tpo" \
# -c -o hddtemp-db.o `test -f 'db.c' || echo './'`db.c; \
# then mv -f ".deps/hddtemp-db.Tpo" ".deps/hddtemp-db.Po"; \
# else rm -f ".deps/hddtemp-db.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-hddtemp.o -MD -MP -MF ".deps/hddtemp-hddtemp.Tpo" \
# -c -o hddtemp-hddtemp.o `test -f 'hddtemp.c' || echo './'`hddtemp.c; \
# then mv -f ".deps/hddtemp-hddtemp.Tpo" ".deps/hddtemp-hddtemp.Po"; \
# else rm -f ".deps/hddtemp-hddtemp.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-sata.o -MD -MP -MF ".deps/hddtemp-sata.Tpo" \
# -c -o hddtemp-sata.o `test -f 'sata.c' || echo './'`sata.c; \
# then mv -f ".deps/hddtemp-sata.Tpo" ".deps/hddtemp-sata.Po"; \
# else rm -f ".deps/hddtemp-sata.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# sata.c:71:28: warning: passing 'char [36]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (scsi_inquiry(device, buf))
# ^~~
# ./scsicmds.h:29:45: note: passing argument to parameter 'buffer' here
# int scsi_inquiry(int device, unsigned char *buffer);
# ^
# sata.c:92:19: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return strdup(identify + 54);
# ^~~~~~~~~~~~~
# /usr/include/string.h:171:34: note: passing argument to parameter '__s' here
# extern char *strdup (const char *__s)
# ^
# sata.c:127:10: warning: implicit declaration of function 'ata_get_powermode' is invalid in C99 [-Wimplicit-function-declaration]
# switch(ata_get_powermode(dsk->fd)) {
# ^
# sata.c:162:7: warning: cast from 'unsigned char *' to 'u16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
# p = (u16*)values;
# ^~~~~~~~~~~~
# 4 warnings generated.
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-satacmds.o -MD -MP -MF ".deps/hddtemp-satacmds.Tpo" \
# -c -o hddtemp-satacmds.o `test -f 'satacmds.c' || echo './'`satacmds.c; \
# then mv -f ".deps/hddtemp-satacmds.Tpo" ".deps/hddtemp-satacmds.Po"; \
# else rm -f ".deps/hddtemp-satacmds.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# satacmds.c:100:26: warning: cast from 'unsigned char *' to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
# unsigned short *pp = (unsigned short *) (p -= 2);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-scsi.o -MD -MP -MF ".deps/hddtemp-scsi.Tpo" \
# -c -o hddtemp-scsi.o `test -f 'scsi.c' || echo './'`scsi.c; \
# then mv -f ".deps/hddtemp-scsi.Tpo" ".deps/hddtemp-scsi.Po"; \
# else rm -f ".deps/hddtemp-scsi.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# scsi.c:66:19: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return strdup(buf + 8);
# ^~~~~~~
# /usr/include/string.h:171:34: note: passing argument to parameter '__s' here
# extern char *strdup (const char *__s)
# ^
# 1 warning generated.
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-scsicmds.o -MD -MP -MF ".deps/hddtemp-scsicmds.Tpo" \
# -c -o hddtemp-scsicmds.o `test -f 'scsicmds.c' || echo './'`scsicmds.c; \
# then mv -f ".deps/hddtemp-scsicmds.Tpo" ".deps/hddtemp-scsicmds.Po"; \
# else rm -f ".deps/hddtemp-scsicmds.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# scsicmds.c:185:49: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return scsi_command(device, cdb, sizeof(cdb), buffer, cdb[4], SG_DXFER_TO_DEV);
# ^~~~~~
# scsicmds.c:116:78: note: passing argument to parameter 'buffer' here
# int scsi_command(int device, unsigned char *cdb, int cdb_len, unsigned char *buffer, int buffer_len, int dxfer_direction)
# ^
# scsicmds.c:217:37: warning: passing 'unsigned char [255]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return scsi_modeselect (device, buf);
# ^~~
# scsicmds.c:172:39: note: passing argument to parameter 'buffer' here
# int scsi_modeselect(int device, char *buffer) {
# ^
# 2 warnings generated.
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-backtrace.o -MD -MP -MF ".deps/hddtemp-backtrace.Tpo" \
# -c -o hddtemp-backtrace.o `test -f 'backtrace.c' || echo './'`backtrace.c; \
# then mv -f ".deps/hddtemp-backtrace.Tpo" ".deps/hddtemp-backtrace.Po"; \
# else rm -f ".deps/hddtemp-backtrace.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# if clang -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -Wall -W -Wcast-align -MT hddtemp-utf8.o -MD -MP -MF ".deps/hddtemp-utf8.Tpo" \
# -c -o hddtemp-utf8.o `test -f 'utf8.c' || echo './'`utf8.c; \
# then mv -f ".deps/hddtemp-utf8.Tpo" ".deps/hddtemp-utf8.Po"; \
# else rm -f ".deps/hddtemp-utf8.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# utf8.c:103:36: warning: passing 'unsigned char [3]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return iconv_from_utf8_to_locale(str, " \0");
# ^~~
# utf8.c:35:52: note: passing argument to parameter 'string' here
# static char *iconv_from_utf8_to_locale(const char *string, const char* fallback_string)
# ^
# 1 warning generated.
# clang -Wall -W -Wcast-align -o hddtemp hddtemp-ata.o hddtemp-atacmds.o hddtemp-daemon.o hddtemp-db.o hddtemp-hddtemp.o hddtemp-sata.o hddtemp-satacmds.o hddtemp-scsi.o hddtemp-scsicmds.o hddtemp-backtrace.o hddtemp-utf8.o
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/src'
# Making all in doc
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/doc'
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in intl
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/intl'
# if { test "hddtemp" = "gettext-runtime" || test "hddtemp" = "gettext-tools"; } \
# && test 'no' = yes; then \
# /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/lib /tmp/hddtemp/pkg/hddtemp/usr/include; \
# /usr/bin/install -c -m 644 libintl.h /tmp/hddtemp/pkg/hddtemp/usr/include/libintl.h; \
# @LIBTOOL@ --mode=install \
# /usr/bin/install -c -m 644 libintl.a /tmp/hddtemp/pkg/hddtemp/usr/lib/libintl.a; \
# if test "@RELOCATABLE@" = yes; then \
# dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /tmp/hddtemp/pkg/hddtemp/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
# if test -n "$dependencies"; then \
# rm -f /tmp/hddtemp/pkg/hddtemp/usr/lib/libintl.la; \
# fi; \
# fi; \
# else \
# : ; \
# fi
# if test "hddtemp" = "gettext-tools" \
# && test 'no' = no \
# && test yes != no; then \
# /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/lib; \
# @LIBTOOL@ --mode=install \
# /usr/bin/install -c -m 644 libgnuintl.a /tmp/hddtemp/pkg/hddtemp/usr/lib/libgnuintl.a; \
# rm -f /tmp/hddtemp/pkg/hddtemp/usr/lib/preloadable_libintl.so; \
# /usr/bin/install -c -m 644 /tmp/hddtemp/pkg/hddtemp/usr/lib/libgnuintl.so /tmp/hddtemp/pkg/hddtemp/usr/lib/preloadable_libintl.so; \
# @LIBTOOL@ --mode=uninstall \
# rm -f /tmp/hddtemp/pkg/hddtemp/usr/lib/libgnuintl.a; \
# else \
# : ; \
# fi
# if test 'no' = yes; then \
# test yes != no || /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/lib; \
# temp=/tmp/hddtemp/pkg/hddtemp/usr/lib/t-charset.alias; \
# dest=/tmp/hddtemp/pkg/hddtemp/usr/lib/charset.alias; \
# if test -f /tmp/hddtemp/pkg/hddtemp/usr/lib/charset.alias; then \
# orig=/tmp/hddtemp/pkg/hddtemp/usr/lib/charset.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# else \
# if test yes = no; then \
# orig=charset.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# fi; \
# fi; \
# /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/share/locale; \
# test -f /tmp/hddtemp/pkg/hddtemp/usr/share/locale/locale.alias \
# && orig=/tmp/hddtemp/pkg/hddtemp/usr/share/locale/locale.alias \
# || orig=./locale.alias; \
# temp=/tmp/hddtemp/pkg/hddtemp/usr/share/locale/t-locale.alias; \
# dest=/tmp/hddtemp/pkg/hddtemp/usr/share/locale/locale.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# else \
# : ; \
# fi
# if test "hddtemp" = "gettext-tools"; then \
# /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl; \
# /usr/bin/install -c -m 644 VERSION /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl/VERSION; \
# /usr/bin/install -c -m 644 ChangeLog.inst /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl/ChangeLog; \
# dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c relocatable.c langprefs.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \
# for file in $dists; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl/$file; \
# done; \
# chmod a+x /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl/config.charset; \
# dists="plural.c"; \
# for file in $dists; do \
# if test -f $file; then dir=.; else dir=.; fi; \
# /usr/bin/install -c -m 644 $dir/$file \
# /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl/$file; \
# done; \
# dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \
# for file in $dists; do \
# rm -f /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/intl/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/intl'
# Making install in po
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/po'
# /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/share
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share/locale/de/LC_MESSAGES
# installing de.gmo as /tmp/hddtemp/pkg/hddtemp/usr/share/locale/de/LC_MESSAGES/hddtemp.mo
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share/locale/fr/LC_MESSAGES
# installing fr.gmo as /tmp/hddtemp/pkg/hddtemp/usr/share/locale/fr/LC_MESSAGES/hddtemp.mo
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share/locale/pt/LC_MESSAGES
# installing pt.gmo as /tmp/hddtemp/pkg/hddtemp/usr/share/locale/pt/LC_MESSAGES/hddtemp.mo
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share/locale/ru/LC_MESSAGES
# installing ru.gmo as /tmp/hddtemp/pkg/hddtemp/usr/share/locale/ru/LC_MESSAGES/hddtemp.mo
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share/locale/sv/LC_MESSAGES
# installing sv.gmo as /tmp/hddtemp/pkg/hddtemp/usr/share/locale/sv/LC_MESSAGES/hddtemp.mo
# if test "hddtemp" = "gettext-tools"; then \
# /bin/sh .././mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/hddtemp/pkg/hddtemp/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/po'
# Making install in m4
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/m4'
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/m4'
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/m4'
# Making install in src
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/src'
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/src'
# /bin/sh ../mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/bin
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/bin
# /usr/bin/install -c hddtemp /tmp/hddtemp/pkg/hddtemp/usr/bin/hddtemp
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/src'
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/src'
# Making install in doc
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/doc'
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/hddtemp/pkg/hddtemp/usr/share/man/man8
# mkdir -p -- /tmp/hddtemp/pkg/hddtemp/usr/share/man/man8
# /usr/bin/install -c -m 644 ./hddtemp.8 /tmp/hddtemp/pkg/hddtemp/usr/share/man/man8/hddtemp.8
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/doc'
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15/doc'
# make[1]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# make[2]: Entering directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# make[1]: Leaving directory '/tmp/hddtemp/src/hddtemp-0.3-beta15'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "hddtemp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: hddtemp 0.3.beta15.52-2 (Thu Apr 13 16:08:42 UTC 2017)

CMD: pacman --query --file hddtemp-0.3.beta15.52-2-x86_64.pkg.tar.xz
# hddtemp 0.3.beta15.52-2

Creating hybrid package for 'hddtemp'

Trying to find vanilla package 'hddtemp'...

CMD: pacman --query --file /mirror/hddtemp-0.3.beta15.52-2.pkg.tar.xz
# hddtemp 0.3.beta15.52-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/locale/de/LC_MESSAGES/hddtemp.mo
# /usr/share/locale/fr/LC_MESSAGES/hddtemp.mo
# /usr/share/locale/pt/LC_MESSAGES/hddtemp.mo
# /usr/share/locale/ru/LC_MESSAGES/hddtemp.mo
# /usr/share/locale/sv/LC_MESSAGES/hddtemp.mo
# /usr/share/man/man8/hddtemp.8.gz
# /usr/share/hddtemp/hddtemp.db
# /usr/bin/hddtemp
# /usr/lib/systemd/system/hddtemp.service
# /sysroot/usr/lib/systemd/system/hddtemp.service

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hddtemp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/hddtemp.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/hddtemp/src/hddtemp-0.3-beta15/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man --with-db-path=/usr/share/hddtemp/hddtemp.db
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f6258e8677c1
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1352: checking build system type
# configure:1370: result: x86_64-unknown-linux-gnu
# configure:1378: checking host system type
# configure:1392: result: x86_64-unknown-linux-gnu
# configure:1415: checking for a BSD-compatible install
# configure:1470: result: /usr/bin/install -c
# configure:1481: checking whether build environment is sane
# configure:1524: result: yes
# configure:1557: checking for gawk
# configure:1573: found /usr/bin/gawk
# configure:1583: result: gawk
# configure:1593: checking whether make sets $(MAKE)
# configure:1613: result: yes
# configure:1692: checking for x86_64-unknown-linux-strip
# configure:1721: result: no
# configure:1730: checking for strip
# configure:1746: found /usr/bin/strip
# configure:1757: result: strip
# configure:1786: checking for x86_64-unknown-linux-gcc
# configure:1812: result: clang
# configure:2094: checking for C compiler version
# configure:2097: 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:2100: $? = 0
# configure:2102: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2105: $? = 0
# configure:2107: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2110: $? = 1
# configure:2133: checking for C compiler default output file name
# configure:2136: clang conftest.c >&5
# configure:2139: $? = 0
# configure:2185: result: a.out
# configure:2190: checking whether the C compiler works
# configure:2196: ./a.out
# configure:2199: $? = 0
# configure:2216: result: yes
# configure:2223: checking whether we are cross compiling
# configure:2225: result: no
# configure:2228: checking for suffix of executables
# configure:2230: clang -o conftest conftest.c >&5
# configure:2233: $? = 0
# configure:2258: result:
# configure:2264: checking for suffix of object files
# configure:2285: clang -c conftest.c >&5
# configure:2288: $? = 0
# configure:2310: result: o
# configure:2314: checking whether we are using the GNU C compiler
# configure:2338: clang -c conftest.c >&5
# configure:2344: $? = 0
# configure:2348: test -z
# || test ! -s conftest.err
# configure:2351: $? = 0
# configure:2354: test -s conftest.o
# configure:2357: $? = 0
# configure:2370: result: yes
# configure:2376: checking whether clang accepts -g
# configure:2397: clang -c -g conftest.c >&5
# configure:2403: $? = 0
# configure:2407: test -z
# || test ! -s conftest.err
# configure:2410: $? = 0
# configure:2413: test -s conftest.o
# configure:2416: $? = 0
# configure:2427: result: yes
# configure:2444: checking for clang option to accept ANSI C
# configure:2514: clang -c conftest.c >&5
# configure:2520: $? = 0
# configure:2524: test -z
# || test ! -s conftest.err
# configure:2527: $? = 0
# configure:2530: test -s conftest.o
# configure:2533: $? = 0
# configure:2551: result: none needed
# configure:2569: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2575: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2719: checking for style of include used by make
# configure:2747: result: GNU
# configure:2775: checking dependency style of clang
# configure:2858: result: gcc3
# configure:2888: checking for a BSD-compatible install
# configure:2943: result: /usr/bin/install -c
# configure:2962: checking how to run the C preprocessor
# configure:2997: clang -E conftest.c
# configure:3003: $? = 0
# configure:3035: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3041: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | /* end confdefs.h. */
# | #include
# configure:3080: result: clang -E
# configure:3104: clang -E conftest.c
# configure:3110: $? = 0
# configure:3142: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3148: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | /* end confdefs.h. */
# | #include
# configure:3192: checking for egrep
# configure:3202: result: grep -E
# configure:3207: checking for ANSI C header files
# configure:3232: clang -c conftest.c >&5
# configure:3238: $? = 0
# configure:3242: test -z
# || test ! -s conftest.err
# configure:3245: $? = 0
# configure:3248: test -s conftest.o
# configure:3251: $? = 0
# configure:3340: clang -o conftest conftest.c >&5
# conftest.c:28:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:28:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:3343: $? = 0
# configure:3345: ./conftest
# configure:3348: $? = 0
# configure:3363: result: yes
# configure:3387: checking for sys/types.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for sys/stat.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for stdlib.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for string.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for memory.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for strings.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for inttypes.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for stdint.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3387: checking for unistd.h
# configure:3403: clang -c conftest.c >&5
# configure:3409: $? = 0
# configure:3413: test -z
# || test ! -s conftest.err
# configure:3416: $? = 0
# configure:3419: test -s conftest.o
# configure:3422: $? = 0
# configure:3433: result: yes
# configure:3459: checking fcntl.h usability
# configure:3471: clang -c conftest.c >&5
# configure:3477: $? = 0
# configure:3481: test -z
# || test ! -s conftest.err
# configure:3484: $? = 0
# configure:3487: test -s conftest.o
# configure:3490: $? = 0
# configure:3500: result: yes
# configure:3504: checking fcntl.h presence
# configure:3514: clang -E conftest.c
# configure:3520: $? = 0
# configure:3540: result: yes
# configure:3575: checking for fcntl.h
# configure:3582: result: yes
# configure:3609: checking netinet/in.h usability
# configure:3621: clang -c conftest.c >&5
# configure:3627: $? = 0
# configure:3631: test -z
# || test ! -s conftest.err
# configure:3634: $? = 0
# configure:3637: test -s conftest.o
# configure:3640: $? = 0
# configure:3650: result: yes
# configure:3654: checking netinet/in.h presence
# configure:3664: clang -E conftest.c
# configure:3670: $? = 0
# configure:3690: result: yes
# configure:3725: checking for netinet/in.h
# configure:3732: result: yes
# configure:3745: checking for in_addr_t
# configure:3770: clang -c conftest.c >&5
# configure:3776: $? = 0
# configure:3780: test -z
# || test ! -s conftest.err
# configure:3783: $? = 0
# configure:3786: test -s conftest.o
# configure:3789: $? = 0
# configure:3800: result: yes
# configure:3814: checking for an ANSI C-conforming const
# configure:3881: clang -c conftest.c >&5
# configure:3887: $? = 0
# configure:3891: test -z
# || test ! -s conftest.err
# configure:3894: $? = 0
# configure:3897: test -s conftest.o
# configure:3900: $? = 0
# configure:3911: result: yes
# configure:3921: checking whether struct tm is in sys/time.h or time.h
# configure:3944: clang -c conftest.c >&5
# conftest.c:29:20: warning: expression result unused [-Wunused-value]
# struct tm *tp; tp->tm_sec;
# ~~ ^~~~~~
# 1 warning generated.
# configure:3950: $? = 0
# configure:3954: test -z
# || test ! -s conftest.err
# configure:3957: $? = 0
# configure:3960: test -s conftest.o
# configure:3963: $? = 0
# configure:3974: result: time.h
# configure:4000: checking whether NLS is requested
# configure:4009: result: yes
# configure:4047: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:4079: result: /usr/bin/msgfmt
# configure:4088: checking for gmsgfmt
# configure:4119: result: /usr/bin/msgfmt
# configure:4158: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:4190: result: /usr/bin/xgettext
# configure:4230: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:4261: result: /usr/bin/msgmerge
# configure:4297: checking whether we are using the GNU C Library 2 or newer
# configure:4328: result: yes
# configure:4337: checking for x86_64-unknown-linux-ranlib
# configure:4366: result: no
# configure:4375: checking for ranlib
# configure:4391: found /usr/bin/ranlib
# configure:4402: result: ranlib
# configure:4415: checking for strerror in -lcposix
# configure:4445: clang -o conftest conftest.c -lcposix >&5
# conftest.c:30:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:30: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:4451: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strerror ();
# | int
# | main ()
# | {
# | strerror ();
# | ;
# | return 0;
# | }
# configure:4477: result: no
# configure:4486: checking for signed
# configure:4507: clang -c conftest.c >&5
# configure:4513: $? = 0
# configure:4517: test -z
# || test ! -s conftest.err
# configure:4520: $? = 0
# configure:4523: test -s conftest.o
# configure:4526: $? = 0
# configure:4537: result: yes
# configure:4547: checking for inline
# configure:4568: clang -c conftest.c >&5
# configure:4574: $? = 0
# configure:4578: test -z
# || test ! -s conftest.err
# configure:4581: $? = 0
# configure:4584: test -s conftest.o
# configure:4587: $? = 0
# configure:4599: result: inline
# configure:4618: checking for off_t
# configure:4642: clang -c conftest.c >&5
# configure:4648: $? = 0
# configure:4652: test -z
# || test ! -s conftest.err
# configure:4655: $? = 0
# configure:4658: test -s conftest.o
# configure:4661: $? = 0
# configure:4672: result: yes
# configure:4684: checking for size_t
# configure:4708: clang -c conftest.c >&5
# configure:4714: $? = 0
# configure:4718: test -z
# || test ! -s conftest.err
# configure:4721: $? = 0
# configure:4724: test -s conftest.o
# configure:4727: $? = 0
# configure:4738: result: yes
# configure:4751: checking for long long
# configure:4773: clang -o conftest conftest.c >&5
# configure:4779: $? = 0
# configure:4783: test -z
# || test ! -s conftest.err
# configure:4786: $? = 0
# configure:4789: test -s conftest
# configure:4792: $? = 0
# configure:4804: result: yes
# configure:4815: checking for long double
# configure:4875: result: yes
# configure:4886: checking for wchar_t
# configure:4908: clang -c conftest.c >&5
# configure:4914: $? = 0
# configure:4918: test -z
# || test ! -s conftest.err
# configure:4921: $? = 0
# configure:4924: test -s conftest.o
# configure:4927: $? = 0
# configure:4938: result: yes
# configure:4949: checking for wint_t
# configure:4971: clang -c conftest.c >&5
# configure:4977: $? = 0
# configure:4981: test -z
# || test ! -s conftest.err
# configure:4984: $? = 0
# configure:4987: test -s conftest.o
# configure:4990: $? = 0
# configure:5001: result: yes
# configure:5012: checking for inttypes.h
# configure:5034: clang -c conftest.c >&5
# configure:5040: $? = 0
# configure:5044: test -z
# || test ! -s conftest.err
# configure:5047: $? = 0
# configure:5050: test -s conftest.o
# configure:5053: $? = 0
# configure:5064: result: yes
# configure:5075: checking for stdint.h
# configure:5097: clang -c conftest.c >&5
# configure:5103: $? = 0
# configure:5107: test -z
# || test ! -s conftest.err
# configure:5110: $? = 0
# configure:5113: test -s conftest.o
# configure:5116: $? = 0
# configure:5127: result: yes
# configure:5140: checking for intmax_t
# configure:5170: clang -c conftest.c >&5
# configure:5176: $? = 0
# configure:5180: test -z
# || test ! -s conftest.err
# configure:5183: $? = 0
# configure:5186: test -s conftest.o
# configure:5189: $? = 0
# configure:5200: result: yes
# configure:5212: checking whether printf() supports POSIX/XSI format strings
# configure:5262: clang -o conftest conftest.c >&5
# configure:5265: $? = 0
# configure:5267: ./conftest
# configure:5270: $? = 0
# configure:5285: result: yes
# configure:5299: checking for working alloca.h
# configure:5320: clang -o conftest conftest.c >&5
# configure:5326: $? = 0
# configure:5330: test -z
# || test ! -s conftest.err
# configure:5333: $? = 0
# configure:5336: test -s conftest
# configure:5339: $? = 0
# configure:5351: result: yes
# configure:5361: checking for alloca
# configure:5402: clang -o conftest conftest.c >&5
# configure:5408: $? = 0
# configure:5412: test -z
# || test ! -s conftest.err
# configure:5415: $? = 0
# configure:5418: test -s conftest
# configure:5421: $? = 0
# configure:5433: result: yes
# configure:5662: checking for stdlib.h
# configure:5667: result: yes
# configure:5662: checking for unistd.h
# configure:5667: result: yes
# configure:5811: checking for getpagesize
# configure:5868: clang -o conftest conftest.c >&5
# configure:5874: $? = 0
# configure:5878: test -z
# || test ! -s conftest.err
# configure:5881: $? = 0
# configure:5884: test -s conftest
# configure:5887: $? = 0
# configure:5899: result: yes
# configure:5909: checking for working mmap
# configure:6051: clang -o conftest conftest.c >&5
# configure:6054: $? = 0
# configure:6056: ./conftest
# configure:6059: $? = 0
# configure:6073: result: yes
# configure:6085: checking whether we are using the GNU C Library 2.1 or newer
# configure:6116: result: yes
# configure:6124: checking whether integer division by zero raises SIGFPE
# configure:6186: clang -o conftest conftest.c >&5
# conftest.c:55:5: error: redefinition of 'nan' as different kind of symbol
# int nan;
# ^
# conftest.c:55:5: note: previous definition is here
# conftest.c:70:7: error: non-object type 'double (const char *)' is not assignable
# nan = y / y;
# ~~~ ^
# 2 errors generated.
# configure:6189: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | static void
# | #ifdef __cplusplus
# | sigfpe_handler (int sig)
# | #else
# | sigfpe_handler (sig) int sig;
# | #endif
# | {
# | /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
# | exit (sig != SIGFPE);
# | }
# |
# | int x = 1;
# | int y = 0;
# | int z;
# | int nan;
# |
# | int main ()
# | {
# | signal (SIGFPE, sigfpe_handler);
# | /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
# | #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
# | signal (SIGTRAP, sigfpe_handler);
# | #endif
# | /* Linux/SPARC yields signal SIGILL. */
# | #if defined (__sparc__) && defined (__linux__)
# | signal (SIGILL, sigfpe_handler);
# | #endif
# |
# | z = x / y;
# | nan = y / y;
# | exit (1);
# | }
# |
# configure:6209: result: no
# configure:6222: checking for unsigned long long
# configure:6244: clang -o conftest conftest.c >&5
# configure:6250: $? = 0
# configure:6254: test -z
# || test ! -s conftest.err
# configure:6257: $? = 0
# configure:6260: test -s conftest
# configure:6263: $? = 0
# configure:6275: result: yes
# configure:6307: checking for inttypes.h
# configure:6330: clang -c conftest.c >&5
# configure:6336: $? = 0
# configure:6340: test -z
# || test ! -s conftest.err
# configure:6343: $? = 0
# configure:6346: test -s conftest.o
# configure:6349: $? = 0
# configure:6361: result: yes
# configure:6374: checking whether the inttypes.h PRIxNN macros are broken
# configure:6400: clang -c conftest.c >&5
# configure:6406: $? = 0
# configure:6410: test -z
# || test ! -s conftest.err
# configure:6413: $? = 0
# configure:6416: test -s conftest.o
# configure:6419: $? = 0
# configure:6431: result: no
# configure:6448: checking for stdint.h
# configure:6453: result: yes
# configure:6593: checking for SIZE_MAX
# configure:7662: result: yes
# configure:7680: checking for stdint.h
# configure:7685: result: yes
# configure:7827: checking for CFPreferencesCopyAppValue
# configure:7852: clang -o conftest -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5
# conftest.c:43:10: fatal error: 'CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:7858: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:7885: result: no
# configure:7894: checking for CFLocaleCopyCurrent
# configure:7919: clang -o conftest -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5
# conftest.c:43:10: fatal error: 'CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:7925: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:7952: result: no
# configure:8007: checking for ld used by GCC
# configure:8071: result: /usr/bin/ld
# configure:8080: checking if the linker (/usr/bin/ld) is GNU ld
# configure:8093: result: yes
# configure:8099: checking for shared library run path origin
# configure:8112: result: done
# configure:8518: checking for ptrdiff_t
# configure:8542: clang -c conftest.c >&5
# configure:8548: $? = 0
# configure:8552: test -z
# || test ! -s conftest.err
# configure:8555: $? = 0
# configure:8558: test -s conftest.o
# configure:8561: $? = 0
# configure:8572: result: yes
# configure:8609: checking argz.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking argz.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for argz.h
# configure:8732: result: yes
# configure:8609: checking limits.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking limits.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for limits.h
# configure:8732: result: yes
# configure:8609: checking locale.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking locale.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for locale.h
# configure:8732: result: yes
# configure:8609: checking nl_types.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking nl_types.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for nl_types.h
# configure:8732: result: yes
# configure:8609: checking malloc.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking malloc.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for malloc.h
# configure:8732: result: yes
# configure:8609: checking stddef.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking stddef.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for stddef.h
# configure:8732: result: yes
# configure:8600: checking for stdlib.h
# configure:8605: result: yes
# configure:8600: checking for string.h
# configure:8605: result: yes
# configure:8600: checking for unistd.h
# configure:8605: result: yes
# configure:8609: checking sys/param.h usability
# configure:8621: clang -c conftest.c >&5
# configure:8627: $? = 0
# configure:8631: test -z
# || test ! -s conftest.err
# configure:8634: $? = 0
# configure:8637: test -s conftest.o
# configure:8640: $? = 0
# configure:8650: result: yes
# configure:8654: checking sys/param.h presence
# configure:8664: clang -E conftest.c
# configure:8670: $? = 0
# configure:8690: result: yes
# configure:8725: checking for sys/param.h
# configure:8732: result: yes
# configure:8774: checking for asprintf
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for fwprintf
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for getcwd
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for getegid
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for geteuid
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for getgid
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for getuid
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for mempcpy
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for munmap
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for putenv
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for setenv
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for setlocale
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for snprintf
# configure:8831: clang -o conftest conftest.c >&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:89:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for stpcpy
# configure:8831: clang -o conftest conftest.c >&5
# conftest.c:90:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:90:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for strcasecmp
# configure:8831: clang -o conftest conftest.c >&5
# conftest.c:91:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:91:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for strdup
# configure:8831: clang -o conftest conftest.c >&5
# conftest.c:92:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:92:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for strtoul
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for tsearch
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for wcslen
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for __argz_count
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for __argz_stringify
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for __argz_next
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8774: checking for __fsetlocking
# configure:8831: clang -o conftest conftest.c >&5
# configure:8837: $? = 0
# configure:8841: test -z
# || test ! -s conftest.err
# configure:8844: $? = 0
# configure:8847: test -s conftest
# configure:8850: $? = 0
# configure:8862: result: yes
# configure:8874: checking whether _snprintf is declared
# configure:8899: clang -c conftest.c >&5
# conftest.c:82:22: error: use of undeclared identifier '_snprintf'
# char *p = (char *) _snprintf;
# ^
# 1 error generated.
# configure:8905: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NL_TYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_WCSLEN 1
# | #define HAVE___ARGZ_COUNT 1
# | #define HAVE___ARGZ_STRINGIFY 1
# | #define HAVE___ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snprintf
# | char *p = (char *) _snprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:8929: result: no
# configure:8943: checking whether _snwprintf is declared
# configure:8968: clang -c conftest.c >&5
# conftest.c:83:22: error: use of undeclared identifier '_snwprintf'
# char *p = (char *) _snwprintf;
# ^
# 1 error generated.
# configure:8974: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NL_TYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_WCSLEN 1
# | #define HAVE___ARGZ_COUNT 1
# | #define HAVE___ARGZ_STRINGIFY 1
# | #define HAVE___ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL__SNPRINTF 0
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snwprintf
# | char *p = (char *) _snwprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:8998: result: no
# configure:9013: checking whether feof_unlocked is declared
# configure:9038: clang -c conftest.c >&5
# configure:9044: $? = 0
# configure:9048: test -z
# || test ! -s conftest.err
# configure:9051: $? = 0
# configure:9054: test -s conftest.o
# configure:9057: $? = 0
# configure:9068: result: yes
# configure:9082: checking whether fgets_unlocked is declared
# configure:9107: clang -c conftest.c >&5
# conftest.c:85:22: error: use of undeclared identifier 'fgets_unlocked'
# char *p = (char *) fgets_unlocked;
# ^
# 1 error generated.
# configure:9113: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "hddtemp"
# | #define VERSION "0.3-beta15"
# | #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_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NL_TYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_WCSLEN 1
# | #define HAVE___ARGZ_COUNT 1
# | #define HAVE___ARGZ_STRINGIFY 1
# | #define HAVE___ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_DECL__SNWPRINTF 0
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef fgets_unlocked
# | char *p = (char *) fgets_unlocked;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:9137: result: no
# configure:9151: checking whether getc_unlocked is declared
# configure:9176: clang -c conftest.c >&5
# configure:9182: $? = 0
# configure:9186: test -z
# || test ! -s conftest.err
# configure:9189: $? = 0
# configure:9192: test -s conftest.o
# configure:9195: $? = 0
# configure:9206: result: yes
# configure:9274: checking for iconv
# configure:9301: clang -o conftest conftest.c >&5
# configure:9307: $? = 0
# configure:9311: test -z
# || test ! -s conftest.err
# configure:9314: $? = 0
# configure:9317: test -s conftest
# configure:9320: $? = 0
# configure:9386: result: yes
# configure:9409: checking for iconv declaration
# configure:9443: clang -c conftest.c >&5
# configure:9449: $? = 0
# configure:9453: test -z
# || test ! -s conftest.err
# configure:9456: $? = 0
# configure:9459: test -s conftest.o
# configure:9462: $? = 0
# configure:9477: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:9488: checking for nl_langinfo and CODESET
# configure:9509: clang -o conftest conftest.c >&5
# configure:9515: $? = 0
# configure:9519: test -z
# || test ! -s conftest.err
# configure:9522: $? = 0
# configure:9525: test -s conftest
# configure:9528: $? = 0
# configure:9541: result: yes
# configure:9553: checking for LC_MESSAGES
# configure:9574: clang -o conftest conftest.c >&5
# configure:9580: $? = 0
# configure:9584: test -z
# || test ! -s conftest.err
# configure:9587: $? = 0
# configure:9590: test -s conftest
# configure:9593: $? = 0
# configure:9605: result: yes
# configure:9625: checking for bison
# configure:9641: found /usr/bin/bison
# configure:9651: result: bison
# configure:9664: checking version of bison
# configure:9673: result: 3.0.4, ok
# configure:9695: checking for CFPreferencesCopyAppValue
# configure:9753: result: no
# configure:9762: checking for CFLocaleCopyCurrent
# configure:9820: result: no
# configure:9837: checking whether NLS is requested
# configure:9846: result: yes
# configure:9862: checking whether included gettext is requested
# configure:9872: result: no
# configure:9883: checking for GNU gettext in libc
# configure:9907: clang -o conftest conftest.c >&5
# configure:9913: $? = 0
# configure:9917: test -z
# || test ! -s conftest.err
# configure:9920: $? = 0
# configure:9923: test -s conftest
# configure:9926: $? = 0
# configure:9938: result: yes
# configure:10499: checking whether to use NLS
# configure:10501: result: yes
# configure:10504: checking where the gettext function comes from
# configure:10515: result: libc
# configure:10613: checking Location of hddtemp.db
# configure:10634: result: "/usr/share/hddtemp/hddtemp.db"
# configure:10757: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f6258e8677c1
#
# config.status:738: creating Makefile
# config.status:738: creating intl/Makefile
# config.status:738: creating po/Makefile.in
# config.status:738: creating m4/Makefile
# config.status:738: creating src/Makefile
# config.status:738: creating doc/Makefile
# config.status:842: creating config.h
# config.status:1298: executing depfiles commands
# config.status:1298: executing default-1 commands
# configure:12217: result:
#
# hddtemp-0.3-beta15 is now configured for
#
# Build: x86_64-unknown-linux-gnu
# Host: x86_64-unknown-linux-gnu
# Source directory: .
# Installation prefix: /usr
# C compiler: clang -Wall -W -Wcast-align
#
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func___argz_count=yes
# ac_cv_func___argz_next=yes
# ac_cv_func___argz_stringify=yes
# ac_cv_func___fsetlocking=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_fwprintf=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgid=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getuid=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_putenv=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_tsearch=yes
# ac_cv_func_wcslen=yes
# ac_cv_gnu_library_2=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl__snwprintf=no
# ac_cv_have_decl_feof_unlocked=yes
# ac_cv_have_decl_fgets_unlocked=no
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_nl_types_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_cposix_strerror=no
# ac_cv_objext=o
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_INTLBISON=bison
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# ac_cv_struct_tm=time.h
# ac_cv_type_in_addr_t=yes
# ac_cv_type_long_long=yes
# ac_cv_type_off_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_long_long=yes
# ac_cv_working_alloca_h=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_func_iconv=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# bh_cv_c_signed=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_stdint_h=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_long_double=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# gt_cv_func_printf_posix=yes
# gt_cv_header_inttypes_h=yes
# gt_cv_int_divbyzero_sigfpe=no
# gt_cv_inttypes_pri_broken=no
# gt_cv_val_LC_MESSAGES=yes
# nls_cv_force_use_gnu_gettext=no
# nls_cv_header_intl=
# nls_cv_header_libgt=
# nls_cv_use_gnu_gettext=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/hddtemp/src/hddtemp-0.3-beta15/missing --run aclocal-1.7'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/hddtemp/src/hddtemp-0.3-beta15/missing --run tar'
# AUTOCONF='${SHELL} /tmp/hddtemp/src/hddtemp-0.3-beta15/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/hddtemp/src/hddtemp-0.3-beta15/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/hddtemp/src/hddtemp-0.3-beta15/missing --run automake-1.7'
# AWK='gawk'
# BUILD_INCLUDED_LIBINTL='no'
# CATOBJEXT='.gmo'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -W -Wcast-align'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DATADIRNAME='share'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# GENCAT='gencat'
# GLIBC21='yes'
# GLIBC2='yes'
# GMSGFMT='/usr/bin/msgfmt'
# HAVE_ASPRINTF='1'
# HAVE_POSIX_PRINTF='1'
# HAVE_SNPRINTF='1'
# HAVE_WPRINTF='0'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# INSTOBJEXT='.mo'
# INTLBISON='bison'
# INTLLIBS=''
# INTLOBJS=''
# INTL_LIBTOOL_SUFFIX_PREFIX=''
# INTL_MACOSX_LIBS=''
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/hddtemp/src/hddtemp-0.3-beta15/missing --run makeinfo'
# MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE='hddtemp'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# POSUB='po'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_INCLUDED_LIBINTL='no'
# USE_NLS='yes'
# VERSION='0.3-beta15'
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_CC=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='/usr'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/hddtemp/src/hddtemp-0.3-beta15/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define DEFAULT_DATABASE_PATH "/usr/share/hddtemp/hddtemp.db"
# #define ENABLE_NLS 1
# #define HAVE_ALLOCA 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ASPRINTF 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_DECL_FEOF_UNLOCKED 1
# #define HAVE_DECL_FGETS_UNLOCKED 0
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_DECL__SNWPRINTF 0
# #define HAVE_FCNTL_H 1
# #define HAVE_FWPRINTF 1
# #define HAVE_GETCWD 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETGID 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_GETTEXT 1
# #define HAVE_GETUID 1
# #define HAVE_ICONV 1
# #define HAVE_INTMAX_T 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_LC_MESSAGES 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_LONG_DOUBLE 1
# #define HAVE_LONG_LONG 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMPCPY 1
# #define HAVE_MMAP 1
# #define HAVE_MUNMAP 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NL_TYPES_H 1
# #define HAVE_POSIX_PRINTF 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STPCPY 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRTOUL 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_TSEARCH 1
# #define HAVE_UINTMAX_T 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNSIGNED_LONG_LONG 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WCSLEN 1
# #define HAVE_WINT_T 1
# #define HAVE___ARGZ_COUNT 1
# #define HAVE___ARGZ_NEXT 1
# #define HAVE___ARGZ_STRINGIFY 1
# #define HAVE___FSETLOCKING 1
# #define ICONV_CONST
# #define INTDIV0_RAISES_SIGFPE 0
# #define PACKAGE "hddtemp"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define STDC_HEADERS 1
# #define VERSION "0.3-beta15"
#
# configure: exit 0