Thread: Re: [HACKERS] Failures with windows port

Re: [HACKERS] Failures with windows port

From
Jochem van Dieten
Date:
Shridhar Daithankar wrote:
>> Shridhar Daithankar wrote:
>>>
>>> I checked out the windows port to play with. It compiled file but
>>> 'make check' produced attached regression diff.
>>>
>>> I am using the nightly snapshot. Is it too early to look at these
>>> failures or did I do something wrong? I was following usual
>>> ./configure;make procedure after installing mingw.

> Windows 2000 Professional, MingW 3.1.0.1, MSys 1.0.10

Is MSys 1.0.10 supported already? I thought 1.0.9 was still the
recommended version.

Jochem


Re: [HACKERS] Failures with windows port

From
Bruce Momjian
Date:
Jochem van Dieten wrote:
> Shridhar Daithankar wrote:
> >> Shridhar Daithankar wrote:
> >>>
> >>> I checked out the windows port to play with. It compiled file but
> >>> 'make check' produced attached regression diff.
> >>>
> >>> I am using the nightly snapshot. Is it too early to look at these
> >>> failures or did I do something wrong? I was following usual
> >>> ./configure;make procedure after installing mingw.
>
> > Windows 2000 Professional, MingW 3.1.0.1, MSys 1.0.10
>
> Is MSys 1.0.10 supported already? I thought 1.0.9 was still the
> recommended version.

Well, 1.0.10 has already been released, so we have better support it or
find out why it doesn't work.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: [HACKERS] Failures with windows port

From
Andrew Dunstan
Date:
Bruce Momjian wrote:

>Jochem van Dieten wrote:
>
>
>>Shridhar Daithankar wrote:
>>
>>
>>>>Shridhar Daithankar wrote:
>>>>
>>>>
>>>>>I checked out the windows port to play with. It compiled file but
>>>>>'make check' produced attached regression diff.
>>>>>
>>>>>I am using the nightly snapshot. Is it too early to look at these
>>>>>failures or did I do something wrong? I was following usual
>>>>>./configure;make procedure after installing mingw.
>>>>>
>>>>>
>>>Windows 2000 Professional, MingW 3.1.0.1, MSys 1.0.10
>>>
>>>
>>Is MSys 1.0.10 supported already? I thought 1.0.9 was still the
>>recommended version.
>>
>>
>
>Well, 1.0.10 has already been released, so we have better support it or
>find out why it doesn't work.
>
>
>

Shridar's appears to be the exact setup I am using.

I have just done a fresh cvs checkout, followed by "./configure
--without-zlib; make check" and got 94 of 95 tests passing (still
waiting for the alternative join result I submitted weeks ago to be
added to CVS).

Maybe he is running the check from cygwin, as we used to advise people
to do? There is no need to do that any more - you can run the regression
checks from MSys.

Other notes:

There is a bug in the link check code  in configure.in - I will submit a
patch shortly.

I have also noticed some compiler warnings that we should clean up.

cheers

andrew