From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 22:32: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 2B51616A41A for ; Wed, 24 Oct 2007 22:32:58 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id CE89713C4C1 for ; Wed, 24 Oct 2007 22:32:57 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so411478pyb for ; Wed, 24 Oct 2007 15:32:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=D9WPJMZq50VQlvhJvApwBH6x35G+1HVEEiKL9cfhmCY=; b=q0poNcHuHciRqa4NaL+TqUK4BnO+D2JCx4ind+Csp4hfmXyS4p+4KrT0mNhYfNY+8ykOlHwIVpXy7wIRWS4eCht/Tu1iuh5sboadfej5Eo11XBEcJmdfRxa08yslkm/QFT5hvp+aPqDI3oT7bAmjn6V6gocdRZiTgYXOVj3YwmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IqK5lJuQ/ZHJ23DA9KNn5Vlkq9NrPCooGExnPM+mkY6v3q4OCSLx3kbu6V5kTspPNC/003FecII73Rc6Ba8tSjC6AEtzcXd9CeyyIJRbzAim4DXY6a7b1RvYy6EVCdgw6++baHyEjAunMGD9aLzTlHd8Bn0VB/oGXYXnSXQgYKI= Received: by 10.35.111.14 with SMTP id o14mr1252674pym.1193265169283; Wed, 24 Oct 2007 15:32:49 -0700 (PDT) Received: by 10.35.117.12 with HTTP; Wed, 24 Oct 2007 15:32:49 -0700 (PDT) Message-ID: <8cb6106e0710241532w45767f0dj8a73dd0abb802430@mail.gmail.com> Date: Wed, 24 Oct 2007 18:32:49 -0400 From: "Josh Carroll" To: "Tuc at T-B-O-H" In-Reply-To: <8cb6106e0710241530u7b74efc2tc21ea21b34dbaf55@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071024193141.GA16463@wedge.madpilot.net> <200710241958.l9OJwn2o054792@vjofn.tucs-beachin-obx-house.com> <8cb6106e0710241520o3f349bd1i30973cf09a913a98@mail.gmail.com> <8cb6106e0710241530u7b74efc2tc21ea21b34dbaf55@mail.gmail.com> Cc: freebsd-current@freebsd.org, Guido Falsi , 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 Reply-To: josh.carroll@gmail.com 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 22:32:58 -0000 > It appears as though the ports I compiled today are having this > problem. I had rebuilt libc in RELENG_7 after I saw a few updates to > it after a csup. Looks like I picked a bad time to do that :) Sorry, rebuilding fixed this. So I must have compiled the port prior to the libc update, then build libc. Recompiling the ports fixed the problem. Josh