Build of clamz with clang_glibc toolchain

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

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

SLOCLanguage
1,958 ansic
169 sh
81 makefile
2,208 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: clamz 0.5-3 (Thu Apr 13 21:00:11 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for update-mime-database... update-mime-database
# checking for update-desktop-database... update-desktop-database
# checking for XML_ParserCreate in -lexpat... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBCURL... yes
# checking for libgcrypt-config... /usr/bin/libgcrypt-config
# checking for LIBGCRYPT - version >= 1.2.0... yes (1.7.1)
# checking LIBGCRYPT API version... okay
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/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 for size_t... yes
# checking for off_t... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# clang -W -Wall -I. -DHAVE_CONFIG_H -c ./clamz.c
# clang -W -Wall -I. -DHAVE_CONFIG_H -c ./options.c
# clang -W -Wall -I. -DHAVE_CONFIG_H -c ./playlist.c
# clang -W -Wall -I. -DHAVE_CONFIG_H -c ./download.c
# clang -W -Wall -I. -DHAVE_CONFIG_H -c ./vars.c
# clang -W -Wall -o clamz clamz.o options.o playlist.o download.o vars.o -lgcrypt -lgpg-error -lcurl -lexpat
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /usr/bin/install -c -d -m 755 /tmp/clamz/pkg/clamz/usr/bin
# /usr/bin/install -c -m 755 clamz /tmp/clamz/pkg/clamz/usr/bin
# /usr/bin/install -c -d -m 755 /tmp/clamz/pkg/clamz/usr/share/man/man1
# /usr/bin/install -c -m 644 ./clamz.1 /tmp/clamz/pkg/clamz/usr/share/man/man1
# /usr/bin/install -c -d -m 755 /tmp/clamz/pkg/clamz/usr/share/applications
# /usr/bin/install -c -m 644 ./clamz.desktop /tmp/clamz/pkg/clamz/usr/share/applications
# /usr/bin/install -c -d -m 755 /tmp/clamz/pkg/clamz/usr/share/mime/packages
# /usr/bin/install -c -m 644 ./clamz.xml /tmp/clamz/pkg/clamz/usr/share/mime/packages
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "clamz"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: clamz 0.5-3 (Thu Apr 13 21:00:17 UTC 2017)

CMD: pacman --query --file clamz-0.5-3-x86_64.pkg.tar.xz
# clamz 0.5-3

Creating hybrid package for 'clamz'

Trying to find vanilla package 'clamz'...

CMD: pacman --query --file /mirror/clamz-0.5-3.pkg.tar.xz
# clamz 0.5-3

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/mime/packages/clamz.xml
# /usr/share/applications/clamz.desktop
# /usr/share/man/man1/clamz.1.gz
# /usr/bin/clamz

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/clamz.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/clamz.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/clamz/src/clamz-0.5/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 Clamz configure 0.5, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr/
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4910912fd3a0
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2022: checking for x86_64-unknown-linux-gcc
# configure:2049: result: clang
# configure:2318: checking for C compiler version
# configure:2327: 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:2338: $? = 0
# configure:2327: 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:2338: $? = 0
# configure:2327: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2338: $? = 1
# configure:2327: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2338: $? = 1
# configure:2358: checking whether the C compiler works
# configure:2380: clang conftest.c >&5
# configure:2384: $? = 0
# configure:2432: result: yes
# configure:2435: checking for C compiler default output file name
# configure:2437: result: a.out
# configure:2443: checking for suffix of executables
# configure:2450: clang -o conftest conftest.c >&5
# configure:2454: $? = 0
# configure:2476: result:
# configure:2498: checking whether we are cross compiling
# configure:2506: clang -o conftest conftest.c >&5
# configure:2510: $? = 0
# configure:2517: ./conftest
# configure:2521: $? = 0
# configure:2536: result: no
# configure:2541: checking for suffix of object files
# configure:2563: clang -c conftest.c >&5
# configure:2567: $? = 0
# configure:2588: result: o
# configure:2592: checking whether we are using the GNU C compiler
# configure:2611: clang -c conftest.c >&5
# configure:2611: $? = 0
# configure:2620: result: yes
# configure:2629: checking whether clang accepts -g
# configure:2649: clang -c -g conftest.c >&5
# configure:2649: $? = 0
# configure:2690: result: yes
# configure:2707: checking for clang option to accept ISO C89
# configure:2771: clang -c conftest.c >&5
# configure:2771: $? = 0
# configure:2784: result: none needed
# configure:2850: checking for a BSD-compatible install
# configure:2918: result: /usr/bin/install -c
# configure:2933: checking for update-mime-database
# configure:2949: found /usr/bin/update-mime-database
# configure:2961: result: update-mime-database
# configure:2973: checking for update-desktop-database
# configure:2989: found /usr/bin/update-desktop-database
# configure:3001: result: update-desktop-database
# configure:3012: checking for XML_ParserCreate in -lexpat
# configure:3037: clang -o conftest -W -Wall conftest.c -lexpat >&5
# configure:3037: $? = 0
# configure:3046: result: yes
# configure:3065: checking for x86_64-unknown-linux-pkg-config
# configure:3098: result: no
# configure:3108: checking for pkg-config
# configure:3126: found /usr/bin/pkg-config
# configure:3138: result: /usr/bin/pkg-config
# configure:3163: checking pkg-config is at least version 0.9.0
# configure:3166: result: yes
# configure:3177: checking for LIBCURL
# configure:3185: $PKG_CONFIG --exists --print-errors "libcurl"
# configure:3188: $? = 0
# configure:3203: $PKG_CONFIG --exists --print-errors "libcurl"
# configure:3206: $? = 0
# configure:3261: result: yes
# configure:3285: checking for libgcrypt-config
# configure:3303: found /usr/bin/libgcrypt-config
# configure:3316: result: /usr/bin/libgcrypt-config
# configure:3333: checking for LIBGCRYPT - version >= 1.2.0
# configure:3367: result: yes (1.7.1)
# configure:3379: checking LIBGCRYPT API version
# configure:3382: result: okay
# configure:3412: checking how to run the C preprocessor
# configure:3443: clang -E conftest.c
# configure:3443: $? = 0
# configure:3457: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3457: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Clamz"
# | #define PACKAGE_TARNAME "clamz"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "Clamz 0.5"
# | #define PACKAGE_BUGREPORT "floppusmaximus@users.sf.net"
# | #define PACKAGE_URL ""
# | #define HAVE_LIBEXPAT 1
# | /* end confdefs.h. */
# | #include
# configure:3482: result: clang -E
# configure:3502: clang -E conftest.c
# configure:3502: $? = 0
# configure:3516: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3516: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Clamz"
# | #define PACKAGE_TARNAME "clamz"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "Clamz 0.5"
# | #define PACKAGE_BUGREPORT "floppusmaximus@users.sf.net"
# | #define PACKAGE_URL ""
# | #define HAVE_LIBEXPAT 1
# | /* end confdefs.h. */
# | #include
# configure:3545: checking for grep that handles long lines and -e
# configure:3603: result: /usr/bin/grep
# configure:3608: checking for egrep
# configure:3670: result: /usr/bin/grep -E
# configure:3675: checking for ANSI C header files
# configure:3695: clang -c -W -Wall conftest.c >&5
# configure:3695: $? = 0
# configure:3768: clang -o conftest -W -Wall conftest.c -lexpat >&5
# configure:3768: $? = 0
# configure:3768: ./conftest
# configure:3768: $? = 0
# configure:3779: result: yes
# configure:3792: checking for sys/types.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for sys/stat.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for stdlib.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for string.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for memory.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for strings.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for inttypes.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for stdint.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3792: checking for unistd.h
# configure:3792: clang -c -W -Wall conftest.c >&5
# configure:3792: $? = 0
# configure:3792: result: yes
# configure:3804: checking for size_t
# configure:3804: clang -c -W -Wall conftest.c >&5
# configure:3804: $? = 0
# configure:3804: clang -c -W -Wall conftest.c >&5
# conftest.c:56:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:3804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Clamz"
# | #define PACKAGE_TARNAME "clamz"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "Clamz 0.5"
# | #define PACKAGE_BUGREPORT "floppusmaximus@users.sf.net"
# | #define PACKAGE_URL ""
# | #define HAVE_LIBEXPAT 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
# | /* 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:3804: result: yes
# configure:3815: checking for off_t
# configure:3815: clang -c -W -Wall conftest.c >&5
# configure:3815: $? = 0
# configure:3815: clang -c -W -Wall conftest.c >&5
# conftest.c:56:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:3815: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Clamz"
# | #define PACKAGE_TARNAME "clamz"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "Clamz 0.5"
# | #define PACKAGE_BUGREPORT "floppusmaximus@users.sf.net"
# | #define PACKAGE_URL ""
# | #define HAVE_LIBEXPAT 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
# | /* 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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:3815: result: yes
# configure:3833: checking for special C compiler options needed for large files
# configure:3878: result: no
# configure:3884: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3909: clang -c -W -Wall conftest.c >&5
# configure:3909: $? = 0
# configure:3941: result: no
# configure:4141: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Clamz config.status 0.5, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4910912fd3a0
#
# config.status:822: creating Makefile
# config.status:822: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBCURL_CFLAGS_set=
# ac_cv_env_LIBCURL_CFLAGS_value=
# ac_cv_env_LIBCURL_LIBS_set=
# ac_cv_env_LIBCURL_LIBS_value=
# ac_cv_env_LIBGCRYPT_CFLAGS_set=
# ac_cv_env_LIBGCRYPT_CFLAGS_value=
# ac_cv_env_LIBGCRYPT_LIBS_set=
# ac_cv_env_LIBGCRYPT_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_UPDATE_DESKTOP_DATABASE_set=
# ac_cv_env_UPDATE_DESKTOP_DATABASE_value=
# ac_cv_env_UPDATE_MIME_DATABASE_set=
# ac_cv_env_UPDATE_MIME_DATABASE_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_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_expat_XML_ParserCreate=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_UPDATE_DESKTOP_DATABASE=update-desktop-database
# ac_cv_prog_UPDATE_MIME_DATABASE=update-mime-database
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# pkg_cv_LIBCURL_CFLAGS=
# pkg_cv_LIBCURL_LIBS=-lcurl
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=' -W -Wall'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBCURL_CFLAGS=''
# LIBCURL_LIBS='-lcurl'
# LIBGCRYPT_CFLAGS=''
# LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
# LIBGCRYPT_LIBS='-lgcrypt -lgpg-error'
# LIBOBJS=''
# LIBS='-lexpat '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='floppusmaximus@users.sf.net'
# PACKAGE_NAME='Clamz'
# PACKAGE_STRING='Clamz 0.5'
# PACKAGE_TARNAME='clamz'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.5'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# SHELL='/bin/sh'
# UPDATE_DESKTOP_DATABASE='update-desktop-database'
# UPDATE_MIME_DATABASE='update-mime-database'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Clamz"
# #define PACKAGE_TARNAME "clamz"
# #define PACKAGE_VERSION "0.5"
# #define PACKAGE_STRING "Clamz 0.5"
# #define PACKAGE_BUGREPORT "floppusmaximus@users.sf.net"
# #define PACKAGE_URL ""
# #define HAVE_LIBEXPAT 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
#
# configure: exit 0