Gentoo Archives: gentoo-user

From: Gregory Shearman <zekeyg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: mesa 9.1.2.r1 fails to build
Date: Fri, 14 Jun 2013 04:43:19
Message-Id: 20130614044301.GA7051@pacific.net.au
1 In linux.gentoo.user, you wrote:
2
3 > The problem isn't obvious to me, but in the past I've seen strange linking
4 > errors happen when the ebuild (for some strange reason) uses the headers
5 > in /usr/include (from the previous version of the package) instead of the
6 > headers in the new source code. No idea why.
7
8 > Anyway, you could try removing your current mesa installation (after using
9 > quickpkg, of course) and then trying the emerge again.
10
11 Sometimes when a package fails to build while doing an:
12
13 emerge -auDN world
14
15 I've had to add the '--with-bdeps=y' option:
16
17 emerge -auDN --with-bdeps=y world
18
19 For some reason I can't understand, it seems to work. It may not help
20 with mesa-9.1.2-r1 but it doesn't take much effort and can't hurt to try
21
22 --
23 Regards,
24 Gregory Shearman.

Replies

Subject Author
Re: [gentoo-user] mesa 9.1.2.r1 fails to build Daniel Pielmeier <billie@g.o>