Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows] - Mailing list pgsql-hackers

From Stefan Kaltenbrunner
Subject Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]
Date
Msg-id 44CA6FD2.5010003@kaltenbrunner.cc
Whole thread Raw
In response to Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]  (Andrew Dunstan <andrew@dunslane.net>)
Re: [Pgbuildfarm-members] [Fwd: RE: Build farm on Windows]  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] pg_regress breaks on msys
Next
From: Tom Lane
Date:
Subject: Re: On-disk bitmap index patch