From owner-freebsd-current Sat Mar 14 16:26:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05838 for freebsd-current-outgoing; Sat, 14 Mar 1998 16:26:21 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from danberlin.resnet.rochester.edu (danberlin.resnet.rochester.edu [128.151.91.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05824 for ; Sat, 14 Mar 1998 16:26:17 -0800 (PST) (envelope-from root@danberlin.resnet.rochester.edu) Received: from localhost (root@localhost) by danberlin.resnet.rochester.edu (8.8.8/8.8.8) with SMTP id TAA17510; Sat, 14 Mar 1998 19:22:25 -0500 (EST) (envelope-from root@danberlin.resnet.rochester.edu) Date: Sat, 14 Mar 1998 19:22:24 -0500 (EST) From: Daniel Berlin To: Zach Heilig cc: Bruce Evans , current@FreeBSD.ORG Subject: Re: /usr/obj entries not made for these source directories: In-Reply-To: <19980314180228.18722@gaffaneys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That cannot execute shell only happens to me when i use -j4 or -j2. I would guess it's because it can't very well execute the shell while it's copying over it. :) --Dan On Sat, 14 Mar 1998, Zach Heilig wrote: > On Sat, Mar 14, 1998 at 07:52:00PM +1100, Bruce Evans wrote: > > >/usr/src/gnu/usr.bin/ld/rtld > > >/usr/src/lib/libcrypt > > >/usr/src/usr.bin/make > > > ld.so is rtld. Perhaps the normal rtld object directory was created after > > rtld was built in the wrong place, leaving nothing to install from the > > right place. Why doesn't the old rtld work? > > It probably works just fine, it just caused 'make installworld' go blow up. I > rm -rf'ed /usr/src, and /usr/obj, and rechecked out the sources, and I noticed > the same thing happening (in the same directories, except the make directory, > that may have been there from a while ago). I'm not sure how to fix it, but I > did go into those directories, and manually did the appropriate steps, which > fixed the problems it was having at install time. > > Here is another interesting problem though: > > ===> bin/sh > --- realinstall --- > --- maninstall --- > --- realinstall --- > install -c -s -o bin -g bin -m 555 sh /bin > --- maninstall --- > Could not execute shell > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > Interesting that it 'could not execute shell' while? it was installing it. > 'make installworld' again (without the '-j4' flag) went flawlessly. > > -- > Zach Heilig -- zach@gaffaneys.com > Real Programs don't use shared text. Otherwise, how can they use > functions for scratch space after they are finished calling them? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message