Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 453004 Details for
Bug 599488
net-misc/rancid-git-2.3.8 : configure: error: can't figure out how to pass count == 1 to /bin/ping.
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), 42.00 KB, created by
Toralf Förster
on 2016-11-11 15:38:26 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-11-11 15:38:26 UTC
Size:
42.00 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 configure, 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 --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --localstatedir=/var/rancid-git --enable-conf-install --docdir=/usr/share/doc/rancid-git-2.3.8 --htmldir=/usr/share/doc/rancid-git-2.3.8/html --without-svn --with-git > >## --------- ## >## Platform. ## >## --------- ## > >hostname = mr-fox >uname -m = x86_64 >uname -r = 4.8.6-hardened >uname -s = Linux >uname -v = #1 SMP Thu Nov 10 10:20:10 CET 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz >/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/lib/portage/python2.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python2.7/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/6.2.0 >PATH: /usr/lib/plan9/bin >PATH: /usr/bin/cdsclient >PATH: /opt/ekopath/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2144: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| 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 [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2293: checking for a BSD-compatible install >configure:2361: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >configure:2372: checking whether build environment is sane >configure:2427: result: yes >configure:2578: checking for a thread-safe mkdir -p >configure:2617: result: /bin/mkdir -p >configure:2624: checking for gawk >configure:2640: found /usr/bin/gawk >configure:2651: result: gawk >configure:2662: checking whether make sets $(MAKE) >configure:2684: result: yes >configure:2713: checking whether make supports nested variables >configure:2730: result: yes >configure:2852: checking whether to enable maintainer-specific portions of Makefiles >configure:2861: result: no >configure:2879: checking for gmake >configure:2897: found /usr/bin/gmake >configure:2910: result: /usr/bin/gmake >configure:2966: checking whether /usr/bin/gmake sets $(MAKE) >configure:2988: result: yes >configure:3007: checking for x86_64-pc-linux-gnu-gcc >configure:3023: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3034: result: x86_64-pc-linux-gnu-gcc >configure:3303: checking for C compiler version >configure:3312: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 >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:3323: $? = 0 >configure:3312: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) >configure:3323: $? = 0 >configure:3312: 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:3323: $? = 1 >configure:3312: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3323: $? = 1 >configure:3343: checking whether the C compiler works >configure:3365: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3369: $? = 0 >configure:3417: result: yes >configure:3420: checking for C compiler default output file name >configure:3422: result: a.out >configure:3428: checking for suffix of executables >configure:3435: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3439: $? = 0 >configure:3461: result: >configure:3483: checking whether we are cross compiling >configure:3491: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3495: $? = 0 >configure:3502: ./conftest >configure:3506: $? = 0 >configure:3521: result: no >configure:3526: checking for suffix of object files >configure:3548: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3552: $? = 0 >configure:3573: result: o >configure:3577: checking whether we are using the GNU C compiler >configure:3596: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3596: $? = 0 >configure:3605: result: yes >configure:3614: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3634: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3634: $? = 0 >configure:3675: result: yes >configure:3692: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3755: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3755: $? = 0 >configure:3768: result: none needed >configure:3793: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:3815: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3818: $? = 0 >configure:3815: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3818: $? = 0 >configure:3830: result: yes >configure:3858: checking for style of include used by /usr/bin/gmake >configure:3886: result: GNU >configure:3912: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4023: result: none >configure:4043: checking how to run the C preprocessor >configure:4074: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4074: $? = 0 >configure:4088: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4088: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4113: result: x86_64-pc-linux-gnu-gcc -E >configure:4133: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4133: $? = 0 >configure:4147: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4147: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4176: checking for an ANSI C-conforming const >configure:4242: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4242: $? = 0 >configure:4249: result: yes >configure:4257: checking for inline >configure:4273: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4273: $? = 0 >configure:4281: result: inline >configure:4300: checking for grep that handles long lines and -e >configure:4358: result: /bin/grep >configure:4363: checking for egrep >configure:4425: result: /bin/grep -E >configure:4430: checking for preprocessor stringizing operator >configure:4450: result: yes >configure:4460: checking for ANSI C header files >configure:4480: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4480: $? = 0 >configure:4553: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4553: $? = 0 >configure:4553: ./conftest >configure:4553: $? = 0 >configure:4564: result: yes >configure:4577: checking for sys/types.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for sys/stat.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for stdlib.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for string.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for memory.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for strings.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for inttypes.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for stdint.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4577: checking for unistd.h >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4577: $? = 0 >configure:4577: result: yes >configure:4594: checking ctype.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking ctype.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for ctype.h >configure:4594: result: yes >configure:4594: checking errno.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking errno.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for errno.h >configure:4594: result: yes >configure:4594: checking fcntl.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking fcntl.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for fcntl.h >configure:4594: result: yes >configure:4594: checking limits.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking limits.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for limits.h >configure:4594: result: yes >configure:4594: checking pty.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking pty.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for pty.h >configure:4594: result: yes >configure:4594: checking malloc.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking malloc.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for malloc.h >configure:4594: result: yes >configure:4594: checking for memory.h >configure:4594: result: yes >configure:4594: checking siginfo.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c:60:21: fatal error: siginfo.h: No such file or directory > #include <siginfo.h> > ^ >compilation terminated. >configure:4594: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_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 <siginfo.h> >configure:4594: result: no >configure:4594: checking siginfo.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:27:21: fatal error: siginfo.h: No such file or directory > #include <siginfo.h> > ^ >compilation terminated. >configure:4594: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| /* end confdefs.h. */ >| #include <siginfo.h> >configure:4594: result: no >configure:4594: checking for siginfo.h >configure:4594: result: no >configure:4594: checking for string.h >configure:4594: result: yes >configure:4594: checking for strings.h >configure:4594: result: yes >configure:4594: checking stropts.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking stropts.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for stropts.h >configure:4594: result: yes >configure:4594: checking for sys/types.h >configure:4594: result: yes >configure:4594: checking sys/wait.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking sys/wait.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4594: $? = 0 >configure:4594: result: yes >configure:4594: checking for sys/wait.h >configure:4594: result: yes >configure:4594: checking for unistd.h >configure:4594: result: yes >configure:4594: checking util.h usability >configure:4594: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c:66:18: fatal error: util.h: No such file or directory > #include <util.h> > ^ >compilation terminated. >configure:4594: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_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 <util.h> >configure:4594: result: no >configure:4594: checking util.h presence >configure:4594: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:33:18: fatal error: util.h: No such file or directory > #include <util.h> > ^ >compilation terminated. >configure:4594: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <util.h> >configure:4594: result: no >configure:4594: checking for util.h >configure:4594: result: no >configure:4606: checking sysexits.h usability >configure:4606: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4606: $? = 0 >configure:4606: result: yes >configure:4606: checking sysexits.h presence >configure:4606: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4606: $? = 0 >configure:4606: result: yes >configure:4606: checking for sysexits.h >configure:4606: result: yes >configure:4622: checking for memcpy >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:57:6: warning: conflicting types for built-in function 'memcpy' > char memcpy (); > ^~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for memmove >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:58:6: warning: conflicting types for built-in function 'memmove' > char memmove (); > ^~~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for memset >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:59:6: warning: conflicting types for built-in function 'memset' > char memset (); > ^~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for strerror >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for strchr >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:61:6: warning: conflicting types for built-in function 'strchr' > char strchr (); > ^~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for strrchr >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:62:6: warning: conflicting types for built-in function 'strrchr' > char strrchr (); > ^~~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for strstr >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:63:6: warning: conflicting types for built-in function 'strstr' > char strstr (); > ^~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for strtok >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for strrtok >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/net-misc/rancid-git-2.3.8/temp/ccQ3umZI.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `strrtok' >collect2: error: ld returned 1 exit status >configure:4622: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYSEXITS_H 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOK 1 >| /* end confdefs.h. */ >| /* Define strrtok to an innocuous variant, in case <limits.h> declares strrtok. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strrtok innocuous_strrtok >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strrtok (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strrtok >| >| /* 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 strrtok (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strrtok || defined __stub___strrtok >| choke me >| #endif >| >| int >| main () >| { >| return strrtok (); >| ; >| return 0; >| } >configure:4622: result: no >configure:4622: checking for index >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:65:6: warning: conflicting types for built-in function 'index' > char index (); > ^~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for rindex >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:66:6: warning: conflicting types for built-in function 'rindex' > char rindex (); > ^~~~~~ >configure:4622: $? = 0 >configure:4622: result: yes >configure:4622: checking for unsetenv >configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4622: $? = 0 >configure:4622: result: yes >configure:4633: checking for openpty >configure:4633: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/net-misc/rancid-git-2.3.8/temp/ccjmCeFb.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `openpty' >collect2: error: ld returned 1 exit status >configure:4633: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYSEXITS_H 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOK 1 >| #define HAVE_INDEX 1 >| #define HAVE_RINDEX 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define openpty innocuous_openpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char openpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef openpty >| >| /* 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 openpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_openpty || defined __stub___openpty >| choke me >| #endif >| >| int >| main () >| { >| return openpty (); >| ; >| return 0; >| } >configure:4633: result: no >configure:4648: checking for openpty in -lutil >configure:4673: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lutil >&5 >configure:4673: $? = 0 >configure:4683: result: yes >configure:4786: checking return type of signal handlers >configure:4804: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:52:10: error: void value not ignored as it ought to be > return *(signal (0, 0)) (0) == 1; > ~^~~~~~~~~~~~~~~~~~ >configure:4804: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYSEXITS_H 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOK 1 >| #define HAVE_INDEX 1 >| #define HAVE_RINDEX 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_OPENPTY 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <signal.h> >| >| int >| main () >| { >| return *(signal (0, 0)) (0) == 1; >| ; >| return 0; >| } >configure:4811: result: void >configure:4819: checking for size_t >configure:4819: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4819: $? = 0 >configure:4819: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:83:21: error: expected expression before ')' token > if (sizeof ((size_t))) > ^ >configure:4819: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_STRINGIZE 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYSEXITS_H 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOK 1 >| #define HAVE_INDEX 1 >| #define HAVE_RINDEX 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_OPENPTY 1 >| #define RETSIGTYPE void >| /* 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 ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:4819: result: yes >configure:4835: checking whether to create the local state directory at install time >configure:4847: result: yes >configure:4863: checking whether to install sample .conf files in sysconfdir >configure:4868: result: yes >configure:4892: checking whether subversion >configure:4916: result: no >configure:4937: checking for dirname >configure:4955: found /usr/bin/dirname >configure:4968: result: /usr/bin/dirname >configure:4978: checking for a diff(1) that supports -u >configure:5013: result: diff -u -4 >configure:5022: checking for sendmail >configure:5041: found /usr/sbin/sendmail >configure:5054: result: /usr/sbin/sendmail >configure:5069: checking for gnutar >configure:5099: result: no >configure:5069: checking for gtar >configure:5099: result: no >configure:5069: checking for tar >configure:5085: found /bin/tar >configure:5096: result: tar >configure:5112: checking for perl5 >configure:5143: result: no >configure:5155: checking for perl >configure:5173: found /usr/bin/perl >configure:5186: result: /usr/bin/perl >configure:5211: checking for expect >configure:5229: found /usr/bin/expect >configure:5242: result: /usr/bin/expect >configure:5258: checking for ping >configure:5276: found /bin/ping >configure:5289: result: /bin/ping >configure:5317: error: can't figure out how to pass count == 1 to /bin/ping. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_c_stringize=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -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_func_index=yes >ac_cv_func_memcpy=yes >ac_cv_func_memmove=yes >ac_cv_func_memset=yes >ac_cv_func_openpty=no >ac_cv_func_rindex=yes >ac_cv_func_strchr=yes >ac_cv_func_strerror=yes >ac_cv_func_strrchr=yes >ac_cv_func_strrtok=no >ac_cv_func_strstr=yes >ac_cv_func_strtok=yes >ac_cv_func_unsetenv=yes >ac_cv_header_ctype_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_pty_h=yes >ac_cv_header_siginfo_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_stropts_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_header_util_h=no >ac_cv_lib_util___openpty=yes >ac_cv_objext=o >ac_cv_path_DIRNAME=/usr/bin/dirname >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_EXPECT_PATH=/usr/bin/expect >ac_cv_path_GREP=/bin/grep >ac_cv_path_MAKE=/usr/bin/gmake >ac_cv_path_PERLV_PATH=/usr/bin/perl >ac_cv_path_PING_PATH=/bin/ping >ac_cv_path_SENDMAIL=/usr/sbin/sendmail >ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >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_TAR=tar >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make__usr_bin_gmake_set=yes >ac_cv_prog_make_make_set=yes >ac_cv_type_signal=void >ac_cv_type_size_t=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >rd_cv_DIFF=/usr/bin/diff >rd_cv_DIFF_CMD='diff -u -4' >rd_cv_RCSSYS=cvs > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-misc/rancid-git-2.3.8/work/rancid-git-2.3.8/missing aclocal-1.15' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AUTOCONF='${SHELL} /var/tmp/portage/net-misc/rancid-git-2.3.8/work/rancid-git-2.3.8/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/net-misc/rancid-git-2.3.8/work/rancid-git-2.3.8/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-misc/rancid-git-2.3.8/work/rancid-git-2.3.8/missing automake-1.15' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe' >COMM='' >CONF_INSTALL_FALSE='#' >CONF_INSTALL_TRUE='' >COPYYEARS='1997-2011' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CVS='' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DIFF='/usr/bin/diff' >DIFF_CMD='diff -u -4' >DIRNAME='/usr/bin/dirname' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENV_PATH='' >EXEEXT='' >EXPECT_PATH='/usr/bin/expect' >FIND='' >GREP='/bin/grep' >ID='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LG_PING_CMD='' >LIBOBJS='' >LIBS=' -lutil' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKE='/usr/bin/gmake' >MAKEINFO='${SHELL} /var/tmp/portage/net-misc/rancid-git-2.3.8/work/rancid-git-2.3.8/missing makeinfo' >MKDIR='' >MKDIR_P='/bin/mkdir -p' >MK_LCLSTATEDIR_FALSE='#' >MK_LCLSTATEDIR_TRUE='' >OBJEXT='o' >PACKAGE='rancid' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PERLV='perl' >PERLV_PATH='/usr/bin/perl' >PING_PATH='/bin/ping' >RCSSYS='cvs' >RSH='' >SENDMAIL='/usr/sbin/sendmail' >SET_MAKE='' >SHELL='/bin/sh' >SORT='' >SSH='' >STRIP='' >SVN='' >SVN_FSTYPE='--fs-type fsfs' >TAR='tar' >TELNET='' >TOUCH='' >VERSION='2.3.8' >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_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/rancid-git-2.3.8' >dvidir='${docdir}' >exec_prefix='NONE' >host_alias='x86_64-pc-linux-gnu' >htmldir='/usr/share/doc/rancid-git-2.3.8/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/net-misc/rancid-git-2.3.8/work/rancid-git-2.3.8/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/rancid-git' >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' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define HAVE_STRINGIZE 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_CTYPE_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_PTY_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STROPTS_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYSEXITS_H 1 >#define HAVE_MEMCPY 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MEMSET 1 >#define HAVE_STRERROR 1 >#define HAVE_STRCHR 1 >#define HAVE_STRRCHR 1 >#define HAVE_STRSTR 1 >#define HAVE_STRTOK 1 >#define HAVE_INDEX 1 >#define HAVE_RINDEX 1 >#define HAVE_UNSETENV 1 >#define HAVE_OPENPTY 1 >#define RETSIGTYPE void > >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 599488
: 453004 |
453006
|
453008
|
453010