From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 19:35:28 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49E1E16A469; Wed, 24 Oct 2007 19:35:28 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 04C5113C48E; Wed, 24 Oct 2007 19:35:27 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l9OJZR9P053920; Wed, 24 Oct 2007 15:35:27 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l9OJZMEF016430; Wed, 24 Oct 2007 15:35:22 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l9OJZLOC016429; Wed, 24 Oct 2007 15:35:22 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710241935.l9OJZLOC016429@himinbjorg.tucs-beachin-obx-house.com> To: ache@nagual.pp.ru (Andrey Chernov) Date: Wed, 24 Oct 2007 15:35:21 -0400 (EDT) In-Reply-To: <20071024185927.GA83731@nagual.pp.ru> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "Tuc at T-B-O-H.NET" , freebsd-current@FreeBSD.ORG, rafan@FreeBSD.ORG, Michal Varga Subject: Re: Undefined symbol "__mb_sb_limit" during 7.0-BETA1 installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 24 Oct 2007 19:35:28 -0000 > > On Wed, Oct 24, 2007 at 08:19:09PM +0200, stickybit@gmx.net wrote: > > Hi all, > > > > just a 'me too' here. > > > > Had exactly the same problem last night with RELENG_7 amd64 GENERIC build. > > (BETA1-ISO amd64 freshly installed before / no upgrade from pre RELENG_7 system) > > (No flags / modifications in make.conf.) > > > > 'make buildworld' ran without errors. > > > > 'make installworld' fails with > > > > '/libexec/ld-elf.so.1: Undefined symbol "__mb_sb_limit" referenced from COPY relocation in /bin/sh' > > 'make installworld' should install updated libc (which have __mb_sb_limit) > first. > Moreover, 'make installworld' should use its own-compiled tools and libs > sets, not /bin/sh > I dunno. I know that until I followed the previous instructions about files, and added some of my own, I couldn't get installworld to work. > > The problem not happens for -current so I wonder why it happens for RELENG_7. > The theme seems to be , as Michal seems to say, that the ISO and then cvsup/buildworld is what triggers it. Something about that whole process. Tuc