Openembedded Core Discussions
 help / color / mirror / Atom feed
* qemu opengl issues
@ 2012-08-17 14:54 Jack Mitchell
  2012-08-17 15:00 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-08-17 14:54 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

So I am trying to build qemuarm with latest master and I ran into this 
issue:

    NOTE: Resolving any missing task queue dependencies
    NOTE: Preparing runqueue
    NOTE: Executing SetScene Tasks
    NOTE: Executing RunQueue Tasks
    ERROR: Function failed: do_configure (see
    /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r11/temp/log.do_configure.2967
    for further information)
    ERROR: Logfile of failure stored in:
    /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r11/temp/log.do_configure.2967
    Log data follows:
    | DEBUG: Executing python function sysroot_cleansstate
    | DEBUG: Python function sysroot_cleansstate finished
    | DEBUG: Executing shell function do_configure
    | libSDL and header no found to build opengl acceleration for
    qemu-native.
    |     Ubuntu package names are: libsdl1.2-dev.
    |     Fedora package names are: SDL-devel.
    | ERROR: Function failed: do_configure (see
    /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r11/temp/log.do_configure.2967
    for further information)
    ERROR: Task 67
    (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtools/qemu/qemu_0.15.1.bb,
    do_configure) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 1099 tasks of which 1074 didn't need
    to be rerun and 1 failed.


Summary: 1 task failed:
virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtools/qemu/qemu_0.15.1.bb, 
do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Ok, I thought, lets install the sdl libraries. Which has now given me 
this error:

    Build Configuration:
    BB_VERSION        = "1.15.3"
    TARGET_ARCH       = "arm"
    TARGET_OS         = "linux-gnueabi"
    MACHINE           = "qemuarm"
    DISTRO            = "poky"
    DISTRO_VERSION    = "1.2+snapshot-20120817"
    TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
    TARGET_FPU        = "soft"
    meta
    meta-yocto        = "master:bddd8300325267253941e7ce656ce2cf86a8a4a4"

    NOTE: Resolving any missing task queue dependencies
    NOTE: Preparing runqueue
    NOTE: Executing SetScene Tasks
    NOTE: Executing RunQueue Tasks
    ERROR: Function failed: do_configure (see
    /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r11/temp/log.do_configure.6313
    for further information)
    ERROR: Logfile of failure stored in:
    /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r11/temp/log.do_configure.6313
    Log data follows:
    | DEBUG: Executing python function sysroot_cleansstate
    | DEBUG: Python function sysroot_cleansstate finished
    | DEBUG: Executing shell function do_configure
    | ERROR
    | ERROR: User requested feature gl_accel
    | ERROR: configure was not able to find it
    | ERROR
    | ERROR: Function failed: do_configure (see
    /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r11/temp/log.do_configure.6313
    for further information)
    ERROR: Task 67
    (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtools/qemu/qemu_0.15.1.bb,
    do_configure) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 1152 tasks of which 1108 didn't need
    to be rerun and 1 failed.

    Summary: 1 task failed:
    virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtools/qemu/qemu_0.15.1.bb,
    do_configure
    Summary: There was 1 WARNING message shown.
    Summary: There was 1 ERROR message shown, returning a non-zero exit
    code.


I am building on a headless machine with no X if that makes any 
difference in the matter...

Regards,

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




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

* Re: qemu opengl issues
  2012-08-17 14:54 qemu opengl issues Jack Mitchell
