Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2011 16:46:57 -0400
From:      jhell <jhell@DataIX.net>
To:        Doug Barton <dougb@freebsd.org>
Cc:        sunpoet@freebsd.org, FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: shells/ksh93 install fail
Message-ID:  <20110621204657.GA13736@DataIX.net>
In-Reply-To: <4E00FDD7.3060204@FreeBSD.org>
References:  <4E00F5A9.6040900@FreeBSD.org> <20110621200214.GB62312@DataIX.net> <4E00FDD7.3060204@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, Jun 21, 2011 at 01:23:51PM -0700, Doug Barton wrote:
> On 6/21/2011 1:02 PM, jhell wrote:
> >
> >
> > On Tue, Jun 21, 2011 at 12:48:57PM -0700, Doug Barton wrote:
> >> An effort to upgrade to 20110208_1 is failing for me:
> >>
> >> ===>   Installing for ksh93-20110208_1
> >> ===>    Generating temporary packing list
> >> ===>   Checking if shells/ksh93 already installed
> >> install   -o root -g wheel -m 555
> >> /usr/local/tmp/usr/ports/shells/ksh93/work/bin/ksh /usr/local/bin/ksh93
> >> install: $WRKDIRPREFIX/usr/ports/shells/ksh93/work/bin/ksh: No such file
> >> or directory
> >> *** Error code 71
> >>
> >> Is it possible that $WRKDIRPREFIX is the trigger?
> >>
> >
> > I did not actually see that here on 8-STABLE/i386, just for the record.
> 
> Thanks. At least one person on IRC said that it worked for them with or 
> without $WRKDIRPREFIX, so that's probably not it. What's odd is that 
> these package building systems have been working fine for hundreds of 
> ports for quite a while now, so I'm stumped.
> 

How about your WRKDIRPREFIX var in make.conf ? I have mine set here to:
WRKDIRPREFIX?=/usr/obj

Also contained within an .if conditional for ports but that shouldnt
matter.

Though the difference of having something like ':=' '?=' '=' I don't
think should make much of a difference unless something else strange is
being set or happening elsewhere.

Just a thought.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110621204657.GA13736>