On Wednesday 04 January 2006 10:20, Brian Hirt wrote:
> Darcy,
>
> On Jan 3, 2006, at 9:50 AM, Darcy Buskermolen wrote:
> > Which version of OSX are you using ?
>
> 10.4.3 on a G4 powerbook.
Based on what I'm seeing in the config.log, it is properly detected as
darwin, and says it's creating Makefile.port
I'm not sure what else i can recommend to you unless it's possible for you to
provide me with an account on the machine so i can try things
interactively.... (I don't have ready access to a 10.4 box)
>
> On Jan 3, 2006, Darcy also wrote:
> > I checked the PostgreSQL -HEAD CVS repository, and there is no
> > Makefile.osx
> > there either, to the best of my knowledge, the .darwin file that Chris
> > references is infact the correct one for all versions of OSX. I'm
> > interested
> > to see what config.log has to say about all of this.
>
> pb15:/usr/local/src/slony1-1.1.5-rc2 bhirt$ cat config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by postgresql-slony1-engine configure 1.1.5_RC2, which
> was
> generated by GNU Autoconf 2.59. Invocation command line was
>
> $ ./configure --prefix=/usr/pg-8.0/ --with-pgconfigdir=/usr/
> pg-8.0//bin --with-pglibdir=/usr/pg-8.0//lib --with-pgpkglibdir=/usr/
> pg-8.0//lib/postgresql --with-pgsharedir=/usr/pg-8.0//share/
> postgresql --with-pgbindir=/usr/pg-8.0//bin
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = pb15.local
> uname -m = Power Macintosh
> uname -r = 8.3.0
> uname -s = Darwin
> uname -v = Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005;
> root:xnu-792.6.22.obj~2/RELEASE_PPC
>
> /usr/bin/uname -p = powerpc
> /bin/uname -X = unknown
>
> /bin/arch = unknown
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo = Mach kernel version:
> Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005;
> root:xnu-792.6.22.obj~2/RELEASE_PPC
> Kernel configured for a single processor only.
> 1 processor is physically available.
> Processor type: ppc7450 (PowerPC 7450)
> Processor active: 0
> Primary memory available: 1.50 gigabytes
> Default processor set: 163 tasks, 440 threads, 1 processors
> Load average: 4.66, Mach factor: 0.18
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /sw/bin
> PATH: /sw/sbin
> PATH: /bin
> PATH: /sbin
> PATH: /usr/bin
> PATH: /usr/sbin
> PATH: /usr/pg-8.1/bin
> PATH: /usr/local/bin
> PATH: /usr/X11R6/bin
> PATH: /Users/bhirt/bin
> PATH: /usr/pg-8.1/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1365: checking build system type
> configure:1383: result: powerpc-apple-darwin8.3.0
> configure:1391: checking host system type
> configure:1405: result: powerpc-apple-darwin8.3.0
> configure:1415: checking which template to use
> configure:1471: result: darwin
> configure:1508: using CFLAGS=
> configure:1556: checking for gcc
> configure:1572: found /usr/bin/gcc
> configure:1582: result: gcc
> configure:1826: checking for C compiler version
> configure:1829: gcc --version </dev/null >&5
> powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc.
> build 5026)
> Copyright (C) 2005 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:1832: $? = 0
> configure:1834: gcc -v </dev/null >&5
> Using built-in specs.
> Target: powerpc-apple-darwin8
> Configured with: /private/var/tmp/gcc/gcc-5026.obj~19/src/configure --
> disable-checking --prefix=/usr --mandir=/share/man --enable-
> languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/
> s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --
> build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --
> target=powerpc-apple-darwin8
> Thread model: posix
> gcc version 4.0.0 (Apple Computer, Inc. build 5026)
> configure:1837: $? = 0
> configure:1839: gcc -V </dev/null >&5
> gcc: argument to `-V' is missing
> configure:1842: $? = 1
> configure:1865: checking for C compiler default output file name
> configure:1868: gcc conftest.c >&5
> configure:1871: $? = 0
> configure:1917: result: a.out
> configure:1922: checking whether the C compiler works
> configure:1928: ./a.out
> configure:1931: $? = 0
> configure:1948: result: yes
> configure:1955: checking whether we are cross compiling
> configure:1957: result: no
> configure:1960: checking for suffix of executables
> configure:1962: gcc -o conftest conftest.c >&5
> configure:1965: $? = 0
> configure:1990: result:
> configure:1996: checking for suffix of object files
> configure:2017: gcc -c conftest.c >&5
> configure:2020: $? = 0
> configure:2042: result: o
> configure:2046: checking whether we are using the GNU C compiler
> configure:2070: gcc -c conftest.c >&5
> configure:2076: $? = 0
> configure:2079: test -z || test ! -s
> conftest.err
> configure:2082: $? = 0
> configure:2085: test -s conftest.o
> configure:2088: $? = 0
> configure:2101: result: yes
> configure:2107: checking whether gcc accepts -g
> configure:2128: gcc -c -g conftest.c >&5
> configure:2134: $? = 0
> configure:2137: test -z || test ! -s
> conftest.err
> configure:2140: $? = 0
> configure:2143: test -s conftest.o
> configure:2146: $? = 0
> configure:2157: result: yes
> configure:2174: checking for gcc option to accept ANSI C
> configure:2244: gcc -c -g -O2 conftest.c >&5
> configure:2250: $? = 0
> configure:2253: test -z || test ! -s
> conftest.err
> configure:2256: $? = 0
> configure:2259: test -s conftest.o
> configure:2262: $? = 0
> configure:2280: result: none needed
> configure:2298: gcc -c -g -O2 conftest.c >&5
> conftest.c:2: error: parse error before 'me'
> configure:2304: $? = 1
>
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
>
> configure:2445: checking for ld used by GCC
> configure:2508: result: /usr/bin/ld
> configure:2517: checking if the linker (/usr/bin/ld) is GNU ld
> configure:2529: result: no
> configure:2536: checking for perl
> configure:2554: found /usr/bin/perl
> configure:2566: result: /usr/bin/perl
> configure:2575: checking for tar
> configure:2593: found /sw/bin/tar
> configure:2605: result: /sw/bin/tar
> configure:2616: checking for flex
> configure:2632: found /usr/bin/flex
> configure:2642: result: flex
> configure:2656: checking for bison
> configure:2672: found /usr/bin/bison
> configure:2682: result: bison -y
> configure:2696: checking for sed
> configure:2712: found /usr/bin/sed
> configure:2722: result: sed
> configure:2940: checking for the pthreads library -lpthreads
> configure:2978: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
> /usr/bin/ld: can't locate file for: -lpthreads
> collect2: ld returned 1 exit status
> configure:2984: $? = 1
>
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME "postgresql-slony1-engine"
> | #define PACKAGE_TARNAME "postgresql-slony1-engine"
> | #define PACKAGE_VERSION "1.1.5_RC2"
> | #define PACKAGE_STRING "postgresql-slony1-engine 1.1.5_RC2"
> | #define PACKAGE_BUGREPORT ""
> | /* 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:3010: result: no
> configure:2887: checking whether pthreads work without any flags
> configure:2978: gcc -o conftest -g -O2 conftest.c >&5
> configure:2984: $? = 0
> configure:2987: test -z || test ! -s
> conftest.err
> configure:2990: $? = 0
> configure:2993: test -s conftest
> configure:2996: $? = 0
> configure:3010: result: yes
> configure:3029: checking for joinable pthread attribute
> configure:3049: gcc -o conftest -g -O2 conftest.c >&5
> configure:3055: $? = 0
> configure:3058: test -z || test ! -s
> conftest.err
> configure:3061: $? = 0
> configure:3064: test -s conftest
> configure:3067: $? = 0
> configure:3078: result: PTHREAD_CREATE_JOINABLE
> configure:3088: checking if more special flags are required for pthreads
> configure:3095: result: -D_THREAD_SAFE
> configure:3107: checking for cc_r
> configure:3134: result: gcc
> configure:3175: checking how to run the C preprocessor
> configure:3210: gcc -E conftest.c
> configure:3216: $? = 0
> configure:3248: gcc -E conftest.c
> conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
> configure:3254: $? = 1
>
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME "postgresql-slony1-engine"
> | #define PACKAGE_TARNAME "postgresql-slony1-engine"
> | #define PACKAGE_VERSION "1.1.5_RC2"
> | #define PACKAGE_STRING "postgresql-slony1-engine 1.1.5_RC2"
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_PTHREAD 1
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
>
> configure:3293: result: gcc -E
> configure:3317: gcc -E conftest.c
> configure:3323: $? = 0
> configure:3355: gcc -E conftest.c
> conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
> configure:3361: $? = 1
>
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME "postgresql-slony1-engine"
> | #define PACKAGE_TARNAME "postgresql-slony1-engine"
> | #define PACKAGE_VERSION "1.1.5_RC2"
> | #define PACKAGE_STRING "postgresql-slony1-engine 1.1.5_RC2"
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_PTHREAD 1
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
>
> configure:3405: checking for egrep
> configure:3415: result: grep -E
> configure:3420: checking for ANSI C header files
> configure:3445: gcc -c -g -O2 conftest.c >&5
> configure:3451: $? = 0
> configure:3454: test -z || test ! -s
> conftest.err
> configure:3457: $? = 0
> configure:3460: test -s conftest.o
> configure:3463: $? = 0
> configure:3549: gcc -o conftest -g -O2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:27: warning: incompatible implicit declaration of built-in
> function 'exit'
> configure:3552: $? = 0
> configure:3554: ./conftest
> configure:3557: $? = 0
> configure:3572: result: yes
> configure:3596: checking for sys/types.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for sys/stat.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for stdlib.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for string.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for memory.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for strings.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for inttypes.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for stdint.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3596: checking for unistd.h
> configure:3612: gcc -c -g -O2 conftest.c >&5
> configure:3618: $? = 0
> configure:3621: test -z || test ! -s
> conftest.err
> configure:3624: $? = 0
> configure:3627: test -s conftest.o
> configure:3630: $? = 0
> configure:3641: result: yes
> configure:3667: checking fcntl.h usability
> configure:3679: gcc -c -g -O2 conftest.c >&5
> configure:3685: $? = 0
> configure:3688: test -z || test ! -s
> conftest.err
> configure:3691: $? = 0
> configure:3694: test -s conftest.o
> configure:3697: $? = 0
> configure:3707: result: yes
> configure:3711: checking fcntl.h presence
> configure:3721: gcc -E conftest.c
> configure:3727: $? = 0
> configure:3747: result: yes
> configure:3782: checking for fcntl.h
> configure:3789: result: yes
> configure:3816: checking limits.h usability
> configure:3828: gcc -c -g -O2 conftest.c >&5
> configure:3834: $? = 0
> configure:3837: test -z || test ! -s
> conftest.err
> configure:3840: $? = 0
> configure:3843: test -s conftest.o
> configure:3846: $? = 0
> configure:3856: result: yes
> configure:3860: checking limits.h presence
> configure:3870: gcc -E conftest.c
> configure:3876: $? = 0
> configure:3896: result: yes
> configure:3931: checking for limits.h
> configure:3938: result: yes
> configure:3965: checking stddef.h usability
> configure:3977: gcc -c -g -O2 conftest.c >&5
> configure:3983: $? = 0
> configure:3986: test -z || test ! -s
> conftest.err
> configure:3989: $? = 0
> configure:3992: test -s conftest.o
> configure:3995: $? = 0
> configure:4005: result: yes
> configure:4009: checking stddef.h presence
> configure:4019: gcc -E conftest.c
> configure:4025: $? = 0
> configure:4045: result: yes
> configure:4080: checking for stddef.h
> configure:4087: result: yes
> configure:4114: checking sys/socket.h usability
> configure:4126: gcc -c -g -O2 conftest.c >&5
> configure:4132: $? = 0
> configure:4135: test -z || test ! -s
> conftest.err
> configure:4138: $? = 0
> configure:4141: test -s conftest.o
> configure:4144: $? = 0
> configure:4154: result: yes
> configure:4158: checking sys/socket.h presence
> configure:4168: gcc -E conftest.c
> configure:4174: $? = 0
> configure:4194: result: yes
> configure:4229: checking for sys/socket.h
> configure:4236: result: yes
> configure:4263: checking sys/time.h usability
> configure:4275: gcc -c -g -O2 conftest.c >&5
> configure:4281: $? = 0
> configure:4284: test -z || test ! -s
> conftest.err
> configure:4287: $? = 0
> configure:4290: test -s conftest.o
> configure:4293: $? = 0
> configure:4303: result: yes
> configure:4307: checking sys/time.h presence
> configure:4317: gcc -E conftest.c
> configure:4323: $? = 0
> configure:4343: result: yes
> configure:4378: checking for sys/time.h
> configure:4385: result: yes
> configure:4403: checking for inttypes.h
> configure:4408: result: yes
> configure:4552: checking for gettimeofday
> configure:4609: gcc -o conftest -g -O2 conftest.c >&5
> configure:4615: $? = 0
> configure:4618: test -z || test ! -s
> conftest.err
> configure:4621: $? = 0
> configure:4624: test -s conftest
> configure:4627: $? = 0
> configure:4639: result: yes
> configure:4653: checking for dup2
> configure:4710: gcc -o conftest -g -O2 conftest.c >&5
> configure:4716: $? = 0
> configure:4719: test -z || test ! -s
> conftest.err
> configure:4722: $? = 0
> configure:4725: test -s conftest
> configure:4728: $? = 0
> configure:4740: result: yes
> configure:4754: checking for alarm
> configure:4811: gcc -o conftest -g -O2 conftest.c >&5
> configure:4817: $? = 0
> configure:4820: test -z || test ! -s
> conftest.err
> configure:4823: $? = 0
> configure:4826: test -s conftest
> configure:4829: $? = 0
> configure:4841: result: yes
> configure:4855: checking for memset
> configure:4912: gcc -o conftest -g -O2 conftest.c >&5
> conftest.c:53: warning: conflicting types for built-in function 'memset'
> configure:4918: $? = 0
> configure:4921: test -z || test ! -s
> conftest.err
> configure:4924: $? = 0
> configure:4927: test -s conftest
> configure:4930: $? = 0
> configure:4942: result: yes
> configure:4956: checking for select
> configure:5013: gcc -o conftest -g -O2 conftest.c >&5
> configure:5019: $? = 0
> configure:5022: test -z || test ! -s
> conftest.err
> configure:5025: $? = 0
> configure:5028: test -s conftest
> configure:5031: $? = 0
> configure:5043: result: yes
> configure:5057: checking for strdup
> configure:5114: gcc -o conftest -g -O2 conftest.c >&5
> conftest.c:55: warning: conflicting types for built-in function 'strdup'
> configure:5120: $? = 0
> configure:5123: test -z || test ! -s
> conftest.err
> configure:5126: $? = 0
> configure:5129: test -s conftest
> configure:5132: $? = 0
> configure:5144: result: yes
> configure:5158: checking for strerror
> configure:5215: gcc -o conftest -g -O2 conftest.c >&5
> configure:5221: $? = 0
> configure:5224: test -z || test ! -s
> conftest.err
> configure:5227: $? = 0
> configure:5230: test -s conftest
> configure:5233: $? = 0
> configure:5245: result: yes
> configure:5259: checking for strtol
> configure:5316: gcc -o conftest -g -O2 conftest.c >&5
> configure:5322: $? = 0
> configure:5325: test -z || test ! -s
> conftest.err
> configure:5328: $? = 0
> configure:5331: test -s conftest
> configure:5334: $? = 0
> configure:5346: result: yes
> configure:5360: checking for strtoul
> configure:5417: gcc -o conftest -g -O2 conftest.c >&5
> configure:5423: $? = 0
> configure:5426: test -z || test ! -s
> conftest.err
> configure:5429: $? = 0
> configure:5432: test -s conftest
> configure:5435: $? = 0
> configure:5447: result: yes
> configure:5458: checking for int32_t
> configure:5482: gcc -c -g -O2 conftest.c >&5
> configure:5488: $? = 0
> configure:5491: test -z || test ! -s
> conftest.err
> configure:5494: $? = 0
> configure:5497: test -s conftest.o
> configure:5500: $? = 0
> configure:5511: result: yes
> configure:5521: checking for uint32_t
> configure:5545: gcc -c -g -O2 conftest.c >&5
> configure:5551: $? = 0
> configure:5554: test -z || test ! -s
> conftest.err
> configure:5557: $? = 0
> configure:5560: test -s conftest.o
> configure:5563: $? = 0
> configure:5574: result: yes
> configure:5584: checking for u_int32_t
> configure:5608: gcc -c -g -O2 conftest.c >&5
> configure:5614: $? = 0
> configure:5617: test -z || test ! -s
> conftest.err
> configure:5620: $? = 0
> configure:5623: test -s conftest.o
> configure:5626: $? = 0
> configure:5637: result: yes
> configure:5648: checking for int64_t
> configure:5672: gcc -c -g -O2 conftest.c >&5
> configure:5678: $? = 0
> configure:5681: test -z || test ! -s
> conftest.err
> configure:5684: $? = 0
> configure:5687: test -s conftest.o
> configure:5690: $? = 0
> configure:5701: result: yes
> configure:5711: checking for uint64_t
> configure:5735: gcc -c -g -O2 conftest.c >&5
> configure:5741: $? = 0
> configure:5744: test -z || test ! -s
> conftest.err
> configure:5747: $? = 0
> configure:5750: test -s conftest.o
> configure:5753: $? = 0
> configure:5764: result: yes
> configure:5774: checking for u_int64_t
> configure:5798: gcc -c -g -O2 conftest.c >&5
> configure:5804: $? = 0
> configure:5807: test -z || test ! -s
> conftest.err
> configure:5810: $? = 0
> configure:5813: test -s conftest.o
> configure:5816: $? = 0
> configure:5827: result: yes
> configure:5838: checking for ssize_t
> configure:5862: gcc -c -g -O2 conftest.c >&5
> configure:5868: $? = 0
> configure:5871: test -z || test ! -s
> conftest.err
> configure:5874: $? = 0
> configure:5877: test -s conftest.o
> configure:5880: $? = 0
> configure:5891: result: yes
> configure:5902: checking for POSIX signal interface
> configure:5926: gcc -o conftest -g -O2 conftest.c >&5
> configure:5932: $? = 0
> configure:5935: test -z || test ! -s
> conftest.err
> configure:5938: $? = 0
> configure:5941: test -s conftest
> configure:5944: $? = 0
> configure:5956: result: yes
> configure:6062: checking for pg_config
> configure:6074: result: /usr/pg-8.0//bin/pg_config
> configure:6084: checking for correct version of PostgreSQL
> configure:6112: result: 8.0
> configure:6221: checking for PQunescapeBytea in -lpq
> configure:6251: gcc -o conftest -g -O2 -L/usr/pg-8.0/lib conftest.c
> -lpq >&5
> configure:6257: $? = 0
> configure:6260: test -z || test ! -s
> conftest.err
> configure:6263: $? = 0
> configure:6266: test -s conftest
> configure:6269: $? = 0
> configure:6282: result: yes
> configure:6317: checking libpq-fe.h usability
> configure:6329: gcc -c -g -O2 -I/usr/pg-8.0/include/ conftest.c >&5
> configure:6335: $? = 0
> configure:6338: test -z || test ! -s
> conftest.err
> configure:6341: $? = 0
> configure:6344: test -s conftest.o
> configure:6347: $? = 0
> configure:6357: result: yes
> configure:6361: checking libpq-fe.h presence
> configure:6371: gcc -E -I/usr/pg-8.0/include/ conftest.c
> configure:6377: $? = 0
> configure:6397: result: yes
> configure:6432: checking for libpq-fe.h
> configure:6439: result: yes
> configure:6476: checking postgres.h usability
> configure:6488: gcc -c -g -O2 -I/usr/pg-8.0/include/ -I/usr/pg-8.0/
> include/postgresql/server/ conftest.c >&5
> In file included from /usr/pg-8.0/include/postgresql/server/c.h:53,
> from /usr/pg-8.0/include/postgresql/server/
> postgres.h:48,
> from conftest.c:80:
> /usr/pg-8.0/include/postgresql/server/pg_config.h:592:1: warning:
> "PACKAGE_BUGREPORT" redefined
> conftest.c:7:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:595:1: warning:
> "PACKAGE_NAME" redefined
> conftest.c:3:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:598:1: warning:
> "PACKAGE_STRING" redefined
> conftest.c:6:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:601:1: warning:
> "PACKAGE_TARNAME" redefined
> conftest.c:4:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:604:1: warning:
> "PACKAGE_VERSION" redefined
> conftest.c:5:1: warning: this is the location of the previous definition
> configure:6494: $? = 0
> configure:6497: test -z || test ! -s
> conftest.err
> configure:6500: $? = 0
> configure:6503: test -s conftest.o
> configure:6506: $? = 0
> configure:6516: result: yes
> configure:6520: checking postgres.h presence
> configure:6530: gcc -E -I/usr/pg-8.0/include/ -I/usr/pg-8.0/include/
> postgresql/server/ conftest.c
> In file included from /usr/pg-8.0/include/postgresql/server/c.h:53,
> from /usr/pg-8.0/include/postgresql/server/
> postgres.h:48,
> from conftest.c:46:
> /usr/pg-8.0/include/postgresql/server/pg_config.h:592:1: warning:
> "PACKAGE_BUGREPORT" redefined
> conftest.c:7:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:595:1: warning:
> "PACKAGE_NAME" redefined
> conftest.c:3:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:598:1: warning:
> "PACKAGE_STRING" redefined
> conftest.c:6:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:601:1: warning:
> "PACKAGE_TARNAME" redefined
> conftest.c:4:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:604:1: warning:
> "PACKAGE_VERSION" redefined
> conftest.c:5:1: warning: this is the location of the previous definition
> configure:6536: $? = 0
> configure:6556: result: yes
> configure:6591: checking for postgres.h
> configure:6598: result: yes
> configure:6607: checking for utils/typcache.h
> configure:6623: gcc -c -g -O2 -I/usr/pg-8.0/include/ -I/usr/pg-8.0/
> include/postgresql/server/ conftest.c >&5
> In file included from /usr/pg-8.0/include/postgresql/server/c.h:53,
> from /usr/pg-8.0/include/postgresql/server/
> postgres.h:48,
> from conftest.c:46:
> /usr/pg-8.0/include/postgresql/server/pg_config.h:592:1: warning:
> "PACKAGE_BUGREPORT" redefined
> conftest.c:7:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:595:1: warning:
> "PACKAGE_NAME" redefined
> conftest.c:3:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:598:1: warning:
> "PACKAGE_STRING" redefined
> conftest.c:6:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:601:1: warning:
> "PACKAGE_TARNAME" redefined
> conftest.c:4:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:604:1: warning:
> "PACKAGE_VERSION" redefined
> conftest.c:5:1: warning: this is the location of the previous definition
> configure:6629: $? = 0
> configure:6632: test -z || test ! -s
> conftest.err
> configure:6635: $? = 0
> configure:6638: test -s conftest.o
> configure:6641: $? = 0
> configure:6652: result: yes
> configure:6682: checking for plpgsql.so
> configure:6685: result: yes
> configure:6720: checking for postgresql.conf.sample
> configure:6731: result: /usr/pg-8.0//share/postgresql/
> postgresql.conf.sample
> configure:6753: checking for PQputCopyData in -lpq
> configure:6783: gcc -o conftest -g -O2 -I/usr/pg-8.0/include/ -I/usr/
> pg-8.0/include/postgresql/server/ -L/usr/pg-8.0/lib conftest.c -
> lpq >&5
> configure:6789: $? = 0
> configure:6792: test -z || test ! -s
> conftest.err
> configure:6795: $? = 0
> configure:6798: test -s conftest
> configure:6801: $? = 0
> configure:6814: result: yes
> configure:6829: checking for PQsetNoticeReceiver in -lpq
> configure:6859: gcc -o conftest -g -O2 -I/usr/pg-8.0/include/ -I/usr/
> pg-8.0/include/postgresql/server/ -L/usr/pg-8.0/lib conftest.c -
> lpq >&5
> configure:6865: $? = 0
> configure:6868: test -z || test ! -s
> conftest.err
> configure:6871: $? = 0
> configure:6874: test -s conftest
> configure:6877: $? = 0
> configure:6890: result: yes
> configure:6905: checking for PQfreemem in -lpq
> configure:6935: gcc -o conftest -g -O2 -I/usr/pg-8.0/include/ -I/usr/
> pg-8.0/include/postgresql/server/ -L/usr/pg-8.0/lib conftest.c -
> lpq >&5
> configure:6941: $? = 0
> configure:6944: test -z || test ! -s
> conftest.err
> configure:6947: $? = 0
> configure:6950: test -s conftest
> configure:6953: $? = 0
> configure:6966: result: yes
> configure:6980: checking whether GetTopTransactionId is declared
> configure:7008: gcc -c -g -O2 -I/usr/pg-8.0/include/ -I/usr/pg-8.0/
> include/postgresql/server/ conftest.c >&5
> In file included from /usr/pg-8.0/include/postgresql/server/c.h:53,
> from /usr/pg-8.0/include/postgresql/server/
> postgres.h:48,
> from conftest.c:54:
> /usr/pg-8.0/include/postgresql/server/pg_config.h:592:1: warning:
> "PACKAGE_BUGREPORT" redefined
> conftest.c:7:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:595:1: warning:
> "PACKAGE_NAME" redefined
> conftest.c:3:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:598:1: warning:
> "PACKAGE_STRING" redefined
> conftest.c:6:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:601:1: warning:
> "PACKAGE_TARNAME" redefined
> conftest.c:4:1: warning: this is the location of the previous definition
> /usr/pg-8.0/include/postgresql/server/pg_config.h:604:1: warning:
> "PACKAGE_VERSION" redefined
> conftest.c:5:1: warning: this is the location of the previous definition
> configure:7014: $? = 0
> configure:7017: test -z || test ! -s
> conftest.err
> configure:7020: $? = 0
> configure:7023: test -s conftest.o
> configure:7026: $? = 0
> configure:7037: result: yes
> configure:9291: checking if you have requested documentation building
> configure:9294: result: no
> configure:9381: checking for groff
> configure:9397: found /usr/bin/groff
> configure:9407: result: groff
> configure:9421: checking for ps2pdf
> configure:9437: found /sw/bin/ps2pdf
> configure:9447: result: ps2pdf
> configure:9461: checking for djpeg
> configure:9477: found /sw/bin/djpeg
> configure:9487: result: djpeg
> configure:9501: checking for pnmtops
> configure:9530: result: no
> configure:9541: checking for convert
> configure:9557: found /usr/local/bin/convert
> configure:9567: result: convert
> configure:9581: checking for postgresql_autodoc
> configure:9610: result: no
> configure:9581: checking for pgautodoc
> configure:9610: result: no
> configure:9625: checking for onsgmls
> configure:9654: result: no
> configure:9625: checking for nsgmls
> configure:9654: result: no
> configure:9665: checking for openjade
> configure:9694: result: no
> configure:9665: checking for jade
> configure:9694: result: no
> configure:9702: checking for DocBook V4.2
> configure:9731: result: no
> configure:9737: checking for DocBook stylesheets
> configure:9774: result: no
> configure:9827: checking for collateindex.pl
> configure:9860: result: no
> configure:9970: creating ./config.status
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by postgresql-slony1-engine config.status
> 1.1.5_RC2, which was
> generated by GNU Autoconf 2.59. Invocation command line was
>
> CONFIG_FILES =
> CONFIG_HEADERS =
> CONFIG_LINKS =
> CONFIG_COMMANDS =
> $ ./config.status
>
> on pb15.local
>
> config.status:735: creating Makefile.global
> config.status:735: creating GNUmakefile
> config.status:735: creating postgresql-slony1-engine.spec
> config.status:735: creating Makefile.port
> config.status:800: creating config.h
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=powerpc-apple-darwin8.3.0
> ac_cv_build_alias=powerpc-apple-darwin8.3.0
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> 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=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_exeext=
> 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_have_decl_GetTopTransactionId=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=powerpc-apple-darwin8.3.0
> ac_cv_host_alias=powerpc-apple-darwin8.3.0
> ac_cv_lib_pq_PQfreemem=yes
> ac_cv_lib_pq_PQputCopyData=yes
> ac_cv_lib_pq_PQsetNoticeReceiver=yes
> ac_cv_lib_pq_PQunescapeBytea=yes
> ac_cv_objext=o
> ac_cv_path_LD=/usr/bin/ld
> ac_cv_path_PERL=/usr/bin/perl
> ac_cv_path_TAR=/sw/bin/tar
> ac_cv_prog_CONVERT=convert
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_DJPEG=djpeg
> ac_cv_prog_GROFF=groff
> ac_cv_prog_LEX=flex
> ac_cv_prog_PS2PDF=ps2pdf
> ac_cv_prog_PTHREAD_CC=gcc
> ac_cv_prog_SED=sed
> ac_cv_prog_YACC='bison -y'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_egrep='grep -E'
> ac_cv_prog_gnu_ld=no
> ac_cv_type_int32_t=yes
> ac_cv_type_int64_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
> slonac_cv_check_docbook=no
> slonac_cv_func_posix_signals=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> 1.1.5_RC2='dummy.1.5_RC2'
> CC='gcc'
> CFLAGS='-g -O2'
> COLLATEINDEX=''
> CONVERT='convert'
> CPP='gcc -E'
> CPPFLAGS=' -I/usr/pg-8.0/include/ -I/usr/pg-8.0/include/postgresql/
> server/'
> DEFS='-DHAVE_CONFIG_H'
> DJPEG='djpeg'
> DOCBOOKSTYLE=''
> DOCDIR=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='grep -E'
> EXEEXT=''
> GROFF='groff'
> HAVE_NETSNMP=''
> HAVE_POSIX_SIGNALS='yes'
> HOST_OS='darwin8.3.0'
> JADE=''
> LD='/usr/bin/ld'
> LDFLAGS=' -L/usr/pg-8.0/lib'
> LEX='flex'
> LEXFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> NETSNMP_AGENTLIBS=''
> NETSNMP_CFLAGS=''
> NSGMLS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME='postgresql-slony1-engine'
> PACKAGE_STRING='postgresql-slony1-engine 1.1.5_RC2'
> PACKAGE_TARNAME='postgresql-slony1-engine'
> PACKAGE_VERSION='1.1.5_RC2'
> PATH_SEPARATOR=':'
> PERL='/usr/bin/perl'
> PGAUTODOC=''
> PGBINDIR='/usr/pg-8.0/bin'
> PGINCLUDEDIR='/usr/pg-8.0/include/'
> PGINCLUDESERVERDIR='/usr/pg-8.0/include/postgresql/server/'
> PGLIBDIR='/usr/pg-8.0/lib'
> PGPKGLIBDIR='/usr/pg-8.0/lib/postgresql'
> PGSHAREDIR='/usr/pg-8.0//share/postgresql/'
> PNMTOPS=''
> PORTNAME='darwin'
> PS2PDF='ps2pdf'
> PTHREAD_CC='gcc'
> PTHREAD_CFLAGS='-D_THREAD_SAFE '
> PTHREAD_LIBS=''
> SED='sed'
> SGMLSPL=''
> SHELL='/bin/sh'
> SLONBINDIR='/usr/pg-8.0/bin'
> SLONYPATH='/usr/local/src/slony1-1.1.5-rc2'
> TAR='/sw/bin/tar'
> TOOLSBIN=''
> YACC='bison -y'
> YFLAGS=''
> ac_ct_CC='gcc'
> acx_pthread_config=''
> bindir='${exec_prefix}/bin'
> build='powerpc-apple-darwin8.3.0'
> build_alias=''
> build_cpu='powerpc'
> build_os='darwin8.3.0'
> build_vendor='apple'
> datadir='${prefix}/share'
> enable_debug='no'
> exec_prefix='${prefix}'
> have_docbook='no'
> host='powerpc-apple-darwin8.3.0'
> host_alias=''
> host_cpu='powerpc'
> host_os='darwin8.3.0'
> host_vendor='apple'
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> oldincludedir='/usr/include'
> prefix='/usr/pg-8.0/'
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> with_docs='no'
> with_gnu_ld='no'
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define HAVE_ALARM 1
> #define HAVE_DECL_GETTOPTRANSACTIONID 1
> #define HAVE_DUP2 1
> #define HAVE_FCNTL_H 1
> #define HAVE_GETTIMEOFDAY 1
> #define HAVE_INT32_T 1
> #define HAVE_INT64_T 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_LIMITS_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_MEMSET 1
> #define HAVE_POSIX_SIGNALS
> #define HAVE_PQFREEMEM 1
> #define HAVE_PQPUTCOPYDATA 1
> #define HAVE_PQSETNOTICERECEIVER 1
> #define HAVE_PTHREAD 1
> #define HAVE_SELECT 1
> #define HAVE_SSIZE_T 1
> #define HAVE_STDDEF_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRDUP 1
> #define HAVE_STRERROR 1
> #define HAVE_STRINGS_H 1
> #define HAVE_STRING_H 1
> #define HAVE_STRTOL 1
> #define HAVE_STRTOUL 1
> #define HAVE_SYS_SOCKET_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TIME_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_TYPCACHE 1
> #define HAVE_UINT32_T 1
> #define HAVE_UINT64_T 1
> #define HAVE_UNISTD_H 1
> #define HAVE_U_INT32_T 1
> #define HAVE_U_INT64_T 1
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME "postgresql-slony1-engine"
> #define PACKAGE_STRING "postgresql-slony1-engine 1.1.5_RC2"
> #define PACKAGE_TARNAME "postgresql-slony1-engine"
> #define PACKAGE_VERSION "1.1.5_RC2"
> #define PG_LIBPQSERVER_VERIFIED 1
> #define PG_LIBPQ_VERIFIED 1
> #define PG_PKGLIBDIR_VERIFIED 1
> #define PG_SHAREDIR_VERIFIED 1
> #define PG_VERSION_OK 1
> #define PG_VERSION_VERIFIED 1
> #define STDC_HEADERS 1
>
> configure: exit 0
> pb15:/usr/local/src/slony1-1.1.5-rc2 bhirt$
>
>
> --------------------------------------------
> MobyGames
> http://www.mobygames.com
> The world's largest and most comprehensive
> gaming database project
>
> _______________________________________________
> Slony1-general mailing list
> [email protected]
> http://gborg.postgresql.org/mailman/listinfo/slony1-general
--
Darcy Buskermolen
Wavefire Technologies Corp.
http://www.wavefire.com
ph: 250.717.0200
fx: 250.763.1759
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general