Re: Compilation of timezone source with zic fails (on mountpoint) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Compilation of timezone source with zic fails (on mountpoint)
Date
Msg-id 2290.1478226663@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compilation of timezone source with zic fails (on mountpoint)  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
Responses Re: Compilation of timezone source with zic fails (on mountpoint)
List pgsql-bugs
Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> writes:
> Anyway, I observed that there is change in the itsdir() function that it
> now returns '2' for the symbolic links. Hence the error. Till previous
> release, it used to return '0' for symbolic links.  If hard links cannot be
> used and it fallsback to symbolic links, then itsdir() should return '0'
> for symbolic links. Isn't it?

After some back-and-forth with the IANA crew, I've pushed a patch that
I believe will fix this, but if you could try it in your environment that
would make me feel better.  Please check not only that the symlinks get
made, but that they point somewhere sane, because that aspect of it
seems to have been broken too :-(.

I pushed the fix to HEAD only for the moment, but if you prefer testing on
a back branch, the patch should apply fine there.

BTW, it would be a really good idea if you guys were running a buildfarm
member that represented this build environment accurately, because it's
clear that no one else, anywhere, is testing either PG or the upstream
tzcode releases in such an environment.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: BUG #14411: Issue with using OFFSET
Next
From: Sandeep Thakkar
Date:
Subject: Re: Compilation of timezone source with zic fails (on mountpoint)