Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Tom Lane
"Karl O. Pinc" <[EMAIL PROTECTED]> writes: > The problem is that the rpm substitutes in a Makefile that does not > install the language. If you hack it so that plpgsql is installed > (pg_regress --load-languge=plpgsql ...) > then all the tests pass. (Dunno what's with the rpm's Makefile. > It app

Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Karl O. Pinc
Problem solved. On 12/15/2005 09:55:08 AM, Tom Lane wrote: Please note also that this is not a generic breakage. What you need to be asking is what in your particular environment is causing this failure. The problem is that the rpm substitutes in a Makefile that does not install the language.

Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Karl O. Pinc
On 12/15/2005 09:55:08 AM, Tom Lane wrote: I'm inclined to guess that it's specific to "make check"'s temporary installation. Have you tried "make installcheck" to run against a non-temp installation? 'make installcheck' gets the same errors (and the same regression.diffs file (except for th

Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Tom Lane
"Karl O. Pinc" <[EMAIL PROTECTED]> writes: > I don't believe it's just the 'make check' case. Plpgsql is not > in template1 after installation. It's not supposed to be --- at least, not unless you install it there manually. Please note also that this is not a generic breakage. What you need to

Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Karl O. Pinc
On 12/15/2005 09:45:12 AM, Tom Lane wrote: Devrim GUNDUZ <[EMAIL PROTECTED]> writes: > I reproduced the same... rpath problem? It would be useful to look at the postmaster log to see why it's failing to create the language in the 'make check' case. I don't believe it's just the 'make check'

Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Tom Lane
Devrim GUNDUZ <[EMAIL PROTECTED]> writes: > I reproduced the same... rpath problem? It would be useful to look at the postmaster log to see why it's failing to create the language in the 'make check' case. The other odd thing is, if the createlang step fails, you'd think that pg_regress would co

Re: [GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Devrim GUNDUZ
Hi, On Thu, 2005-12-15 at 15:24 +, Karl O. Pinc wrote: > === > 5 of 98 tests failed. > === regression.diffs for this is at: http://www.gunduz.org/postgresql/regression.diffs I reproduced the same... -- The PostgreSQL Company - Command Prompt, Inc

[GENERAL] "gmake check" fails with 8.1.1

2005-12-15 Thread Karl O. Pinc
Hi, I don't know what to make of this. I installed the rpms for 8.1.1 on a RH 4 es system and did initdb with LC_TYPE=C and LC_COLLATE=C (and I also tried without changing these locale variables): cd /usr/lib/pgsql/test gmake check gets: rm -rf ./testtablespace mkdir ./testtablespace /bin/sh