Re: cvs head doesn't pass make check on one of the machines here

Lists: pgsql-hackers
From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-12 20:53:57
Message-ID: 7320DDAF-572E-463D-9BD3-BEEAEF88C123@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

consistently fails when compiled on ubuntu 9.10 here (on mini 10v).

Attachment Content-Type Size
regression.diffs.gz application/x-gzip 903 bytes

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-12 21:14:14
Message-ID: 4AFC7AA6.20700@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Grzegorz Jaskiewicz wrote:
> consistently fails when compiled on ubuntu 9.10 here (on mini 10v).
>

+ ERROR: incompatible library
"/home/kgrittn/postgresql-8.4.0/src/test/regress/refint.so": version
mismatch
+ DETAIL: Server is version 8.4, library is version 8.3.

You might take this as a clue as to what you're doing wrong ...

cheers

andrew


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-12 21:15:01
Message-ID: 16386.1258060501@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> writes:
> consistently fails when compiled on ubuntu 9.10 here (on mini 10v).

Locale issue maybe? Looks like it has some odd ideas about text
sort order.

regards, tom lane


From: Grzegorz Jaśkiewicz <gj(at)zlew(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "PostgreSQL-development Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-13 14:05:52
Message-ID: 200911131505.52858.gj@zlew.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Dnia czwartek 12 listopad 2009 o 22:14:14 Andrew Dunstan napisał(a):
> Grzegorz Jaskiewicz wrote:
> > consistently fails when compiled on ubuntu 9.10 here (on mini
10v).
>
> + ERROR: incompatible library
> "/home/kgrittn/postgresql-8.4.0/src/test/regress/refint.so": version
> mismatch
> + DETAIL: Server is version 8.4, library is version 8.3.
>
>
> You might take this as a clue as to what you're doing wrong ...

and where abouts is that in the file that I included ? can't see it ?

As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting it
back to EN actually makes this error go away.
Now question (probably being asked already), is why isn't regression
test set the locales ?


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Grzegorz Jaśkiewicz <gj(at)zlew(dot)org>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-13 14:12:15
Message-ID: 4AFD693F.1000200@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Grzegorz Jaśkiewicz wrote:
> Dnia czwartek 12 listopad 2009 o 22:14:14 Andrew Dunstan napisał(a):
>
>> Grzegorz Jaskiewicz wrote:
>>
>>> consistently fails when compiled on ubuntu 9.10 here (on mini
>>>
> 10v).
>
>> + ERROR: incompatible library
>> "/home/kgrittn/postgresql-8.4.0/src/test/regress/refint.so": version
>> mismatch
>> + DETAIL: Server is version 8.4, library is version 8.3.
>>
>>
>> You might take this as a clue as to what you're doing wrong ...
>>
>
>
> and where abouts is that in the file that I included ? can't see it ?
>
>
> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting it
> back to EN actually makes this error go away.
> Now question (probably being asked already), is why isn't regression
> test set the locales ?
>

Oh. I must have looked at thwe wrong file. I apologise. You diffs were
gzipped so I had to extract them.

cheers

andrew


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Grzegorz Jaśkiewicz <gj(at)zlew(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-13 17:57:04
Message-ID: 1258135024.4818.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote:
> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting
> it back to EN actually makes this error go away.

The Polish locale isn't supported by the regression tests.


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Grzegorz Jaśkiewicz <gj(at)zlew(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-13 19:39:20
Message-ID: 7016.1258141160@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jakiewicz wrote:
>> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting
>> it back to EN actually makes this error go away.

> The Polish locale isn't supported by the regression tests.

With only one result-ordering difference, it seems like we could easily
support that if there were enough demand. I'd want somebody running a
buildfarm machine in Polish locale, though, to catch future breakages.

regards, tom lane


From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-13 20:37:41
Message-ID: F85D93B8-F8BE-49EF-8EE6-738AFEB8F25C@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


On 13 Nov 2009, at 19:39, Tom Lane wrote:

> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote:
>>> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting
>>> it back to EN actually makes this error go away.
>
>> The Polish locale isn't supported by the regression tests.
>
> With only one result-ordering difference, it seems like we could easily
> support that if there were enough demand. I'd want somebody running a
> buildfarm machine in Polish locale, though, to catch future breakages.

Setting the LANG variable doesn't change behaviour, unfortunately - and it passes on other computers. But changing it on the machine with Polish locale does make it pass, weird.

(I barely use Polish locales, even tho I was born long time ago in that country, so it is hard to test it for me - on daily basis. But I will try to re-test it every so often).


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Grzegorz Jaśkiewicz <gj(at)zlew(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head doesn't pass make check on one of the machines here
Date: 2009-11-14 08:31:01
Message-ID: 1258187461.14314.4.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On fre, 2009-11-13 at 14:39 -0500, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote:
> >> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting
> >> it back to EN actually makes this error go away.
>
> > The Polish locale isn't supported by the regression tests.
>
> With only one result-ordering difference, it seems like we could easily
> support that if there were enough demand. I'd want somebody running a
> buildfarm machine in Polish locale, though, to catch future breakages.

Yeah, I don't mind, as long as someone can personally verify that the
current results are actually correct. When I fixed most of the other
locales a while back, most of the differences where like "sorts q like
x", which could easily be verified by, say, Wikipedia. The results of
the Polish locale, however, didn't make sense to me, and the glibc
locale sources are also not in line with most of the other locales
(which are just standard UTF-8 locale + language differences).