From owner-freebsd-current@FreeBSD.ORG Thu Jun 17 12:13:50 2010 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 C79931065677; Thu, 17 Jun 2010 12:13:50 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 76D0D8FC1A; Thu, 17 Jun 2010 12:13:49 +0000 (UTC) Received: by iwn7 with SMTP id 7so9127553iwn.13 for ; Thu, 17 Jun 2010 05:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=LlR/RCH3tJHw0PjkD48LxnF3L7ql9A8gR9QJFp2t/+A=; b=h/2J7FzSOpAEsVaRTeE8K69Q0jdesojbtlyii2WTz6qF8CHA9v/+oX9DCs8zRoKteS aCG798xG0TetTocswCSMJnPW05FzH8+ghvTRC2d7KPEhSr7TC4qoh1OgeCPdW+j9Hfse +f/H2aipW6SQ5gOUKzLhdqBXBUeZ15vtJT29c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=AvJil/nh5Bh3O5BWCZBFWnfDUPDfXcNNbkk62OY46HyIJ7GNlPMDSUCAFs8ZjmsMoy 7GK/GWPab9fKSSA1BEmsF2IYmnigajw3euc2ki6U8zlMgdhiVp5gbm2eigiQnnM/QYOY bY/ItyQg1BAmV5BS2G/1uG88JFFRF/YKAR9W8= Received: by 10.231.148.200 with SMTP id q8mr11404231ibv.10.1276776829460; Thu, 17 Jun 2010 05:13:49 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-128-180.dsl.klmzmi.sbcglobal.net [99.181.128.180]) by mx.google.com with ESMTPS id f1sm36084828ibg.9.2010.06.17.05.13.47 (version=SSLv3 cipher=RC4-MD5); Thu, 17 Jun 2010 05:13:48 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C1A117A.9060608@dataix.net> Date: Thu, 17 Jun 2010 08:13:46 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100515 Thunderbird MIME-Version: 1.0 To: Anton Shterenlikht References: <20100617101541.GA90363@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20100617101541.GA90363@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.0.1 OpenPGP: id=89D8547E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: r209240 ia64 -> buildworld -> undefined reference to `lzma_physmem' 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: Thu, 17 Jun 2010 12:13:50 -0000 On 06/17/2010 06:15, Anton Shterenlikht wrote: > I've r209203 kernel on ia64 box. > Now I'm trying to rebuild world to r209240. > I get these errors. > > Please advise > grep -rn lzma_physmem /usr/include ? /usr/include/lzma/hardware.h:51:extern LZMA_API(uint64_t) lzma_physmem(void) lzma_nothrow; I would suggest updating your headers if something similar is not found & try rebuilding world with -DALWAYS_CHECK_MAKE. You should be able to continue your build after this. -DNO_CLEAN will get you through it. Regards, -- jhell