From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 19:21:06 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 B01AE16A41A; Wed, 24 Oct 2007 19:21:06 +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 6713413C4C1; Wed, 24 Oct 2007 19:21:06 +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 l9OJL59P053375; Wed, 24 Oct 2007 15:21:05 -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 l9OJL0XE016194; Wed, 24 Oct 2007 15:21:00 -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 l9OJL0Bh016193; Wed, 24 Oct 2007 15:21:00 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710241921.l9OJL0Bh016193@himinbjorg.tucs-beachin-obx-house.com> To: ache@nagual.pp.ru (Andrey Chernov) Date: Wed, 24 Oct 2007 15:21:00 -0400 (EDT) In-Reply-To: <20071024190409.GB83731@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: freebsd-current@FreeBSD.ORG, "Tuc at T-B-O-H.NET" , 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:21:06 -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. > It was a fresh install LAST NITE of 7.0-BETA1 from the mini.iso, then CVSUP from cvsup11 of RELENG_7, then buildworld. Unless I had the wrong tag, the source should be fine. Tuc