Re: [HACKERS] Backend build fails in current

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Backend build fails in current
Дата
Msg-id 702.942507662@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] Backend build fails in current  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> Okay, the build went fine, but the following came up:
> make -C parser all 
> make[1]: Entering directory `/home/fenix0/eh99/e99re41/postgresql-cur/src/backend/parser'
> Makefile:39: warning: overriding commands for target `parse.h'
> Makefile:34: warning: ignoring old commands for target `parse.h'

> With that fixed you could commit it.

I haven't the foggiest how to work around that --- but since my make
(3.76.1, no spring chicken itself) doesn't generate any such complaint,
I'd say it's another bug in that old version you have.

My inclination is to apply the patch anyway, since it's cleaner coding.

If make 3.74 does the right things despite the warning, then you could
live with it.  Otherwise, time to upgrade.

It seems we ought to add a minimum GNU make version number to the list
of prerequisites for Postgres.  Data points so far are that 3.74 has
problems and 3.76.1 is OK --- can anyone fill in more observations?
Anyone using 3.75, for instance?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Thread-safe queueing?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Backend build fails in current