From owner-freebsd-stable@FreeBSD.ORG Mon Aug 23 19:46:50 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F34B10656A4 for ; Mon, 23 Aug 2010 19:46:50 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mail2.timeinc.net (timeinc9-ld25.websys.aol.com [64.236.74.30]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9948FC1A for ; Mon, 23 Aug 2010 19:46:49 +0000 (UTC) Received: from mail.timeinc.net (mail.timeinc.net [64.12.55.166]) by mail2.timeinc.net (8.13.8/8.13.8) with ESMTP id o7NJkmbp010785 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Aug 2010 15:46:48 -0400 Received: from ws-mteterin.dev.pathfinder.com (ws-mteterin.dev.pathfinder.com [209.251.223.173]) by mail.timeinc.net (8.13.8/8.13.8) with SMTP id o7NJkl6J030117; Mon, 23 Aug 2010 15:46:48 -0400 Message-ID: <4C72D027.4050406@aldan.algebra.com> Date: Mon, 23 Aug 2010 15:46:47 -0400 From: "Mikhail T." Organization: Virtual Estates, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; uk; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: John Baldwin References: <4C6E790C.6060909@aldan.algebra.com> <201008230817.12411.jhb@freebsd.org> In-Reply-To: <201008230817.12411.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 23 Aug 2010 19:52:55 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: Strange buildworld error (uuid_*) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 19:46:50 -0000 23.08.2010 08:17, John Baldwin написав(ла): >> With some trickery (had to define: WITHOUT_CDDL, WITHOUT_SSP, WITH_GCC3, >> > NO_WERROR) I upgraded my laptop directly from 6.3 to 8.1-STABLE. It now >> > boots nicely. >> > >> > I'd like to make another round of buildworld/buildkernel -- using the >> > existing tools... That, however, breaks in the most unexpected place: > Your libstand is too stale. The only libstand found on the computer (/usr/lib/libstand.a) is from August 19th -- the version built by FreeBSD-6's gcc-3 from FreeBSD-8.1's sources. According to nm, the library does define both uuid_equal and uuid_is_nil: mi@vaio:~ (106) nm /usr/lib/libstand.a | grep uuid uuid_equal.o: 00000000 T uuid_equal U uuid_is_nil uuid_is_nil.o: 00000000 T uuid_is_nil Yours, -mi