Re: install-strip causes dyld errors on OS X

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: install-strip causes dyld errors on OS X
Дата
Msg-id 16073.1193720363@sss.pgh.pa.us
обсуждение исходный текст
Ответ на install-strip causes dyld errors on OS X  ("Meredith L. Patterson" <mlp@osogato.com>)
Ответы Re: install-strip causes dyld errors on OS X  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
"Meredith L. Patterson" <mlp@osogato.com> writes:
> In brief, when installing on OS X with "make install-strip", 
> installation goes fine, but initdb dies here:
> ...
> I see three possible fixes:
> 1) Patch config/install-sh such that on OS X, install-strip calls 'strip 
> -x'. This removes local symbols only.

+1 on this one --- seems about the right level of effort, considering
that install-strip isn't exactly an encouraged option anyway.  (Does
anyone still care about the amount of disk space involved?  And it makes
debugging problems infinitely harder.)

Just for the record, I'd like to put forward the alternative solution
of removing support for install-strip.  But assuming there are
objections to that, please send in the mentioned 4-line patch ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Recovery of Multi-stage WAL actions
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Recovery of Multi-stage WAL actions