[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Once patched 3.5 as root, now can't apply 025_getcwd
On Wed, Feb 02, 2005 at 11:35:57AM +1030, Damon McMahon wrote:
> Jason,
>
> Thanks for your continuing response. Unfortunately that didn't work -
> I removed everything in both /usr/obj and /usr/src , untared and
> patched the source, same problem.
You must be running make depend as root somewhere. Are you following
release(8) perhaps?
>
> I appreciate your time, and if you can give me any tips on further
> troubleshooting I'm happy to do so
Remove the (root owned) .depend files
cd /usr/src/sys/arch/`machine`/compile/GENERIC
make clean
find . -name .depend | xargs rm
make depend
or just fix ownership of everything:
find /usr/src -user root | xargs sudo chown software:wsrc
(run find command above as root if sudo is not set up)
Kind Regards,
Stephen Marley
--
Network Systems Engineer, Datacentre Operations
Campbell Lee Internet Solutions <http://cl-is.com>