From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 21:37:47 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 6B7FE1065673; Sat, 26 Jun 2010 21:37:47 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 074CE8FC15; Sat, 26 Jun 2010 21:37:46 +0000 (UTC) Received: by qwg5 with SMTP id 5so1303775qwg.13 for ; Sat, 26 Jun 2010 14:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xjXArvLWqfWcKwfB5h+uwx2/7COXiYoxBe87x81TaJE=; b=dgpE4+br90MMqzfN3CS+xs04CyYe2/kwvT5V0gL9YmzU/LXg+KdZHSsmHTnNykqi42 EUmUrV7SxcZkVs+ynxa8HKPkQrgCU8jyTZ3nGNpIqw303fDDDcD2g4KZ1Q2IkOG5aZof 6P+0ZFpENEcShE5o0c8/zeuTMm3dnntjzTpuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sxPc8lmGPE7/OQqhjxDKdrbmilj15trRL1LyXBISg7mRuCJGJ0kybN7HWNwEkP3wRe hb00O21JCfm7kiK7RKetC4+Km4sdzvozGo27IPB1FTQ0au9gZrqChifayfnorzar/FYt DXmUULsMMQMvq7EactLKJSRM6MDUe5wQxG2WI= MIME-Version: 1.0 Received: by 10.224.52.8 with SMTP id f8mr1878259qag.122.1277588266249; Sat, 26 Jun 2010 14:37:46 -0700 (PDT) Received: by 10.229.80.75 with HTTP; Sat, 26 Jun 2010 14:37:46 -0700 (PDT) In-Reply-To: <20100625084429.GA42107@mech-cluster241.men.bris.ac.uk> References: <754D875E-48AB-423D-B309-9415EA2867E4@mac.com> <20100623130534.GA69821@mech-cluster241.men.bris.ac.uk> <86d3vhomot.fsf@ds4.des.no> <20100624083635.GB9272@mech-cluster241.men.bris.ac.uk> <86vd98aj7p.fsf@ds4.des.no> <8639wcafhn.fsf@ds4.des.no> <20100624110511.GD10082@mech-cluster241.men.bris.ac.uk> <86tyos8u57.fsf@ds4.des.no> <20100624151121.GA29609@mech-cluster241.men.bris.ac.uk> <86lja48m58.fsf@ds4.des.no> <20100625084429.GA42107@mech-cluster241.men.bris.ac.uk> Date: Sat, 26 Jun 2010 14:37:46 -0700 Message-ID: From: Garrett Cooper To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= , 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: Sat, 26 Jun 2010 21:37:47 -0000 2010/6/25 Anton Shterenlikht : > On Thu, Jun 24, 2010 at 05:50:59PM +0200, Dag-Erling Sm=F8rgrav wrote: >> Anton Shterenlikht writes: >> > Dag-Erling Sm=F8rgrav writes: >> > > I expect this to produce the same error as before; if not, there is >> > > something seriously wrong. >> > the error is different... >> > >> > echo fsck_ffs: /usr/lib/libc.a /usr/lib/libufs.a >> .depend >> > cc -O1 =A0-I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -= DRESCUE -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -c dir.c >> >> This is wrong. =A0It shouldn't compile anything. =A0Did you do anything = at >> all to your tree (src or obj) after the failed buildworld? > > sorry, I probably misunderstood you again. > I did "rm -rf /usr/obj/*" before trying your > suggested commands. > > I guess now this is not what you wanted. > > So, just for me to be clear, I need to > proceed with the buildworld, until I get the > error, and then, without cleaning anything, do > > % cd /usr/src > % make buildenv > % cd rescue/rescue > % make > > Is that correct? > > sorry for the bother > and many thanks for your help Hi Anton, Sorry to jump in, but could you please copy your source tree on the failing machine elsewhere, run make clean cleandir, and try applying the patch attached to the post below [1] and see whether or not the issue is resolved? Thanks! -Garrett [1] http://lists.freebsd.org/pipermail/freebsd-hackers/2010-June/032202.htm= l