Re: BUG #5283: Missing "base/1/ON" file during initdb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5283: Missing "base/1/ON" file during initdb
Дата
Msg-id 26069.1263668536@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5283: Missing "base/1/ON" file during initdb  ("Robert Treat" <xzilla@users.sourceforge.net>)
Ответы Re: BUG #5283: Missing "base/1/ON" file during initdb  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #5283: Missing "base/1/ON" file during initdb  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-bugs
"Robert Treat" <xzilla@users.sourceforge.net> writes:
> I added --disable-largefile to configure after getting the following error
> during "make install"

> access/transam/xlog.o: In function `XLogFileClose':
> /usr/local/src/postgresql-8.4.2/src/backend/access/transam/xlog.c:2610:
> undefined reference to `posix_fadvise64'

Hmm, that looks like platform breakage that you ought to report to
Slackware.  We could probably make the configure test for posix_fadvise
a little tighter, but not having a largefile variant of it doesn't seem
like an expected situation.

> copying template1 to template0 ... FATAL:  could not stat file "base/1/ON":
> No such file or directory

Did you "make distclean" to be sure you had a clean start after changing
the largefile setting?  I'm not sure what all that affects, but a build
that's only partially "largefile" would probably have some weird issues.

            regards, tom lane

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

Предыдущее
От: "Robert Treat"
Дата:
Сообщение: BUG #5283: Missing "base/1/ON" file during initdb
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5283: Missing "base/1/ON" file during initdb