Re: regression tests of dictionaries and Windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regression tests of dictionaries and Windows
Date: 2007-09-12 12:19:05
Message-ID: 46E7D939.7010006@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2007-09-12 12:32:57 Re: regression tests of dictionaries and Windows
Previous Message Teodor Sigaev 2007-09-12 11:46:05 regression tests of dictionaries and Windows