Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 358942 Details for
Bug 485322
dev-db/slony1-2.1.4 - configure: error: /usr/lib64/postgresql-9.0/lib64//plpgsql.so|sl|dll is not found in the pkglibdir
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/var/tmp/portage/dev-db/slony1-2.1.4/work/slony1-2.1.4/config.log
config.log (text/plain), 50.57 KB, created by
Juergen Rose
on 2013-09-18 16:44:26 UTC
(
hide
)
Description:
/var/tmp/portage/dev-db/slony1-2.1.4/work/slony1-2.1.4/config.log
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2013-09-18 16:44:26 UTC
Size:
50.57 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by slony1 configure 2.1.4, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-perltools > >## --------- ## >## Platform. ## >## --------- ## > >hostname = lynx >uname -m = x86_64 >uname -r = 3.11.0-gentoo >uname -s = Linux >uname -v = #2 SMP Thu Sep 12 20:17:42 CEST 2013 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/portage/bin/ebuild-helpers/xattr >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 >PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.4.4 >PATH: /opt/intel/composerxe-2013_update4.5.192/bin/intel64 >PATH: /opt/intel/composerxe-2013_update4.5.192/mpirt/bin/intel64 >PATH: /opt/intel/composerxe-2013_update4.5.192/bin/ia32 >PATH: /opt/intel/composerxe-2013_update4.5.192/mpirt/bin/ia32 >PATH: /opt/nvidia-cg-toolkit/bin >PATH: /usr/lib64/subversion/bin >PATH: /opt/eagle-5.11.0/bin >PATH: /opt/cuda/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2195: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2328: checking build system type >configure:2342: result: x86_64-pc-linux-gnu >configure:2362: checking host system type >configure:2375: result: x86_64-pc-linux-gnu >configure:2397: checking which template to use >configure:2442: result: linux >configure:2477: using CFLAGS=-march=native -O2 -pipe >configure:2487: checking for x86_64-pc-linux-gnu-gcc >configure:2503: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2514: result: x86_64-pc-linux-gnu-gcc >configure:2783: checking for C compiler version >configure:2792: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3 >Copyright (C) 2012 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:2803: $? = 0 >configure:2792: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3/work/gcc-4.7.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3 p1.0, pie-0.5.5' >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3 p1.0, pie-0.5.5) >configure:2803: $? = 0 >configure:2792: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2803: $? = 1 >configure:2792: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2803: $? = 1 >configure:2823: checking whether the C compiler works >configure:2845: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2849: $? = 0 >configure:2897: result: yes >configure:2900: checking for C compiler default output file name >configure:2902: result: a.out >configure:2908: checking for suffix of executables >configure:2915: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2919: $? = 0 >configure:2941: result: >configure:2963: checking whether we are cross compiling >configure:2971: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2975: $? = 0 >configure:2982: ./conftest >configure:2986: $? = 0 >configure:3001: result: no >configure:3006: checking for suffix of object files >configure:3028: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3032: $? = 0 >configure:3053: result: o >configure:3057: checking whether we are using the GNU C compiler >configure:3076: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3076: $? = 0 >configure:3085: result: yes >configure:3094: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3114: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3114: $? = 0 >configure:3155: result: yes >configure:3172: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3235: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3235: $? = 0 >configure:3248: result: none needed >configure:3279: checking for ld used by GCC >configure:3342: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:3349: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >GNU ld (GNU Binutils) 2.23.2 >configure:3361: result: yes >configure:3368: checking for perl >configure:3386: found /usr/bin/perl >configure:3398: result: /usr/bin/perl >configure:3408: checking for tar >configure:3426: found /bin/tar >configure:3438: result: /bin/tar >configure:3465: checking for bison >configure:3481: found /usr/bin/bison >configure:3492: result: bison -y >configure:3507: checking for sed >configure:3523: found /bin/sed >configure:3534: result: sed >configure:3754: checking for the pthreads library -lpthreads >configure:3787: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthreads >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >configure:3787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:3796: result: no >configure:3699: checking whether pthreads work without any flags >configure:3787: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/dev-db/slony1-2.1.4/temp/ccwnvOO1.o: In function `main': >conftest.c:(.text.startup+0x9): undefined reference to `pthread_join' >conftest.c:(.text.startup+0x26): undefined reference to `__pthread_register_cancel' >conftest.c:(.text.startup+0x33): undefined reference to `pthread_create' >conftest.c:(.text.startup+0x3b): undefined reference to `__pthread_unregister_cancel' >collect2: error: ld returned 1 exit status >configure:3787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:3796: result: no >configure:3704: checking whether pthreads work with -Kthread >configure:3787: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Kthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-Kthread' >configure:3787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:3796: result: no >configure:3704: checking whether pthreads work with -kthread >configure:3787: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -kthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-kthread' >configure:3787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:3796: result: no >configure:3754: checking for the pthreads library -llthread >configure:3787: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -llthread >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llthread >collect2: error: ld returned 1 exit status >configure:3787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_t th; pthread_join(th, 0); >| pthread_attr_init(0); pthread_cleanup_push(0, 0); >| pthread_create(0,0,0,0); pthread_cleanup_pop(0); >| ; >| return 0; >| } >configure:3796: result: no >configure:3704: checking whether pthreads work with -pthread >configure:3787: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -pthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3787: $? = 0 >configure:3796: result: yes >configure:3815: checking for joinable pthread attribute >configure:3830: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -pthread -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3830: $? = 0 >configure:3836: result: PTHREAD_CREATE_JOINABLE >configure:3846: checking if more special flags are required for pthreads >configure:3853: result: no >configure:3865: checking for cc_r >configure:3893: result: x86_64-pc-linux-gnu-gcc >configure:3933: checking how to run the C preprocessor >configure:3964: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3964: $? = 0 >configure:3978: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3978: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4003: result: x86_64-pc-linux-gnu-gcc -E >configure:4023: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4023: $? = 0 >configure:4037: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4037: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4066: checking for grep that handles long lines and -e >configure:4124: result: /bin/grep >configure:4129: checking for egrep >configure:4191: result: /bin/grep -E >configure:4196: checking for ANSI C header files >configure:4216: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4216: $? = 0 >configure:4289: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4289: $? = 0 >configure:4289: ./conftest >configure:4289: $? = 0 >configure:4300: result: yes >configure:4313: checking for sys/types.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for sys/stat.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for stdlib.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for string.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for memory.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for strings.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for inttypes.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for stdint.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4313: checking for unistd.h >configure:4313: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4313: $? = 0 >configure:4313: result: yes >configure:4327: checking fcntl.h usability >configure:4327: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4327: $? = 0 >configure:4327: result: yes >configure:4327: checking fcntl.h presence >configure:4327: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4327: $? = 0 >configure:4327: result: yes >configure:4327: checking for fcntl.h >configure:4327: result: yes >configure:4339: checking limits.h usability >configure:4339: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4339: $? = 0 >configure:4339: result: yes >configure:4339: checking limits.h presence >configure:4339: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4339: $? = 0 >configure:4339: result: yes >configure:4339: checking for limits.h >configure:4339: result: yes >configure:4351: checking stddef.h usability >configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4351: $? = 0 >configure:4351: result: yes >configure:4351: checking stddef.h presence >configure:4351: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4351: $? = 0 >configure:4351: result: yes >configure:4351: checking for stddef.h >configure:4351: result: yes >configure:4363: checking sys/socket.h usability >configure:4363: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4363: $? = 0 >configure:4363: result: yes >configure:4363: checking sys/socket.h presence >configure:4363: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4363: $? = 0 >configure:4363: result: yes >configure:4363: checking for sys/socket.h >configure:4363: result: yes >configure:4375: checking sys/time.h usability >configure:4375: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4375: $? = 0 >configure:4375: result: yes >configure:4375: checking sys/time.h presence >configure:4375: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4375: $? = 0 >configure:4375: result: yes >configure:4375: checking for sys/time.h >configure:4375: result: yes >configure:4387: checking for inttypes.h >configure:4387: result: yes >configure:4400: checking for gettimeofday >configure:4400: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4400: $? = 0 >configure:4400: result: yes >configure:4411: checking for dup2 >configure:4411: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4411: $? = 0 >configure:4411: result: yes >configure:4422: checking for alarm >configure:4422: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4422: $? = 0 >configure:4422: result: yes >configure:4433: checking for memset >configure:4433: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:52:6: warning: conflicting types for built-in function 'memset' [enabled by default] >configure:4433: $? = 0 >configure:4433: result: yes >configure:4444: checking for select >configure:4444: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4444: $? = 0 >configure:4444: result: yes >configure:4455: checking for strdup >configure:4455: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:54:6: warning: conflicting types for built-in function 'strdup' [enabled by default] >configure:4455: $? = 0 >configure:4455: result: yes >configure:4466: checking for strerror >configure:4466: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4466: $? = 0 >configure:4466: result: yes >configure:4477: checking for strtol >configure:4477: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4477: $? = 0 >configure:4477: result: yes >configure:4488: checking for strtoul >configure:4488: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4488: $? = 0 >configure:4488: result: yes >configure:4498: checking for int32_t >configure:4498: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4498: $? = 0 >configure:4498: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:71:22: error: expected expression before ')' token >configure:4498: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((int32_t))) >| return 0; >| ; >| return 0; >| } >configure:4498: result: yes >configure:4507: checking for uint32_t >configure:4507: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4507: $? = 0 >configure:4507: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:72:23: error: expected expression before ')' token >configure:4507: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint32_t))) >| return 0; >| ; >| return 0; >| } >configure:4507: result: yes >configure:4516: checking for u_int32_t >configure:4516: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4516: $? = 0 >configure:4516: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:73:24: error: expected expression before ')' token >configure:4516: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| #define HAVE_UINT32_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_int32_t))) >| return 0; >| ; >| return 0; >| } >configure:4516: result: yes >configure:4526: checking for int64_t >configure:4526: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4526: $? = 0 >configure:4526: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74:22: error: expected expression before ')' token >configure:4526: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| #define HAVE_UINT32_T 1 >| #define HAVE_U_INT32_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((int64_t))) >| return 0; >| ; >| return 0; >| } >configure:4526: result: yes >configure:4535: checking for uint64_t >configure:4535: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4535: $? = 0 >configure:4535: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:75:23: error: expected expression before ')' token >configure:4535: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| #define HAVE_UINT32_T 1 >| #define HAVE_U_INT32_T 1 >| #define HAVE_INT64_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint64_t))) >| return 0; >| ; >| return 0; >| } >configure:4535: result: yes >configure:4544: checking for u_int64_t >configure:4544: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4544: $? = 0 >configure:4544: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:76:24: error: expected expression before ')' token >configure:4544: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| #define HAVE_UINT32_T 1 >| #define HAVE_U_INT32_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_UINT64_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_int64_t))) >| return 0; >| ; >| return 0; >| } >configure:4544: result: yes >configure:4554: checking for size_t >configure:4554: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4554: $? = 0 >configure:4554: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:77:21: error: expected expression before ')' token >configure:4554: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| #define HAVE_UINT32_T 1 >| #define HAVE_U_INT32_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_UINT64_T 1 >| #define HAVE_U_INT64_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:4554: result: yes >configure:4563: checking for ssize_t >configure:4563: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4563: $? = 0 >configure:4563: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:78:22: error: expected expression before ')' token >configure:4563: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "slony1" >| #define PACKAGE_TARNAME "slony1" >| #define PACKAGE_VERSION "2.1.4" >| #define PACKAGE_STRING "slony1 2.1.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_PTHREAD 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_DUP2 1 >| #define HAVE_ALARM 1 >| #define HAVE_MEMSET 1 >| #define HAVE_SELECT 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_INT32_T 1 >| #define HAVE_UINT32_T 1 >| #define HAVE_U_INT32_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_UINT64_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_SIZE_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:4563: result: yes >configure:4573: checking for POSIX signal interface >configure:4592: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4592: $? = 0 >configure:4600: result: yes >configure:4739: checking for flex >configure:4784: result: /usr/bin/flex >configure:4804: using >configure:4815: checking if you have requested slony1-engine building >configure:4817: result: yes >configure:4903: checking for pg_config >configure:4916: result: /usr/bin/pg_config >configure:4958: checking for correct version of PostgreSQL >configure:5039: checking for PQunescapeBytea in -lpq >configure:5064: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.0/lib64/ conftest.c -lpq >&5 >configure:5064: $? = 0 >configure:5073: result: yes >configure:5092: checking libpq-fe.h usability >configure:5092: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -I/usr/include/postgresql-9.0/ conftest.c >&5 >configure:5092: $? = 0 >configure:5092: result: yes >configure:5092: checking libpq-fe.h presence >configure:5092: x86_64-pc-linux-gnu-gcc -E -I/usr/include/postgresql-9.0/ conftest.c >configure:5092: $? = 0 >configure:5092: result: yes >configure:5092: checking for libpq-fe.h >configure:5092: result: yes >configure:5118: checking postgres.h usability >configure:5118: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -I/usr/include/postgresql-9.0/ -I/usr/include/postgresql-9.0/server/ conftest.c >&5 >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:81: >/usr/include/postgresql-9.0/server/pg_config.h:673:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] >conftest.c:6:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:81: >/usr/include/postgresql-9.0/server/pg_config.h:676:0: warning: "PACKAGE_NAME" redefined [enabled by default] >conftest.c:2:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:81: >/usr/include/postgresql-9.0/server/pg_config.h:679:0: warning: "PACKAGE_STRING" redefined [enabled by default] >conftest.c:5:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:81: >/usr/include/postgresql-9.0/server/pg_config.h:682:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] >conftest.c:3:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:81: >/usr/include/postgresql-9.0/server/pg_config.h:685:0: warning: "PACKAGE_VERSION" redefined [enabled by default] >conftest.c:4:0: note: this is the location of the previous definition >configure:5118: $? = 0 >configure:5118: result: yes >configure:5118: checking postgres.h presence >configure:5118: x86_64-pc-linux-gnu-gcc -E -I/usr/include/postgresql-9.0/ -I/usr/include/postgresql-9.0/server/ conftest.c >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:673:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] >conftest.c:6:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:676:0: warning: "PACKAGE_NAME" redefined [enabled by default] >conftest.c:2:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:679:0: warning: "PACKAGE_STRING" redefined [enabled by default] >conftest.c:5:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:682:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] >conftest.c:3:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:685:0: warning: "PACKAGE_VERSION" redefined [enabled by default] >conftest.c:4:0: note: this is the location of the previous definition >configure:5118: $? = 0 >configure:5118: result: yes >configure:5118: checking for postgres.h >configure:5118: result: yes >configure:5124: checking for utils/typcache.h >configure:5124: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -I/usr/include/postgresql-9.0/ -I/usr/include/postgresql-9.0/server/ conftest.c >&5 >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:673:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] >conftest.c:6:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:676:0: warning: "PACKAGE_NAME" redefined [enabled by default] >conftest.c:2:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:679:0: warning: "PACKAGE_STRING" redefined [enabled by default] >conftest.c:5:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:682:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] >conftest.c:3:0: note: this is the location of the previous definition >In file included from /usr/include/postgresql-9.0/server/c.h:53:0, > from /usr/include/postgresql-9.0/server/postgres.h:47, > from conftest.c:48: >/usr/include/postgresql-9.0/server/pg_config.h:685:0: warning: "PACKAGE_VERSION" redefined [enabled by default] >conftest.c:4:0: note: this is the location of the previous definition >configure:5124: $? = 0 >configure:5124: result: yes >configure:5144: checking for plpgsql.so >configure:5174: result: no >configure:5176: error: /usr/lib64/postgresql-9.0/lib64//plpgsql.so|sl|dll is not found in the pkglibdir. > Please specify the pkglibdir with --with-pgpkglibdir=<dir> > > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_DOCBOOKSTYLE_set= >ac_cv_env_DOCBOOKSTYLE_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_alarm=yes >ac_cv_func_dup2=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_memset=yes >ac_cv_func_select=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strtol=yes >ac_cv_func_strtoul=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_libpq_fe_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_postgres_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_utils_typcache_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_pq_PQunescapeBytea=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_TAR=/bin/tar >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_PTHREAD_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_SED=sed >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_gnu_ld=yes >ac_cv_type_int32_t=yes >ac_cv_type_int64_t=yes >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_u_int32_t=yes >ac_cv_type_u_int64_t=yes >ac_cv_type_uint32_t=yes >ac_cv_type_uint64_t=yes >pgac_cv_path_flex=/usr/bin/flex >slonac_cv_func_posix_signals=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >CC='x86_64-pc-linux-gnu-gcc' >CFLAGS='-march=native -O2 -pipe' >COLLATEINDEX='' >CONVERT='' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS=' -I/usr/include/postgresql-9.0/ -I/usr/include/postgresql-9.0/server/' >DEFS='' >DJPEG='' >DOCBOOKSTYLE='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >FLEXFLAGS='' >GCC='yes' >GREP='/bin/grep' >GROFF='' >HAVE_PGCOMMON='' >HAVE_PGPORT='' >HAVE_POSIX_SIGNALS='yes' >HOST_OS='' >JADE='' >LD='/usr/x86_64-pc-linux-gnu/bin/ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.0/lib64/' >LEX='/usr/bin/flex' >LEXFLAGS='' >LIBOBJS='' >LIBS='' >LTLIBOBJS='' >NEED_PG_DLLINIT='' >NLSLIB='' >NSGMLS='' >OBJEXT='o' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='slony1' >PACKAGE_STRING='slony1 2.1.4' >PACKAGE_TARNAME='slony1' >PACKAGE_URL='' >PACKAGE_VERSION='2.1.4' >PATH_SEPARATOR=':' >PERL='/usr/bin/perl' >PGAUTODOC='' >PGBINDIR='' >PGINCLUDEDIR='' >PGINCLUDESERVERDIR='' >PGLIBDIR='' >PGPKGLIBDIR='' >PGSHAREDIR='' >PG_VERSION='9.0' >PG_VERSION_MAJOR='9' >PG_VERSION_MINOR='0' >PNMTOPS='' >PORTNAME='' >PS2PDF='' >PTHREAD_CC='x86_64-pc-linux-gnu-gcc' >PTHREAD_CFLAGS='-pthread' >PTHREAD_LIBS='' >SED='sed' >SGMLSPL='' >SHELL='/bin/sh' >SLONBINDIR='' >SLONYPATH='/var/tmp/portage/dev-db/slony1-2.1.4/work/slony1-2.1.4' >TAR='/bin/tar' >TOOLSBIN='' >YACC='bison -y' >YFLAGS='' >ac_ct_CC='' >acx_pthread_config='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >d2mdir='' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >enable_debug='no' >enable_engine='yes' >enable_rpath='yes' >exec_prefix='NONE' >have_docbook='' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >perlsharedir='' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >with_docs='' >with_gnu_ld='yes' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "slony1" >#define PACKAGE_TARNAME "slony1" >#define PACKAGE_VERSION "2.1.4" >#define PACKAGE_STRING "slony1 2.1.4" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define HAVE_PTHREAD 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_DUP2 1 >#define HAVE_ALARM 1 >#define HAVE_MEMSET 1 >#define HAVE_SELECT 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRTOL 1 >#define HAVE_STRTOUL 1 >#define HAVE_INT32_T 1 >#define HAVE_UINT32_T 1 >#define HAVE_U_INT32_T 1 >#define HAVE_INT64_T 1 >#define HAVE_UINT64_T 1 >#define HAVE_U_INT64_T 1 >#define HAVE_SIZE_T 1 >#define HAVE_SSIZE_T 1 >#define HAVE_POSIX_SIGNALS /**/ >#define PG_VERSION_MAJOR 9 >#define PG_VERSION_MINOR 0 >#define PG_VERSION_VERIFIED 1 >#define PG_LIBPQ_VERIFIED 1 >#define HAVE_TYPCACHE 1 >#define PG_LIBPQSERVER_VERIFIED 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 485322
: 358942