From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec> |
Cc: | ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: HEAD build failure on win32 mingw |
Date: | 2008-11-21 20:17:22 |
Message-ID: | 49271752.9000604@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Jaime Casanova wrote:
> On Thu, Nov 20, 2008 at 4:31 AM, ITAGAKI Takahiro
> <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> wrote:
>
>> I used a nightly snapshot(snapshot/postgresql-snapshot.tar.bz2)
>> and it includes *.gz files. It would be the cause.
>>
>>
>
> i saw the same on a nightly snapshot a week ago, then used cvs and
> everything was good... i thouhgt it was a problem already solved...
> could be a problem in the nightly builds?
>
>
Yeah. Buildfarm doesn't do docs at all.
Looks to me at first glance like this line in the Makefile:
$(mkinstalldirs) man$(sqlmansectnum)
should be moved up so it comes immediately after gzip line. That
certainly seems to make it work properly for me.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2008-11-21 20:21:07 | Re: Cool hack with recursive queries |
Previous Message | Zdenek Kotala | 2008-11-21 20:06:13 | Re: Cool hack with recursive queries |