Sat Aug 12 15:51:25 PDT 2006
- Previous message: [Slony1-general] high load on all nodes
- Next message: [Slony1-general] Slony-I build errors on Solaris 9
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, Attached file is the gmake errors on Solaris 9 that I've been playing since yesterday. This is Slony-I 1.2.0RC3. Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/ -------------- next part -------------- bash-2.05$ gmake gmake[1]: Entering directory `/export/home/postgres/slony1-1.2.0-rc3/src' gmake[2]: Entering directory `/export/home/postgres/slony1-1.2.0-rc3/src/xxid' gcc -g -O2 -KPIC -I../.. -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o xxid.o xxid.c gcc: unrecognized option '-KPIC' ld -G -Bdynamic -o xxid.so xxid.o cp xxid.v73.sql xxid.v74.sql gmake[2]: Leaving directory `/export/home/postgres/slony1-1.2.0-rc3/src/xxid' gmake[2]: Entering directory `/export/home/postgres/slony1-1.2.0-rc3/src/parsestatements' gcc -g -O2 -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o test-scanner.o test-scanner.c gcc -g -O2 -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o scanner.o scanner.c gcc -g -O2 -o test-scanner test-scanner.c scanner.o ./test-scanner < /dev/null > emptytestresult.log cmp ./emptytestresult.log emptytestresult.expected ./test-scanner < ./test_sql.sql > test_sql.log cmp ./test_sql.log ./test_sql.expected gmake[2]: Leaving directory `/export/home/postgres/slony1-1.2.0-rc3/src/parsestatements' gmake[2]: Entering directory `/export/home/postgres/slony1-1.2.0-rc3/src/slon' gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o slon.o slon.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from slon.c:33: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from slon.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o runtime_config.o runtime_config.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from runtime_config.c:27: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from runtime_config.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o local_listen.o local_listen.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from local_listen.c:27: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from local_listen.c:15: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o remote_listen.o remote_listen.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from remote_listen.c:27: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from remote_listen.c:15: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o remote_worker.o remote_worker.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from remote_worker.c:26: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from remote_worker.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o sync_thread.o sync_thread.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from sync_thread.c:26: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from sync_thread.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o cleanup_thread.o cleanup_thread.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from cleanup_thread.c:26: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from cleanup_thread.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o scheduler.o scheduler.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from scheduler.c:27: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from scheduler.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition gcc -g -O2 -D_REENTRANT -pthreads -I../.. -I../../src/slon -I/opt/devrim/postgresql81/include/ -I/opt/devrim/postgresql81/include/server/ -c -o dbutils.o dbutils.c In file included from /opt/devrim/postgresql81/include/server/c.h:53, from dbutils.c:27: /opt/devrim/postgresql81/include/server/pg_config.h:663:1: warning: "_FILE_OFFSET_BITS" redefined In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/types.h:28, from /usr/include/pthread.h:12, from dbutils.c:14: /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/include/sys/feature_tests.h:105:1: warning: this is the location of the previous definition lex -o'conf-file.c' conf-file.l lex: illegal option -- o Usage: lex [-ewctvnVY] [-Q(y/n)] [file] gmake[2]: *** [conf-file.c] Error 1 gmake[2]: Leaving directory `/export/home/postgres/slony1-1.2.0-rc3/src/slon' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/export/home/postgres/slony1-1.2.0-rc3/src' gmake: *** [all] Error 2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://gborg.postgresql.org/pipermail/slony1-general/attachments/20060812/96f2d5c8/attachment-0001.bin
- Previous message: [Slony1-general] high load on all nodes
- Next message: [Slony1-general] Slony-I build errors on Solaris 9
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list