Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mesa build failure
Date: Fri, 26 Jun 2009 16:19:14
Message-Id: 200906261817.38529.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] mesa build failure by Mark Knecht
1 On Friday 26 June 2009 18:04:07 Mark Knecht wrote:
2 > On Fri, Jun 26, 2009 at 8:24 AM, Alan McKinnon<alan.mckinnon@×××××.com>
3 wrote:
4 > > On Friday 26 June 2009 17:16:26 Mark Knecht wrote:
5 > >> Hi,
6 > >> As part of emerge @world mesa isn't building. It complains (I
7 > >> think) about a missing GL/glxproto.h file.
8 > >>
9 > >> Anyone know where this file is supposed to come from?
10 > >
11 > > x11-proto/glproto
12 > >
13 > > alan@nazgul ~/.ssh $ locate glxproto.h
14 > > /usr/lib64/opengl/xorg-x11/include/glxproto.h
15 > > /usr/include/GL/glxproto.h
16 > > alan@nazgul ~/.ssh $ equery belongs /usr/lib64/opengl/xorg-
17 > > x11/include/glxproto.h
18 > > * Searching for /usr/lib64/opengl/xorg-x11/include/glxproto.h ...
19 > > x11-proto/glproto-1.4.10 (/usr/lib64/opengl/xorg-x11/include/glxproto.h)
20 > >
21 > >
22 > > (The second file in the locate output is a symlink to the first)
23 > >
24 > > --
25 > > alan dot mckinnon at gmail dot com
26 >
27 > Interesting. Thanks guys.
28 >
29 > so is this a mistake in the ebuild? Why isn't it picking it up
30 > automatically?
31 >
32 > I seemed to already have the package installed:
33 >
34 > myth12 ~ # emerge -pv -1 glproto
35 >
36 > These are the packages that would be merged, in order:
37 >
38 > Calculating dependencies... done!
39 > [ebuild R ] x11-proto/glproto-1.4.9 0 kB
40 >
41 > Total: 1 package (1 reinstall), Size of downloads: 0 kB
42 > myth12 ~ #
43
44 Have you done the usual things with opengl:
45
46 emerge mesa
47 revdepr-rebuild
48 eselect opengl
49
50 ?
51
52 --
53 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] mesa build failure Mark Knecht <markknecht@×××××.com>