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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
