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

From Bruce Momjian
Subject Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work
Date
Msg-id 199803222011.PAA17643@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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 by date:

Previous
From: The Hermit Hacker
Date:
Subject: Final Patch?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work