Re: regression tests of dictionaries and Windows - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: regression tests of dictionaries and Windows
Date
Msg-id 46E7D939.7010006@dunslane.net
Whole thread Raw
In response to regression tests of dictionaries and Windows  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: regression tests of dictionaries and Windows
List pgsql-hackers


Teodor Sigaev wrote:
> All windows boxes are failed on tsdicts test:
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=mastodon&dt=2007-09-12%2007:00:00 
>
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=skylark&dt=2007-09-12%2003:00:01 
>
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=baiji&dt=2007-09-11%2022:00:01 
>
>
> with the same error:
> + ERROR:  could not open dictionary file 
>
"C:/pgBuild/BuildFarm/BuildRoot/HEAD/pgsql.3204/src/test/regress/./tmp_check/install/share/tsearch_data/ispell_sample.dict":

> No such file or directory
>
> Does anybody know a needed magic to fix that?

It's not all Windows boxes, only those building with MSVC. Mingw and 
Cygwin builds are working fine.

The MSVC build process doesn't use make and friends. The required  magic 
has to go in src/tools/msvc/Install.pm. I will look at it later today.

cheers

andrew




pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: regression tests of dictionaries and Windows
Next
From: Teodor Sigaev
Date:
Subject: Re: regression tests of dictionaries and Windows