From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 19:04:23 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 50E2016A479; Wed, 24 Oct 2007 19:04:23 +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 C456313C4A5; Wed, 24 Oct 2007 19:04:22 +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 l9OJ49TK084288; Wed, 24 Oct 2007 23:04:09 +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=1193252649; bh=OF5jX5RZGoCB8oC4nXrsiqUJo/PYpoSfm62/rT5 ysas=; l=552; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=M0qiHzVdBxhqOoceTnCgUKyxnMhfbml86R4q3yQ6 Cc3TVhS0FUCY0Nt6+DzbU8I0ya4nRJSB9b09dxRp3p32I8OicBX+VZHflOS4Bq1EBx3 j5LGyvTeqb52eGy8f+g765UwD5zhN8aA3nIhdqv0Gios8jzCGPueDJY95cIVYCOo= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l9OJ49CH084287; Wed, 24 Oct 2007 23:04:09 +0400 (MSD) (envelope-from ache) Date: Wed, 24 Oct 2007 23:04:09 +0400 From: Andrey Chernov To: "Tuc at T-B-O-H.NET" Message-ID: <20071024190409.GB83731@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tuc at T-B-O-H.NET" , freebsd-current@FreeBSD.ORG, rafan@freebsd.org References: <200710241652.l9OGqIGk013274@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710241652.l9OGqIGk013274@himinbjorg.tucs-beachin-obx-house.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@FreeBSD.ORG, 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 19:04:23 -0000 On Wed, Oct 24, 2007 at 12:52:18PM -0400, Tuc at T-B-O-H.NET wrote: > Hi, > > I brought up a machine fresh last nite with 7.0-BETA1 > and wanted to make world for myself. During the install of > lib/libc, after : > > install -o root -g wheel -m 444 xdr.3.gz /usr/share/man/man3 > > I got : > > /libexec/ld-elf.so.1: Undefined symbol "__mb_sb_limit" referenced from COPY relocation in /bin/sh At this point so far __mb_sb_limit must already be in the updated libc. Perhaps your sourses are out of sync. -- http://ache.pp.ru/