From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D7A781381F3 for ; Fri, 14 Jun 2013 04:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC851E09C3; Fri, 14 Jun 2013 04:43:10 +0000 (UTC) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88FC8E087D for ; Fri, 14 Jun 2013 04:43:09 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so172292pbb.5 for ; Thu, 13 Jun 2013 21:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=ufYJLLHxPGL9ZTGqdf+MzzTjb+Q3CWHBrKul0CoTY/c=; b=MRzF7JR7lSNKknoXafczW5thi5smDIrmIdBgEXXoqZa8PQ1QGLi6T9MOwNjogzUHFc WS42Vythlrm5aSRT6L6CRXFB66i+h2/M4lgVaMxMraVozoQSsckj6jfRXDgMknt3ZI0m CjE9z5fxOm11Ap8chRXfggSADLVFRapxZLi/HspBydW7nP20WlcMducwokHxAq9V70tt QF5sqBR1BcszDZQJfhsbtrjrU7C4iLH565wahYipRvY2rnKGOiCO7cQMQPGabp9AS3wE B9GP3VY6giWFte9v2T4gW7PCdoPhzxkhTjqvEl+15smESM7SiqaTk3cOTy7MMzcgnIyH VAYQ== X-Received: by 10.66.7.100 with SMTP id i4mr700856paa.210.1371184988365; Thu, 13 Jun 2013 21:43:08 -0700 (PDT) Received: from pacific.net.au (ppp5915.dsl.pacific.net.au. [125.255.25.21]) by mx.google.com with ESMTPSA id al2sm687506pbc.25.2013.06.13.21.43.05 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 13 Jun 2013 21:43:07 -0700 (PDT) Date: Fri, 14 Jun 2013 14:43:01 +1000 From: Gregory Shearman To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: mesa 9.1.2.r1 fails to build Message-ID: <20130614044301.GA7051@pacific.net.au> Mail-Followup-To: gentoo-user@lists.gentoo.org References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 10bcea7c-73bd-41eb-b83a-af742512fd88 X-Archives-Hash: 4e103205cc4762ac5f16f4502f63a64f In linux.gentoo.user, you wrote: > The problem isn't obvious to me, but in the past I've seen strange linking > errors happen when the ebuild (for some strange reason) uses the headers > in /usr/include (from the previous version of the package) instead of the > headers in the new source code. No idea why. > Anyway, you could try removing your current mesa installation (after using > quickpkg, of course) and then trying the emerge again. Sometimes when a package fails to build while doing an: emerge -auDN world I've had to add the '--with-bdeps=y' option: emerge -auDN --with-bdeps=y world For some reason I can't understand, it seems to work. It may not help with mesa-9.1.2-r1 but it doesn't take much effort and can't hurt to try -- Regards, Gregory Shearman.