Re: HEAD build failure on win32 mingw

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, 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:52:42
Message-ID: 18118.1227300762@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2008-11-21 21:05:04 Re: Cool hack with recursive queries
Previous Message Merlin Moncure 2008-11-21 20:21:07 Re: Cool hack with recursive queries