From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 18:55:08 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 30EFE16A418 for ; Wed, 24 Oct 2007 18:55:08 +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 C414313C4BB for ; Wed, 24 Oct 2007 18:55:07 +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 l9OIt79P052466; Wed, 24 Oct 2007 14:55:07 -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 l9OIt166015719; Wed, 24 Oct 2007 14:55:01 -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 l9OIt1bk015718; Wed, 24 Oct 2007 14:55:01 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710241855.l9OIt1bk015718@himinbjorg.tucs-beachin-obx-house.com> To: varga.michal@gmail.com (Michal Varga) Date: Wed, 24 Oct 2007 14:55:01 -0400 (EDT) In-Reply-To: <1193251303.981.64.camel@xenon.stonehenge.sk> 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" 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 18:55:08 -0000 > > On Wed, 2007-10-24 at 14:08 -0400, Tuc at T-B-O-H.NET wrote: > > So after a reboot, the base system is fine. But now ANYTHING > > I have out of ports gives me the same error on anything. perl, startx, > > etc. How do I fix all that (I can't "portupgrade -fa", ruby gives the > > same errors) > > > you can, for example: > cd /usr/ports/lang/ruby18/ ; make deinstall clean > cd /usr/ports/lang/perl5.8/ ; make deinstall clean > cd /usr/ports/databases/db41/ ; make deinstall clean > cd /usr/ports/databases/ruby-bdb/ ; make deinstall clean > cd /usr/ports/ports-mgmt/portupgrade-devel/ ; make deinstall clean; make install clean > portupgrade -vfa > You GOTTA be kidding... Come on... I have over 300 packages I loaded between installing the ISO/ftp-minimal and installworld. It took 14 hours of building to get them all installed. > > (don't forget to replace portupgrade-devel with portupgrade in the > example above, if you prefer to use the other one) > No, I had portupgrade-devel, thanks. :} > > > My initial question is WHAT DID I DO WRONG????? > > No idea on my side, but it has something to do with the ISOs (and I'd > expect you did nothing wrong). Before your post I thought only my > snapshot was broken, possibly polluted with 8-current sources somehow, > but you didn't use that one. And in past week, I've already upgraded > some dozen of various 7-CURRENTs and 6.2s to 7-BETA1 and the only one > broken was this one, installed from an ISO snapshot and then cvsupped to > BETA1. All the others that were already deployed and running for some > time, cvsupped and upgraded cleanly. The one freshly installed from ISO > didn't. > So is there something we need to do to get someones attention so the rest of the universe doesn't have to do what we did? Does a pr need to be filed? Is there another list we have to email? Thanks, Tuc