Re: Bug #833: prep_buildtree and solaris ln

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: nate(at)cs(dot)wisc(dot)edu, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #833: prep_buildtree and solaris ln
Date: 2002-12-03 05:06:10
Message-ID: 200212030506.gB356Ak18484@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


'ln -fs' doesn't do the same thing as 'ln -s -f' on Solaris? Are you
sure? This is the first we are hearing this.

---------------------------------------------------------------------------

pgsql-bugs(at)postgresql(dot)org wrote:
> Nathan Mueller (nate(at)cs(dot)wisc(dot)edu) reports a bug with a severity of 3
> The lower the number the more severe it is.
>
> Short Description
> prep_buildtree and solaris ln
>
> Long Description
> The linking command in config/prep_buildtree doesn't work with /usr/ucb/ln on solaris. If line 36 is changed from:
>
> ln -fs "$item" "$buildtree/$filename" || exit 1
>
> to
>
> ln -f -s "$item" "$buildtree/$filename" || exit 1
>
> It'll work fine.
>
> Sample Code
>
>
> No file was uploaded with this report
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-12-03 07:13:46 Re: bug in vacuumlo (postgreSQL-7.3)? (fwd)
Previous Message pgsql-bugs 2002-12-03 01:25:31 Bug #833: prep_buildtree and solaris ln