Re: [HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-09 Thread Mihai Criveti
`/home/cmihai/build/postgresql-8.3.6/src/test/regress' gmake[1]: Leaving directory `/home/cmihai/build/postgresql-8.3.6/src/test' On Mon, Feb 9, 2009 at 4:06 PM, Mihai Criveti wrote: > OK, I've compiled a 64 bit optimized version, and it works great! No issues > what so ev

Re: [HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-09 Thread Mihai Criveti
OK, I've compiled a 64 bit optimized version, and it works great! No issues what so ever in configure, make or install. Thanks a lot for all the support :-). PostgreSQL rocks! What I've used to build it: CC="xlc_r -q64 -qnoansialias" AR="ar -X64" OBJECT_MODE=64 ./configure --enable-cassert --ena

Re: [HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-09 Thread Mihai Criveti
Yes, I've had CC exported as xlC_r -q64 to do 64 bit builds, and use vacpp C++ instead of C. Guess it didn't like that, and ended up with some horrible compiler optimization or something that killed it. Are there any other tests I can run now that PostgreSQL is installed? Seems to work fine for b

Re: [HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-09 Thread Mihai Criveti
pg_ctl -D /usr/local/pgsql/data -l logfile start On Mon, Feb 9, 2009 at 9:40 AM, Tom Lane wrote: > Mihai Criveti writes: > > So if this is a compiler bug, it certainly isn't an obvious one. I'll dig > > deeper to see how I can convince configure to use -qnooptimize

Re: [HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-08 Thread Mihai Criveti
with option -qlanglvl=extc99 and is ignored. ld: 0711-317 ERROR: Undefined symbol: .setproctitle ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:7123: $? = 8 I'll try a 32 bit build too. On Mon, Feb 9, 2009 at 8:58 AM, Tom Lane wrote: > Mihai

Re: [HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-08 Thread Mihai Criveti
Feb 9, 2009 at 4:37 AM, Andrew Dunstan wrote: > > Please try configuring with --enable-debug --enable-cassert > > Then if you don't get any more useful information you might need to try > initdb -d > > cheers > > andrew > > > Mihai Criveti wrote: > >&g

[HACKERS] 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

2009-02-08 Thread Mihai Criveti
CC="xlC_r -q64" \ CXX="xlC_r -q64" \ AR="ar -X64" \ OBJECT_MODE=64 \ PATH=/usr/bin:/usr/vacpp/bin ./configure make Make builds fine, but pg_regress: initdb fails. src/test/regress/log reads: Running in noclean mode. Mistakes will not be cleaned up. The files belonging to this database system wil

[HACKERS] HP-UX 11.11 PostgreSQL 8.3.1 - psql core dumps - Unresolved symbol: tgetent

2008-03-25 Thread Mihai Criveti
I've compiled PostgreSQL 8.3.1 using gcc 4.2.3 on HP-UX 11i v1, and all went well. PostgreSQL works and everything, except for psql client: $ ldd /usr/local/pgsql/bin/psql => /usr/lib/libc.2 => /usr/lib/libc.2 /usr/lib/libdld.2 =>/usr/lib/libdld.2 /usr/lib

[HACKERS] Building PostgreSQL 8.3.1 on OpenVMS 8.3 AXP

2008-03-22 Thread Mihai Criveti
I am trying to build PostgreSQL 8.3.1 on OpenVMS 8.3 Alpha, patched to UPDATE v6.0 ECO: DEC AXPVMS VMS83A_UPDATE V6.0Patch Install Val 14-MAR-2008 Using the HP C compilers: HP C Version 7.3 for OpenVMS Alpha Systems HP C++ Version V7.3 for OpenVMS Alpha Systems And the GNU (GNV)