All of lore.kernel.org
 help / color / mirror / Atom feed
* xf86-video-intel compilation failure
@ 2013-06-10 22:10 Søren Holm
  2013-06-11 13:49 ` Søren Holm
  0 siblings, 1 reply; 4+ messages in thread
From: Søren Holm @ 2013-06-10 22:10 UTC (permalink / raw)
  To: openembedded-devel

Hi

When compiling xf86-video-intel I get the following compilation error. Do you 
have any ideas - I have looked everywhere for xorg/dri2.h

| /home/sgh/git/openembedded/build/tmp-
eglibc/sysroots/vmc16/usr/include/xorg/xf86.h:202:33: note: previous 
declaration of 'xf86CVTMode' was here
| In file included from i830_3d.c:33:0:
| intel.h:66:18: fatal error: dri2.h: No such file or directory
| compilation terminated.
| make[3]: *** [i830_3d.lo] Error 1
| make[3]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
intel-2.21.6/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
intel-2.21.6/src'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
intel-2.21.6'
| make: *** [all] Error 2
| ERROR: oe_runmake failed


-- 
Søren Holm


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

* Re: xf86-video-intel compilation failure
  2013-06-10 22:10 xf86-video-intel compilation failure Søren Holm
@ 2013-06-11 13:49 ` Søren Holm
  2013-06-11 15:09   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Søren Holm @ 2013-06-11 13:49 UTC (permalink / raw)
  To: openembedded-devel


Copying my local dri2.h into the sysroot like this makes the driver compile.

 cp /usr/include/xorg/dri2.h  tmp-eglibc/sysroots/vmc16/usr/include/xorg/

Any hint on where that files is.

Søren HolmTirsdag den 11. juni 2013 00:10:34 skrev :
> Hi
> 
> When compiling xf86-video-intel I get the following compilation error. Do
> you have any ideas - I have looked everywhere for xorg/dri2.h
> 
> | /home/sgh/git/openembedded/build/tmp-
> 
> eglibc/sysroots/vmc16/usr/include/xorg/xf86.h:202:33: note: previous
> declaration of 'xf86CVTMode' was here
> 
> | In file included from i830_3d.c:33:0:
> | intel.h:66:18: fatal error: dri2.h: No such file or directory
> | compilation terminated.
> | make[3]: *** [i830_3d.lo] Error 1
> | make[3]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
> 
> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
> intel-2.21.6/src'
> 
> | make[2]: *** [all-recursive] Error 1
> | make[2]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
> 
> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
> intel-2.21.6/src'
> 
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
> 
> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
> intel-2.21.6'
> 
> | make: *** [all] Error 2
> | ERROR: oe_runmake failed
-- 
Søren Holm


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

* Re: xf86-video-intel compilation failure
  2013-06-11 13:49 ` Søren Holm
@ 2013-06-11 15:09   ` Khem Raj
  2013-06-11 15:12     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-06-11 15:09 UTC (permalink / raw)
  To: openembeded-devel

On Tue, Jun 11, 2013 at 6:49 AM, Søren Holm <sgh@sgh.dk> wrote:
>
> Copying my local dri2.h into the sysroot like this makes the driver compile.
>
>  cp /usr/include/xorg/dri2.h  tmp-eglibc/sysroots/vmc16/usr/include/xorg/
>
> Any hint on where that files is.
>
> Søren HolmTirsdag den 11. juni 2013 00:10:34 skrev :
>> Hi
>>
>> When compiling xf86-video-intel I get the following compilation error. Do
>> you have any ideas - I have looked everywhere for xorg/dri2.h
>>
>> | /home/sgh/git/openembedded/build/tmp-
>>
>> eglibc/sysroots/vmc16/usr/include/xorg/xf86.h:202:33: note: previous
>> declaration of 'xf86CVTMode' was here
>>
>> | In file included from i830_3d.c:33:0:
>> | intel.h:66:18: fatal error: dri2.h: No such file or directory
>> | compilation terminated.


do you have xserver-xorg staged in sysroot


>> | make[3]: *** [i830_3d.lo] Error 1
>> | make[3]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
>>
>> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
>> intel-2.21.6/src'
>>
>> | make[2]: *** [all-recursive] Error 1
>> | make[2]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
>>
>> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
>> intel-2.21.6/src'
>>
>> | make[1]: *** [all-recursive] Error 1
>> | make[1]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
>>
>> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
>> intel-2.21.6'
>>
>> | make: *** [all] Error 2
>> | ERROR: oe_runmake failed
> --
> Søren Holm
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: xf86-video-intel compilation failure
  2013-06-11 15:09   ` Khem Raj
@ 2013-06-11 15:12     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2013-06-11 15:12 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2274 bytes --]

On Tue, Jun 11, 2013 at 08:09:40AM -0700, Khem Raj wrote:
> On Tue, Jun 11, 2013 at 6:49 AM, Søren Holm <sgh@sgh.dk> wrote:
> >
> > Copying my local dri2.h into the sysroot like this makes the driver compile.
> >
> >  cp /usr/include/xorg/dri2.h  tmp-eglibc/sysroots/vmc16/usr/include/xorg/
> >
> > Any hint on where that files is.
> >
> > Søren HolmTirsdag den 11. juni 2013 00:10:34 skrev :
> >> Hi
> >>
> >> When compiling xf86-video-intel I get the following compilation error. Do
> >> you have any ideas - I have looked everywhere for xorg/dri2.h
> >>
> >> | /home/sgh/git/openembedded/build/tmp-
> >>
> >> eglibc/sysroots/vmc16/usr/include/xorg/xf86.h:202:33: note: previous
> >> declaration of 'xf86CVTMode' was here
> >>
> >> | In file included from i830_3d.c:33:0:
> >> | intel.h:66:18: fatal error: dri2.h: No such file or directory
> >> | compilation terminated.
> 
> 
> do you have xserver-xorg staged in sysroot

And you need to build xserver-xorg with right PACKAGECONFIG options.

> >> | make[3]: *** [i830_3d.lo] Error 1
> >> | make[3]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
> >>
> >> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
> >> intel-2.21.6/src'
> >>
> >> | make[2]: *** [all-recursive] Error 1
> >> | make[2]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
> >>
> >> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
> >> intel-2.21.6/src'
> >>
> >> | make[1]: *** [all-recursive] Error 1
> >> | make[1]: Leaving directory `/home/sgh/git/openembedded/build/tmp-
> >>
> >> eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video-
> >> intel-2.21.6'
> >>
> >> | make: *** [all] Error 2
> >> | ERROR: oe_runmake failed
> > --
> > Søren Holm
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2013-06-11 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-10 22:10 xf86-video-intel compilation failure Søren Holm
2013-06-11 13:49 ` Søren Holm
2013-06-11 15:09   ` Khem Raj
2013-06-11 15:12     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.