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.65. Invocation command line was $ ./configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --program-suffix=19 --with-soname=ruby19 --enable-shared --enable-pthread --enable-socks --disable-install-doc --enable-ipv6 --disable-debug --with-dbm --with-gdbm --with-openssl --with-tk --with-curses --without-psych --with-readline --enable-option-checking=no ## --------- ## ## Platform. ## ## --------- ## hostname = elmer uname -m = parisc uname -r = 2.6.34-gentoo-r12-JeR uname -s = Linux uname -v = #2 Wed Oct 20 16:20:42 CEST 2010 /usr/bin/uname -p = PA8700 (PCX-W2) /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/distcc/bin PATH: /usr/lib/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/hppa2.0-unknown-linux-gnu/gcc-bin/4.4.4 PATH: /usr/hppa2.0-unknown-linux-gnu/hppa64-unknown-linux-gnu/gcc-bin/4.4.4 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2550: 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 | } | | if [[ ${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:2748: checking build system type configure:2762: result: hppa2.0-unknown-linux-gnu configure:2782: checking host system type configure:2795: result: hppa2.0-unknown-linux-gnu configure:2815: checking target system type configure:2828: result: hppa2.0-unknown-linux-gnu configure:3013: checking for hppa2.0-unknown-linux-gnu-gcc configure:3029: found /usr/lib/distcc/bin/hppa2.0-unknown-linux-gnu-gcc configure:3040: result: hppa2.0-unknown-linux-gnu-gcc configure:3309: checking for C compiler version configure:3318: hppa2.0-unknown-linux-gnu-gcc --version >&5 hppa2.0-unknown-linux-gnu-gcc (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) 4.4.4 Copyright (C) 2010 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:3329: $? = 0 configure:3318: hppa2.0-unknown-linux-gnu-gcc -v >&5 Using built-in specs. Target: hppa2.0-unknown-linux-gnu Configured with: /mnt/alt/portage/sys-devel/gcc-4.4.4-r2/work/gcc-4.4.4/configure --prefix=/usr --bindir=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.4.4 --includedir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/include --datadir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4 --mandir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4/man --infodir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4/info --with-gxx-include-dir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/include/g++-v4 --host=hppa2.0-unknown-linux-gnu --build=hppa2.0-unknown-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4/python --enable-checking=release --disable-libgcj --enable-objc-gc --enable-languages=c,c++,objc,obj-c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.4-r2 p1.2, pie-0.4.5' Thread model: posix gcc version 4.4.4 (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) configure:3329: $? = 0 configure:3318: hppa2.0-unknown-linux-gnu-gcc -V >&5 hppa2.0-unknown-linux-gnu-gcc: '-V' option must have argument distcc[25554] ERROR: compile (null) on localhost failed configure:3329: $? = 1 configure:3318: hppa2.0-unknown-linux-gnu-gcc -qversion >&5 hppa2.0-unknown-linux-gnu-gcc: unrecognized option '-qversion' hppa2.0-unknown-linux-gnu-gcc: no input files distcc[25560] ERROR: compile (null) on localhost failed configure:3329: $? = 1 configure:3349: checking whether the C compiler works configure:3371: hppa2.0-unknown-linux-gnu-gcc -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3375: $? = 0 configure:3424: result: yes configure:3427: checking for C compiler default output file name configure:3429: result: a.out configure:3435: checking for suffix of executables configure:3442: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3446: $? = 0 configure:3468: result: configure:3490: checking whether we are cross compiling configure:3498: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3502: $? = 0 configure:3509: ./conftest configure:3513: $? = 0 configure:3528: result: no configure:3533: checking for suffix of object files configure:3555: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:3559: $? = 0 configure:3580: result: o configure:3584: checking whether we are using the GNU C compiler configure:3603: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:3603: $? = 0 configure:3612: result: yes configure:3621: checking whether hppa2.0-unknown-linux-gnu-gcc accepts -g configure:3641: hppa2.0-unknown-linux-gnu-gcc -c -g conftest.c >&5 configure:3641: $? = 0 configure:3682: result: yes configure:3699: checking for hppa2.0-unknown-linux-gnu-gcc option to accept ISO C89 configure:3763: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:3763: $? = 0 configure:3776: result: none needed configure:3810: checking for hppa2.0-unknown-linux-gnu-g++ configure:3826: found /usr/lib/distcc/bin/hppa2.0-unknown-linux-gnu-g++ configure:3837: result: hppa2.0-unknown-linux-gnu-g++ configure:3908: checking for C++ compiler version configure:3917: hppa2.0-unknown-linux-gnu-g++ --version >&5 hppa2.0-unknown-linux-gnu-g++ (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) 4.4.4 Copyright (C) 2010 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:3928: $? = 0 configure:3917: hppa2.0-unknown-linux-gnu-g++ -v >&5 Using built-in specs. Target: hppa2.0-unknown-linux-gnu Configured with: /mnt/alt/portage/sys-devel/gcc-4.4.4-r2/work/gcc-4.4.4/configure --prefix=/usr --bindir=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.4.4 --includedir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/include --datadir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4 --mandir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4/man --infodir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4/info --with-gxx-include-dir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/include/g++-v4 --host=hppa2.0-unknown-linux-gnu --build=hppa2.0-unknown-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/hppa2.0-unknown-linux-gnu/4.4.4/python --enable-checking=release --disable-libgcj --enable-objc-gc --enable-languages=c,c++,objc,obj-c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.4-r2 p1.2, pie-0.4.5' Thread model: posix gcc version 4.4.4 (Gentoo 4.4.4-r2 p1.2, pie-0.4.5) configure:3928: $? = 0 configure:3917: hppa2.0-unknown-linux-gnu-g++ -V >&5 hppa2.0-unknown-linux-gnu-g++: '-V' option must have argument distcc[25643] ERROR: compile (null) on localhost failed configure:3928: $? = 1 configure:3917: hppa2.0-unknown-linux-gnu-g++ -qversion >&5 hppa2.0-unknown-linux-gnu-g++: unrecognized option '-qversion' hppa2.0-unknown-linux-gnu-g++: no input files distcc[25649] ERROR: compile (null) on localhost failed configure:3928: $? = 1 configure:3932: checking whether we are using the GNU C++ compiler configure:3951: hppa2.0-unknown-linux-gnu-g++ -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.cpp >&5 configure:3951: $? = 0 configure:3960: result: yes configure:3969: checking whether hppa2.0-unknown-linux-gnu-g++ accepts -g configure:3989: hppa2.0-unknown-linux-gnu-g++ -c -g conftest.cpp >&5 configure:3989: $? = 0 configure:4030: result: yes configure:4059: checking how to run the C preprocessor configure:4090: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:4090: $? = 0 configure:4104: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory distcc[25678] ERROR: compile (null) on localhost failed configure:4104: $? = 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 CANONICALIZATION_FOR_MATHN 1 | /* end confdefs.h. */ | #include configure:4129: result: hppa2.0-unknown-linux-gnu-gcc -E configure:4149: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:4149: $? = 0 configure:4163: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory distcc[25694] ERROR: compile (null) on localhost failed configure:4163: $? = 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 CANONICALIZATION_FOR_MATHN 1 | /* end confdefs.h. */ | #include configure:4192: checking for grep that handles long lines and -e configure:4250: result: /bin/grep configure:4255: checking for egrep configure:4317: result: /bin/grep -E configure:4323: checking whether hppa2.0-unknown-linux-gnu-gcc needs -traditional configure:4357: result: no configure:4379: checking whether the linker is GNU ld configure:4391: result: yes configure:4395: checking whether hppa2.0-unknown-linux-gnu-gcc -E accepts -o configure:4406: hppa2.0-unknown-linux-gnu-gcc -E -o conftest.i conftest.c configure:4406: $? = 0 configure:4415: result: yes configure:4618: checking for hppa2.0-unknown-linux-gnu-ranlib configure:4634: found /usr/bin/hppa2.0-unknown-linux-gnu-ranlib configure:4645: result: hppa2.0-unknown-linux-gnu-ranlib configure:4710: checking for hppa2.0-unknown-linux-gnu-ar configure:4726: found /usr/bin/hppa2.0-unknown-linux-gnu-ar configure:4737: result: hppa2.0-unknown-linux-gnu-ar configure:4848: checking for hppa2.0-unknown-linux-gnu-as configure:4864: found /usr/bin/hppa2.0-unknown-linux-gnu-as configure:4875: result: hppa2.0-unknown-linux-gnu-as configure:4953: checking for hppa2.0-unknown-linux-gnu-objdump configure:4969: found /usr/bin/hppa2.0-unknown-linux-gnu-objdump configure:4980: result: hppa2.0-unknown-linux-gnu-objdump configure:5053: checking for hppa2.0-unknown-linux-gnu-objcopy configure:5069: found /usr/bin/hppa2.0-unknown-linux-gnu-objcopy configure:5080: result: hppa2.0-unknown-linux-gnu-objcopy configure:5585: checking whether ln -s works configure:5589: result: yes configure:5596: checking whether make sets $(MAKE) configure:5618: result: yes configure:5641: checking for a BSD-compatible install configure:5709: result: /usr/bin/install -c configure:5720: checking for a thread-safe mkdir -p configure:5759: result: /bin/mkdir -p configure:5776: checking for hppa2.0-unknown-linux-gnu-dot configure:5806: result: no configure:5816: checking for dot configure:5832: found /usr/bin/dot configure:5843: result: dot configure:5868: checking for hppa2.0-unknown-linux-gnu-doxygen configure:5898: result: no configure:5908: checking for doxygen configure:5924: found /usr/bin/doxygen configure:5935: result: doxygen configure:5965: checking for ANSI C header files configure:5985: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:5985: $? = 0 configure:6058: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6058: $? = 0 configure:6058: ./conftest configure:6058: $? = 0 configure:6069: result: yes configure:6082: checking for sys/types.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for sys/stat.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for stdlib.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for string.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for memory.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for strings.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for inttypes.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for stdint.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6082: checking for unistd.h configure:6082: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6082: $? = 0 configure:6082: result: yes configure:6096: checking minix/config.h usability configure:6096: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:53:26: error: minix/config.h: No such file or directory distcc[25945] ERROR: compile conftest.c on localhost failed configure:6096: $? = 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 CANONICALIZATION_FOR_MATHN 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6096: result: no configure:6096: checking minix/config.h presence configure:6096: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:20:26: error: minix/config.h: No such file or directory distcc[25956] ERROR: compile (null) on localhost failed configure:6096: $? = 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 CANONICALIZATION_FOR_MATHN 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:6096: result: no configure:6096: checking for minix/config.h configure:6096: result: no configure:6117: checking whether it is safe to define __EXTENSIONS__ configure:6135: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6135: $? = 0 configure:6142: result: yes configure:6166: checking for cd using phisical directory configure:6181: result: cd -P configure:6194: checking whether -Wno-unused-parameter is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wno-unused-parameter conftest.c >&5 configure:6207: $? = 0 configure:6209: result: yes configure:6194: checking whether -Wno-parentheses is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wno-parentheses conftest.c >&5 configure:6207: $? = 0 configure:6209: result: yes configure:6194: checking whether -Wpointer-arith is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wpointer-arith conftest.c >&5 configure:6207: $? = 0 configure:6209: result: yes configure:6194: checking whether -Wwrite-strings is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wwrite-strings conftest.c >&5 configure:6207: $? = 0 configure:6209: result: yes configure:6194: checking whether -Wno-missing-field-initializers is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wno-missing-field-initializers conftest.c >&5 configure:6207: $? = 0 configure:6209: result: yes configure:6194: checking whether -Wshorten-64-to-32 is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wshorten-64-to-32 conftest.c >&5 cc1: error: unrecognized command line option "-Wshorten-64-to-32" distcc[26022] ERROR: compile conftest.c on localhost failed configure:6207: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6213: result: no configure:6194: checking whether -Wno-long-long is accepted configure:6207: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wno-long-long conftest.c >&5 configure:6207: $? = 0 configure:6209: result: yes configure:6230: checking whether -Wextra is accepted configure:6243: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -Wextra conftest.c >&5 configure:6243: $? = 0 configure:6245: result: yes configure:6270: checking for special C compiler options needed for large files configure:6315: result: no configure:6321: checking for _FILE_OFFSET_BITS value needed for large files configure:6346: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:8: warning: left shift count >= width of type conftest.c:8: warning: left shift count >= width of type conftest.c:10: error: size of array 'off_t_is_large' is negative distcc[26051] ERROR: compile conftest.c on localhost failed configure:6346: $? = 1 configure: failed program was: | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:6370: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6370: $? = 0 configure:6378: result: 64 configure:6472: checking for long long configure:6472: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6472: $? = 0 configure:6472: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:62: error: expected expression before ')' token distcc[26082] ERROR: compile conftest.c on localhost failed configure:6472: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((long long))) | return 0; | ; | return 0; | } configure:6472: result: yes configure:6481: checking for off_t configure:6481: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6481: $? = 0 configure:6481: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:63: error: expected expression before ')' token distcc[26103] ERROR: compile conftest.c on localhost failed configure:6481: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:6481: result: yes configure:6492: checking char bit configure:6498: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6498: $? = 0 configure:6498: ./conftest configure:6498: $? = 0 configure:6507: result: 8 configure:6632: checking size of int configure:6637: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6637: $? = 0 configure:6637: ./conftest configure:6637: $? = 0 configure:6652: result: 4 configure:6731: checking size of short configure:6736: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6736: $? = 0 configure:6736: ./conftest configure:6736: $? = 0 configure:6751: result: 2 configure:6907: checking size of long configure:6912: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:6912: $? = 0 configure:6912: ./conftest configure:6912: $? = 0 configure:6927: result: 4 configure:7006: checking size of long long configure:7011: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7011: $? = 0 configure:7011: ./conftest configure:7011: $? = 0 configure:7026: result: 8 configure:7105: checking size of __int64 configure:7110: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'longval': conftest.c:65: error: '__int64' undeclared (first use in this function) conftest.c:65: error: (Each undeclared identifier is reported only once conftest.c:65: error: for each function it appears in.) conftest.c: In function 'ulongval': conftest.c:66: error: '__int64' undeclared (first use in this function) conftest.c: In function 'main': conftest.c:76: error: '__int64' undeclared (first use in this function) distcc[26185] ERROR: compile conftest.c on localhost failed configure:7110: $? = 1 configure: program exited with status 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | /* 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 | static long int longval () { return (long int) (sizeof (__int64)); } | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (__int64))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (__int64)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:7125: result: 0 configure:7204: checking size of off_t configure:7209: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7209: $? = 0 configure:7209: ./conftest configure:7209: $? = 0 configure:7224: result: 8 configure:7380: checking size of void* configure:7385: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7385: $? = 0 configure:7385: ./conftest configure:7385: $? = 0 configure:7400: result: 4 configure:7479: checking size of float configure:7484: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7484: $? = 0 configure:7484: ./conftest configure:7484: $? = 0 configure:7499: result: 4 configure:7578: checking size of double configure:7583: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7583: $? = 0 configure:7583: ./conftest configure:7583: $? = 0 configure:7598: result: 8 configure:7706: checking size of time_t configure:7711: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7711: $? = 0 configure:7711: ./conftest configure:7711: $? = 0 configure:7727: result: 4 configure:7741: checking for pid_t configure:7741: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7741: $? = 0 configure:7741: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: expected expression before ')' token distcc[26274] ERROR: compile conftest.c on localhost failed configure:7741: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:7741: result: yes configure:7748: checking for convertible type of pid_t configure:7776: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: size of array 'test_array' is negative distcc[26287] ERROR: compile conftest.c on localhost failed configure:7776: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static int test_array [1 - 2 * !((pid_t)-1 > 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:7804: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:74: error: conflicting types for 'rbcv_conftest_var' conftest.c:73: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:76: error: conflicting types for 'rbcv_conftest_func' conftest.c:75: note: previous declaration of 'rbcv_conftest_func' was here conftest.c: In function 'main': conftest.c:81: error: size of array 'test_array' is negative distcc[26299] ERROR: compile conftest.c on localhost failed configure:7804: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | /* 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 | typedef pid_t rbcv_conftest_target_type; | typedef long long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:7804: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:74: error: conflicting types for 'rbcv_conftest_var' conftest.c:73: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:76: error: conflicting types for 'rbcv_conftest_func' conftest.c:75: note: previous declaration of 'rbcv_conftest_func' was here distcc[26311] ERROR: compile conftest.c on localhost failed configure:7804: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | /* 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 | typedef pid_t rbcv_conftest_target_type; | typedef long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:7804: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7804: $? = 0 configure:7823: result: INT configure:7843: checking for uid_t configure:7843: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7843: $? = 0 configure:7843: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:78: error: expected expression before ')' token distcc[26344] ERROR: compile conftest.c on localhost failed configure:7843: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((uid_t))) | return 0; | ; | return 0; | } configure:7843: result: yes configure:7850: checking for convertible type of uid_t configure:7878: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7878: $? = 0 configure:7906: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:78: error: conflicting types for 'rbcv_conftest_var' conftest.c:77: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:80: error: conflicting types for 'rbcv_conftest_func' conftest.c:79: note: previous declaration of 'rbcv_conftest_func' was here conftest.c: In function 'main': conftest.c:85: error: size of array 'test_array' is negative distcc[26365] ERROR: compile conftest.c on localhost failed configure:7906: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | /* 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 | typedef uid_t rbcv_conftest_target_type; | typedef unsigned long long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:7906: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:78: error: conflicting types for 'rbcv_conftest_var' conftest.c:77: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:80: error: conflicting types for 'rbcv_conftest_func' conftest.c:79: note: previous declaration of 'rbcv_conftest_func' was here distcc[26377] ERROR: compile conftest.c on localhost failed configure:7906: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | /* 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 | typedef uid_t rbcv_conftest_target_type; | typedef unsigned long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:7906: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7906: $? = 0 configure:7925: result: UINT configure:7945: checking for gid_t configure:7945: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7945: $? = 0 configure:7945: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:82: error: expected expression before ')' token distcc[26410] ERROR: compile conftest.c on localhost failed configure:7945: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((gid_t))) | return 0; | ; | return 0; | } configure:7945: result: yes configure:7952: checking for convertible type of gid_t configure:7980: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:7980: $? = 0 configure:8008: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:82: error: conflicting types for 'rbcv_conftest_var' conftest.c:81: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:84: error: conflicting types for 'rbcv_conftest_func' conftest.c:83: note: previous declaration of 'rbcv_conftest_func' was here conftest.c: In function 'main': conftest.c:89: error: size of array 'test_array' is negative distcc[26431] ERROR: compile conftest.c on localhost failed configure:8008: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | /* 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 | typedef gid_t rbcv_conftest_target_type; | typedef unsigned long long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:8008: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:82: error: conflicting types for 'rbcv_conftest_var' conftest.c:81: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:84: error: conflicting types for 'rbcv_conftest_func' conftest.c:83: note: previous declaration of 'rbcv_conftest_func' was here distcc[26443] ERROR: compile conftest.c on localhost failed configure:8008: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | /* 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 | typedef gid_t rbcv_conftest_target_type; | typedef unsigned long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:8008: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8008: $? = 0 configure:8027: result: UINT configure:8047: checking for time_t configure:8047: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8047: $? = 0 configure:8047: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:55: error: expected expression before ')' token distcc[26476] ERROR: compile conftest.c on localhost failed configure:8047: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((time_t))) | return 0; | ; | return 0; | } configure:8047: result: yes configure:8055: checking for convertible type of time_t configure:8084: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:55: error: size of array 'test_array' is negative distcc[26489] ERROR: compile conftest.c on localhost failed configure:8084: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | /* end confdefs.h. */ | #include | | int | main () | { | static int test_array [1 - 2 * !((time_t)-1 > 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:8113: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:55: error: conflicting types for 'rbcv_conftest_var' conftest.c:54: note: previous declaration of 'rbcv_conftest_var' was here conftest.c:57: error: conflicting types for 'rbcv_conftest_func' conftest.c:56: note: previous declaration of 'rbcv_conftest_func' was here conftest.c: In function 'main': conftest.c:62: error: size of array 'test_array' is negative distcc[26501] ERROR: compile conftest.c on localhost failed configure:8113: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | /* end confdefs.h. */ | #include | | typedef time_t rbcv_conftest_target_type; | typedef long long rbcv_conftest_replace_type; | extern rbcv_conftest_target_type rbcv_conftest_var; | extern rbcv_conftest_replace_type rbcv_conftest_var; | extern rbcv_conftest_target_type rbcv_conftest_func(void); | extern rbcv_conftest_replace_type rbcv_conftest_func(void); | | int | main () | { | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | test_array [0] = 0 | | ; | return 0; | } configure:8113: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8113: $? = 0 configure:8132: result: LONG configure:8153: checking for prototypes configure:8169: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8169: $? = 0 configure:8176: result: yes configure:8183: checking token paste string configure:8199: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8199: $? = 0 configure:8206: result: ansi configure:8216: checking stringization configure:8244: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8244: $? = 0 configure:8253: result: #expr configure:8266: checking string literal concatenation configure:8289: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8289: $? = 0 configure:8297: result: yes configure:8304: checking for variable length prototypes and stdarg.h configure:8330: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8330: $? = 0 configure:8337: result: yes configure:8344: checking for variable length macro configure:8360: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:62: warning: implicit declaration of function 'foo' configure:8360: $? = 0 configure:8367: result: yes configure:8378: checking for noreturn function attribute configure:8406: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8406: $? = 0 configure:8418: result: __attribute__ ((noreturn)) x configure:8437: checking for deprecated function attribute configure:8465: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8465: $? = 0 configure:8477: result: __attribute__ ((deprecated)) x configure:8496: checking for noinline function attribute configure:8524: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8524: $? = 0 configure:8536: result: __attribute__ ((noinline)) x configure:8557: checking for stdcall function attribute configure:8587: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: 'stdcall' attribute directive ignored configure:8587: $? = 0 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_STDCALL(x) __attribute__ ((stdcall)) x | | | | FUNC_STDCALL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8587: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: 'stdcall' attribute directive ignored configure:8587: $? = 0 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_STDCALL(x) x __attribute__ ((stdcall)) | | | | FUNC_STDCALL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8587: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: return type defaults to 'int' conftest.c: In function '__declspec': conftest.c:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token conftest.c:67: error: declaration for parameter 'conftest_attribute_check' but no such parameter conftest.c:74: error: expected '{' at end of input distcc[26625] ERROR: compile conftest.c on localhost failed configure:8587: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_STDCALL(x) __declspec(stdcall) x | | | | FUNC_STDCALL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8587: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8587: $? = 0 configure:8599: result: x configure:8618: checking for cdecl function attribute configure:8648: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: 'cdecl' attribute directive ignored configure:8648: $? = 0 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_CDECL(x) __attribute__ ((cdecl)) x | | | | FUNC_CDECL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8648: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: 'cdecl' attribute directive ignored configure:8648: $? = 0 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_CDECL(x) x __attribute__ ((cdecl)) | | | | FUNC_CDECL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8648: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: return type defaults to 'int' conftest.c: In function '__declspec': conftest.c:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token conftest.c:67: error: declaration for parameter 'conftest_attribute_check' but no such parameter conftest.c:74: error: expected '{' at end of input distcc[26668] ERROR: compile conftest.c on localhost failed configure:8648: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_CDECL(x) __declspec(cdecl) x | | | | FUNC_CDECL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8648: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8648: $? = 0 configure:8660: result: x configure:8679: checking for fastcall function attribute configure:8709: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: 'fastcall' attribute directive ignored configure:8709: $? = 0 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_FASTCALL(x) __attribute__ ((fastcall)) x | | | | FUNC_FASTCALL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8709: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: 'fastcall' attribute directive ignored configure:8709: $? = 0 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_FASTCALL(x) x __attribute__ ((fastcall)) | | | | FUNC_FASTCALL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8709: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:67: warning: return type defaults to 'int' conftest.c: In function '__declspec': conftest.c:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token conftest.c:67: error: declaration for parameter 'conftest_attribute_check' but no such parameter conftest.c:74: error: expected '{' at end of input distcc[26711] ERROR: compile conftest.c on localhost failed configure:8709: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | /* end confdefs.h. */ | | #define FUNC_FASTCALL(x) __declspec(fastcall) x | | | | FUNC_FASTCALL(void conftest_attribute_check(void)); | int | main () | { | | ; | return 0; | } configure:8709: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8709: $? = 0 configure:8721: result: x configure:8741: checking for function alias configure:8760: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8760: $? = 0 configure:8767: result: alias configure:8781: checking for RUBY_EXTERN configure:8799: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:64: warning: 'dllimport' attribute directive ignored conftest.c: In function 'main': conftest.c:68: error: 'rb_cv_ruby_extern' undeclared (first use in this function) conftest.c:68: error: (Each undeclared identifier is reported only once conftest.c:68: error: for each function it appears in.) conftest.c:68: error: break statement not within loop or switch distcc[26742] ERROR: compile conftest.c on localhost failed configure:8799: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | /* end confdefs.h. */ | extern __attribute__((dllimport)) void conftest(void); | int | main () | { | rb_cv_ruby_extern="extern __attribute__((dllimport))"; break | ; | return 0; | } configure:8799: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:64: warning: return type defaults to 'int' conftest.c: In function '__declspec': conftest.c:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token conftest.c:64: error: declaration for parameter 'conftest' but no such parameter conftest.c:71: error: expected '{' at end of input distcc[26754] ERROR: compile conftest.c on localhost failed configure:8799: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | /* end confdefs.h. */ | extern __declspec(dllimport) void conftest(void); | int | main () | { | rb_cv_ruby_extern="extern __declspec(dllimport)"; break | ; | return 0; | } configure:8805: result: no configure:8823: checking whether sys_nerr is declared configure:8823: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:8823: $? = 0 configure:8823: result: yes configure:9302: checking for crypt in -lcrypt configure:9327: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lcrypt -lm >&5 configure:9327: $? = 0 configure:9336: result: yes configure:9347: checking for dlopen in -ldl configure:9372: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -ldl -lcrypt -lm >&5 configure:9372: $? = 0 configure:9381: result: yes configure:9392: checking for shl_load in -ldld configure:9417: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -ldld -ldl -lcrypt -lm >&5 /usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/../../../../hppa2.0-unknown-linux-gnu/bin/ld: cannot find -ldld collect2: ld returned 1 exit status distcc[26799] ERROR: compile conftest.c on localhost failed configure:9417: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 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 shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:9426: result: no configure:9437: checking for socketpair in -lsocket configure:9462: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lsocket -ldl -lcrypt -lm >&5 /usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/../../../../hppa2.0-unknown-linux-gnu/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status distcc[26814] ERROR: compile conftest.c on localhost failed configure:9462: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 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 socketpair (); | int | main () | { | return socketpair (); | ; | return 0; | } configure:9471: result: no configure:9482: checking for clock_gettime in -lrt configure:9507: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:9507: $? = 0 configure:9516: result: yes configure:9598: checking for dirent.h that defines DIR configure:9617: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9617: $? = 0 configure:9625: result: yes configure:9639: checking for library containing opendir configure:9670: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:9670: $? = 0 configure:9687: result: none required configure:9754: checking for stdbool.h that conforms to C99 configure:9839: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:96: warning: the address of 's' will always evaluate as 'true' conftest.c: In function 'main': conftest.c:140: warning: the address of 'a' will always evaluate as 'true' conftest.c:140: warning: the address of 'b' will always evaluate as 'true' conftest.c:140: warning: the address of 'c' will always evaluate as 'true' conftest.c:140: warning: the address of 'd' will always evaluate as 'true' conftest.c:140: warning: the address of 'f' will always evaluate as 'true' conftest.c:140: warning: the address of 'g' will always evaluate as 'true' conftest.c:140: warning: the address of 'h' will always evaluate as 'true' conftest.c:140: warning: the address of 'i' will always evaluate as 'true' conftest.c:141: warning: the address of 'n' will always evaluate as 'true' conftest.c:141: warning: the address of 'o' will always evaluate as 'true' conftest.c:141: warning: the address of 'p' will always evaluate as 'true' configure:9839: $? = 0 configure:9846: result: yes configure:9848: checking for _Bool configure:9848: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9848: $? = 0 configure:9848: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:105: error: expected expression before ')' token distcc[26888] ERROR: compile conftest.c on localhost failed configure:9848: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:9848: result: yes configure:9864: checking for sys/wait.h that is POSIX.1 compatible configure:9890: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9890: $? = 0 configure:9897: result: yes configure:9913: checking limits.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking limits.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for limits.h configure:9913: result: yes configure:9913: checking sys/file.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/file.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/file.h configure:9913: result: yes configure:9913: checking sys/ioctl.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/ioctl.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/ioctl.h configure:9913: result: yes configure:9913: checking sys/syscall.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/syscall.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/syscall.h configure:9913: result: yes configure:9913: checking fcntl.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking fcntl.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for fcntl.h configure:9913: result: yes configure:9913: checking sys/fcntl.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/fcntl.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/fcntl.h configure:9913: result: yes configure:9913: checking sys/select.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/select.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/select.h configure:9913: result: yes configure:9913: checking sys/time.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/time.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/time.h configure:9913: result: yes configure:9913: checking sys/times.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/times.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/times.h configure:9913: result: yes configure:9913: checking sys/param.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/param.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/param.h configure:9913: result: yes configure:9913: checking syscall.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking syscall.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for syscall.h configure:9913: result: yes configure:9913: checking for pwd.h configure:9913: result: yes configure:9913: checking grp.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking grp.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for grp.h configure:9913: result: yes configure:9913: checking a.out.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking a.out.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for a.out.h configure:9913: result: yes configure:9913: checking utime.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking utime.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for utime.h configure:9913: result: yes configure:9913: checking direct.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:120:20: error: direct.h: No such file or directory distcc[27245] ERROR: compile conftest.c on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_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:9913: result: no configure:9913: checking direct.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:87:20: error: direct.h: No such file or directory distcc[27256] ERROR: compile (null) on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | #include configure:9913: result: no configure:9913: checking for direct.h configure:9913: result: no configure:9913: checking sys/resource.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/resource.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/resource.h configure:9913: result: yes configure:9913: checking sys/mkdev.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:121:23: error: sys/mkdev.h: No such file or directory distcc[27294] ERROR: compile conftest.c on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_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:9913: result: no configure:9913: checking sys/mkdev.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:88:23: error: sys/mkdev.h: No such file or directory distcc[27305] ERROR: compile (null) on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include configure:9913: result: no configure:9913: checking for sys/mkdev.h configure:9913: result: no configure:9913: checking sys/utime.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:121:23: error: sys/utime.h: No such file or directory distcc[27320] ERROR: compile conftest.c on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_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:9913: result: no configure:9913: checking sys/utime.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:88:23: error: sys/utime.h: No such file or directory distcc[27331] ERROR: compile (null) on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include configure:9913: result: no configure:9913: checking for sys/utime.h configure:9913: result: no configure:9913: checking xti.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:121:17: error: xti.h: No such file or directory distcc[27346] ERROR: compile conftest.c on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_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:9913: result: no configure:9913: checking xti.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:88:17: error: xti.h: No such file or directory distcc[27357] ERROR: compile (null) on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include configure:9913: result: no configure:9913: checking for xti.h configure:9913: result: no configure:9913: checking netinet/in_systm.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking netinet/in_systm.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for netinet/in_systm.h configure:9913: result: yes configure:9913: checking float.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking float.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for float.h configure:9913: result: yes configure:9913: checking ieeefp.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:123:20: error: ieeefp.h: No such file or directory distcc[27418] ERROR: compile conftest.c on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_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:9913: result: no configure:9913: checking ieeefp.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:90:20: error: ieeefp.h: No such file or directory distcc[27429] ERROR: compile (null) on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include configure:9913: result: no configure:9913: checking for ieeefp.h configure:9913: result: no configure:9913: checking ucontext.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking ucontext.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for ucontext.h configure:9913: result: yes configure:9913: checking intrinsics.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:124:24: error: intrinsics.h: No such file or directory distcc[27467] ERROR: compile conftest.c on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_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:9913: result: no configure:9913: checking intrinsics.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:91:24: error: intrinsics.h: No such file or directory distcc[27478] ERROR: compile (null) on localhost failed configure:9913: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | /* end confdefs.h. */ | #include configure:9913: result: no configure:9913: checking for intrinsics.h configure:9913: result: no configure:9913: checking langinfo.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking langinfo.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for langinfo.h configure:9913: result: yes configure:9913: checking locale.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking locale.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for locale.h configure:9913: result: yes configure:9913: checking sys/sendfile.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking sys/sendfile.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for sys/sendfile.h configure:9913: result: yes configure:9913: checking time.h usability configure:9913: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking time.h presence configure:9913: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:9913: $? = 0 configure:9913: result: yes configure:9913: checking for time.h configure:9913: result: yes configure:9913: checking for net/socket.h configure:9913: result: no configure:9913: checking for sys/socket.h configure:9913: result: yes configure:10049: checking size of rlim_t configure:10054: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10054: $? = 0 configure:10054: ./conftest configure:10054: $? = 0 configure:10084: result: 8 configure:10097: checking for size_t configure:10097: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10097: $? = 0 configure:10097: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:133: error: expected expression before ')' token distcc[27616] ERROR: compile conftest.c on localhost failed configure:10097: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:10097: result: yes configure:10204: checking size of size_t configure:10209: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10209: $? = 0 configure:10209: ./conftest configure:10209: $? = 0 configure:10225: result: 4 configure:10333: checking size of ptrdiff_t configure:10338: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10338: $? = 0 configure:10338: ./conftest configure:10338: $? = 0 configure:10354: result: 4 configure:10366: checking for struct stat.st_blksize configure:10366: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10366: $? = 0 configure:10366: result: yes configure:10379: checking for struct stat.st_blocks configure:10379: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10379: $? = 0 configure:10379: result: yes configure:10399: checking for struct stat.st_rdev configure:10399: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10399: $? = 0 configure:10399: result: yes configure:10413: checking size of struct stat.st_size configure:10442: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:115: error: dereferencing pointer to incomplete type conftest.c:115: warning: unused variable 'test_array' distcc[27684] ERROR: compile conftest.c on localhost failed configure:10442: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | /* end confdefs.h. */ | | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_SIZE sizeof((*rbcv_ptr).st_size) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_SIZE == sizeof(int))]; | test_array [0] = 0 | | ; | return 0; | } configure:10442: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:115: error: dereferencing pointer to incomplete type conftest.c:115: warning: unused variable 'test_array' distcc[27696] ERROR: compile conftest.c on localhost failed configure:10442: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | /* end confdefs.h. */ | | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_SIZE sizeof((*rbcv_ptr).st_size) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_SIZE == sizeof(long))]; | test_array [0] = 0 | | ; | return 0; | } configure:10442: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:115: error: dereferencing pointer to incomplete type conftest.c:115: warning: unused variable 'test_array' distcc[27708] ERROR: compile conftest.c on localhost failed configure:10442: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | /* end confdefs.h. */ | | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_SIZE sizeof((*rbcv_ptr).st_size) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_SIZE == sizeof(long long))]; | test_array [0] = 0 | | ; | return 0; | } configure:10458: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10458: $? = 0 configure:10458: ./conftest configure:10458: $? = 0 configure:10479: result: 8 configure:10506: checking size of struct stat.st_blocks configure:10535: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:116: error: dereferencing pointer to incomplete type conftest.c:116: warning: unused variable 'test_array' distcc[27733] ERROR: compile conftest.c on localhost failed configure:10535: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | /* end confdefs.h. */ | | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_BLOCKS sizeof((*rbcv_ptr).st_blocks) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_BLOCKS == sizeof(int))]; | test_array [0] = 0 | | ; | return 0; | } configure:10535: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:116: error: dereferencing pointer to incomplete type conftest.c:116: warning: unused variable 'test_array' distcc[27745] ERROR: compile conftest.c on localhost failed configure:10535: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | /* end confdefs.h. */ | | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_BLOCKS sizeof((*rbcv_ptr).st_blocks) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_BLOCKS == sizeof(long))]; | test_array [0] = 0 | | ; | return 0; | } configure:10535: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:116: error: dereferencing pointer to incomplete type conftest.c:116: warning: unused variable 'test_array' distcc[27757] ERROR: compile conftest.c on localhost failed configure:10535: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | /* end confdefs.h. */ | | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_BLOCKS sizeof((*rbcv_ptr).st_blocks) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_BLOCKS == sizeof(long long))]; | test_array [0] = 0 | | ; | return 0; | } configure:10551: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10551: $? = 0 configure:10551: ./conftest configure:10551: $? = 0 configure:10572: result: 8 configure:10598: checking for struct stat.st_atim configure:10598: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:144: error: used struct type value where scalar is required distcc[27782] ERROR: compile conftest.c on localhost failed configure:10598: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atim) | return 0; | ; | return 0; | } configure:10598: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10598: $? = 0 configure:10598: result: yes configure:10608: checking for struct stat.st_atimespec configure:10608: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:145: error: 'struct stat' has no member named 'st_atimespec' distcc[27803] ERROR: compile conftest.c on localhost failed configure:10608: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atimespec) | return 0; | ; | return 0; | } configure:10608: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:145: error: 'struct stat' has no member named 'st_atimespec' distcc[27814] ERROR: compile conftest.c on localhost failed configure:10608: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atimespec) | return 0; | ; | return 0; | } configure:10608: result: no configure:10618: checking for struct stat.st_atimensec configure:10618: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:145: error: 'struct stat' has no member named 'st_atimensec' distcc[27827] ERROR: compile conftest.c on localhost failed configure:10618: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atimensec) | return 0; | ; | return 0; | } configure:10618: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:145: error: 'struct stat' has no member named 'st_atimensec' distcc[27838] ERROR: compile conftest.c on localhost failed configure:10618: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atimensec) | return 0; | ; | return 0; | } configure:10618: result: no configure:10628: checking for struct stat.st_mtim configure:10628: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:145: error: used struct type value where scalar is required distcc[27851] ERROR: compile conftest.c on localhost failed configure:10628: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_mtim) | return 0; | ; | return 0; | } configure:10628: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10628: $? = 0 configure:10628: result: yes configure:10638: checking for struct stat.st_mtimespec configure:10638: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:146: error: 'struct stat' has no member named 'st_mtimespec' distcc[27872] ERROR: compile conftest.c on localhost failed configure:10638: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_mtimespec) | return 0; | ; | return 0; | } configure:10638: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:146: error: 'struct stat' has no member named 'st_mtimespec' distcc[27883] ERROR: compile conftest.c on localhost failed configure:10638: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_mtimespec) | return 0; | ; | return 0; | } configure:10638: result: no configure:10648: checking for struct stat.st_mtimensec configure:10648: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:146: error: 'struct stat' has no member named 'st_mtimensec' distcc[27896] ERROR: compile conftest.c on localhost failed configure:10648: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_mtimensec) | return 0; | ; | return 0; | } configure:10648: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:146: error: 'struct stat' has no member named 'st_mtimensec' distcc[27907] ERROR: compile conftest.c on localhost failed configure:10648: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_mtimensec) | return 0; | ; | return 0; | } configure:10648: result: no configure:10658: checking for struct stat.st_ctim configure:10658: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:146: error: used struct type value where scalar is required distcc[27920] ERROR: compile conftest.c on localhost failed configure:10658: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_ctim) | return 0; | ; | return 0; | } configure:10658: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10658: $? = 0 configure:10658: result: yes configure:10668: checking for struct stat.st_ctimespec configure:10668: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:147: error: 'struct stat' has no member named 'st_ctimespec' distcc[27941] ERROR: compile conftest.c on localhost failed configure:10668: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_ctimespec) | return 0; | ; | return 0; | } configure:10668: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:147: error: 'struct stat' has no member named 'st_ctimespec' distcc[27952] ERROR: compile conftest.c on localhost failed configure:10668: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_ctimespec) | return 0; | ; | return 0; | } configure:10668: result: no configure:10678: checking for struct stat.st_ctimensec configure:10678: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:147: error: 'struct stat' has no member named 'st_ctimensec' distcc[27965] ERROR: compile conftest.c on localhost failed configure:10678: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_ctimensec) | return 0; | ; | return 0; | } configure:10678: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:147: error: 'struct stat' has no member named 'st_ctimensec' distcc[27976] ERROR: compile conftest.c on localhost failed configure:10678: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_ctimensec) | return 0; | ; | return 0; | } configure:10678: result: no configure:10689: checking for struct timespec configure:10689: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10689: $? = 0 configure:10689: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:117: error: expected expression before ')' token distcc[27996] ERROR: compile conftest.c on localhost failed configure:10689: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | /* end confdefs.h. */ | #ifdef HAVE_TIME_H | #include | #endif | | int | main () | { | if (sizeof ((struct timespec))) | return 0; | ; | return 0; | } configure:10689: result: yes configure:10703: checking for struct timezone configure:10703: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10703: $? = 0 configure:10703: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:121: error: expected expression before ')' token distcc[28017] ERROR: compile conftest.c on localhost failed configure:10703: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #ifdef HAVE_TIME_H | # include | #endif | #ifdef HAVE_SYS_TIME_H | # include | #endif | | int | main () | { | if (sizeof ((struct timezone))) | return 0; | ; | return 0; | } configure:10703: result: yes configure:10723: checking for fd_mask configure:10723: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10723: $? = 0 configure:10723: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:148: error: expected expression before ')' token distcc[28038] ERROR: compile conftest.c on localhost failed configure:10723: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((fd_mask))) | return 0; | ; | return 0; | } configure:10723: result: yes configure:10739: checking for int8_t configure:10756: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10756: $? = 0 configure:10778: result: yes configure:10788: checking size of int8_t configure:10793: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10793: $? = 0 configure:10793: ./conftest configure:10793: $? = 0 configure:10809: result: 1 configure:10831: checking for uint8_t configure:10848: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10848: $? = 0 configure:10870: result: yes configure:10880: checking size of uint8_t configure:10885: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10885: $? = 0 configure:10885: ./conftest configure:10885: $? = 0 configure:10901: result: 1 configure:10923: checking for int16_t configure:10940: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:10940: $? = 0 configure:10962: result: yes configure:10972: checking size of int16_t configure:10977: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:10977: $? = 0 configure:10977: ./conftest configure:10977: $? = 0 configure:10993: result: 2 configure:11015: checking for uint16_t configure:11032: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11032: $? = 0 configure:11054: result: yes configure:11064: checking size of uint16_t configure:11069: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11069: $? = 0 configure:11069: ./conftest configure:11069: $? = 0 configure:11085: result: 2 configure:11107: checking for int32_t configure:11124: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11124: $? = 0 configure:11146: result: yes configure:11156: checking size of int32_t configure:11161: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11161: $? = 0 configure:11161: ./conftest configure:11161: $? = 0 configure:11177: result: 4 configure:11199: checking for uint32_t configure:11216: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11216: $? = 0 configure:11238: result: yes configure:11248: checking size of uint32_t configure:11253: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11253: $? = 0 configure:11253: ./conftest configure:11253: $? = 0 configure:11269: result: 4 configure:11291: checking for int64_t configure:11308: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11308: $? = 0 configure:11330: result: yes configure:11340: checking size of int64_t configure:11345: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11345: $? = 0 configure:11345: ./conftest configure:11345: $? = 0 configure:11361: result: 8 configure:11383: checking for uint64_t configure:11400: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11400: $? = 0 configure:11422: result: yes configure:11432: checking size of uint64_t configure:11437: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11437: $? = 0 configure:11437: ./conftest configure:11437: $? = 0 configure:11453: result: 8 configure:11475: checking for int128_t configure:11492: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:162: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't' conftest.c:162: error: 't' undeclared here (not in a function) distcc[28227] ERROR: compile conftest.c on localhost failed configure:11492: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | /* 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 | typedef int128_t t; int s = sizeof(t) == 42; | int | main () | { | | ; | return 0; | } configure:11514: result: no configure:11567: checking for uint128_t configure:11584: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:162: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't' conftest.c:162: error: 't' undeclared here (not in a function) distcc[28239] ERROR: compile conftest.c on localhost failed configure:11584: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | /* 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 | typedef uint128_t t; int s = sizeof(t) == 42; | int | main () | { | | ; | return 0; | } configure:11606: result: no configure:11659: checking for intptr_t configure:11676: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11676: $? = 0 configure:11698: result: yes configure:11800: checking size of intptr_t configure:11805: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11805: $? = 0 configure:11805: ./conftest configure:11805: $? = 0 configure:11821: result: 4 configure:11845: checking for uintptr_t configure:11862: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:11862: $? = 0 configure:11884: result: yes configure:11986: checking size of uintptr_t configure:11991: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:11991: $? = 0 configure:11991: ./conftest configure:11991: $? = 0 configure:12007: result: 4 configure:12031: checking for ssize_t configure:12049: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:12049: $? = 0 configure:12071: result: yes configure:12175: checking size of ssize_t configure:12180: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12180: $? = 0 configure:12180: ./conftest configure:12180: $? = 0 configure:12197: result: 4 configure:12221: checking for stack end address configure:12239: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12239: $? = 0 configure:12246: result: __libc_stack_end configure:12255: checking for uid_t in sys/types.h configure:12274: result: yes configure:12285: checking type of array argument to getgroups configure:12319: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12319: $? = 0 configure:12319: ./conftest configure:12319: $? = 0 configure:12344: result: gid_t configure:12352: checking return type of signal handlers configure:12370: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:143: error: void value not ignored as it ought to be distcc[28341] ERROR: compile conftest.c on localhost failed configure:12370: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:12377: result: void configure:12430: checking for working alloca.h configure:12447: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12447: $? = 0 configure:12455: result: yes configure:12463: checking for alloca configure:12500: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12500: $? = 0 configure:12508: result: yes configure:12620: checking for working memcmp configure:12663: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12663: $? = 0 configure:12663: ./conftest configure:12663: $? = 0 configure:12673: result: yes configure:12686: checking for broken erfc of glibc-2.3.6 on IA64 configure:12706: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12706: $? = 0 configure:12706: ./conftest configure:12706: $? = 0 configure:12716: result: no configure:12759: checking for dup2 configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for memmove configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:164: warning: conflicting types for built-in function 'memmove' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for strerror configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for strchr configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:166: warning: conflicting types for built-in function 'strchr' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for strstr configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:167: warning: conflicting types for built-in function 'strstr' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for crypt configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for flock configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for isnan configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:170: warning: conflicting types for built-in function 'isnan' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for finite configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:171: warning: conflicting types for built-in function 'finite' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for isinf configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:172: warning: conflicting types for built-in function 'isinf' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for hypot configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:173: warning: conflicting types for built-in function 'hypot' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for acosh configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:174: warning: conflicting types for built-in function 'acosh' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for erf configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:175: warning: conflicting types for built-in function 'erf' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for tgamma configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:176: warning: conflicting types for built-in function 'tgamma' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for lgamma_r configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:177: warning: conflicting types for built-in function 'lgamma_r' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for cbrt configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:178: warning: conflicting types for built-in function 'cbrt' configure:12759: $? = 0 configure:12759: result: yes configure:12759: checking for strlcpy configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccHdeIVE.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:190: undefined reference to `strlcpy' collect2: ld returned 1 exit status distcc[28760] ERROR: compile conftest.c on localhost failed configure:12759: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* 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 strlcpy (); | /* 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_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:12759: result: no configure:12759: checking for strlcat configure:12759: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/cc8l2Ood.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:190: undefined reference to `strlcat' collect2: ld returned 1 exit status distcc[28779] ERROR: compile conftest.c on localhost failed configure:12759: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* 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 strlcat (); | /* 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_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:12759: result: no configure:12777: checking for signbit configure:12795: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c: In function 'main': conftest.c:162: warning: unused variable 'v' configure:12795: $? = 0 configure:12803: result: yes configure:12830: checking for fmod configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:180: warning: conflicting types for built-in function 'fmod' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for killpg configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for wait4 configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for waitpid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for fork configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:184: warning: conflicting types for built-in function 'fork' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for spawnv configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccxvveEf.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:196: undefined reference to `spawnv' collect2: ld returned 1 exit status distcc[28918] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | /* end confdefs.h. */ | /* Define spawnv to an innocuous variant, in case declares spawnv. | For example, HP-UX 11i declares gettimeofday. */ | #define spawnv innocuous_spawnv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char spawnv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef spawnv | | /* 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 spawnv (); | /* 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_spawnv || defined __stub___spawnv | choke me | #endif | | int | main () | { | return spawnv (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for syscall configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for chroot configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for getcwd configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for eaccess configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for truncate configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for ftruncate configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for chsize configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/cchm99Wr.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:202: undefined reference to `chsize' collect2: ld returned 1 exit status distcc[29057] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | /* end confdefs.h. */ | /* Define chsize to an innocuous variant, in case declares chsize. | For example, HP-UX 11i declares gettimeofday. */ | #define chsize innocuous_chsize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char chsize (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef chsize | | /* 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 chsize (); | /* 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_chsize || defined __stub___chsize | choke me | #endif | | int | main () | { | return chsize (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for times configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for utimes configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for utimensat configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for fcntl configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for lockf configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for lstat configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for link configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for symlink configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for readlink configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for readdir_r configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for fsync configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for fdatasync configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for fchown configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setitimer configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setruid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccgGhWth.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:216: undefined reference to `setruid' collect2: ld returned 1 exit status distcc[29356] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | /* end confdefs.h. */ | /* Define setruid to an innocuous variant, in case declares setruid. | For example, HP-UX 11i declares gettimeofday. */ | #define setruid innocuous_setruid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setruid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setruid | | /* 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 setruid (); | /* 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_setruid || defined __stub___setruid | choke me | #endif | | int | main () | { | return setruid (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for seteuid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setreuid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setresuid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setproctitle configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccLWQ241.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:219: undefined reference to `setproctitle' collect2: ld returned 1 exit status distcc[29435] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | /* end confdefs.h. */ | /* Define setproctitle to an innocuous variant, in case declares setproctitle. | For example, HP-UX 11i declares gettimeofday. */ | #define setproctitle innocuous_setproctitle | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setproctitle (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setproctitle | | /* 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 setproctitle (); | /* 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_setproctitle || defined __stub___setproctitle | choke me | #endif | | int | main () | { | return setproctitle (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for socketpair configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setrgid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/cc9ORteW.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:220: undefined reference to `setrgid' collect2: ld returned 1 exit status distcc[29474] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | /* end confdefs.h. */ | /* Define setrgid to an innocuous variant, in case declares setrgid. | For example, HP-UX 11i declares gettimeofday. */ | #define setrgid innocuous_setrgid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setrgid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setrgid | | /* 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 setrgid (); | /* 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_setrgid || defined __stub___setrgid | choke me | #endif | | int | main () | { | return setrgid (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for setegid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setregid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setresgid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for issetugid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccIOb82I.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:223: undefined reference to `issetugid' collect2: ld returned 1 exit status distcc[29553] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | /* end confdefs.h. */ | /* Define issetugid to an innocuous variant, in case declares issetugid. | For example, HP-UX 11i declares gettimeofday. */ | #define issetugid innocuous_issetugid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char issetugid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef issetugid | | /* 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 issetugid (); | /* 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_issetugid || defined __stub___issetugid | choke me | #endif | | int | main () | { | return issetugid (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for pause configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for lchown configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for lchmod configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:219: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' distcc[29612] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | /* end confdefs.h. */ | /* Define lchmod to an innocuous variant, in case declares lchmod. | For example, HP-UX 11i declares gettimeofday. */ | #define lchmod innocuous_lchmod | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lchmod (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef lchmod | | /* 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 lchmod (); | /* 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_lchmod || defined __stub___lchmod | choke me | #endif | | int | main () | { | return lchmod (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for getpgrp configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setpgrp configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for getpgid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setpgid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for initgroups configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for getgroups configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setgroups configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for getpriority configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for getrlimit configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setrlimit configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sysconf configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for close configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for dlopen configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sigprocmask configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sigaction configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sigsetjmp configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccep4AP2.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:240: undefined reference to `sigsetjmp' collect2: ld returned 1 exit status distcc[29929] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | /* end confdefs.h. */ | /* Define sigsetjmp to an innocuous variant, in case declares sigsetjmp. | For example, HP-UX 11i declares gettimeofday. */ | #define sigsetjmp innocuous_sigsetjmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sigsetjmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sigsetjmp | | /* 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 sigsetjmp (); | /* 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_sigsetjmp || defined __stub___sigsetjmp | choke me | #endif | | int | main () | { | return sigsetjmp (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for _setjmp configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for _longjmp configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setsid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for telldir configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for seekdir configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for fchmod configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for cosh configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:235: warning: conflicting types for built-in function 'cosh' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sinh configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:236: warning: conflicting types for built-in function 'sinh' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for tanh configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:237: warning: conflicting types for built-in function 'tanh' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for log2 configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:238: warning: conflicting types for built-in function 'log2' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for round configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c:239: warning: conflicting types for built-in function 'round' configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setuid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for setgid configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for daemon configure:12830: result: no configure:12830: checking for select_large_fdset configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccRKdTSx.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:253: undefined reference to `select_large_fdset' collect2: ld returned 1 exit status distcc[30227] ERROR: compile conftest.c on localhost failed configure:12830: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | /* end confdefs.h. */ | /* Define select_large_fdset to an innocuous variant, in case declares select_large_fdset. | For example, HP-UX 11i declares gettimeofday. */ | #define select_large_fdset innocuous_select_large_fdset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char select_large_fdset (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef select_large_fdset | | /* 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 select_large_fdset (); | /* 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_select_large_fdset || defined __stub___select_large_fdset | choke me | #endif | | int | main () | { | return select_large_fdset (); | ; | return 0; | } configure:12830: result: no configure:12830: checking for setenv configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for unsetenv configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for mktime configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for timegm configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for gmtime_r configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for clock_gettime configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for gettimeofday configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for pread configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sendfile configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for shutdown configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12830: checking for sigaltstack configure:12830: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:12830: $? = 0 configure:12830: result: yes configure:12841: checking for unsetenv returns a value configure:12859: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:236: warning: unused variable 'v' configure:12859: $? = 0 configure:12866: result: yes configure:12873: checking for __builtin_setjmp configure:12890: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c: In function 't': conftest.c:231: error: '__builtin_longjmp' second argument must be 1 distcc[30473] ERROR: compile conftest.c on localhost failed configure:12890: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | /* end confdefs.h. */ | #include | jmp_buf jb; void t(v) int v; {__builtin_longjmp(jb, v);} | int | main () | { | __builtin_setjmp(jb); | ; | return 0; | } configure:12899: result: no configure:12904: checking for setjmp type configure:12951: result: _setjmp configure:12977: checking whether struct tm is in sys/time.h or time.h configure:12997: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:12997: $? = 0 configure:13004: result: time.h configure:13012: checking for struct tm.tm_zone configure:13012: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13012: $? = 0 configure:13012: result: yes configure:13079: checking for struct tm.tm_gmtoff configure:13095: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13095: $? = 0 configure:13102: result: yes configure:13108: checking for external int daylight configure:13125: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:13125: $? = 0 configure:13133: result: yes configure:13140: checking for external timezone configure:13163: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13163: $? = 0 configure:13183: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13183: $? = 0 configure:13191: result: long configure:13201: checking for external altzone configure:13224: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:249: error: 'altzone' undeclared (first use in this function) conftest.c:249: error: (Each undeclared identifier is reported only once conftest.c:249: error: for each function it appears in.) distcc[30541] ERROR: compile conftest.c on localhost failed configure:13224: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | /* end confdefs.h. */ | | #ifndef _XOPEN_SOURCE | #define _XOPEN_SOURCE 1 | #endif | #include | ; | const volatile void *volatile t; | int | main () | { | t = &(&altzone)[0]; | ; | return 0; | } configure:13252: result: no configure:13264: checking for timezone configure:13264: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 configure:13264: $? = 0 configure:13264: result: yes configure:13274: checking whether timezone requires zero arguments configure:13290: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:244: error: called object 'timezone' is not a function distcc[30565] ERROR: compile conftest.c on localhost failed configure:13290: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | (void)timezone(0, 0); | ; | return 0; | } configure:13298: result: yes configure:13306: checking for negative time_t for gmtime(3) configure:13347: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c: In function 'check': conftest.c:255: warning: implicit declaration of function 'exit' conftest.c:255: warning: incompatible implicit declaration of built-in function 'exit' conftest.c: In function 'main': conftest.c:263: warning: unused variable 'tm' configure:13347: $? = 0 configure:13347: ./conftest configure:13347: $? = 0 configure:13357: result: yes configure:13366: checking for localtime(3) overflow correctly configure:13409: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c: In function 'check': conftest.c:256: warning: implicit declaration of function 'exit' conftest.c:256: warning: incompatible implicit declaration of built-in function 'exit' configure:13409: $? = 0 configure:13409: ./conftest configure:13409: $? = 0 configure:13419: result: yes configure:13489: checking whether getpgrp requires zero arguments configure:13506: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:279: error: too many arguments to function 'getpgrp' distcc[30601] ERROR: compile conftest.c on localhost failed configure:13506: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | getpgrp (0); | ; | return 0; | } configure:13514: result: yes configure:13522: checking whether setpgrp takes no argument configure:13544: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lrt -ldl -lcrypt -lm >&5 conftest.c: In function 'main': conftest.c:283: error: too many arguments to function 'setpgrp' distcc[30612] ERROR: compile conftest.c on localhost failed configure:13544: $? = 1 configure: program exited with status 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | /* If this system has a BSD-style setpgrp which takes arguments, | setpgrp(1, 1) will fail with ESRCH and return -1, in that case | exit successfully. */ | return setpgrp (1,1) != -1; | ; | return 0; | } configure:13554: result: yes configure:13563: checking whether byte ordering is bigendian configure:13578: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:246: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' distcc[30622] ERROR: compile conftest.c on localhost failed configure:13578: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:13623: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13623: $? = 0 configure:13641: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13641: $? = 0 configure:13769: result: yes configure:13787: checking for an ANSI C-conforming const configure:13852: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:275: warning: 't' is used uninitialized in this function conftest.c:291: warning: 'b' is used uninitialized in this function conftest.c:254: warning: 'cs[0]' is used uninitialized in this function configure:13852: $? = 0 configure:13859: result: yes configure:13867: checking whether char is unsigned configure:13885: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13885: $? = 0 configure:13892: result: no configure:13899: checking for inline configure:13915: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:13915: $? = 0 configure:13923: result: inline configure:13941: checking for working volatile configure:13960: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:253: warning: 'x' is used uninitialized in this function configure:13960: $? = 0 configure:13967: result: yes configure:14015: checking whether right shift preserve sign bit configure:14033: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:14033: $? = 0 configure:14040: result: yes configure:14051: checking read count field in FILE structures configure:14070: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:252: error: 'FILE' has no member named '_cnt' distcc[30696] ERROR: compile conftest.c on localhost failed configure:14070: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | /* end confdefs.h. */ | #include | | int | main () | { | FILE *f = stdin; f->_cnt = 0; | ; | return 0; | } configure:14070: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:252: error: 'FILE' has no member named '__cnt' distcc[30708] ERROR: compile conftest.c on localhost failed configure:14070: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | /* end confdefs.h. */ | #include | | int | main () | { | FILE *f = stdin; f->__cnt = 0; | ; | return 0; | } configure:14070: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:252: error: 'FILE' has no member named '_r' distcc[30720] ERROR: compile conftest.c on localhost failed configure:14070: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | /* end confdefs.h. */ | #include | | int | main () | { | FILE *f = stdin; f->_r = 0; | ; | return 0; | } configure:14070: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:252: error: 'FILE' has no member named 'readCount' distcc[30732] ERROR: compile conftest.c on localhost failed configure:14070: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | /* end confdefs.h. */ | #include | | int | main () | { | FILE *f = stdin; f->readCount = 0; | ; | return 0; | } configure:14070: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:252: error: 'FILE' has no member named '_rcount' distcc[30744] ERROR: compile conftest.c on localhost failed configure:14070: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | /* end confdefs.h. */ | #include | | int | main () | { | FILE *f = stdin; f->_rcount = 0; | ; | return 0; | } configure:14076: result: not found (OK if using GNU libc) configure:14088: checking read buffer ptr field in FILE structures configure:14106: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:14106: $? = 0 configure:14114: result: _IO_read_ptr configure:14123: checking read buffer end field in FILE structures configure:14141: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:14141: $? = 0 configure:14149: result: _IO_read_end configure:14161: checking size of struct stat.st_ino configure:14190: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:259: error: size of array 'test_array' is negative distcc[30772] ERROR: compile conftest.c on localhost failed configure:14190: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | /* end confdefs.h. */ | #include | | typedef struct stat ac__type_sizeof_; | static ac__type_sizeof_ *rbcv_ptr; | #define SIZEOF_STRUCT_STAT_ST_INO sizeof((*rbcv_ptr).st_ino) | | | int | main () | { | static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_INO == sizeof(long))]; | test_array [0] = 0 | | ; | return 0; | } configure:14190: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 configure:14190: $? = 0 configure:14228: result: SIZEOF_LONG_LONG configure:14256: checking whether _SC_CLK_TCK is supported configure:14273: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:256: warning: statement with no effect configure:14273: $? = 0 configure:14281: result: yes configure:14386: checking stack growing direction on hppa2.0 configure:14437: result: .0 configure:14449: checking for pthread_kill in -lthr configure:14474: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lthr -lrt -ldl -lcrypt -lm >&5 /usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.4.4/../../../../hppa2.0-unknown-linux-gnu/bin/ld: cannot find -lthr collect2: ld returned 1 exit status distcc[30812] ERROR: compile conftest.c on localhost failed configure:14474: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | /* 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 pthread_kill (); | int | main () | { | return pthread_kill (); | ; | return 0; | } configure:14484: result: no configure:14449: checking for pthread_kill in -lpthread configure:14474: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14474: $? = 0 configure:14484: result: yes configure:14504: checking pthread_np.h usability configure:14504: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c >&5 conftest.c:288:24: error: pthread_np.h: No such file or directory distcc[30842] ERROR: compile conftest.c on localhost failed configure:14504: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 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:14504: result: no configure:14504: checking pthread_np.h presence configure:14504: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:255:24: error: pthread_np.h: No such file or directory distcc[30853] ERROR: compile (null) on localhost failed configure:14504: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:14504: result: no configure:14504: checking for pthread_np.h configure:14504: result: no configure:14534: checking for nanosleep configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14534: $? = 0 configure:14534: result: yes configure:14534: checking for sched_yield configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14534: $? = 0 configure:14534: result: yes configure:14534: checking for pthread_attr_setinheritsched configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14534: $? = 0 configure:14534: result: yes configure:14534: checking for pthread_getattr_np configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14534: $? = 0 configure:14534: result: yes configure:14534: checking for pthread_attr_get_np configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/cctHeAba.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:293: undefined reference to `pthread_attr_get_np' collect2: ld returned 1 exit status distcc[30948] ERROR: compile conftest.c on localhost failed configure:14534: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | #define HAVE_PTHREAD_GETATTR_NP 1 | /* end confdefs.h. */ | /* Define pthread_attr_get_np to an innocuous variant, in case declares pthread_attr_get_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_attr_get_np innocuous_pthread_attr_get_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_attr_get_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_attr_get_np | | /* 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 pthread_attr_get_np (); | /* 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_pthread_attr_get_np || defined __stub___pthread_attr_get_np | choke me | #endif | | int | main () | { | return pthread_attr_get_np (); | ; | return 0; | } configure:14534: result: no configure:14534: checking for pthread_attr_getstack configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14534: $? = 0 configure:14534: result: yes configure:14534: checking for pthread_get_stackaddr_np configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccIFv03e.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:294: undefined reference to `pthread_get_stackaddr_np' collect2: ld returned 1 exit status distcc[30987] ERROR: compile conftest.c on localhost failed configure:14534: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | #define HAVE_PTHREAD_GETATTR_NP 1 | #define HAVE_PTHREAD_ATTR_GETSTACK 1 | /* end confdefs.h. */ | /* Define pthread_get_stackaddr_np to an innocuous variant, in case declares pthread_get_stackaddr_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_get_stackaddr_np innocuous_pthread_get_stackaddr_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_get_stackaddr_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_get_stackaddr_np | | /* 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 pthread_get_stackaddr_np (); | /* 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_pthread_get_stackaddr_np || defined __stub___pthread_get_stackaddr_np | choke me | #endif | | int | main () | { | return pthread_get_stackaddr_np (); | ; | return 0; | } configure:14534: result: no configure:14534: checking for pthread_get_stacksize_np configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccu1uSeC.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:294: undefined reference to `pthread_get_stacksize_np' collect2: ld returned 1 exit status distcc[31006] ERROR: compile conftest.c on localhost failed configure:14534: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | #define HAVE_PTHREAD_GETATTR_NP 1 | #define HAVE_PTHREAD_ATTR_GETSTACK 1 | /* end confdefs.h. */ | /* Define pthread_get_stacksize_np to an innocuous variant, in case declares pthread_get_stacksize_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_get_stacksize_np innocuous_pthread_get_stacksize_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_get_stacksize_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_get_stacksize_np | | /* 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 pthread_get_stacksize_np (); | /* 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_pthread_get_stacksize_np || defined __stub___pthread_get_stacksize_np | choke me | #endif | | int | main () | { | return pthread_get_stacksize_np (); | ; | return 0; | } configure:14534: result: no configure:14534: checking for thr_stksegment configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccZwQ7q9.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:294: undefined reference to `thr_stksegment' collect2: ld returned 1 exit status distcc[31025] ERROR: compile conftest.c on localhost failed configure:14534: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | #define HAVE_PTHREAD_GETATTR_NP 1 | #define HAVE_PTHREAD_ATTR_GETSTACK 1 | /* end confdefs.h. */ | /* Define thr_stksegment to an innocuous variant, in case declares thr_stksegment. | For example, HP-UX 11i declares gettimeofday. */ | #define thr_stksegment innocuous_thr_stksegment | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char thr_stksegment (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef thr_stksegment | | /* 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 thr_stksegment (); | /* 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_thr_stksegment || defined __stub___thr_stksegment | choke me | #endif | | int | main () | { | return thr_stksegment (); | ; | return 0; | } configure:14534: result: no configure:14534: checking for pthread_stackseg_np configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/cclG24Uy.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:294: undefined reference to `pthread_stackseg_np' collect2: ld returned 1 exit status distcc[31044] ERROR: compile conftest.c on localhost failed configure:14534: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | #define HAVE_PTHREAD_GETATTR_NP 1 | #define HAVE_PTHREAD_ATTR_GETSTACK 1 | /* end confdefs.h. */ | /* Define pthread_stackseg_np to an innocuous variant, in case declares pthread_stackseg_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_stackseg_np innocuous_pthread_stackseg_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_stackseg_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_stackseg_np | | /* 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 pthread_stackseg_np (); | /* 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_pthread_stackseg_np || defined __stub___pthread_stackseg_np | choke me | #endif | | int | main () | { | return pthread_stackseg_np (); | ; | return 0; | } configure:14534: result: no configure:14534: checking for pthread_getthrds_np configure:14534: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 /dev/shm/portage/dev-lang/ruby-1.9.2/temp/ccMqEGI2.o: In function `main': /dev/shm/portage/dev-lang/ruby-1.9.2/work/ruby-1.9.2-p0/conftest.c:294: undefined reference to `pthread_getthrds_np' collect2: ld returned 1 exit status distcc[31063] ERROR: compile conftest.c on localhost failed configure:14534: $? = 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 CANONICALIZATION_FOR_MATHN 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_LONG_LONG 1 | #define HAVE_OFF_T 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_TIME_T 4 | #define rb_pid_t pid_t | #define PIDT2NUM(v) INT2NUM(v) | #define NUM2PIDT(v) NUM2INT(v) | #define PRI_PIDT_PREFIX "" | #define rb_uid_t uid_t | #define UIDT2NUM(v) UINT2NUM(v) | #define NUM2UIDT(v) NUM2UINT(v) | #define PRI_UIDT_PREFIX "" | #define rb_gid_t gid_t | #define GIDT2NUM(v) UINT2NUM(v) | #define NUM2GIDT(v) NUM2UINT(v) | #define PRI_GIDT_PREFIX "" | #define rb_time_t time_t | #define TIMET2NUM(v) LONG2NUM(v) | #define NUM2TIMET(v) NUM2LONG(v) | #define PRI_TIMET_PREFIX "l" | #define HAVE_PROTOTYPES 1 | #define TOKEN_PASTE(x,y) x##y | #define STRINGIZE(expr) STRINGIZE0(expr) | #define HAVE_STDARG_PROTOTYPES 1 | #define HAVE_VA_ARGS_MACRO 1 | #define NORETURN(x) __attribute__ ((noreturn)) x | #define DEPRECATED(x) __attribute__ ((deprecated)) x | #define NOINLINE(x) __attribute__ ((noinline)) x | #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) type prot __attribute__((alias(#name))); | #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args) | #define HAVE_DECL_SYS_NERR 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_DIRENT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSCALL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_A_OUT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SIZEOF_RLIM_T 8 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_PTRDIFF_T 4 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define SIZEOF_STRUCT_STAT_ST_SIZE 8 | #define SIZEOF_STRUCT_STAT_ST_BLOCKS 8 | #define HAVE_STRUCT_STAT_ST_ATIM 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_CTIM 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_RB_FD_INIT 1 | #define HAVE_INT8_T 1 | #define SIZEOF_INT8_T 1 | #define HAVE_UINT8_T 1 | #define SIZEOF_UINT8_T 1 | #define HAVE_INT16_T 1 | #define SIZEOF_INT16_T 2 | #define HAVE_UINT16_T 1 | #define SIZEOF_UINT16_T 2 | #define HAVE_INT32_T 1 | #define SIZEOF_INT32_T 4 | #define HAVE_UINT32_T 1 | #define SIZEOF_UINT32_T 4 | #define HAVE_INT64_T 1 | #define SIZEOF_INT64_T 8 | #define HAVE_UINT64_T 1 | #define SIZEOF_UINT64_T 8 | #define HAVE_INTPTR_T 1 | #define SIZEOF_INTPTR_T 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_UINTPTR_T 4 | #define HAVE_SSIZE_T 1 | #define SIZEOF_SSIZE_T 4 | #define STACK_END_ADDRESS __libc_stack_end | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DUP2 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_CRYPT 1 | #define HAVE_FLOCK 1 | #define HAVE_ISNAN 1 | #define HAVE_FINITE 1 | #define HAVE_ISINF 1 | #define HAVE_HYPOT 1 | #define HAVE_ACOSH 1 | #define HAVE_ERF 1 | #define HAVE_TGAMMA 1 | #define HAVE_LGAMMA_R 1 | #define HAVE_CBRT 1 | #define HAVE_SIGNBIT 1 | #define HAVE_FMOD 1 | #define HAVE_KILLPG 1 | #define HAVE_WAIT4 1 | #define HAVE_WAITPID 1 | #define HAVE_FORK 1 | #define HAVE_SYSCALL 1 | #define HAVE_CHROOT 1 | #define HAVE_GETCWD 1 | #define HAVE_EACCESS 1 | #define HAVE_TRUNCATE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_TIMES 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_READLINK 1 | #define HAVE_READDIR_R 1 | #define HAVE_FSYNC 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FCHOWN 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETRESGID 1 | #define HAVE_PAUSE 1 | #define HAVE_LCHOWN 1 | #define HAVE_GETPGRP 1 | #define HAVE_SETPGRP 1 | #define HAVE_GETPGID 1 | #define HAVE_SETPGID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGROUPS 1 | #define HAVE_SETGROUPS 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SYSCONF 1 | #define HAVE_CLOSE 1 | #define HAVE_DLOPEN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SIGACTION 1 | #define HAVE__SETJMP 1 | #define HAVE__LONGJMP 1 | #define HAVE_SETSID 1 | #define HAVE_TELLDIR 1 | #define HAVE_SEEKDIR 1 | #define HAVE_FCHMOD 1 | #define HAVE_COSH 1 | #define HAVE_SINH 1 | #define HAVE_TANH 1 | #define HAVE_LOG2 1 | #define HAVE_ROUND 1 | #define HAVE_SETUID 1 | #define HAVE_SETGID 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKTIME 1 | #define HAVE_TIMEGM 1 | #define HAVE_GMTIME_R 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PREAD 1 | #define HAVE_SENDFILE 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGALTSTACK 1 | #define RUBY_SETJMP(env) _setjmp(env) | #define RUBY_LONGJMP(env,val) _longjmp(env,val) | #define RUBY_JMP_BUF jmp_buf | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_DAYLIGHT 1 | #define HAVE_VAR_TIMEZONE 1 | #define TYPEOF_VAR_TIMEZONE long | #define HAVE_TIMEZONE 1 | #define TIMEZONE_VOID 1 | #define NEGATIVE_TIME_T 1 | #define POSIX_SIGNAL 1 | #define GETPGRP_VOID 1 | #define SETPGRP_VOID 1 | #define WORDS_BIGENDIAN 1 | #define RSHIFT(x,y) ((x)>>(int)(y)) | #define FILE_READPTR _IO_read_ptr | #define FILE_READEND _IO_read_end | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG_LONG | #define HAVE__SC_CLK_TCK 1 | #define STACK_GROW_DIRECTION .0 | #define _REENTRANT 1 | #define _THREAD_SAFE 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SCHED_YIELD 1 | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | #define HAVE_PTHREAD_GETATTR_NP 1 | #define HAVE_PTHREAD_ATTR_GETSTACK 1 | /* end confdefs.h. */ | /* Define pthread_getthrds_np to an innocuous variant, in case declares pthread_getthrds_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_getthrds_np innocuous_pthread_getthrds_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_getthrds_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_getthrds_np | | /* 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 pthread_getthrds_np (); | /* 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_pthread_getthrds_np || defined __stub___pthread_getthrds_np | choke me | #endif | | int | main () | { | return pthread_getthrds_np (); | ; | return 0; | } configure:14534: result: no configure:14601: checking for getcontext configure:14601: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14601: $? = 0 configure:14601: result: yes configure:14601: checking for setcontext configure:14601: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14601: $? = 0 configure:14601: result: yes configure:14615: checking if fork works with pthread configure:14683: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14683: $? = 0 configure:14683: ./conftest configure:14683: $? = 0 configure:14693: result: yes configure:14701: checking for backtrace configure:14701: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14701: $? = 0 configure:14701: result: yes configure:14750: checking whether ELF binaries are produced configure:14766: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing conftest.c -lpthread -lrt -ldl -lcrypt -lm >&5 configure:14766: $? = 0 configure:14780: result: yes configure:14811: checking whether OS depend dynamic link works configure:15050: result: yes configure:15658: checking pthread.h usability configure:15658: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -fPIC conftest.c >&5 configure:15658: $? = 0 configure:15658: result: yes configure:15658: checking pthread.h presence configure:15658: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:15658: $? = 0 configure:15658: result: yes configure:15658: checking for pthread.h configure:15658: result: yes configure:15681: checking for if make is GNU make configure:15698: result: yes configure:16155: checking for nroff configure:16174: found /usr/bin/nroff configure:16186: result: /usr/bin/nroff configure:16235: result: ruby library version = 1.9.1 configure:16388: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on elmer config.status:872: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=hppa2.0-unknown-linux-gnu ac_cv_c_bigendian=yes ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_volatile=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -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=hppa2.0-unknown-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=hppa2.0-unknown-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func___builtin_setjmp=no ac_cv_func__longjmp=yes ac_cv_func__setjmp=yes ac_cv_func_acosh=yes ac_cv_func_alloca_works=yes ac_cv_func_backtrace=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_cbrt=yes ac_cv_func_chroot=yes ac_cv_func_chsize=no ac_cv_func_clock_gettime=yes ac_cv_func_close=yes ac_cv_func_cosh=yes ac_cv_func_crypt=yes ac_cv_func_daemon=no ac_cv_func_dlopen=yes ac_cv_func_dup2=yes ac_cv_func_eaccess=yes ac_cv_func_erf=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_fcntl=yes ac_cv_func_fdatasync=yes ac_cv_func_finite=yes ac_cv_func_flock=yes ac_cv_func_fmod=yes ac_cv_func_fork=yes ac_cv_func_fsync=yes ac_cv_func_ftruncate=yes ac_cv_func_getcontext=yes ac_cv_func_getcwd=yes ac_cv_func_getgroups=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpriority=yes ac_cv_func_getrlimit=yes ac_cv_func_gettimeofday=yes ac_cv_func_gmtime_r=yes ac_cv_func_hypot=yes ac_cv_func_initgroups=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_issetugid=no ac_cv_func_killpg=yes ac_cv_func_lchmod=no ac_cv_func_lchown=yes ac_cv_func_lgamma_r=yes ac_cv_func_link=yes ac_cv_func_lockf=yes ac_cv_func_log2=yes ac_cv_func_lstat=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_mktime=yes ac_cv_func_nanosleep=yes ac_cv_func_pause=yes ac_cv_func_pread=yes ac_cv_func_pthread_attr_get_np=no ac_cv_func_pthread_attr_getstack=yes ac_cv_func_pthread_attr_setinheritsched=yes ac_cv_func_pthread_get_stackaddr_np=no ac_cv_func_pthread_get_stacksize_np=no ac_cv_func_pthread_getattr_np=yes ac_cv_func_pthread_getthrds_np=no ac_cv_func_pthread_stackseg_np=no ac_cv_func_readdir_r=yes ac_cv_func_readlink=yes ac_cv_func_round=yes ac_cv_func_sched_yield=yes ac_cv_func_seekdir=yes ac_cv_func_select_large_fdset=no ac_cv_func_sendfile=yes ac_cv_func_setcontext=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgid=yes ac_cv_func_setgrent_void=yes ac_cv_func_setgroups=yes ac_cv_func_setitimer=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setproctitle=no ac_cv_func_setregid=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_setrgid=no ac_cv_func_setrlimit=yes ac_cv_func_setruid=no ac_cv_func_setsid=yes ac_cv_func_setuid=yes ac_cv_func_shutdown=yes ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=yes ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=no ac_cv_func_sinh=yes ac_cv_func_socketpair=yes ac_cv_func_spawnv=no ac_cv_func_strchr=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strnlen_working=yes ac_cv_func_strstr=yes ac_cv_func_symlink=yes ac_cv_func_syscall=yes ac_cv_func_sysconf=yes ac_cv_func_tanh=yes ac_cv_func_telldir=yes ac_cv_func_tgamma=yes ac_cv_func_thr_stksegment=no ac_cv_func_timegm=yes ac_cv_func_times=yes ac_cv_func_timezone=yes ac_cv_func_truncate=yes ac_cv_func_unsetenv=yes ac_cv_func_utimensat=yes ac_cv_func_utimes=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_have_decl_sys_nerr=yes ac_cv_header_a_out_h=yes ac_cv_header_direct_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_intrinsics_h=no ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_socket_h=no ac_cv_header_netinet_in_systm_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pthread_np_h=no ac_cv_header_pwd_h=yes ac_cv_header_stdbool_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_fcntl_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mkdev_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_sendfile_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utime_h=no ac_cv_header_sys_wait_h=yes ac_cv_header_syscall_h=yes ac_cv_header_time_h=yes ac_cv_header_ucontext_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_xti_h=no ac_cv_host=hppa2.0-unknown-linux-gnu ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_pthread___pthread_kill=yes ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_socket_socketpair=no ac_cv_lib_thr___pthread_kill=no ac_cv_member_struct_stat_st_atim=yes ac_cv_member_struct_stat_st_atimensec=no ac_cv_member_struct_stat_st_atimespec=no ac_cv_member_struct_stat_st_blksize=yes ac_cv_member_struct_stat_st_blocks=yes ac_cv_member_struct_stat_st_ctim=yes ac_cv_member_struct_stat_st_ctimensec=no ac_cv_member_struct_stat_st_ctimespec=no ac_cv_member_struct_stat_st_mtim=yes ac_cv_member_struct_stat_st_mtimensec=no ac_cv_member_struct_stat_st_mtimespec=no ac_cv_member_struct_stat_st_rdev=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=hppa2.0-unknown-linux-gnu-ar ac_cv_prog_AS=hppa2.0-unknown-linux-gnu-as ac_cv_prog_CC=hppa2.0-unknown-linux-gnu-gcc ac_cv_prog_CPP='hppa2.0-unknown-linux-gnu-gcc -E' ac_cv_prog_CXX=hppa2.0-unknown-linux-gnu-g++ ac_cv_prog_OBJCOPY=hppa2.0-unknown-linux-gnu-objcopy ac_cv_prog_OBJDUMP=hppa2.0-unknown-linux-gnu-objdump ac_cv_prog_RANLIB=hppa2.0-unknown-linux-gnu-ranlib ac_cv_prog_ac_ct_DOT=dot ac_cv_prog_ac_ct_DOXYGEN=doxygen ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_opendir='none required' ac_cv_sizeof___int64=0 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int16_t=2 ac_cv_sizeof_int32_t=4 ac_cv_sizeof_int64_t=8 ac_cv_sizeof_int8_t=1 ac_cv_sizeof_int=4 ac_cv_sizeof_intptr_t=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_ptrdiff_t=4 ac_cv_sizeof_rlim_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=4 ac_cv_sizeof_ssize_t=4 ac_cv_sizeof_struct_stat_st_blocks=8 ac_cv_sizeof_struct_stat_st_ino=SIZEOF_LONG_LONG ac_cv_sizeof_struct_stat_st_size=8 ac_cv_sizeof_time_t=4 ac_cv_sizeof_uint16_t=2 ac_cv_sizeof_uint32_t=4 ac_cv_sizeof_uint64_t=8 ac_cv_sizeof_uint8_t=1 ac_cv_sizeof_uintptr_t=4 ac_cv_sizeof_voidp=4 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_target=hppa2.0-unknown-linux-gnu ac_cv_type__Bool=yes ac_cv_type_fd_mask=yes ac_cv_type_getgroups=gid_t ac_cv_type_gid_t=yes ac_cv_type_long_long=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_struct_timespec=yes ac_cv_type_struct_timezone=yes ac_cv_type_time_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no rb_cv_binary_elf=yes rb_cv_broken_glibc_ia64_erfc=no rb_cv_char_bit=8 rb_cv_cppoutfile=yes rb_cv_dlopen=yes rb_cv_fcnt='not found' rb_cv_fork_with_pthread=yes rb_cv_frend=_IO_read_end rb_cv_frptr=_IO_read_ptr rb_cv_func_cdecl=x rb_cv_func_deprecated='__attribute__ ((deprecated)) x' rb_cv_func_fastcall=x rb_cv_func_noinline='__attribute__ ((noinline)) x' rb_cv_func_noreturn='__attribute__ ((noreturn)) x' rb_cv_func_stdcall=x rb_cv_func_timezone_void=yes rb_cv_gcc_function_alias=alias rb_cv_gid_t_convertible=UINT rb_cv_have_daylight=yes rb_cv_have_prototypes=yes rb_cv_have_sc_clk_tck=yes rb_cv_have_signbit=yes rb_cv_large_fd_select=yes rb_cv_localtime_overflow=yes rb_cv_member_struct_tm_tm_gmtoff=yes rb_cv_negative_time_t=yes rb_cv_pid_t_convertible=INT rb_cv_prog_gnu_ld=yes rb_cv_rshift_sign=yes rb_cv_ruby_extern=no rb_cv_stack_end_address=__libc_stack_end rb_cv_stdarg=yes rb_cv_string_literal_concatenation=yes rb_cv_stringization='#expr' rb_cv_target_archs=hppa2.0 rb_cv_time_t_convertible=LONG rb_cv_tokenpaste=ansi rb_cv_type_int128_t=no rb_cv_type_int16_t=yes rb_cv_type_int32_t=yes rb_cv_type_int64_t=yes rb_cv_type_int8_t=yes rb_cv_type_intptr_t=yes rb_cv_type_ssize_t=yes rb_cv_type_uint128_t=no rb_cv_type_uint16_t=yes rb_cv_type_uint32_t=yes rb_cv_type_uint64_t=yes rb_cv_type_uint8_t=yes rb_cv_type_uintptr_t=yes rb_cv_uid_t_convertible=UINT rb_cv_unsetenv_return_value=yes rb_cv_va_args_macro=yes rb_cv_var_altzone=no rb_cv_var_timezone=long yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='hppa2.0-unknown-linux-gnu-ar' ARCHFILE='' ARCH_FLAG='' AS='hppa2.0-unknown-linux-gnu-as' ASFLAGS='' BASERUBY='ruby' BUILTIN_ENCOBJS=' ascii.$(OBJEXT) us_ascii.$(OBJEXT) unicode.$(OBJEXT) utf_8.$(OBJEXT)' BUILTIN_TRANSOBJS=' newline.$(OBJEXT)' BUILTIN_TRANSSRCS=' newline.c' CAPITARGET='nodoc' CC='hppa2.0-unknown-linux-gnu-gcc' CCDLFLAGS='-fPIC' CFLAGS='-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing -fPIC' CHDIR='cd -P' COMMON_HEADERS='' COMMON_LIBS='' COMMON_MACROS='' COUTFLAG='-o ' CP='cp' CPP='$(CC) -E' CPPFLAGS=' $(DEFS) ${cppflags}' CPPOUTFILE='-o conftest.i' CXX='hppa2.0-unknown-linux-gnu-g++' CXXFLAGS='-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing' DEFS='-D_FILE_OFFSET_BITS=64' DLDFLAGS='' DLDLIBS=' -lc' DLEXT2='' DLEXT='so' DLLWRAP='' DOT='dot' DOXYGEN='doxygen' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_SHARED='yes' EXECUTABLE_EXTS='' EXEEXT='' EXPORT_PREFIX='' EXTOUT='.ext' EXTSTATIC='' GCC='yes' GNU_LD='yes' GREP='/bin/grep' INSTALLDOC='nodoc' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='-L. -rdynamic -Wl,-export-dynamic -Wl,--no-undefined' LDSHARED='$(CC) -shared' LDSHAREDXX='$(CXX) -shared' LIBEXT='a' LIBOBJS=' ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o' LIBPATHENV='LD_LIBRARY_PATH' LIBPATHFLAG=' -L%1$-s' LIBRUBY='$(LIBRUBY_SO)' LIBRUBYARG='$(LIBRUBYARG_SHARED)' LIBRUBYARG_SHARED='-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)' LIBRUBYARG_STATIC='-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static' LIBRUBY_A='lib$(RUBY_SO_NAME)-static.a' LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so' LIBRUBY_DLDFLAGS='-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR)' LIBRUBY_LDSHARED='$(CC) -shared' LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR).$(TEENY)' LIBS='-lpthread -lrt -ldl -lcrypt -lm ' LINK_SO='' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo' MAINLIBS='' MAJOR='1' MAKEDIRS='/bin/mkdir -p' MAKEFILES='Makefile' MANTYPE='doc' MINIOBJS='dmydln.o' MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib -I$(EXTOUT)/common -I./- -r$(srcdir)/ext/purelib.rb' MINOR='9' MKDIR_P='/bin/mkdir -p' NM='' NROFF='/usr/bin/nroff' OBJCOPY='hppa2.0-unknown-linux-gnu-objcopy' OBJDUMP='hppa2.0-unknown-linux-gnu-objdump' OBJEXT='o' OUTFLAG='-o ' PACKAGE='ruby' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PREP='miniruby$(EXEEXT)' RANLIB='hppa2.0-unknown-linux-gnu-ranlib' RDOCTARGET='nodoc' RI_BASE_NAME='ri' RM='rm -f' RMALL='rm -fr' RMDIRS='$(top_srcdir)/tool/rmdirs' RPATHFLAG=' -Wl,-R%1$-s' RUBYW_BASE_NAME='rubyw' RUBYW_INSTALL_NAME='' RUBY_BASE_NAME='ruby' RUBY_INSTALL_NAME='$(RUBY_BASE_NAME)19' RUBY_PROGRAM_VERSION='1.9.2' RUBY_RELEASE_DATE='2010-08-18' RUBY_SO_NAME='ruby19' RUNRUBY='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT)' SET_MAKE='' SHELL='/bin/sh' SOLIBS='$(LIBS)' STATIC='' STRIP='strip -S -x' TEENY='1' TEST_RUNNABLE='yes' THREAD_MODEL='pthread' TRY_LINK='' UNIVERSAL_ARCHNAMES='' UNIVERSAL_INTS='' WINDRES='' XCFLAGS='-DRUBY_EXPORT' XLDFLAGS='' XRUBY='$(RUNRUBY)' ac_ct_CC='' ac_ct_CXX='' ac_ct_OBJCOPY='' ac_ct_OBJDUMP='' arch='hppa2.0-linux' bindir='${exec_prefix}/bin' build='hppa2.0-unknown-linux-gnu' build_alias='hppa2.0-unknown-linux-gnu' build_cpu='hppa2.0' build_os='linux-gnu' build_vendor='unknown' cflags=' ${optflags} ${debugflags} ${warnflags}' configure_args=' '\''--prefix=/usr'\'' '\''--build=hppa2.0-unknown-linux-gnu'\'' '\''--host=hppa2.0-unknown-linux-gnu'\'' '\''--mandir=/usr/share/man'\'' '\''--infodir=/usr/share/info'\'' '\''--datadir=/usr/share'\'' '\''--sysconfdir=/etc'\'' '\''--localstatedir=/var/lib'\'' '\''--program-suffix=19'\'' '\''--with-soname=ruby19'\'' '\''--enable-shared'\'' '\''--enable-pthread'\'' '\''--enable-socks'\'' '\''--disable-install-doc'\'' '\''--enable-ipv6'\'' '\''--disable-debug'\'' '\''--with-dbm'\'' '\''--with-gdbm'\'' '\''--with-openssl'\'' '\''--with-tk'\'' '\''--with-curses'\'' '\''--without-psych'\'' '\''--with-readline'\'' '\''--enable-option-checking=no'\'' '\''build_alias=hppa2.0-unknown-linux-gnu'\'' '\''host_alias=hppa2.0-unknown-linux-gnu'\'' '\''CFLAGS=-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing'\'' '\''LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'\'' '\''CPPFLAGS='\'' '\''CXXFLAGS=-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -fno-strict-aliasing'\''' cppflags='' cxxflags=' ${optflags} ${debugflags} ${warnflags}' datadir='/usr/share' datarootdir='${prefix}/share' debugflags='-ggdb' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='hppa2.0-unknown-linux-gnu' host_alias='hppa2.0-unknown-linux-gnu' host_cpu='hppa2.0' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' oldincludedir='/usr/include' optflags='-O3' pdfdir='${docdir}' prefix='/usr' program_transform_name='s&$$&19&;s&^&&' psdir='${docdir}' ridir='${datarootdir}/${RI_BASE_NAME}' ruby_version='1.9.1' rubyhdrdir='${includedir}/${RUBY_BASE_NAME}-${ruby_version}' rubylibprefix='${libdir}/${RUBY_BASE_NAME}' rubyw_install_name='' sbindir='${exec_prefix}/sbin' setup='Setup' sharedstatedir='${prefix}/com' sitearch='' sitedir='${rubylibprefix}/site_ruby' sitehdrdir='${rubyhdrdir}/site_ruby' sysconfdir='/etc' target='hppa2.0-unknown-linux-gnu' target_alias='' target_cpu='hppa2.0' target_os='linux' target_vendor='unknown' try_header='' vendordir='${rubylibprefix}/vendor_ruby' vendorhdrdir='${rubyhdrdir}/vendor_ruby' warnflags='-Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define _FILE_OFFSET_BITS 64 configure: exit 0