@ 2012-08-17 15:00 ` Paul Eggleton
  2012-08-17 15:14   ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2012-08-17 15:00 UTC (permalink / raw)
  To: ml, openembedded-core

On Friday 17 August 2012 15:54:06 Jack Mitchell wrote:
> So I am trying to build qemuarm with latest master and I ran into this
> issue:
> 
>     NOTE: Resolving any missing task queue dependencies
>     NOTE: Preparing runqueue
>     NOTE: Executing SetScene Tasks
>     NOTE: Executing RunQueue Tasks
>     ERROR: Function failed: do_configure (see
>    
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> native-0.15.1-r11/temp/log.do_configure.2967 for further information)
>     ERROR: Logfile of failure stored in:
>    
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> native-0.15.1-r11/temp/log.do_configure.2967
>     Log data follows:
>     | DEBUG: Executing python function sysroot_cleansstate
>     | DEBUG: Python function sysroot_cleansstate finished
>     | DEBUG: Executing shell function do_configure
>     | libSDL and header no found to build opengl acceleration for
> 
>     qemu-native.
> 
>     |     Ubuntu package names are: libsdl1.2-dev.
>     |     Fedora package names are: SDL-devel.
>     | 
>     | ERROR: Function failed: do_configure (see
> 
>    
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> native-0.15.1-r11/temp/log.do_configure.2967 for further information)
>     ERROR: Task 67
>    
> (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devt
> ools/qemu/qemu_0.15.1.bb, do_configure) failed with exit code '1'
>     NOTE: Tasks Summary: Attempted 1099 tasks of which 1074 didn't need
>     to be rerun and 1 failed.
> 
> 
> Summary: 1 task failed:
> virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtoo
> ls/qemu/qemu_0.15.1.bb, do_configure
> Summary: There was 1 WARNING message shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 
> Ok, I thought, lets install the sdl libraries. Which has now given me
> this error:
> 
>     Build Configuration:
>     BB_VERSION        = "1.15.3"
>     TARGET_ARCH       = "arm"
>     TARGET_OS         = "linux-gnueabi"
>     MACHINE           = "qemuarm"
>     DISTRO            = "poky"
>     DISTRO_VERSION    = "1.2+snapshot-20120817"
>     TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
>     TARGET_FPU        = "soft"
>     meta
>     meta-yocto        = "master:bddd8300325267253941e7ce656ce2cf86a8a4a4"
> 
>     NOTE: Resolving any missing task queue dependencies
>     NOTE: Preparing runqueue
>     NOTE: Executing SetScene Tasks
>     NOTE: Executing RunQueue Tasks
>     ERROR: Function failed: do_configure (see
>    
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> native-0.15.1-r11/temp/log.do_configure.6313 for further information)
>     ERROR: Logfile of failure stored in:
>    
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> native-0.15.1-r11/temp/log.do_configure.6313
>     Log data follows:
>     | DEBUG: Executing python function sysroot_cleansstate
>     | DEBUG: Python function sysroot_cleansstate finished
>     | DEBUG: Executing shell function do_configure
>     | ERROR
>     | ERROR: User requested feature gl_accel
>     | ERROR: configure was not able to find it
>     | ERROR
>     | ERROR: Function failed: do_configure (see
> 
>    
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> native-0.15.1-r11/temp/log.do_configure.6313 for further information)
>     ERROR: Task 67
>    
> (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devt
> ools/qemu/qemu_0.15.1.bb, do_configure) failed with exit code '1'
>     NOTE: Tasks Summary: Attempted 1152 tasks of which 1108 didn't need
>     to be rerun and 1 failed.
> 
>     Summary: 1 task failed:
>    
> virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devto
> ols/qemu/qemu_0.15.1.bb, do_configure
>     Summary: There was 1 WARNING message shown.
>     Summary: There was 1 ERROR message shown, returning a non-zero exit
>     code.
> 
> 
> I am building on a headless machine with no X if that makes any
> difference in the matter...

Right, this is a known limitation - see Yocto Project bug 2407. By pure 
coincidence I was thinking about fixing it today as I am testing some other 
related changes; for now the only options are install the required recipes or 
hack out the gl-requiring parts of the qemu recipe.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: qemu opengl issues
  2012-08-17 15:00 ` Paul Eggleton
@ 2012-08-17 15:14   ` Richard Purdie
  2012-08-17 15:31     ` Jack Mitchell
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2012-08-17 15:14 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2012-08-17 at 16:00 +0100, Paul Eggleton wrote:
> On Friday 17 August 2012 15:54:06 Jack Mitchell wrote:
> > So I am trying to build qemuarm with latest master and I ran into this
> > issue:
> > 
> >     NOTE: Resolving any missing task queue dependencies
> >     NOTE: Preparing runqueue
> >     NOTE: Executing SetScene Tasks
> >     NOTE: Executing RunQueue Tasks
> >     ERROR: Function failed: do_configure (see
> >    
> > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> > native-0.15.1-r11/temp/log.do_configure.2967 for further information)
> >     ERROR: Logfile of failure stored in:
> >    
> > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> > native-0.15.1-r11/temp/log.do_configure.2967
> >     Log data follows:
> >     | DEBUG: Executing python function sysroot_cleansstate
> >     | DEBUG: Python function sysroot_cleansstate finished
> >     | DEBUG: Executing shell function do_configure
> >     | libSDL and header no found to build opengl acceleration for
> > 
> >     qemu-native.
> > 
> >     |     Ubuntu package names are: libsdl1.2-dev.
> >     |     Fedora package names are: SDL-devel.
> >     | 
> >     | ERROR: Function failed: do_configure (see
> > 
> >    
> > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> > native-0.15.1-r11/temp/log.do_configure.2967 for further information)
> >     ERROR: Task 67
> >    
> > (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devt
> > ools/qemu/qemu_0.15.1.bb, do_configure) failed with exit code '1'
> >     NOTE: Tasks Summary: Attempted 1099 tasks of which 1074 didn't need
> >     to be rerun and 1 failed.
> > 
> > 
> > Summary: 1 task failed:
> > virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtoo
> > ls/qemu/qemu_0.15.1.bb, do_configure
> > Summary: There was 1 WARNING message shown.
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> > 
> > Ok, I thought, lets install the sdl libraries. Which has now given me
> > this error:
> > 
> >     Build Configuration:
> >     BB_VERSION        = "1.15.3"
> >     TARGET_ARCH       = "arm"
> >     TARGET_OS         = "linux-gnueabi"
> >     MACHINE           = "qemuarm"
> >     DISTRO            = "poky"
> >     DISTRO_VERSION    = "1.2+snapshot-20120817"
> >     TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
> >     TARGET_FPU        = "soft"
> >     meta
> >     meta-yocto        = "master:bddd8300325267253941e7ce656ce2cf86a8a4a4"
> > 
> >     NOTE: Resolving any missing task queue dependencies
> >     NOTE: Preparing runqueue
> >     NOTE: Executing SetScene Tasks
> >     NOTE: Executing RunQueue Tasks
> >     ERROR: Function failed: do_configure (see
> >    
> > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> > native-0.15.1-r11/temp/log.do_configure.6313 for further information)
> >     ERROR: Logfile of failure stored in:
> >    
> > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> > native-0.15.1-r11/temp/log.do_configure.6313
> >     Log data follows:
> >     | DEBUG: Executing python function sysroot_cleansstate
> >     | DEBUG: Python function sysroot_cleansstate finished
> >     | DEBUG: Executing shell function do_configure
> >     | ERROR
> >     | ERROR: User requested feature gl_accel
> >     | ERROR: configure was not able to find it
> >     | ERROR
> >     | ERROR: Function failed: do_configure (see
> > 
> >    
> > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-
> > native-0.15.1-r11/temp/log.do_configure.6313 for further information)
> >     ERROR: Task 67
> >    
> > (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devt
> > ools/qemu/qemu_0.15.1.bb, do_configure) failed with exit code '1'
> >     NOTE: Tasks Summary: Attempted 1152 tasks of which 1108 didn't need
> >     to be rerun and 1 failed.
> > 
> >     Summary: 1 task failed:
> >    
> > virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devto
> > ols/qemu/qemu_0.15.1.bb, do_configure
> >     Summary: There was 1 WARNING message shown.
> >     Summary: There was 1 ERROR message shown, returning a non-zero exit
> >     code.
> > 
> > 
> > I am building on a headless machine with no X if that makes any
> > difference in the matter...
> 
> Right, this is a known limitation - see Yocto Project bug 2407. By pure 
> coincidence I was thinking about fixing it today as I am testing some other 
> related changes; for now the only options are install the required recipes or 
> hack out the gl-requiring parts of the qemu recipe.

