From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 20:28:11 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 9970416A46B; Wed, 24 Oct 2007 20:28:11 +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 1A3DF13C4B7; Wed, 24 Oct 2007 20:28:10 +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 l9OKSA9P055674; Wed, 24 Oct 2007 16:28:10 -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 l9OKS5fF017555; Wed, 24 Oct 2007 16:28:05 -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 l9OKS4eS017554; Wed, 24 Oct 2007 16:28:04 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710242028.l9OKS4eS017554@himinbjorg.tucs-beachin-obx-house.com> To: ache@nagual.pp.ru (Andrey Chernov) Date: Wed, 24 Oct 2007 16:28:04 -0400 (EDT) In-Reply-To: <20071024202021.GA85884@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, 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 20:28:11 -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) > It seems not to. Anything I compiled while under the ORIGINAL 7.0-BETA1 ISO/ftp-install gives me the error... I've installed over 300 ports on my machine and they all give the error after I've cvsup/make buildworld/make installworld. Tuc