public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found
@ 2009-12-17 12:09 covici
  2009-12-17 16:47 ` Alan McKinnon
  2009-12-17 17:57 ` walt
  0 siblings, 2 replies; 9+ messages in thread
From: covici @ 2009-12-17 12:09 UTC (permalink / raw
  To: gentoo-user

Hi.  This happened on my latest update -- looks like the package which
used to contain this file no longer does -- any ideas on how to proceed?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-17 12:09 [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found covici
@ 2009-12-17 16:47 ` Alan McKinnon
  2009-12-17 17:30   ` covici
  2009-12-17 17:57 ` walt
  1 sibling, 1 reply; 9+ messages in thread
From: Alan McKinnon @ 2009-12-17 16:47 UTC (permalink / raw
  To: gentoo-user

On Thursday 17 December 2009 14:09:37 covici@ccs.covici.com wrote:
> Hi.  This happened on my latest update -- looks like the package which
> used to contain this file no longer does -- any ideas on how to proceed?
> 
> Thanks.
> 


nazgul ~ # locate XInput.h
/usr/include/X11/extensions/XInput.h
nazgul ~ # equery belongs `locate XInput.h`
 * Searching for /usr/include/X11/extensions/XInput.h ...
x11-libs/libXi-1.3 (/usr/include/X11/extensions/XInput.h)



-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-17 16:47 ` Alan McKinnon
@ 2009-12-17 17:30   ` covici
  2009-12-17 22:17     ` Alan McKinnon
  0 siblings, 1 reply; 9+ messages in thread
From: covici @ 2009-12-17 17:30 UTC (permalink / raw
  To: gentoo-user


Alan McKinnon <alan.mckinnon@gmail.com> wrote:

> On Thursday 17 December 2009 14:09:37 covici@ccs.covici.com wrote:
> > Hi.  This happened on my latest update -- looks like the package which
> > used to contain this file no longer does -- any ideas on how to proceed?
> > 
> > Thanks.
> > 
> 
> 
> nazgul ~ # locate XInput.h
> /usr/include/X11/extensions/XInput.h
> nazgul ~ # equery belongs `locate XInput.h`
>  * Searching for /usr/include/X11/extensions/XInput.h ...
> x11-libs/libXi-1.3 (/usr/include/X11/extensions/XInput.h)
However the newer version of this package has eliminated this file --
this is my whole problem.    Now I re emerged the package which had an
update and how its here.  I guess portage did things in the wrong order
or something.

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user]  Re: freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-17 12:09 [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found covici
  2009-12-17 16:47 ` Alan McKinnon
@ 2009-12-17 17:57 ` walt
  1 sibling, 0 replies; 9+ messages in thread
From: walt @ 2009-12-17 17:57 UTC (permalink / raw
  To: gentoo-user

On 12/17/2009 04:09 AM, covici@ccs.covici.com wrote:
> Hi.  This happened on my latest update -- looks like the package which
> used to contain this file no longer does -- any ideas on how to proceed?

Hm.  On my x86 and ~amd64 machines I have freeglut-2.4 and freeglut-2.6,
respectively, but no such header file on either machine.  Something must
be stale on your machine.  Have you run revdep-rebuild and lafilefixer?

Without detailed build logs it's hard to say who's complaining about what.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-17 17:30   ` covici
@ 2009-12-17 22:17     ` Alan McKinnon
  2009-12-18  2:01       ` covici
  2009-12-18  2:28       ` [gentoo-user] " walt
  0 siblings, 2 replies; 9+ messages in thread
From: Alan McKinnon @ 2009-12-17 22:17 UTC (permalink / raw
  To: gentoo-user

On Thursday 17 December 2009 19:30:32 covici@ccs.covici.com wrote:
> Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > On Thursday 17 December 2009 14:09:37 covici@ccs.covici.com wrote:
> > > Hi.  This happened on my latest update -- looks like the package which
> > > used to contain this file no longer does -- any ideas on how to
> > > proceed?
> > >
> > > Thanks.
> >
> > nazgul ~ # locate XInput.h
> > /usr/include/X11/extensions/XInput.h
> > nazgul ~ # equery belongs `locate XInput.h`
> >  * Searching for /usr/include/X11/extensions/XInput.h ...
> > x11-libs/libXi-1.3 (/usr/include/X11/extensions/XInput.h)
> 
> However the newer version of this package has eliminated this file --
> this is my whole problem.    Now I re emerged the package which had an
> update and how its here.  I guess portage did things in the wrong order
> or something.
> 
> Thanks.
> 

Hmm. Odd. Apparently, you are suffering from one or more of the following:

solar flares
cosmic rays
a quantum level event
leprechauns
tooth fairies
jubbjubb monsters


{well, it's as good as any other explanation :-) }
-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-17 22:17     ` Alan McKinnon
@ 2009-12-18  2:01       ` covici
  2009-12-18  2:28       ` [gentoo-user] " walt
  1 sibling, 0 replies; 9+ messages in thread
From: covici @ 2009-12-18  2:01 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon <alan.mckinnon@gmail.com> wrote:

> On Thursday 17 December 2009 19:30:32 covici@ccs.covici.com wrote:
> > Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> > > On Thursday 17 December 2009 14:09:37 covici@ccs.covici.com wrote:
> > > > Hi.  This happened on my latest update -- looks like the package which
> > > > used to contain this file no longer does -- any ideas on how to
> > > > proceed?
> > > >
> > > > Thanks.
> > >
> > > nazgul ~ # locate XInput.h
> > > /usr/include/X11/extensions/XInput.h
> > > nazgul ~ # equery belongs `locate XInput.h`
> > >  * Searching for /usr/include/X11/extensions/XInput.h ...
> > > x11-libs/libXi-1.3 (/usr/include/X11/extensions/XInput.h)
> > 
> > However the newer version of this package has eliminated this file --
> > this is my whole problem.    Now I re emerged the package which had an
> > update and how its here.  I guess portage did things in the wrong order
> > or something.
> > 
> > Thanks.
> > 
> 
> Hmm. Odd. Apparently, you are suffering from one or more of the following:
> 
> solar flares
> cosmic rays
> a quantum level event
> leprechauns
> tooth fairies
> jubbjubb monsters
> 
> 
> {well, it's as good as any other explanation :-) }

Yep, very strange, however this update went OK, except for that, so I'll
knock on my metal desk -- sorry no wood available -- to make sure
nothing goes wrong.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user]  Re: freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-17 22:17     ` Alan McKinnon
  2009-12-18  2:01       ` covici
@ 2009-12-18  2:28       ` walt
  2009-12-18  7:07         ` Alan McKinnon
  1 sibling, 1 reply; 9+ messages in thread
From: walt @ 2009-12-18  2:28 UTC (permalink / raw
  To: gentoo-user

On 12/17/2009 02:17 PM, Alan McKinnon wrote:

> solar flares
> cosmic rays
> a quantum level event
> leprechauns
> tooth fairies
> jubbjubb monsters

Single malt, I hope?  ;o)




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user]  Re: freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-18  2:28       ` [gentoo-user] " walt
@ 2009-12-18  7:07         ` Alan McKinnon
  2009-12-18  8:37           ` covici
  0 siblings, 1 reply; 9+ messages in thread
From: Alan McKinnon @ 2009-12-18  7:07 UTC (permalink / raw
  To: gentoo-user

On Friday 18 December 2009 04:28:32 walt wrote:
> On 12/17/2009 02:17 PM, Alan McKinnon wrote:
> > solar flares
> > cosmic rays
> > a quantum level event
> > leprechauns
> > tooth fairies
> > jubbjubb monsters
> 
> Single malt, I hope?  ;o)
> 

Sadly, no. I come from a long line of fine single malt liqueur makers but 
can't imbibe the stuff (it makes me wickedly ill even in small doses)....


-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: freeglut fails to compile because X11/extensions/XInput.h not found
  2009-12-18  7:07         ` Alan McKinnon
@ 2009-12-18  8:37           ` covici
  0 siblings, 0 replies; 9+ messages in thread
From: covici @ 2009-12-18  8:37 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon <alan.mckinnon@gmail.com> wrote:

> On Friday 18 December 2009 04:28:32 walt wrote:
> > On 12/17/2009 02:17 PM, Alan McKinnon wrote:
> > > solar flares
> > > cosmic rays
> > > a quantum level event
> > > leprechauns
> > > tooth fairies
> > > jubbjubb monsters
> > 
> > Single malt, I hope?  ;o)
> > 
> 
> Sadly, no. I come from a long line of fine single malt liqueur makers but 
> can't imbibe the stuff (it makes me wickedly ill even in small doses)....
In small doses its great, but I can't do too much of it either -- I save
it for Robert Burnsbirthday which is always quite fun.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-12-18  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-17 12:09 [gentoo-user] freeglut fails to compile because X11/extensions/XInput.h not found covici
2009-12-17 16:47 ` Alan McKinnon
2009-12-17 17:30   ` covici
2009-12-17 22:17     ` Alan McKinnon
2009-12-18  2:01       ` covici
2009-12-18  2:28       ` [gentoo-user] " walt
2009-12-18  7:07         ` Alan McKinnon
2009-12-18  8:37           ` covici
2009-12-17 17:57 ` walt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox