Re: HEAD build failure on win32 mingw
От | Tom Lane |
---|---|
Тема | Re: HEAD build failure on win32 mingw |
Дата | |
Msg-id | 18118.1227300762@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: HEAD build failure on win32 mingw (Andrew Dunstan <andrew@dunslane.net>) |
Ответы |
Re: HEAD build failure on win32 mingw
|
Список | 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 по дате отправления: