From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 09:02:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E90B16A4CE for ; Fri, 28 Nov 2003 09:02:09 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3991A44014 for ; Fri, 28 Nov 2003 09:01:44 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hASH1h8u028375; Fri, 28 Nov 2003 09:01:43 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hASH1hY2028374; Fri, 28 Nov 2003 09:01:43 -0800 (PST) (envelope-from sgk) Date: Fri, 28 Nov 2003 09:01:43 -0800 From: Steve Kargl To: Oliver Fischer Message-ID: <20031128170143.GA28346@troutmask.apl.washington.edu> References: <3FC77CCD.8090809@snafu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FC77CCD.8090809@snafu.de> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: Losing ld-elf.so.1 while make installworld, system shrotted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:02:09 -0000 On Fri, Nov 28, 2003 at 05:50:21PM +0100, Oliver Fischer wrote: > Hello, > > some days ago I tried to update my system. As usual I typed in make > buildworld, went into single user mode and gave the command make > installworld. Did you do "make buildkernel", "make installkernel" , and "mergemaster" in the order specified in src/UPDATING. > This command never succeded, because of: > > install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 > ELF interpreter /libexec/ld-elf.so.1 not found > *** Signal 6 > > I found out, that all programms under /bin and /sbin are now dynamical > linked. Actually no problem, but how can I update without having > trouble? What did I miss? mergemaster? -- Steve