Scott Jackson scott
Wed Sep 21 10:27:53 PDT 2005
Hi

I am trying to install slony1-1.1.0 for postgresql-7.4.7-3 on Fedora 
Core 2.
I can run the configure command fine but get any errors when running the 
make install command. I have no idea why these are appearing and would 
be grateful for any suggestions.

Thanks
Scott

 ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking which template to use... linux
configure: using CFLAGS=
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for perl... /usr/bin/perl
checking for tar... /bin/tar
checking for flex... no
checking for ,... no
checking for lex... no
checking for bison... no
checking for ,... no
checking for yacc... no
checking for sed... sed
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for inttypes.h... (cached) yes
checking for gettimeofday... yes
checking for dup2... yes
checking for alarm... yes
checking for memset... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for strtoul... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for u_int32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for u_int64_t... yes
checking for ssize_t... yes
checking for POSIX signal interface... yes
checking for pg_config... /usr/bin/pg_config
checking for correct version of PostgreSQL... 7.4
checking for PQunescapeBytea in -lpq... yes
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking postgres.h usability... yes
checking postgres.h presence... yes
checking for postgres.h... yes
checking for utils/typcache.h... yes
checking for plpgsql.so... yes
checking for postgresql.conf.sample... 
/usr/share/pgsql/postgresql.conf.sample
checking for PQputCopyData in -lpq... yes
checking for PQsetNoticeReceiver in -lpq... yes
checking for PQfreemem in -lpq... yes
checking whether GetTopTransactionId is declared... no
checking if you have requested documentation buliding... no
checking for groff... groff
checking for ps2pdf... ps2pdf
checking for djpeg... djpeg
checking for pnmtops... no
checking for convert... no
checking for postgresql_autodoc... no
checking for pgautodoc... no
checking for onsgmls... no
checking for nsgmls... no
checking for openjade... no
checking for jade... no
checking for DocBook V4.2... no
checking for DocBook stylesheets... no
checking for collateindex.pl... no
configure: creating ./config.status
config.status: creating Makefile.global
config.status: creating GNUmakefile
config.status: creating postgresql-slony1-engine.spec
config.status: creating Makefile.port
config.status: creating config.h

make install
make[1]: Entering directory `/root/slony1-1.1.0/src'
make[2]: Entering directory `/root/slony1-1.1.0/src/xxid'
gcc -g -O2 -fpic -I../.. -I/usr/include/ -I/usr/include/pgsql/server/  
-c -o xxid.o xxid.c
xxid.c: In function `_Slony_I_getMinXid':
xxid.c:229: `__func__' undeclared (first use in this function)
xxid.c:229: (Each undeclared identifier is reported only once
xxid.c:229: for each function it appears in.)
xxid.c: In function `_Slony_I_getMaxXid':
xxid.c:242: `__func__' undeclared (first use in this function)
xxid.c: In function `_Slony_I_xxid_snapshot_in':
xxid.c:271: `__func__' undeclared (first use in this function)
make[2]: *** [xxid.o] Error 1
make[2]: Leaving directory `/root/slony1-1.1.0/src/xxid'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/slony1-1.1.0/src'
make: *** [install] Error 2



More information about the Slony1-general mailing list