Bug #833: prep_buildtree and solaris ln

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #833: prep_buildtree and solaris ln
Date: 2002-12-03 01:25:31
Message-ID: 20021203012531.532DC476139@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-12-03 05:06:10 Re: Bug #833: prep_buildtree and solaris ln
Previous Message elein 2002-12-03 00:26:54 Re: Fwd: [GENERAL] returning CHAR from C function