Build of mpop with clang_glibc toolchain

The build took 00h 00m 38s and was SUCCESSFUL.

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

SLOCLanguage
12,069 ansic
4,816 sh
2,861 makefile
16 sed
19,762 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: mpop 1.2.5-1 (Thu Apr 13 17:47:32 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of clang... gcc3
# checking whether make supports nested variables... (cached) yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking for a sed that does not truncate output... /usr/bin/sed
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking sysexits.h usability... yes
# checking sysexits.h presence... yes
# checking for sysexits.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking for fseeko... yes
# checking for fseeko64... yes
# checking for getpass... yes
# checking for getservbyname... yes
# checking for link... yes
# checking for mkstemp... yes
# checking for sigaction... yes
# checking for signal... yes
# checking for strndup... yes
# checking for syslog... yes
# checking for vasprintf... yes
# checking for library containing nanosleep... none required
# checking for library containing socket... none required
# 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
# configure: WARNING: --with-ssl is deprecated, use --with-tls instead
# checking for libgnutls... yes
# checking for libgsasl... no
# configure: WARNING: library libgsasl not found:
# configure: WARNING: No package 'libgsasl' found
# configure: WARNING: libgsasl is provided by GNU SASL; Debian package: libgsasl7-dev
# checking whether AI_IDN is declared... yes
# checking whether getaddrinfo accepts AI_IDN... yes
# checking whether GnuTLS has builtin IDN support... yes
# checking whether libidn is needed for IDN support... no
# checking for libsecret... no
# configure: WARNING: library libsecret not found:
# configure: WARNING: No package 'libsecret-1' found
# configure: WARNING: libsecret is provided by Gnome; Debian package: libsecret-1-dev
# checking for SecKeychainGetVersion... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating po/Makefile.in
# config.status: creating doc/Makefile
# config.status: creating scripts/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
#
# Install prefix ......... : /usr
# TLS/SSL support ........ : yes (Library: GnuTLS)
# GNU SASL support ....... : no
# IDN support ............ : yes (no library required)
# NLS support ............ : yes
# Libsecret support (GNOME): no
# MacOS X Keychain support : no
# make all-recursive
# make[1]: Entering directory '/tmp/mpop/src/mpop-1.2.5'
# Making all in src
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/src'
# CC conf.o
# CC delivery.o
# CC list.o
# CC mpop.o
# CC net.o
# CC netrc.o
# CC pop3.o
# CC readbuf.o
# CC stream.o
# CC tools.o
# CC uidls.o
# CC xalloc.o
# CC md5.o
# CC md5-apps.o
# CC tls.o
# tls.c:1418:44: warning: cast to 'gnutls_transport_ptr_t' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# gnutls_transport_set_ptr(tls->session, (gnutls_transport_ptr_t)fd);
# ^
# 1 warning generated.
# CC base64.o
# CCLD mpop
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/src'
# Making all in po
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/po'
# Making all in doc
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/doc'
# Making all in scripts
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/scripts'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/scripts'
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5'
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5'
# make[1]: Leaving directory '/tmp/mpop/src/mpop-1.2.5'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/mpop/src/mpop-1.2.5/src'
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/src'
# /usr/bin/mkdir -p '/tmp/mpop/pkg/mpop/usr/bin'
# /usr/bin/install -c mpop '/tmp/mpop/pkg/mpop/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/src'
# make[1]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/src'
# Making install in po
# make[1]: Entering directory '/tmp/mpop/src/mpop-1.2.5/po'
# installing de.gmo as /tmp/mpop/pkg/mpop/usr/share/locale/de/LC_MESSAGES/mpop.mo
# if test "mpop" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/mpop/pkg/mpop/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/mpop/pkg/mpop/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/mpop/pkg/mpop/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/po'
# Making install in doc
# make[1]: Entering directory '/tmp/mpop/src/mpop-1.2.5/doc'
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/mpop/pkg/mpop/usr/share/info'
# /usr/bin/install -c -m 644 ./mpop.info '/tmp/mpop/pkg/mpop/usr/share/info'
# install-info --info-dir='/tmp/mpop/pkg/mpop/usr/share/info' '/tmp/mpop/pkg/mpop/usr/share/info/mpop.info'
# /usr/bin/mkdir -p '/tmp/mpop/pkg/mpop/usr/share/man/man1'
# /usr/bin/install -c -m 644 mpop.1 '/tmp/mpop/pkg/mpop/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/doc'
# make[1]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/doc'
# Making install in scripts
# make[1]: Entering directory '/tmp/mpop/src/mpop-1.2.5/scripts'
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5/scripts'
# 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/mpop/src/mpop-1.2.5/scripts'
# make[1]: Leaving directory '/tmp/mpop/src/mpop-1.2.5/scripts'
# make[1]: Entering directory '/tmp/mpop/src/mpop-1.2.5'
# make[2]: Entering directory '/tmp/mpop/src/mpop-1.2.5'
# 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/mpop/src/mpop-1.2.5'
# make[1]: Leaving directory '/tmp/mpop/src/mpop-1.2.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "mpop"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: mpop 1.2.5-1 (Thu Apr 13 17:47:38 UTC 2017)

CMD: pacman --query --file mpop-1.2.5-1-x86_64.pkg.tar.xz
# mpop 1.2.5-1

Creating hybrid package for 'mpop'

Trying to find vanilla package 'mpop'...

CMD: pacman --query --file /mirror/mpop-1.2.5-1.pkg.tar.xz
# mpop 1.2.5-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/bin/mpop
# /usr/share/locale/de/LC_MESSAGES/mpop.mo
# /usr/share/info/mpop.info.gz
# /usr/share/man/man1/mpop.1.gz
# /usr/share/mpop/mpoprc.example

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/mpop.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/mpop.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/mpop/src/mpop-1.2.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 mpop configure 1.2.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-ssl=gnutls
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b6ef0098260e
# 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:2364: checking build system type
# configure:2378: result: x86_64-pc-linux-gnu
# configure:2398: checking host system type
# configure:2411: result: x86_64-unknown-linux-gnu
# configure:2431: checking target system type
# configure:2444: result: x86_64-unknown-linux-gnu
# configure:2481: checking for x86_64-unknown-linux-gcc
# configure:2508: result: clang
# configure:2777: checking for C compiler version
# configure:2786: 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:2797: $? = 0
# configure:2786: 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:2797: $? = 0
# configure:2786: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2797: $? = 1
# configure:2786: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2797: $? = 1
# configure:2817: checking whether the C compiler works
# configure:2839: clang conftest.c >&5
# configure:2843: $? = 0
# configure:2891: result: yes
# configure:2894: checking for C compiler default output file name
# configure:2896: result: a.out
# configure:2902: checking for suffix of executables
# configure:2909: clang -o conftest conftest.c >&5
# configure:2913: $? = 0
# configure:2935: result:
# configure:2957: checking whether we are cross compiling
# configure:2965: clang -o conftest conftest.c >&5
# configure:2969: $? = 0
# configure:2976: ./conftest
# configure:2980: $? = 0
# configure:2995: result: no
# configure:3000: checking for suffix of object files
# configure:3022: clang -c conftest.c >&5
# configure:3026: $? = 0
# configure:3047: result: o
# configure:3051: checking whether we are using the GNU C compiler
# configure:3070: clang -c conftest.c >&5
# configure:3070: $? = 0
# configure:3079: result: yes
# configure:3088: checking whether clang accepts -g
# configure:3108: clang -c -g conftest.c >&5
# configure:3108: $? = 0
# configure:3149: result: yes
# configure:3166: checking for clang option to accept ISO C89
# configure:3229: clang -c conftest.c >&5
# configure:3229: $? = 0
# configure:3242: result: none needed
# configure:3267: checking whether clang understands -c and -o together
# configure:3289: clang -c conftest.c -o conftest2.o
# configure:3292: $? = 0
# configure:3289: clang -c conftest.c -o conftest2.o
# configure:3292: $? = 0
# configure:3304: result: yes
# configure:3327: checking how to run the C preprocessor
# configure:3358: clang -E conftest.c
# configure:3358: $? = 0
# configure:3372: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3372: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | /* end confdefs.h. */
# | #include
# configure:3397: result: clang -E
# configure:3417: clang -E conftest.c
# configure:3417: $? = 0
# configure:3431: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3431: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | /* end confdefs.h. */
# | #include
# configure:3460: checking for grep that handles long lines and -e
# configure:3518: result: /usr/bin/grep
# configure:3523: checking for egrep
# configure:3585: result: /usr/bin/grep -E
# configure:3590: checking for ANSI C header files
# configure:3610: clang -c conftest.c >&5
# configure:3610: $? = 0
# configure:3683: clang -o conftest conftest.c >&5
# configure:3683: $? = 0
# configure:3683: ./conftest
# configure:3683: $? = 0
# configure:3694: result: yes
# configure:3707: checking for sys/types.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for sys/stat.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for stdlib.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for string.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for memory.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for strings.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for inttypes.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for stdint.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3707: checking for unistd.h
# configure:3707: clang -c conftest.c >&5
# configure:3707: $? = 0
# configure:3707: result: yes
# configure:3720: checking minix/config.h usability
# configure:3720: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3720: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | #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
# | #include
# configure:3720: result: no
# configure:3720: checking minix/config.h presence
# configure:3720: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3720: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | #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
# configure:3720: result: no
# configure:3720: checking for minix/config.h
# configure:3720: result: no
# configure:3741: checking whether it is safe to define __EXTENSIONS__
# configure:3759: clang -c conftest.c >&5
# configure:3759: $? = 0
# configure:3766: result: yes
# configure:3787: checking for special C compiler options needed for large files
# configure:3832: result: no
# configure:3838: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3863: clang -c conftest.c >&5
# configure:3863: $? = 0
# configure:3895: result: no
# configure:3996: checking for a BSD-compatible install
# configure:4064: result: /usr/bin/install -c
# configure:4075: checking whether build environment is sane
# configure:4130: result: yes
# configure:4278: checking for a thread-safe mkdir -p
# configure:4317: result: /usr/bin/mkdir -p
# configure:4324: checking for gawk
# configure:4340: found /usr/bin/gawk
# configure:4351: result: gawk
# configure:4362: checking whether make sets $(MAKE)
# configure:4384: result: yes
# configure:4414: checking for style of include used by make
# configure:4442: result: GNU
# configure:4476: checking whether make supports nested variables
# configure:4493: result: yes
# configure:4578: checking dependency style of clang
# configure:4689: result: gcc3
# configure:4758: checking whether make supports nested variables
# configure:4775: result: yes
# configure:4794: checking for x86_64-unknown-linux-gcc
# configure:4821: result: clang
# configure:5090: checking for C compiler version
# configure:5099: 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:5110: $? = 0
# configure:5099: 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:5110: $? = 0
# configure:5099: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5110: $? = 1
# configure:5099: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5110: $? = 1
# configure:5114: checking whether we are using the GNU C compiler
# configure:5142: result: yes
# configure:5151: checking whether clang accepts -g
# configure:5212: result: yes
# configure:5229: checking for clang option to accept ISO C89
# configure:5305: result: none needed
# configure:5330: checking whether clang understands -c and -o together
# configure:5367: result: yes
# configure:5399: checking for a sed that does not truncate output
# configure:5463: result: /usr/bin/sed
# configure:5469: checking whether NLS is requested
# configure:5478: result: yes
# configure:5518: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:5550: result: /usr/bin/msgfmt
# configure:5559: checking for gmsgfmt
# configure:5590: result: /usr/bin/msgfmt
# configure:5640: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:5672: result: /usr/bin/xgettext
# configure:5717: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:5748: result: /usr/bin/msgmerge
# configure:5806: checking for ld used by clang
# configure:5873: result: /usr/bin/ld
# configure:5880: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5895: result: yes
# configure:5902: checking for shared library run path origin
# configure:5915: result: done
# configure:6487: checking for CFPreferencesCopyAppValue
# configure:6505: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:27:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:6505: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "mpop"
# | #define VERSION "1.2.5"
# | #define PLATFORM "x86_64-unknown-linux-gnu"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:6514: result: no
# configure:6521: checking for CFLocaleCopyCurrent
# configure:6539: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:27:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:6539: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "mpop"
# | #define VERSION "1.2.5"
# | #define PLATFORM "x86_64-unknown-linux-gnu"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:6548: result: no
# configure:6597: checking for GNU gettext in libc
# configure:6621: clang -o conftest conftest.c >&5
# configure:6621: $? = 0
# configure:6630: result: yes
# configure:7467: checking whether to use NLS
# configure:7469: result: yes
# configure:7472: checking where the gettext function comes from
# configure:7483: result: libc
# configure:7544: checking sysexits.h usability
# configure:7544: clang -c conftest.c >&5
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking sysexits.h presence
# configure:7544: clang -E conftest.c
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking for sysexits.h
# configure:7544: result: yes
# configure:7544: checking netdb.h usability
# configure:7544: clang -c conftest.c >&5
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking netdb.h presence
# configure:7544: clang -E conftest.c
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking for netdb.h
# configure:7544: result: yes
# configure:7544: checking arpa/inet.h usability
# configure:7544: clang -c conftest.c >&5
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking arpa/inet.h presence
# configure:7544: clang -E conftest.c
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking for arpa/inet.h
# configure:7544: result: yes
# configure:7544: checking sys/socket.h usability
# configure:7544: clang -c conftest.c >&5
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking sys/socket.h presence
# configure:7544: clang -E conftest.c
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking for sys/socket.h
# configure:7544: result: yes
# configure:7544: checking sys/wait.h usability
# configure:7544: clang -c conftest.c >&5
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking sys/wait.h presence
# configure:7544: clang -E conftest.c
# configure:7544: $? = 0
# configure:7544: result: yes
# configure:7544: checking for sys/wait.h
# configure:7544: result: yes
# configure:7557: checking for fseeko
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for fseeko64
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for getpass
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for getservbyname
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for link
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for mkstemp
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for sigaction
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for signal
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for strndup
# configure:7557: clang -o conftest conftest.c >&5
# conftest.c:66:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
# char strndup ();
# ^
# conftest.c:66:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
# 1 warning generated.
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for syslog
# configure:7557: clang -o conftest conftest.c >&5
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7557: checking for vasprintf
# configure:7557: clang -o conftest conftest.c >&5
# conftest.c:79:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:7557: $? = 0
# configure:7557: result: yes
# configure:7566: checking for library containing nanosleep
# configure:7597: clang -o conftest conftest.c >&5
# configure:7597: $? = 0
# configure:7614: result: none required
# configure:7622: checking for library containing socket
# configure:7653: clang -o conftest conftest.c >&5
# configure:7653: $? = 0
# configure:7670: result: none required
# configure:7690: checking for x86_64-unknown-linux-pkg-config
# configure:7723: result: no
# configure:7733: checking for pkg-config
# configure:7751: found /usr/bin/pkg-config
# configure:7763: result: /usr/bin/pkg-config
# configure:7788: checking pkg-config is at least version 0.9.0
# configure:7791: result: yes
# configure:7833: WARNING: --with-ssl is deprecated, use --with-tls instead
# configure:7859: checking for libgnutls
# configure:7866: $PKG_CONFIG --exists --print-errors "gnutls >= 0.0"
# configure:7869: $? = 0
# configure:7883: $PKG_CONFIG --exists --print-errors "gnutls >= 0.0"
# configure:7886: $? = 0
# configure:7924: result: yes
# configure:8064: checking for libgsasl
# configure:8071: $PKG_CONFIG --exists --print-errors "libgsasl >= 0.0"
# Package libgsasl was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libgsasl.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libgsasl' found
# configure:8074: $? = 1
# configure:8088: $PKG_CONFIG --exists --print-errors "libgsasl >= 0.0"
# Package libgsasl was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libgsasl.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libgsasl' found
# configure:8091: $? = 1
# configure:8105: result: no
# No package 'libgsasl' found
# configure:8134: WARNING: library libgsasl not found:
# configure:8136: WARNING: No package 'libgsasl' found
# configure:8138: WARNING: libgsasl is provided by GNU SASL; Debian package: libgsasl7-dev
# configure:8166: checking whether AI_IDN is declared
# configure:8166: clang -c conftest.c >&5
# configure:8166: $? = 0
# configure:8166: result: yes
# configure:8177: checking whether getaddrinfo accepts AI_IDN
# configure:8212: clang -o conftest conftest.c >&5
# configure:8212: $? = 0
# configure:8212: ./conftest
# configure:8212: $? = 0
# configure:8221: result: yes
# configure:8238: checking whether GnuTLS has builtin IDN support
# configure:8257: clang -c -I/usr/include/p11-kit-1 conftest.c >&5
# configure:8257: $? = 0
# configure:8262: result: yes
# configure:8266: checking whether libidn is needed for IDN support
# configure:8274: result: no
# configure:8387: checking for libsecret
# configure:8394: $PKG_CONFIG --exists --print-errors "libsecret-1"
# Package libsecret-1 was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libsecret-1.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libsecret-1' found
# configure:8397: $? = 1
# configure:8411: $PKG_CONFIG --exists --print-errors "libsecret-1"
# Package libsecret-1 was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libsecret-1.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libsecret-1' found
# configure:8414: $? = 1
# configure:8428: result: no
# No package 'libsecret-1' found
# configure:8457: WARNING: library libsecret not found:
# configure:8459: WARNING: No package 'libsecret-1' found
# configure:8461: WARNING: libsecret is provided by Gnome; Debian package: libsecret-1-dev
# configure:8481: checking for SecKeychainGetVersion
# configure:8499: clang -o conftest conftest.c -Wl,-framework -Wl,Security >&5
# conftest.c:49:10: fatal error: 'Security/Security.h' file not found
# #include
# ^
# 1 error generated.
# configure:8499: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpop"
# | #define PACKAGE_TARNAME "mpop"
# | #define PACKAGE_VERSION "1.2.5"
# | #define PACKAGE_STRING "mpop 1.2.5"
# | #define PACKAGE_BUGREPORT "marlam@marlam.de"
# | #define PACKAGE_URL "http://mpop.sourceforge.net/"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "mpop"
# | #define VERSION "1.2.5"
# | #define PLATFORM "x86_64-unknown-linux-gnu"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO64 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETSERVBYNAME 1
# | #define HAVE_LINK 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_LIBGNUTLS 1
# | #define HAVE_TLS 1
# | #define HAVE_GAI_IDN 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | SecKeychainGetVersion(NULL);
# | ;
# | return 0;
# | }
# configure:8508: result: no
# configure:8634: checking that generated files are newer than configure
# configure:8640: result: done
# configure:8671: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by mpop config.status 1.2.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b6ef0098260e
#
# config.status:943: creating Makefile
# config.status:943: creating src/Makefile
# config.status:943: creating po/Makefile.in
# config.status:943: creating doc/Makefile
# config.status:943: creating scripts/Makefile
# config.status:943: creating config.h
# config.status:1172: executing depfiles commands
# config.status:1172: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# 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_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_libgnutls_CFLAGS_set=
# ac_cv_env_libgnutls_CFLAGS_value=
# ac_cv_env_libgnutls_LIBS_set=
# ac_cv_env_libgnutls_LIBS_value=
# ac_cv_env_libgsasl_CFLAGS_set=
# ac_cv_env_libgsasl_CFLAGS_value=
# ac_cv_env_libgsasl_LIBS_set=
# ac_cv_env_libgsasl_LIBS_value=
# ac_cv_env_libidn_CFLAGS_set=
# ac_cv_env_libidn_CFLAGS_value=
# ac_cv_env_libidn_LIBS_set=
# ac_cv_env_libidn_LIBS_value=
# ac_cv_env_libsecret_CFLAGS_set=
# ac_cv_env_libsecret_CFLAGS_value=
# ac_cv_env_libsecret_LIBS_set=
# ac_cv_env_libsecret_LIBS_value=
# ac_cv_env_libssl_CFLAGS_set=
# ac_cv_env_libssl_CFLAGS_value=
# ac_cv_env_libssl_LIBS_set=
# ac_cv_env_libssl_LIBS_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_SecKeychainGetVersion=no
# ac_cv_func_fseeko64=yes
# ac_cv_func_fseeko=yes
# ac_cv_func_getpass=yes
# ac_cv_func_getservbyname=yes
# ac_cv_func_link=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_signal=yes
# ac_cv_func_strndup=yes
# ac_cv_func_syslog=yes
# ac_cv_func_vasprintf=yes
# ac_cv_have_decl_AI_IDN=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netdb_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_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_sysexits_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_nanosleep='none required'
# ac_cv_search_socket='none required'
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# 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_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# 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_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# pkg_cv_libgnutls_CFLAGS=-I/usr/include/p11-kit-1
# pkg_cv_libgnutls_LIBS=-lgnutls
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/mpop/src/mpop-1.2.5/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/mpop/src/mpop-1.2.5/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/mpop/src/mpop-1.2.5/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/mpop/src/mpop-1.2.5/build-aux/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.19'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# HAVE_LIBGSASL_FALSE=''
# HAVE_LIBGSASL_TRUE='#'
# HAVE_TLS_FALSE='#'
# HAVE_TLS_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/mpop/src/mpop-1.2.5/build-aux/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE='mpop'
# PACKAGE_BUGREPORT='marlam@marlam.de'
# PACKAGE_NAME='mpop'
# PACKAGE_STRING='mpop 1.2.5'
# PACKAGE_TARNAME='mpop'
# PACKAGE_URL='http://mpop.sourceforge.net/'
# PACKAGE_VERSION='1.2.5'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB='po'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP=''
# USE_NLS='yes'
# VERSION='1.2.5'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/mpop/src/mpop-1.2.5/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# libgnutls_CFLAGS='-I/usr/include/p11-kit-1'
# libgnutls_LIBS='-lgnutls'
# libgsasl_CFLAGS=''
# libgsasl_LIBS=''
# libidn_CFLAGS=''
# libidn_LIBS=''
# libsecret_CFLAGS=''
# libsecret_LIBS=''
# libssl_CFLAGS=''
# libssl_LIBS=''
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# tls_CFLAGS='-I/usr/include/p11-kit-1'
# tls_LIBS='-lgnutls'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "mpop"
# #define PACKAGE_TARNAME "mpop"
# #define PACKAGE_VERSION "1.2.5"
# #define PACKAGE_STRING "mpop 1.2.5"
# #define PACKAGE_BUGREPORT "marlam@marlam.de"
# #define PACKAGE_URL "http://mpop.sourceforge.net/"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define PACKAGE "mpop"
# #define VERSION "1.2.5"
# #define PLATFORM "x86_64-unknown-linux-gnu"
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_SYSEXITS_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_FSEEKO 1
# #define HAVE_FSEEKO64 1
# #define HAVE_GETPASS 1
# #define HAVE_GETSERVBYNAME 1
# #define HAVE_LINK 1
# #define HAVE_MKSTEMP 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGNAL 1
# #define HAVE_STRNDUP 1
# #define HAVE_SYSLOG 1
# #define HAVE_VASPRINTF 1
# #define HAVE_LIBGNUTLS 1
# #define HAVE_TLS 1
# #define HAVE_GAI_IDN 1
#
# configure: exit 0