From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 18:08:29 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 B5E0616A418 for ; Wed, 24 Oct 2007 18:08:29 +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 8EEEC13C48D for ; Wed, 24 Oct 2007 18:08:29 +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 l9OI8S9P051051; Wed, 24 Oct 2007 14:08:28 -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 l9OI8N3i014803; Wed, 24 Oct 2007 14:08:23 -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 l9OI8MJJ014802; Wed, 24 Oct 2007 14:08:22 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710241808.l9OI8MJJ014802@himinbjorg.tucs-beachin-obx-house.com> To: varga.michal@gmail.com (Michal Varga) Date: Wed, 24 Oct 2007 14:08:22 -0400 (EDT) In-Reply-To: <1193248003.981.40.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:08:29 -0000 > > On Wed, 2007-10-24 at 13:02 -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 > > > > > > Now, most commands give me that error... I > > > can't even "ls". > > > > > > What happened????? > > > > > > Thanks, Tuc > > > > > I'm back at a machine with a browser and now see > > others fell into this. > > > > So for the 7.0-BETA1, whats the correct CVS-Tag? > > I used RELENG_7. > > > I got into this issue on one box freshly installed from oct-18 snapshot > and then upgraded to oct-20 RELENG_7 via cvsup. It didn't happen on four > others already running various (week to month old) versions of 7-CURRENT > - all of them upgraded to RELENG_7 on oct-20 without any problem. > This is a 7.0-BETA1 mini iso fresh install, FTP'd a "minimal" install. Then cvsup of RELENG_7, and build/install. > > If you didn't remove your /usr/obj/ yet, you can easilly fix > installworld by copying and replacing the broken userland tools > manually, e.g. > `cp -f /usr/obj/usr/src/usr.bin/date /usr/bin/`, etc. > > You will need to copy at least these: > /bin/sh > /usr/bin/make > /usr/bin/awk > /usr/sbin/mtree > /usr/sbin/zic > /lib/libedit.so.6 > /lib/libncurses.so.7 > > as described in: > http://lists.freebsd.org/pipermail/freebsd-current/2007-October/078196.html > Yup, found that... But just a start... :) > > But I remember there were a few more of them, "find" being the one you > will need, as it is used to check for audit group. Just copy a first > batch of them, run installworld, look for what else is broken, copy it > over from /usr/obj/, run installworld again, etc. It will take a few > minutes, but it will work. > I had to do : /usr/bin/env /usr/lib/libgnuregex.so.4 /usr/lib/libbz2.so.3 /usr/bin/find and then it went through, but I KNOW some were bad. So as the email suggests, I did it again. When I went to mergemaster, it started to tell me it wanted to install OLDER rev's of some files. I forgot which, I'm sorry. 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) My initial question is WHAT DID I DO WRONG????? Thanks, Tuc