From owner-freebsd-current Fri Jan 28 11:42:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C99215C60; Fri, 28 Jan 2000 11:41:53 -0800 (PST) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=spike.adm.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 12EHHC-000B29-00; Fri, 28 Jan 2000 19:41:50 +0000 Received: from cas (cas.adm.scc.nl [192.168.1.3]) by spike.adm.scc.nl (8.9.3/8.9.3) with SMTP id UAA38149; Fri, 28 Jan 2000 20:41:48 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <002901bf69c7$b832ab40$0301a8c0@adm.scc.nl> From: "Marcel Moolenaar" To: "John Baldwin" , "Jeroen Ruigrok van der Werven" Cc: , References: <200001281828.NAA90843@server.baldwin.cx> Subject: Re: More world breakage Date: Fri, 28 Jan 2000 20:41:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On 28-Jan-00 Jeroen Ruigrok van der Werven wrote: > > ===> bin/pwd > > install -c -s -o root -g wheel -m 555 pwd /bin > > install -c -o root -g wheel -m 444 pwd.1.gz /usr/share/man/man1 > > ===> bin/rcp > > install -c -s -o root -g wheel -m 4555 -fschg rcp /bin > > /usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags" > > *** Error code 1 > > > > Stop in /usr/src/bin/rcp. > > *** Error code 1 [snip] > This is indicative of a larger problem with installworld. The short > version is that we need install tools just like we have build tools now. > The long version is this: [snip] > It would seem from Asmodai's breakage that installworld assumes that it > is ok to use the existing binaries on the system in /bin /usr/bin, etc. [snip] > We need statically built install tools just like we have build tools. [snip] > Comments, suggestions? [snip] I already have patches (somewhere :-) that solve this problem. I choose not to apply these before the release. I will fix installworld after the release. For now, you can use the buildkernel and installkernel targets (after a buildworld) to solve the (possibly complex) dependencies between kernel, modules and world. FYI, marcel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message