[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: Jason Crawford <jasonrcrawford@gmail.com>
- Subject: Re: Once patched 3.5 as root, now can't apply 025_getcwd
- From: Damon McMahon <damon.mcmahon@gmail.com>
- Date: Tue, 1 Feb 2005 15:26:15 +1030
- Cc: misc@openbsd.org
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Azc863WqV8/Uu3qk+gJiqj6J7zG0y8XTAl9f7adC6Ec5/uRBmU5+P41SnSD9hJp8w21GCJrje8AqJFg1SI8Tc4vVCpmVDHlstZPdkkXx24QyEMqsUS8FVqbPM3f7jJrMKwshdRvf/3KACbk9HLUnGi/cX12b1a52GYROg1kKuIw=
- References: <cbb37d4f050131203132cd4072@mail.gmail.com> <5d683828050131204121d35fc0@mail.gmail.com>
Jason,
Thanks for your response - I've tried:
chown -R software:wsrc *
in both /usr/src and /usr/obj but to no avail. I still get:
...
/lib/libc/yp/xdr_ypresp_val.c /usr/src/lib/libc/yp/xdr_ypstat.c
mv: .depend: set owner/group: Operation not permitted
In case its relevant, due to the small HDD on this host I do not have
the entire source tree in /usr/src but rather only /usr/src/lib/libc/*
and /usr/src/lib/.Makefile - would this make any difference?
Any other ideas?
Regards,
Damon
On Mon, 31 Jan 2005 23:41:48 -0500, Jason Crawford
<jasonrcrawford@gmail.com> wrote:
> If you compile all software in /usr/src as software:wsrc, just (as root):
> cd /usr/src
> chown -R software:wsrc *
>
> and now everything in there will be owned by software:wsrc. If you
> build object files in /usr/obj (which is strongly advised) make sure
> files in /usr/obj is also owned by software:wsrc just like in /usr/src
>
>
> On Tue, 1 Feb 2005 15:01:05 +1030, Damon McMahon
> <damon.mcmahon@gmail.com> wrote:
> > Greetings,
> >
> > During 'make depend' applying 025_getcwd as my build user 'software'
> > (which is a member of wsrc) I get:
> >
> > mv: .depend: set owner/group: Operation not permitted
> >
> > From what I understand this is most likely because (before knowing any
> > better) I applied a patch [can't remember which one] as root [or some
> > other priviledged user].
> >
> > How do I find which file/s I need to
> >
> > chmod software:wsrc
> >
> > ?
> >
> > Many thanks in advance,
> > Damon