Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 1999 14:00:01 -0800 (PST)
From:      Sheldon Hearn <sheldonh@iafrica.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/8071: some obj-links seem not to be taken
Message-ID:  <199903032200.OAA90068@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/8071; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@iafrica.com>
To: freebsd-gnats-submit@freebsd.org
Cc: ap@noses.com
Subject: Re: misc/8071: some obj-links seem not to be taken
Date: Wed, 03 Mar 1999 23:55:43 +0200

 Hi there,
 
 I'm busy clearing out old PR's and have some advice regarding your
 problem with obj-links that the build process doesn't follow.
 
 I assume that you set OBJLINK in /etc/make.conf. Instead, make /usr/obj
 a symlink to some other place where you have more space. I do this with
 great success on my own CURRENT box:
 
 df -k:
 /dev/wd0s1f                     1308111   708499   494964    59%    /usr
 /dev/wd1s1e                     1337855   292461   938366    24%    /a
 
 ls -l /usr/obj
 lrwxr-xr-x  1 root  wheel  6 Feb 15 14:07 /usr/obj -> /a/obj
 
 Once you've set something like that up, try this:
 
 cd /usr/src ; make clean ; make cleandir ; make cleandir
 
 Then try to build world again and let us know whether this worked for
 you. If it works, we'd still like feedback so that we can close your PR.
 
 Thanks,
 Sheldon.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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