Re: HEAD build failure on win32 mingw - Mailing list pgsql-hackers

From Tom Lane
Subject Re: HEAD build failure on win32 mingw
Date
Msg-id 18118.1227300762@sss.pgh.pa.us
Whole thread Raw
In response to Re: HEAD build failure on win32 mingw  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: HEAD build failure on win32 mingw  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Jaime Casanova wrote:
>> 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.

No, that is just a kluge that prevents the visible failure.

It looks to me like the problem is that the makefile expects the
man.tar.gz file to contain stuff in man1/ and man7/, but the file
that is actually being delivered in snapshots still contains man1/
and manl/.  So that file needs to be regenerated.  Peter?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Cool hack with recursive queries
Next
From: David Fetter
Date:
Subject: Re: Cool hack with recursive queries