From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 13:55:04 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 887CD1065670 for ; Sat, 22 Nov 2008 13:55:04 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 1067C8FC14 for ; Sat, 22 Nov 2008 13:55:03 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so979285fgb.35 for ; Sat, 22 Nov 2008 05:55:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=zwJqZwYagNhw5At9qXjMDjs1XXeD5zeitQR5SoUOZdc=; b=A2KTU7/l9AjpPuTWXiuaxyRkVfjDM4UTwgZS2zgVq51jmwRb2vWjfSdf86528n/7/V 1X5HeWOZA3T5qMbrjq82ITLH++UWLzHTaY+VZz4v0rUfkQMz0A6oMBmb+6i/qQqgMtvI ZIWPJ2mgi5ZKs8tcnhmoQznd+5T7v/a7nrpu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aOQ+3uqFefZ+wQtEvF1IUhmu/lHyLIPZD5TO+sIOoeFXUDf+grx/PoKWncFNQADDW6 D8lcbZEni4pCX5kSX8+jmZ33k/0/D/RLn/sAxJ0tPCgMqjth0m3sEAInVGUmImCbFJXB y9x1DIUwOgVhovwHBzJi/K39x5MrEwgoouSfA= Received: by 10.86.60.14 with SMTP id i14mr1175785fga.21.1227360664643; Sat, 22 Nov 2008 05:31:04 -0800 (PST) Received: by 10.86.96.13 with HTTP; Sat, 22 Nov 2008 05:31:04 -0800 (PST) Message-ID: <84dead720811220531r56fd1a91x91962a926dcb2a03@mail.gmail.com> Date: Sat, 22 Nov 2008 13:31:04 +0000 From: "Joseph Koshy" To: "FreeBSD Tinderbox" In-Reply-To: <20081122051656.1C90673039@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081122051656.1C90673039@freebsd-current.sentex.ca> Cc: current@freebsd.org, sparc64@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sparc64 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: Sat, 22 Nov 2008 13:55:04 -0000 > linking kernel > hwpmc_mod.o(.text+0x6308): In function `load': > : undefined reference to `pmc_md_finalize' > *** Error code 1 Uh-oh, I get to wear the pointy hat. Should be fixed in #185168. Koshy