From owner-freebsd-questions@FreeBSD.ORG Sat Nov 28 16:09:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3922106566C for ; Sat, 28 Nov 2009 16:09:24 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f221.google.com (mail-ew0-f221.google.com [209.85.219.221]) by mx1.freebsd.org (Postfix) with ESMTP id 74F6A8FC12 for ; Sat, 28 Nov 2009 16:09:23 +0000 (UTC) Received: by ewy21 with SMTP id 21so2913374ewy.13 for ; Sat, 28 Nov 2009 08:09:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Ld0wB9FGh7Pv8UGMPbRPageJCowbZmEY5fSUeA/+jOM=; b=xjz5hAyu28Ncnm9PEKKExG4Z/1BgnNsZYDgcr5pjXsfe14F0GfK1UeY9IFB3JiSK62 tn0j+CfAtp8OlgogrWwWPjEmYLtUyLFVT1mjylYjds0YdEZKKw7TDm2+SfE4dZAhT1Co gR1SS0lm+7sXlzCJFlTTBhLM+j89BN8c6mvN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=SBi3lYnGOGOShUH71dBG7MhqyK5X4FwDfl1Eu2NHS4GyVdzkn/hxCIikNMmCLdjgiq jOuIow5pxZ6ZJZUJIR0u5A2CE3mbHcCZ7//erT2lCgK0UsREJcPnqGcIRNwjtdoh6ZNJ OAq1WgLJ1rqJ1XR8x/QMv0wWXjbjQpdd4C3+Q= Received: by 10.213.23.143 with SMTP id r15mr2629966ebb.94.1259424563077; Sat, 28 Nov 2009 08:09:23 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 14sm1599367ewy.7.2009.11.28.08.09.21 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Nov 2009 08:09:22 -0800 (PST) Date: Sat, 28 Nov 2009 16:09:12 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091128160912.295ae9d3@gumby.homeunix.com> In-Reply-To: <4B11020D.2060402@gmx.net> References: <4B11020D.2060402@gmx.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: amd64: building lib32 with ccache ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 16:09:25 -0000 On Sat, 28 Nov 2009 11:57:17 +0100 Frank Staals wrote: > Hey everyone, > > Yesterday I wanted to update my system currently running 8.0-RC1 > amd64 to the latest 8-STABLE release. However buildworld failed. I > found out the problem seems to pop up when trying to build the lib32 > libraries. If I build lib32 without ccache everything on itself > everything seems to go fine. However when using ccache, even with a > clean cache, the build fails. > ... > > Can anyone point out what could go wrong ? Am I even 'allowed' to > build lib32 with ccache on ? People have reported buildworld problems before with the ccache/amd64/32-bit combination. I'd suggest looking back through the list.