From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 18:45:58 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 96F2516A41A for ; Wed, 24 Oct 2007 18:45:58 +0000 (UTC) (envelope-from stickybit@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id EC62013C4B7 for ; Wed, 24 Oct 2007 18:45:57 +0000 (UTC) (envelope-from stickybit@gmx.net) Received: (qmail 25414 invoked by uid 0); 24 Oct 2007 18:19:09 -0000 Received: from 212.202.35.187 by www011.gmx.net with HTTP; Wed, 24 Oct 2007 20:19:09 +0200 (CEST) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Date: Wed, 24 Oct 2007 20:19:09 +0200 From: stickybit@gmx.net Message-ID: <20071024181909.248660@gmx.net> MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Authenticated: #23197544 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX18+9E474N4+RM75ZAGUyRIl5nqUSia6r3FP+LTWJy UP3J89dulA64OWtgb9UIhrKfYbpz3KmR/E0g== X-GMX-UID: r7UsfxdVMmA6cAObCmBnPx85MjQ1Nx1G Cc: "Tuc at T-B-O-H.NET" , 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 18:45:58 -0000 Hi all, just a 'me too' here. Had exactly the same problem last night with RELENG_7 amd64 GENERIC build. (BETA1-ISO amd64 freshly installed before / no upgrade from pre RELENG_7 system) (No flags / modifications in make.conf.) 'make buildworld' ran without errors. 'make installworld' fails with '/libexec/ld-elf.so.1: Undefined symbol "__mb_sb_limit" referenced from COPY relocation in /bin/sh' and rendered the system nonworking. ALL inputs get above error message. No chance to fix something because nothing gets executed. No copy from rescue etc. ... Is there something left from 8-Current in the BETA1-ISOs that breaks 'make installworld' in RELENG_7? Regards PS: Please CC me. Thanks!