From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MKEWY-0001Io-M7 for garchives@archives.gentoo.org; Fri, 26 Jun 2009 16:43:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA9DE044D; Fri, 26 Jun 2009 16:43:37 +0000 (UTC) Received: from mail-gx0-f227.google.com (mail-gx0-f227.google.com [209.85.217.227]) by pigeon.gentoo.org (Postfix) with ESMTP id 64104E044D for ; Fri, 26 Jun 2009 16:43:37 +0000 (UTC) Received: by gxk27 with SMTP id 27so6641739gxk.10 for ; Fri, 26 Jun 2009 09:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=FBuIwFZMNfCAE7iSSXWMKJMCdiUUrGPxkFsvxgdvuxc=; b=iKICnosBmbbMTEeVIH3pgP0BGplVg6aJl0avAD2sLhGiTwIEhy9N3L2pPVW0brcR0c 1J/+wdjZL+L4qIMjDInLvliOd6QcIe18Hef2QQn25JTpNy32iVg9oFdKIRauf3kn3/r0 GGLXPOqKnGnppOF3hwdbi/oYKc1HT7Yob8VCc= 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 :content-type:content-transfer-encoding; b=fzPOx34YA4DhlwUBQmmMtdyf9FbXLkyXug0H4ytUpzeB1duq0bCAUMciM6TLqs2VpZ wn2pFRD1jw6JfPg9C2tZgWnDyyQS5chmcnJtC0+EG3nZq0YwWihbXqfHw+x7uX34vOPk LlIUgIz0izFgq9rKqGjRZPDeE2CFYV5+jQ3eM= 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 Received: by 10.150.211.14 with SMTP id j14mr7080318ybg.264.1246034617127; Fri, 26 Jun 2009 09:43:37 -0700 (PDT) In-Reply-To: <200906261817.38529.alan.mckinnon@gmail.com> References: <5bdc1c8b0906260816w2e028a7v8759a4d3e3a48504@mail.gmail.com> <200906261724.50587.alan.mckinnon@gmail.com> <5bdc1c8b0906260904h60f51380i9dd411f1538e5737@mail.gmail.com> <200906261817.38529.alan.mckinnon@gmail.com> Date: Fri, 26 Jun 2009 09:43:37 -0700 Message-ID: <5bdc1c8b0906260943r7f8cdd48h20955c91022e757c@mail.gmail.com> Subject: Re: [gentoo-user] mesa build failure From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 44df842b-3b90-463e-aef2-c60f441f59c8 X-Archives-Hash: 63d22d16da8826223b5d62dca8c4a73b On Fri, Jun 26, 2009 at 9:17 AM, Alan McKinnon wro= te: > On Friday 26 June 2009 18:04:07 Mark Knecht wrote: >> On Fri, Jun 26, 2009 at 8:24 AM, Alan McKinnon > wrote: >> > On Friday 26 June 2009 17:16:26 Mark Knecht wrote: >> >> Hi, >> >> =C2=A0 =C2=A0As part of emerge @world mesa isn't building. It complai= ns (I >> >> think) about a missing GL/glxproto.h file. >> >> >> >> =C2=A0 =C2=A0Anyone know where this =C2=A0file is supposed to come fr= om? >> > >> > x11-proto/glproto >> > >> > alan@nazgul ~/.ssh $ locate glxproto.h >> > /usr/lib64/opengl/xorg-x11/include/glxproto.h >> > /usr/include/GL/glxproto.h >> > alan@nazgul ~/.ssh $ equery belongs /usr/lib64/opengl/xorg- >> > x11/include/glxproto.h >> > =C2=A0* Searching for /usr/lib64/opengl/xorg-x11/include/glxproto.h ..= . >> > x11-proto/glproto-1.4.10 (/usr/lib64/opengl/xorg-x11/include/glxproto.= h) >> > >> > >> > (The second file in the locate output is a symlink to the first) >> > >> > -- >> > alan dot mckinnon at gmail dot com >> >> Interesting. Thanks guys. >> >> so is this a mistake in the ebuild? Why isn't it picking it up >> automatically? >> >> I seemed to already have the package installed: >> >> myth12 ~ # emerge -pv -1 glproto >> >> These are the packages that would be merged, in order: >> >> Calculating dependencies... done! >> [ebuild =C2=A0 R =C2=A0 ] x11-proto/glproto-1.4.9 =C2=A00 kB >> >> Total: 1 package (1 reinstall), Size of downloads: 0 kB >> myth12 ~ # > > Have you done the usual things with opengl: > > emerge mesa > revdepr-rebuild > eselect opengl > > ? > Yep. did all those earlier and saw this OpenGL problem with eselect. Sort of disregarded it at the time and figured it would get worked out later but now it's in the way. I'm trying a kernel rebuild and will reinstall modules, reboot, etc. Strange issue. - Mark