I think we're about at the point where we're going to remove GL pass
through support and drop our qemu GL patches. Patches will likely appear
next week.

Cheers,

Richard




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

* Re: qemu opengl issues
  2012-08-17 15:14   ` Richard Purdie
@ 2012-08-17 15:31     ` Jack Mitchell
  2012-08-17 15:34       ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-08-17 15:31 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


>>
>> Right, this is a known limitation - see Yocto Project bug 2407. By pure
>> coincidence I was thinking about fixing it today as I am testing some other
>> related changes; for now the only options are install the required recipes or
>> hack out the gl-requiring parts of the qemu recipe.
>
> I think we're about at the point where we're going to remove GL pass
> through support and drop our qemu GL patches. Patches will likely appear
> next week.
>
> Cheers,
>
> Richard
>

Sounds good, I'm on holiday from the 22nd till 29th so will hopefully 
see them when I get back!

Apologies for not checking the bug tracker first.

*side note: with so many categories it can be a massive farse trying to 
navigate the bugzilla to find bugs, even more so on top of an already 
cluttered/complicated web application.

edit: I have just looked to see if I could find the bug without looking 
at it first (using the id) and I failed miserably.. maybe the force is 
not with my today but I couldn't even decipher where qemu issues would be.

Regards,

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




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

* Re: qemu opengl issues
  2012-08-17 15:31     ` Jack Mitchell
@ 2012-08-17 15:34       ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-08-17 15:34 UTC (permalink / raw)
  To: ml, openembedded-core

On Friday 17 August 2012 16:31:17 Jack Mitchell wrote:
> Richard Purdie wrote:
> > On Fri, 2012-08-17 at 16:00 +0100, Paul Eggleton wrote:
> >> Right, this is a known limitation - see Yocto Project bug 2407. By pure
> >> coincidence I was thinking about fixing it today as I am testing some
> >> other
> >> related changes; for now the only options are install the required
> >> recipes or hack out the gl-requiring parts of the qemu recipe.
> > 
> > I think we're about at the point where we're going to remove GL pass
> > through support and drop our qemu GL patches. Patches will likely appear
> > next week.
> 
> Sounds good, I'm on holiday from the 22nd till 29th so will hopefully
> see them when I get back!
> 
> Apologies for not checking the bug tracker first.

No worries - it's nice when people do check first but I wouldn't personally 
consider it mandatory.

> *side note: with so many categories it can be a massive farse trying to
> navigate the bugzilla to find bugs, even more so on top of an already
> cluttered/complicated web application.
> 
> edit: I have just looked to see if I could find the bug without looking
> at it first (using the id) and I failed miserably.. maybe the force is
> not with my today but I couldn't even decipher where qemu issues would be.

I usually just do a keyword search using the box at the top - seems effective 
to me most of the time.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-08-17 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 14:54 qemu opengl issues Jack Mitchell
2012-08-17 15:00 ` Paul Eggleton
2012-08-17 15:14   ` Richard Purdie
2012-08-17 15:31     ` Jack Mitchell
2012-08-17 15:34       ` Paul Eggleton

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