Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363458 Details for
Bug 491552
=mail-client/mutt-1.5.22-r1 - checking for SLtt_get_terminfo in -lslang... no configure: error: unable to compile.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 37.42 KB, created by
eroen
on 2013-11-17 23:52:11 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
eroen
Created:
2013-11-17 23:52:11 UTC
Size:
37.42 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by mutt configure 1.5.22, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --enable-pgp --disable-debug --disable-gpgme --disable-imap --enable-nls --disable-nntp --disable-pop --disable-smime --disable-smtp --with-idn --without-gss --with-mixmaster --without-slang --enable-compressed --enable-external-dotlock --enable-nfs-fix --sysconfdir=/etc/mutt --with-curses --with-docdir=/usr/share/doc/mutt-1.5.22-r1 --with-regex --with-exec-shell=/bin/sh --disable-fcntl --enable-flock --enable-hcache --without-tokyocabinet --without-qdbm --with-gdbm --without-bdb --without-gnutls --without-ssl --without-sasl --with-homespool=Maildir > >## --------- ## >## Platform. ## >## --------- ## > >hostname = falcon >uname -m = x86_64 >uname -r = 3.10.7-e6-falcon0+ >uname -s = Linux >uname -v = #7 SMP PREEMPT Mon Aug 19 02:40:02 CEST 2013 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU @ 2.40GHz >/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/lib64/portage/bin/ebuild-helpers/xattr >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-pc-linux-musl/gcc-bin/4.8.1 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-pc-linux-muslx32/gcc-bin/4.8.1 >PATH: /opt/nvidia-cg-toolkit/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2488: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2633: checking for a BSD-compatible install >configure:2701: result: /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c >configure:2712: checking whether build environment is sane >configure:2767: result: yes >configure:2805: WARNING: 'missing' script is too old or missing >configure:2918: checking for a thread-safe mkdir -p >configure:2957: result: /bin/mkdir -p >configure:2964: checking for gawk >configure:2980: found /usr/bin/gawk >configure:2991: result: gawk >configure:3002: checking whether make sets $(MAKE) >configure:3024: result: yes >configure:3053: checking whether make supports nested variables >configure:3070: result: yes >configure:3179: checking for style of include used by make >configure:3207: result: GNU >configure:3238: checking for x86_64-pc-linux-gnu-gcc >configure:3254: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3265: result: x86_64-pc-linux-gnu-gcc >configure:3534: checking for C compiler version >configure:3543: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.0, pie-0.5.8) 4.8.2 >Copyright (C) 2013 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:3554: $? = 0 >configure:3543: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --disable-isl-version-check --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.0, pie-0.5.8' >Thread model: posix >gcc version 4.8.2 (Gentoo 4.8.2 p1.0, pie-0.5.8) >configure:3554: $? = 0 >configure:3543: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3554: $? = 1 >configure:3543: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3554: $? = 1 >configure:3574: checking whether the C compiler works >configure:3596: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3600: $? = 0 >configure:3648: result: yes >configure:3651: checking for C compiler default output file name >configure:3653: result: a.out >configure:3659: checking for suffix of executables >configure:3666: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3670: $? = 0 >configure:3692: result: >configure:3714: checking whether we are cross compiling >configure:3722: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3726: $? = 0 >configure:3733: ./conftest >configure:3737: $? = 0 >configure:3752: result: no >configure:3757: checking for suffix of object files >configure:3779: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3783: $? = 0 >configure:3804: result: o >configure:3808: checking whether we are using the GNU C compiler >configure:3827: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3827: $? = 0 >configure:3836: result: yes >configure:3845: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3865: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3865: $? = 0 >configure:3906: result: yes >configure:3923: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3986: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3986: $? = 0 >configure:3999: result: none needed >configure:4021: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4132: result: none >configure:4153: checking how to run the C preprocessor >configure:4184: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4184: $? = 0 >configure:4198: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4198: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4223: result: x86_64-pc-linux-gnu-gcc -E >configure:4243: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4243: $? = 0 >configure:4257: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4257: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4286: checking for grep that handles long lines and -e >configure:4344: result: /bin/grep >configure:4349: checking for egrep >configure:4411: result: /bin/grep -E >configure:4416: checking for ANSI C header files >configure:4436: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4436: $? = 0 >configure:4509: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4509: $? = 0 >configure:4509: ./conftest >configure:4509: $? = 0 >configure:4520: result: yes >configure:4533: checking for sys/types.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for sys/stat.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for stdlib.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for string.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for memory.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for strings.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for inttypes.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for stdint.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4533: checking for unistd.h >configure:4533: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4533: $? = 0 >configure:4533: result: yes >configure:4546: checking minix/config.h usability >configure:4546: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c:55:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:4546: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:4546: result: no >configure:4546: checking minix/config.h presence >configure:4546: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:22:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:4546: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 <minix/config.h> >configure:4546: result: no >configure:4546: checking for minix/config.h >configure:4546: result: no >configure:4567: checking whether it is safe to define __EXTENSIONS__ >configure:4585: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4585: $? = 0 >configure:4592: result: yes >configure:4613: checking build system type >configure:4627: result: x86_64-pc-linux-gnu >configure:4647: checking host system type >configure:4660: result: x86_64-pc-linux-gnu >configure:4681: checking for prefix >configure:4688: result: /usr >configure:4699: checking for x86_64-pc-linux-gnu-gcc >configure:4726: result: x86_64-pc-linux-gnu-gcc >configure:4995: checking for C compiler version >configure:5004: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.0, pie-0.5.8) 4.8.2 >Copyright (C) 2013 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:5015: $? = 0 >configure:5004: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --disable-isl-version-check --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.0, pie-0.5.8' >Thread model: posix >gcc version 4.8.2 (Gentoo 4.8.2 p1.0, pie-0.5.8) >configure:5015: $? = 0 >configure:5004: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:5015: $? = 1 >configure:5004: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:5015: $? = 1 >configure:5019: checking whether we are using the GNU C compiler >configure:5047: result: yes >configure:5056: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5117: result: yes >configure:5134: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:5210: result: none needed >configure:5232: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5343: result: none >configure:5358: checking for library containing strerror >configure:5389: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5389: $? = 0 >configure:5406: result: none required >configure:5422: checking how to run the C preprocessor >configure:5492: result: x86_64-pc-linux-gnu-gcc -E >configure:5512: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5512: $? = 0 >configure:5526: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:27:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:5526: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5554: checking whether make sets $(MAKE) >configure:5576: result: yes >configure:5589: checking for x86_64-pc-linux-gnu-ranlib >configure:5605: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:5616: result: x86_64-pc-linux-gnu-ranlib >configure:5681: checking for x86_64-pc-linux-gnu-ar >configure:5697: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:5708: result: x86_64-pc-linux-gnu-ar >configure:5771: checking for inline >configure:5787: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:5787: $? = 0 >configure:5795: result: inline >configure:5813: checking for an ANSI C-conforming const >configure:5879: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:5879: $? = 0 >configure:5886: result: yes >configure:5894: checking whether byte ordering is bigendian >configure:5909: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c:28:9: error: unknown type name 'not' > not a universal capable compiler > ^ >conftest.c:28:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > not a universal capable compiler > ^ >conftest.c:28:15: error: unknown type name 'universal' >configure:5909: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:5954: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:5954: $? = 0 >configure:5972: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:34:4: error: unknown type name 'not' > not big endian > ^ >conftest.c:34:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > not big endian > ^ >configure:5972: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:6100: result: no >configure:6126: checking for special C compiler options needed for large files >configure:6171: result: no >configure:6177: checking for _FILE_OFFSET_BITS value needed for large files >configure:6202: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6202: $? = 0 >configure:6234: result: no >configure:6319: checking for _LARGEFILE_SOURCE value needed for large files >configure:6338: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6338: $? = 0 >configure:6366: result: no >configure:6391: checking size of off_t >configure:6396: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6396: $? = 0 >configure:6396: ./conftest >configure:6396: $? = 0 >configure:6410: result: 8 >configure:6423: checking for dbx >configure:6454: result: no >configure:6464: checking for gdb >configure:6482: found /usr/bin/gdb >configure:6495: result: /usr/bin/gdb >configure:6505: checking for sdb >configure:6536: result: no >configure:6571: checking for inttypes.h >configure:6571: result: yes >configure:6581: checking for uint32_t >configure:6581: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6581: $? = 0 >configure:6581: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:66:23: error: expected expression before ')' token > if (sizeof ((uint32_t))) > ^ >configure:6581: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 HAVE_FSEEKO 1 >| #define SIZEOF_OFF_T 8 >| #define HAVE_INTTYPES_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint32_t))) >| return 0; >| ; >| return 0; >| } >configure:6581: result: yes >configure:6592: checking size of short >configure:6597: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6597: $? = 0 >configure:6597: ./conftest >configure:6597: $? = 0 >configure:6611: result: 2 >configure:6625: checking size of int >configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6630: $? = 0 >configure:6630: ./conftest >configure:6630: $? = 0 >configure:6644: result: 4 >configure:6658: checking size of long >configure:6663: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6663: $? = 0 >configure:6663: ./conftest >configure:6663: $? = 0 >configure:6677: result: 8 >configure:6691: checking size of long long >configure:6696: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6696: $? = 0 >configure:6696: ./conftest >configure:6696: $? = 0 >configure:6710: result: 8 >configure:6721: checking for unsigned long long int >configure:6760: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6760: $? = 0 >configure:6769: result: yes >configure:6779: checking for long long int >configure:6817: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6817: $? = 0 >configure:6817: ./conftest >configure:6817: $? = 0 >configure:6829: result: yes >configure:6841: checking for sendmail >configure:6860: found /usr/sbin/sendmail >configure:6873: result: /usr/sbin/sendmail >configure:6889: checking whether to build with GPGME support >configure:7168: result: no >configure:7237: checking for ispell >configure:7268: result: no >configure:7287: checking if this is a BSD system >configure:7309: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7309: $? = 0 >configure:7309: ./conftest >configure:7309: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 HAVE_FSEEKO 1 >| #define SIZEOF_OFF_T 8 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_C99_INTTYPES 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define SENDMAIL "/usr/sbin/sendmail" >| #define CRYPT_BACKEND_CLASSIC_PGP 1 >| #define MIXMASTER "mixmaster" >| /* end confdefs.h. */ >| #include <sys/param.h> >| #include <stdlib.h> >| >| main () >| { >| #ifdef BSD >| exit (0); >| #else >| exit (1); >| #endif >| } >configure:7319: result: no >configure:7322: checking for S-Lang >configure:7352: result: no >configure:7404: checking for SLtt_get_terminfo in -lslang >configure:7429: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Lno/lib conftest.c -lslang -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lslang >collect2: error: ld returned 1 exit status >configure:7429: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mutt" >| #define PACKAGE_TARNAME "mutt" >| #define PACKAGE_VERSION "1.5.22" >| #define PACKAGE_STRING "mutt 1.5.22" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mutt" >| #define VERSION "1.5.22" >| #define MUTT_VERSION "1.5.22" >| #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 HAVE_FSEEKO 1 >| #define SIZEOF_OFF_T 8 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_C99_INTTYPES 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define SENDMAIL "/usr/sbin/sendmail" >| #define CRYPT_BACKEND_CLASSIC_PGP 1 >| #define MIXMASTER "mixmaster" >| #define USE_SLANG_CURSES 1 >| #define HAVE_COLOR 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char SLtt_get_terminfo (); >| int >| main () >| { >| return SLtt_get_terminfo (); >| ; >| return 0; >| } >configure:7438: result: no >configure:7443: error: unable to compile. check config.log > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=core2 -O2 -pipe' >ac_cv_env_CPPFLAGS_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='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_slang_SLtt_get_terminfo=no >ac_cv_objext=o >ac_cv_path_DBX=no >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GDB=/usr/bin/gdb >ac_cv_path_GREP=/bin/grep >ac_cv_path_ISPELL=no >ac_cv_path_SDB=no >ac_cv_path_SENDMAIL=/usr/sbin/sendmail >ac_cv_path_install='/usr/lib64/portage/bin/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >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_strerror='none required' >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=8 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_off_t=8 >ac_cv_sizeof_short=2 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_sys_largefile_source=no >ac_cv_type_long_long_int=yes >ac_cv_type_uint32_t=yes >ac_cv_type_unsigned_long_long_int=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >mutt_cv_bsdish=no >mutt_cv_prefix=/usr >mutt_cv_slang=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='aclocal-1.13' >ALLOCA='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='autoconf' >AUTOHEADER='autoheader' >AUTOMAKE='automake-1.13' >AWK='gawk' >BUILD_HCACHE_FALSE='' >BUILD_HCACHE_TRUE='' >BUILD_IMAP_FALSE='' >BUILD_IMAP_TRUE='' >BUILD_INCLUDED_LIBINTL='' >CATALOGS='' >CATOBJEXT='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=core2 -O2 -pipe' >CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/VERSION' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DATADIRNAME='' >DBX='no' >DEBUGGER='/usr/bin/gdb' >DEFS='' >DEPDIR='.deps' >DOTLOCK_GROUP='' >DOTLOCK_PERMISSION='' >DOTLOCK_TARGET='' >DSLROOT='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >GDB='/usr/bin/gdb' >GENCAT='' >GLIBC21='' >GMOFILES='' >GMSGFMT='' >GPGME_CFLAGS='' >GPGME_CONFIG='' >GPGME_LIBS='' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INSTOBJEXT='' >INTLBISON='' >INTLLIBS='' >INTLOBJS='' >INTL_LIBTOOL_SUFFIX_PREFIX='' >ISPELL='no' >KRB5CFGPATH='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Lno/lib' >LIBICONV='' >LIBIMAP='' >LIBIMAPDEPS='' >LIBOBJS='' >LIBS='' >LTLIBOBJS='' >MAKEINFO='makeinfo' >MKDIR_P='/bin/mkdir -p' >MKINSTALLDIRS='' >MSGFMT='' >MUTTLIBS='' >MUTT_LIB_OBJECTS=' pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o remailer.o resize.o' >MUTT_MD5='' >OBJEXT='o' >OPS='$(srcdir)/OPS $(srcdir)/OPS.MIX $(srcdir)/OPS.PGP $(srcdir)/OPS.SMIME $(srcdir)/OPS.CRYPT ' >OSPCAT='' >PACKAGE='mutt' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='mutt' >PACKAGE_STRING='mutt 1.5.22' >PACKAGE_TARNAME='mutt' >PACKAGE_URL='' >PACKAGE_VERSION='1.5.22' >PATH_SEPARATOR=':' >PGPAUX_TARGET='pgpring$(EXEEXT) pgpewrap$(EXEEXT)' >POFILES='' >POSUB='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SDB='no' >SENDMAIL='/usr/sbin/sendmail' >SET_MAKE='' >SHELL='/bin/sh' >SMIMEAUX_TARGET='' >STRIP='' >USE_GSS_FALSE='' >USE_GSS_TRUE='' >USE_INCLUDED_LIBINTL='' >USE_NLS='' >USE_SASL_FALSE='' >USE_SASL_TRUE='' >USE_SSL_FALSE='' >USE_SSL_TRUE='' >VERSION='1.5.22' >XGETTEXT='' >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='' >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='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/mail-client/mutt-1.5.22-r1/work/mutt-1.5.22/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc/mutt' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "mutt" >#define PACKAGE_TARNAME "mutt" >#define PACKAGE_VERSION "1.5.22" >#define PACKAGE_STRING "mutt 1.5.22" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "mutt" >#define VERSION "1.5.22" >#define MUTT_VERSION "1.5.22" >#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 HAVE_FSEEKO 1 >#define SIZEOF_OFF_T 8 >#define HAVE_INTTYPES_H 1 >#define HAVE_C99_INTTYPES 1 >#define SIZEOF_SHORT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 8 >#define SIZEOF_LONG_LONG 8 >#define HAVE_UNSIGNED_LONG_LONG_INT 1 >#define HAVE_LONG_LONG_INT 1 >#define SENDMAIL "/usr/sbin/sendmail" >#define CRYPT_BACKEND_CLASSIC_PGP 1 >#define MIXMASTER "mixmaster" >#define USE_SLANG_CURSES 1 >#define HAVE_COLOR 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 491552
:
363456
| 363458 |
363470