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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org
Cc: andreas(at)FreeBSD(dot)ORG, pgsql-hackers(at)hub(dot)org, pgsql-hackers(at)postgreSQL(dot)org, ports(at)FreeBSD(dot)ORG, scrappy(at)FreeBSD(dot)ORG
Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work
Date: 1998-03-22 20:11:14
Message-ID: 199803222011.PAA17643@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-22 20:14:36 Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work
Previous Message The Hermit Hacker 1998-03-22 20:08:31 Final Patch?