From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 20:20:31 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 B94B516A41A; Wed, 24 Oct 2007 20:20:31 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 35B4213C4B2; Wed, 24 Oct 2007 20:20:30 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.1/8.14.1) with ESMTP id l9OKKMjq086029; Thu, 25 Oct 2007 00:20:22 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1193257222; bh=RwQuwJpbQQGsmFPcU0W9EsmXFH2/lgnLkZGMp6R TTdc=; l=1021; h=Date:From:To:Cc:Subject:Message-ID: Mail-Followup-To:References:MIME-Version:Content-Type: Content-Disposition:In-Reply-To:User-Agent; b=PS7uICOgWNCBGiB+PK2f ylKT198s6XYo4R2mnGwkXfgK0xhIklh2Y+rq1jWpfpEkJBdcSB5c6JPrvYQqR/BxF89 Z7Cx0fvR/93F5m8+Vwi46lfN1ZpXxON7bgjyxqEvhvAw05c89BYHiS3GhdZ8uXw5j5H l27OUiumBuyWOmGBg= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l9OKKMDl086028; Thu, 25 Oct 2007 00:20:22 +0400 (MSD) (envelope-from ache) Date: Thu, 25 Oct 2007 00:20:21 +0400 From: Andrey Chernov To: "Tuc at T-B-O-H.NET" Message-ID: <20071024202021.GA85884@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tuc at T-B-O-H.NET" , freebsd-current@FreeBSD.ORG, rafan@FreeBSD.ORG, Michal Varga References: <20071024185927.GA83731@nagual.pp.ru> <200710241935.l9OJZLOC016429@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710241935.l9OJZLOC016429@himinbjorg.tucs-beachin-obx-house.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@FreeBSD.ORG, Michal Varga , rafan@FreeBSD.ORG 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 20:20:31 -0000 On Wed, Oct 24, 2007 at 03:35:21PM -0400, Tuc at T-B-O-H.NET wrote: > > > > > > '/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. Perhaps something is wrong in ISO making. Just cvsup, then 'make world' or 'make buildworld' + 'make installworld' should work (tested at -current by me and presumable by rafan@ at RELENG_6 and RELENG_7) -- http://ache.pp.ru/