Re: [GENERAL] "make check" failed on 8.4.2 install

2010-02-24 Thread Daniel Verite
adam_pgsql wrote: > This is gcc version 2.95.4 if that helps? It's a very old version of gcc, and also one that has never been officially released, according to the release notes. Run "aptitude show gcc-2.95" and see the description of the package. You don't want to use that as your defa

Re: [GENERAL] "make check" failed on 8.4.2 install

2010-02-24 Thread adam_pgsql
On 23 Feb 2010, at 21:34, Tom Lane wrote: > adam_pgsql writes: >> On 23 Feb 2010, at 17:41, Tom Lane wrote: >>> That's very peculiar. It looks more like dynamic linker breakage than >>> Postgres' fault, though. What platform is this (no, the kernel version >>> doesn't do it for me)? What have

Re: [GENERAL] "make check" failed on 8.4.2 install

2010-02-23 Thread Tom Lane
adam_pgsql writes: > On 23 Feb 2010, at 17:41, Tom Lane wrote: >> That's very peculiar. It looks more like dynamic linker breakage than >> Postgres' fault, though. What platform is this (no, the kernel version >> doesn't do it for me)? What have you changed since you last built >> Postgres succ

Re: [GENERAL] "make check" failed on 8.4.2 install

2010-02-23 Thread adam_pgsql
On 23 Feb 2010, at 17:41, Tom Lane wrote: > adam_pgsql writes: >> I am trying to upgrade to 8.4.2 but my usual compile from source failed > >> $ make check >> == shutting down postmaster == >> /usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check

Re: [GENERAL] "make check" failed on 8.4.2 install

2010-02-23 Thread Tom Lane
adam_pgsql writes: > I am trying to upgrade to 8.4.2 but my usual compile from source failed > $ make check > == shutting down postmaster == > /usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check/install//usr/local/pgsql_8.4/bin/pg_ctl: > relocat

[GENERAL] "make check" failed on 8.4.2 install

2010-02-23 Thread adam_pgsql
Hi, I am trying to upgrade to 8.4.2 but my usual compile from source failed $ ./configure --prefix=/usr/local/pgsql_8.4 --with-pgport=6235 --with-perl --with-openssl --with-libraries=/usr/local/ssl/lib/ --with-includes=/usr/local/ssl/include/ $ make $ make check .. == shutting