Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>, Phil Cairns <phil(at)pagaros(dot)com(dot)au>
Subject: Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]
Date: 2006-07-28 20:13:06
Message-ID: 44CA6FD2.5010003@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers

Tom Lane wrote:
> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
>> I get a much more useful:
>
>> WARNING: could not read time zone file "Default": No such file or directory
>> FATAL: failed to initialize timezone_abbreviations to "Default"
>
> Hm, but why would the file not be there? Try hacking it to print the
> whole path it's trying to open, maybe that will help.

WARNING: could not read time zone file
"/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No
such file or directory
FATAL: failed to initialize timezone_abbreviations to "Default"
WARNING: could not read time zone file
"/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No
such file or directory
FATAL: failed to initialize timezone_abbreviations to "Default"
LOG: background writer process (PID 1460) exited with exit code 0
LOG: terminating any other active server processes
WARNING: could not read time zone file
"/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No
such file or directory

$ ls -l /home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default
-rw-r--r-- 1 pgbuild Administ 28630 Jul 28 20:03
/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default

so it's there but as a msys-virtual path - is that get passed to some
win32 function expecting a windows-style path ?

Stefan

In response to

Responses

Browse buildfarm-members by date

  From Date Subject
Next Message Tom Lane 2006-07-28 20:27:49 Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]
Previous Message Tom Lane 2006-07-28 19:53:16 Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-28 20:18:53 Re: On-disk bitmap index patch
Previous Message Tom Lane 2006-07-28 20:08:24 Re: [HACKERS] pg_regress breaks on msys