[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
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Once patched 3.5 as root, now can't apply 025_getcwd
- From: Stephen Marley <stephen_(_dot_)_marley_(_at_)_catwoman_(_dot_)_cl-is_(_dot_)_com>
- Date: Wed, 2 Feb 2005 01:50:21 +0000
- Mail-followup-to: misc_(_at_)_openbsd_(_dot_)_org
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>
Visit your host, monkey.org