Re: Re: [PATCHES] Makefile.PL for Pg.so

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [PATCHES] Makefile.PL for Pg.so
Дата
Msg-id 18716.998842285@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [PATCHES] Makefile.PL for Pg.so  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Re: [PATCHES] Makefile.PL for Pg.so  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Another fun feature of the DESTDIR build environment is that the
> writability test of the target directory will most likely fail because it
> doesn't exist at all.

> I've been thinking how I'd like to fix this:  We add an option to
> configure that says to *not* install the Perl module into the standard
> Perl tree, but instead somewhere under our own $prefix.  That way people
> that don't have root access can use this option and still install the
> whole tree in one run.  But then we'd remove that writability check and
> people that have root access or failed to use that option will get a hard
> failure.  This would create a much more reliable and predictable build
> environment.

Why would we remove the writability check?  Perhaps it needs to be
extended to recognize the case of target-dir-doesn't-exist-but-can-be-
created, but I don't see why a hard failure is better.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: [PATCHES] Makefile.PL for Pg.so
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: C++ and bool constants (was Re: [NOVICE] gcc 3.0.1)