Thread

  1. cvs head doesn't pass make check on one of the machines here

    Grzegorz Jaskiewicz <gj@pointblue.com.pl> — 2009-11-12T20:53:57Z

    consistently fails when compiled on ubuntu 9.10 here (on mini 10v). 
    
    
  2. Re: cvs head doesn't pass make check on one of the machines here

    Andrew Dunstan <andrew@dunslane.net> — 2009-11-12T21:14:14Z

    
    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
    
    
  3. Re: cvs head doesn't pass make check on one of the machines here

    Tom Lane <tgl@sss.pgh.pa.us> — 2009-11-12T21:15:01Z

    Grzegorz Jaskiewicz <gj@pointblue.com.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
    
    
  4. Re: cvs head doesn't pass make check on one of the machines here

    Grzegorz Jaśkiewicz <gj@zlew.org> — 2009-11-13T14:05:52Z

    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 ? 
    
    
  5. Re: cvs head doesn't pass make check on one of the machines here

    Andrew Dunstan <andrew@dunslane.net> — 2009-11-13T14:12:15Z

    
    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
    
    
  6. Re: cvs head doesn't pass make check on one of the machines here

    Peter Eisentraut <peter_e@gmx.net> — 2009-11-13T17:57:04Z

    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.
    
    
    
  7. Re: cvs head doesn't pass make check on one of the machines here

    Tom Lane <tgl@sss.pgh.pa.us> — 2009-11-13T19:39:20Z

    Peter Eisentraut <peter_e@gmx.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
    
    
  8. Re: cvs head doesn't pass make check on one of the machines here

    Grzegorz Jaskiewicz <gj@pointblue.com.pl> — 2009-11-13T20:37:41Z

    On 13 Nov 2009, at 19:39, Tom Lane wrote:
    
    > Peter Eisentraut <peter_e@gmx.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).
    
    
    
  9. Re: cvs head doesn't pass make check on one of the machines here

    Peter Eisentraut <peter_e@gmx.net> — 2009-11-14T08:31:01Z

    On fre, 2009-11-13 at 14:39 -0500, Tom Lane wrote:
    > Peter Eisentraut <peter_e@gmx.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).