From owner-freebsd-current@FreeBSD.ORG Fri Jun 18 12:16:37 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 7894A106566B; Fri, 18 Jun 2010 12:16:37 +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 264B08FC16; Fri, 18 Jun 2010 12:16:37 +0000 (UTC) Received: by iwn7 with SMTP id 7so1246468iwn.13 for ; Fri, 18 Jun 2010 05:16:36 -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=cL6BCAd0K8KIYOBd+UFDltxgCjt76oTFEBvhH/L08+E=; b=lRwZj5vOqu+LX5+Jc+8EOfjFbPgCYaF+uNYokOK1udHytf0tx6RgbXpJaVRhvq6WNV 0oyrxUe/NEH6VPwBIQhFgOzzwJRVPnT2MWPrppCoaRaisWby/czHwofSeTxsFfzPnvt4 6i8xCaZuKfjMQqNXhF8HlW0nxL70cmpOvZ4K4= 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=CIMqrutKwGqrAyAZZiR5fPfSOELXWEgu2JWep9Kh3okQQaWRK+vSPlsJeSq9nd2vYH EC1u+crgU1/nftN34Q3/AtyPMMibP/9mrPBIPRm9CAa6N5Ogw3SggVPWMbG908Kh/jc2 jgK6RLwj+/5EPsu9FIJzs7LQ1o/ClRqvqGcPI= Received: by 10.42.6.205 with SMTP id b13mr365098icb.16.1276863396628; Fri, 18 Jun 2010 05:16:36 -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 u6sm9739285ibu.6.2010.06.18.05.16.34 (version=SSLv3 cipher=RC4-MD5); Fri, 18 Jun 2010 05:16:34 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C1B63A1.3010604@dataix.net> Date: Fri, 18 Jun 2010 08:16:33 -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> <4C1A117A.9060608@dataix.net> <20100618085018.GA94427@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20100618085018.GA94427@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: Fri, 18 Jun 2010 12:16:37 -0000 On 06/18/2010 04:50, Anton Shterenlikht wrote: > > sorry, I probably didn't get you. > > I tried > > make -DALWAYS_CHECK_MAKE buildworld > > and got the same erorr. > > What do you mean by "updating your headers"? cd /usr/src/include && make obj && make depend && make all && make install cd /usr/src && make -DALWAYS_CHECK_MAKE buildworld Good Luck, -- jhell