"make -j4 world" falls over

Поиск
Список
Период
Сортировка
От Tom Lane
Тема "make -j4 world" falls over
Дата
Msg-id 22027.1313708195@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: "make -j4 world" falls over  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: "make -j4 world" falls over  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I ran into $SUBJECT whilst doing trial RPM packaging of 9.1.  The problem
is that make starts building contrib modules before errcodes.h has been
made, leading to failures such as

In file included from ../../src/include/postgres.h:48:0,                from auth_delay.c:12:
../../src/include/utils/elog.h:69:28: fatal error: utils/errcodes.h: No such file or directory
compilation terminated.
In file included from ../../src/include/postgres.h:48:0,                from adminpack.c:15:
../../src/include/utils/elog.h:69:28: fatal error: utils/errcodes.h: No such file or directory
compilation terminated.

I can work around this for the moment, but I think it's a "must fix"
before release.
        regards, tom lane


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

Предыдущее
От: Josh Kupershmidt
Дата:
Сообщение: mb_regress.sh gripes
Следующее
От: EazonGuo
Дата:
Сообщение: how to get the effected row after execute a query