Date: Fri, 29 Aug 2008 18:50:06 -0700 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: Sean Bruno <sbruno@miralink.com> Cc: freebsd-stable@freebsd.org Subject: Re: stable/6 make and build errors Message-ID: <20080830015006.GA88533@icarus.home.lan> In-Reply-To: <48B87AA2.8010209@miralink.com> References: <48B863EC.8030206@miralink.com> <48B87AA2.8010209@miralink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 29, 2008 at 03:39:30PM -0700, Sean Bruno wrote: > Sean Bruno wrote: >> >> mkdep -f .depend -a -I/home/sbruno/bsd/6/lib/csu/i386-elf/../common >> -I/home/sbruno/bsd/6/lib/csu/i386-elf/../../libc/include >> /home/sbruno/bsd/6/lib/csu/i386-elf/crt1.c >> /home/sbruno/bsd/6/lib/csu/i386-elf/crti.S >> /home/sbruno/bsd/6/lib/csu/i386-elf/crtn.S >> /usr/bin/mkdep: cannot create _mkdep18423: Permission denied >> /usr/bin/mkdep: cannot create _mkdep18423: Permission denied >> mkdep: compile failed >> *** Error code 1 >> >> Stop in /home/sbruno/bsd/6/lib/csu/i386-elf. >> *** Error code 1 >> >> Stop in /home/sbruno/bsd/6/lib. >> *** Error code 1 >> >> Stop in /home/sbruno/bsd/6. >> *** Error code 1 >> >> >> > After poking around a bit, I discovered an old build dir in /usr/obj/ > that matched the path that my tree was currently a part of. > > So, a "make clean" or a "make cleanworld" doesn't delete /usr/obj/(DIR) > for some reason? Bug? It's known that 'make clean' will occasionally not nuke all the necessary objects in /usr/obj/*. rm -fr /usr/obj/* is a better bet. Do not rely on 'make clean'. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080830015006.GA88533>