The build took 00h 00m 33s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
12,069 |
ansic |
4,816 |
sh |
2,861 |
makefile |
16 |
sed |
19,762 |
total |
The process tree of the build process is here.
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: mpop 1.2.5-1 (Wed Aug 24 13:37:54 UTC 2016)
==> 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... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/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/sbin/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 gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for x86_64-unknown-linux-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for a sed that does not truncate output... /usr/sbin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/sbin/msgfmt
checking for gmsgfmt... /usr/sbin/msgfmt
checking for xgettext... /usr/sbin/xgettext
checking for msgmerge... /usr/sbin/msgmerge
checking for ld used by gcc... /usr/sbin/ld
checking if the linker (/usr/sbin/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/sbin/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
CC base64.o
tls.c: In function 'tls_start':
tls.c:1418:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
gnutls_transport_set_ptr(tls->session, (gnutls_transport_ptr_t)fd);
^
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/sbin/mkdir -p '/tmp/mpop/pkg/mpop/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
/usr/bin/install -c mpop '/tmp/mpop/pkg/mpop/usr/bin'
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/sbin/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/sbin/mkdir -p '/tmp/mpop/pkg/mpop/usr/share/info'
/usr/sbin/mkdir -p '/tmp/mpop/pkg/mpop/usr/share/man/man1'
/usr/bin/install -c -m 644 ./mpop.info '/tmp/mpop/pkg/mpop/usr/share/info'
/usr/bin/install -c -m 644 mpop.1 '/tmp/mpop/pkg/mpop/usr/share/man/man1'
install-info --info-dir='/tmp/mpop/pkg/mpop/usr/share/info' '/tmp/mpop/pkg/mpop/usr/share/info/mpop.info'
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 (Wed Aug 24 13:38:05 UTC 2016)
CMD: pacman --query --file mpop-1.2.5-1-x86_64.pkg.tar.xz
Creating hybrid package for 'mpop'
Trying to find vanilla package 'mpop'...
CMD: pacman --query --file /mirror/mpop-1.2.5-1.pkg.tar.xz
Package file has the following structure:
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
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 = 0fe9cfef0661
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/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/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:2511: result: no
configure:2521: checking for gcc
configure:2537: found /usr/sbin/gcc
configure:2548: result: gcc
configure:2777: checking for C compiler version
configure:2786: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2797: $? = 0
configure:2786: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:2797: $? = 0
configure:2786: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2797: $? = 1
configure:2786: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2797: $? = 1
configure:2817: checking whether the C compiler works
configure:2839: gcc 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: gcc -o conftest conftest.c >&5
configure:2913: $? = 0
configure:2935: result:
configure:2957: checking whether we are cross compiling
configure:2965: gcc -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: gcc -c conftest.c >&5
configure:3026: $? = 0
configure:3047: result: o
configure:3051: checking whether we are using the GNU C compiler
configure:3070: gcc -c conftest.c >&5
configure:3070: $? = 0
configure:3079: result: yes
configure:3088: checking whether gcc accepts -g
configure:3108: gcc -c -g conftest.c >&5
configure:3108: $? = 0
configure:3149: result: yes
configure:3166: checking for gcc option to accept ISO C89
configure:3229: gcc -c conftest.c >&5
configure:3229: $? = 0
configure:3242: result: none needed
configure:3267: checking whether gcc understands -c and -o together
configure:3289: gcc -c conftest.c -o conftest2.o
configure:3292: $? = 0
configure:3289: gcc -c conftest.c -o conftest2.o
configure:3292: $? = 0
configure:3304: result: yes
configure:3327: checking how to run the C preprocessor
configure:3358: gcc -E conftest.c
configure:3358: $? = 0
configure:3372: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E
configure:3417: gcc -E conftest.c
configure:3417: $? = 0
configure:3431: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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/sbin/grep
configure:3523: checking for egrep
configure:3585: result: /usr/sbin/grep -E
configure:3590: checking for ANSI C header files
configure:3610: gcc -c conftest.c >&5
configure:3610: $? = 0
configure:3683: gcc -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: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for sys/stat.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for stdlib.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for string.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for memory.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for strings.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for inttypes.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for stdint.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3707: checking for unistd.h
configure:3707: gcc -c conftest.c >&5
configure:3707: $? = 0
configure:3707: result: yes
configure:3720: checking minix/config.h usability
configure:3720: gcc -c conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
#include
^
compilation terminated.
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: gcc -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: gcc -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/sbin/mkdir -p
configure:4324: checking for gawk
configure:4340: found /usr/sbin/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 gcc
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: gcc
configure:5090: checking for C compiler version
configure:5099: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5110: $? = 0
configure:5099: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:5110: $? = 0
configure:5099: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5110: $? = 1
configure:5099: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5110: $? = 1
configure:5114: checking whether we are using the GNU C compiler
configure:5142: result: yes
configure:5151: checking whether gcc accepts -g
configure:5212: result: yes
configure:5229: checking for gcc option to accept ISO C89
configure:5305: result: none needed
configure:5330: checking whether gcc understands -c and -o together
configure:5367: result: yes
configure:5399: checking for a sed that does not truncate output
configure:5463: result: /usr/sbin/sed
configure:5469: checking whether NLS is requested
configure:5478: result: yes
configure:5518: checking for msgfmt
configure: trying /usr/sbin/msgfmt...
0 translated messages.
configure:5550: result: /usr/sbin/msgfmt
configure:5559: checking for gmsgfmt
configure:5590: result: /usr/sbin/msgfmt
configure:5640: checking for xgettext
configure: trying /usr/sbin/xgettext...
/usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:5672: result: /usr/sbin/xgettext
configure:5717: checking for msgmerge
configure: trying /usr/sbin/msgmerge...
configure:5748: result: /usr/sbin/msgmerge
configure:5806: checking for ld used by gcc
configure:5873: result: /usr/sbin/ld
configure:5880: checking if the linker (/usr/sbin/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: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:27:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
#include
^
compilation terminated.
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: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:27:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include
^
compilation terminated.
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: gcc -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: gcc -c conftest.c >&5
configure:7544: $? = 0
configure:7544: result: yes
configure:7544: checking sysexits.h presence
configure:7544: gcc -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: gcc -c conftest.c >&5
configure:7544: $? = 0
configure:7544: result: yes
configure:7544: checking netdb.h presence
configure:7544: gcc -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: gcc -c conftest.c >&5
configure:7544: $? = 0
configure:7544: result: yes
configure:7544: checking arpa/inet.h presence
configure:7544: gcc -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: gcc -c conftest.c >&5
configure:7544: $? = 0
configure:7544: result: yes
configure:7544: checking sys/socket.h presence
configure:7544: gcc -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: gcc -c conftest.c >&5
configure:7544: $? = 0
configure:7544: result: yes
configure:7544: checking sys/wait.h presence
configure:7544: gcc -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: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for fseeko64
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for getpass
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for getservbyname
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for link
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for mkstemp
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for sigaction
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for signal
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for strndup
configure:7557: gcc -o conftest conftest.c >&5
conftest.c:66:6: warning: conflicting types for built-in function 'strndup'
char strndup ();
^~~~~~~
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for syslog
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7557: checking for vasprintf
configure:7557: gcc -o conftest conftest.c >&5
configure:7557: $? = 0
configure:7557: result: yes
configure:7566: checking for library containing nanosleep
configure:7597: gcc -o conftest conftest.c >&5
configure:7597: $? = 0
configure:7614: result: none required
configure:7622: checking for library containing socket
configure:7653: gcc -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/sbin/pkg-config
configure:7763: result: /usr/sbin/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: gcc -c conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8177: checking whether getaddrinfo accepts AI_IDN
configure:8212: gcc -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: gcc -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: gcc -o conftest conftest.c -Wl,-framework -Wl,Security >&5
conftest.c:49:31: fatal error: Security/Security.h: No such file or directory
#include
^
compilation terminated.
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 0fe9cfef0661
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=
ac_cv_env_CC_value=
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/sbin/grep -E'
ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_MSGFMT=/usr/sbin/msgfmt
ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_XGETTEXT=/usr/sbin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
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/sbin/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='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.19'
GMSGFMT='/usr/sbin/msgfmt'
GMSGFMT_015='/usr/sbin/msgfmt'
GREP='/usr/sbin/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/sbin/mkdir -p'
MSGFMT='/usr/sbin/msgfmt'
MSGFMT_015='/usr/sbin/msgfmt'
MSGMERGE='/usr/sbin/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/sbin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB='po'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='1.2.5'
XGETTEXT='/usr/sbin/xgettext'
XGETTEXT_015='/usr/sbin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
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