Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work
Дата
Msg-id 199803222011.PAA17643@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
>     Odd, since my testing has always been done on FreeBSD-current, and
> I've already done a couple of builds under FreeBSD 2.2-STABLE :(
>
>     But, looking at your patches for initdb.sh, I've applied them, as
> I think that it provides a non-shell dependent solution, which I think is
> cleaner...
>
>     I'm just about to do a build on my system, to make sure
> everythingis okay before I bundle...but the new version should be up (and
> announced) later this evening...

I recommend against applying the patch.

First, it is very late in the patch game to be applying an initdb patch.
Second, the original code should work fine, and the top of the file
says #/bin/sh, so we don't need a shell-independent solution.  The rest
of the file uses /bin/sh commands so it will simply not work with
another shell.  I suggest the original user has some problem with their
stderr handling in their OS configuration.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Final Patch?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work