* lib-sdl issue with qemu
@ 2016-05-27 5:23 star
2016-05-27 8:26 ` Andrei Gherzan
2016-05-27 8:40 ` Joshua G Lock
0 siblings, 2 replies; 7+ messages in thread
From: star @ 2016-05-27 5:23 UTC (permalink / raw)
To: poky
Tried a "bitbake core-image-minimal" with included xilinx meta-layer and machine "qemuzynq".
I get the above mentioned error on an Ubuntu 1604, but with already installed libsdl.
See below:
...
| ERROR: User requested feature sdl
| configure was not able to find it.
| Install SDL devel
|
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/user/yocto_qemu/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.3236)
ERROR: Task 72 (virtual:native:/home/user/yocto/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
sudo apt-get install libsdl1.2-dev
...
libsdl1.2-dev is already the newest version (1.2.15+dfsg1-3).
0 upgraded, 0 newly installed, 0 to remove and 95 not upgraded.
Best regards
Arno
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lib-sdl issue with qemu
2016-05-27 5:23 lib-sdl issue with qemu star
@ 2016-05-27 8:26 ` Andrei Gherzan
2016-05-27 8:38 ` Zhenhua Luo
2016-05-27 13:34 ` star
2016-05-27 8:40 ` Joshua G Lock
1 sibling, 2 replies; 7+ messages in thread
From: Andrei Gherzan @ 2016-05-27 8:26 UTC (permalink / raw)
To: star; +Cc: poky
[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]
On Fri, May 27, 2016 at 07:23:25AM +0200, star@gmx.li wrote:
> Tried a "bitbake core-image-minimal" with included xilinx meta-layer and machine "qemuzynq".
> I get the above mentioned error on an Ubuntu 1604, but with already installed libsdl.
>
> See below:
>
> ...
> | ERROR: User requested feature sdl
> | configure was not able to find it.
> | Install SDL devel
> |
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at /home/user/yocto_qemu/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.3236)
> ERROR: Task 72 (virtual:native:/home/user/yocto/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
>
>
> sudo apt-get install libsdl1.2-dev
> ...
> libsdl1.2-dev is already the newest version (1.2.15+dfsg1-3).
> 0 upgraded, 0 newly installed, 0 to remove and 95 not upgraded.
>
I hit this issue last week too. What is your host operating system?
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lib-sdl issue with qemu
2016-05-27 8:26 ` Andrei Gherzan
@ 2016-05-27 8:38 ` Zhenhua Luo
2016-05-27 13:34 ` star
1 sibling, 0 replies; 7+ messages in thread
From: Zhenhua Luo @ 2016-05-27 8:38 UTC (permalink / raw)
To: Andrei Gherzan, star@gmx.li; +Cc: poky@yoctoproject.org
You can refer to https://bugzilla.yoctoproject.org/show_bug.cgi?id=8553.
Best Regards,
Zhenhua
> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-
> bounces@yoctoproject.org] On Behalf Of Andrei Gherzan
> Sent: Friday, May 27, 2016 4:26 PM
> To: star@gmx.li
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] [POKY] lib-sdl issue with qemu
>
> On Fri, May 27, 2016 at 07:23:25AM +0200, star@gmx.li wrote:
> > Tried a "bitbake core-image-minimal" with included xilinx meta-layer and
> machine "qemuzynq".
> > I get the above mentioned error on an Ubuntu 1604, but with already
> installed libsdl.
> >
> > See below:
> >
> > ...
> > | ERROR: User requested feature sdl
> > | configure was not able to find it.
> > | Install SDL devel
> > |
> > | WARNING: exit code 1 from a shell command.
> > | ERROR: Function failed: do_configure (log file is located at
> /home/user/yocto_qemu/tmp/work/x86_64-linux/qemu-native/2.4.0-
> r1/temp/log.do_configure.3236)
> > ERROR: Task 72 (virtual:native:/home/user/yocto/poky/meta/recipes-
> devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
> >
> >
> > sudo apt-get install libsdl1.2-dev
> > ...
> > libsdl1.2-dev is already the newest version (1.2.15+dfsg1-3).
> > 0 upgraded, 0 newly installed, 0 to remove and 95 not upgraded.
> >
>
> I hit this issue last week too. What is your host operating system?
>
> --
> Andrei Gherzan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lib-sdl issue with qemu
2016-05-27 5:23 lib-sdl issue with qemu star
2016-05-27 8:26 ` Andrei Gherzan
@ 2016-05-27 8:40 ` Joshua G Lock
2016-05-27 9:02 ` star
1 sibling, 1 reply; 7+ messages in thread
From: Joshua G Lock @ 2016-05-27 8:40 UTC (permalink / raw)
To: star, poky
On Fri, 2016-05-27 at 07:23 +0200, star@gmx.li wrote:
> Tried a "bitbake core-image-minimal" with included xilinx meta-layer
> and machine "qemuzynq".
> I get the above mentioned error on an Ubuntu 1604, but with already
> installed libsdl.
>
> See below:
>
> ...
> >
> > ERROR: User requested feature sdl
> > configure was not able to find it.
> > Install SDL devel
> >
> > WARNING: exit code 1 from a shell command.
> > ERROR: Function failed: do_configure (log file is located at
> > /home/user/yocto_qemu/tmp/work/x86_64-linux/qemu-native/2.4.0-
> > r1/temp/log.do_configure.3236)
> ERROR: Task 72 (virtual:native:/home/user/yocto/poky/meta/recipes-
> devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
>
Which version of the poky are you using?
There was a change to stop relying on the host to provide an SDL
implementation and instead we build sdl-native, this change is
available in the krogoth release (2.1) and has been backported to
jethro (available in 2.0.2) and fido (available in 1.8.2).
However if you have an old local.conf you'll need to remove the
ASSUME_PROVIDED entry for sdl-native.
Regards,
Joshua
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lib-sdl issue with qemu
2016-05-27 8:40 ` Joshua G Lock
@ 2016-05-27 9:02 ` star
2016-05-27 9:14 ` Burton, Ross
0 siblings, 1 reply; 7+ messages in thread
From: star @ 2016-05-27 9:02 UTC (permalink / raw)
To: Joshua G Lock; +Cc: poky
> Gesendet: Freitag, 27. Mai 2016 um 10:40 Uhr
> Von: "Joshua G Lock" <joshua.g.lock@linux.intel.com>
> An: star@gmx.li, poky@yoctoproject.org
> Betreff: Re: [poky] [POKY] lib-sdl issue with qemu
>
> On Fri, 2016-05-27 at 07:23 +0200, star@gmx.li wrote:
> > Tried a "bitbake core-image-minimal" with included xilinx meta-layer
> > and machine "qemuzynq".
> > I get the above mentioned error on an Ubuntu 1604, but with already
> > installed libsdl.
> >
> > See below:
> >
> > ...
> > >
> > > ERROR: User requested feature sdl
> > > configure was not able to find it.
> > > Install SDL devel
> > >
> > > WARNING: exit code 1 from a shell command.
> > > ERROR: Function failed: do_configure (log file is located at
> > > /home/user/yocto_qemu/tmp/work/x86_64-linux/qemu-native/2.4.0-
> > > r1/temp/log.do_configure.3236)
> > ERROR: Task 72 (virtual:native:/home/user/yocto/poky/meta/recipes-
> > devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
> >
>
> Which version of the poky are you using?
>
> There was a change to stop relying on the host to provide an SDL
> implementation and instead we build sdl-native, this change is
> available in the krogoth release (2.1) and has been backported to
> jethro (available in 2.0.2) and fido (available in 1.8.2).
>
> However if you have an old local.conf you'll need to remove the
> ASSUME_PROVIDED entry for sdl-native.
>
> Regards,
>
> Joshua
>
Thanks Joshua and Zhenhua
I am on Jethro, I assume 2.0.1. How can I check this?
I cloned Jethro a couple of weeks ago. No hint in the poky folder.
user@VB:~/yocto/poky$ git status
On branch jethro
Your branch is up-to-date with 'origin/jethro'.
But this is obviously referring to my clone, not to the original repo?!?
So am I right, I have to do both: update to 2.0.2 and remove the ASSUME_PROVIDED (which is indeed included in my local.conf)?
Regards
Arno
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lib-sdl issue with qemu
2016-05-27 9:02 ` star
@ 2016-05-27 9:14 ` Burton, Ross
0 siblings, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2016-05-27 9:14 UTC (permalink / raw)
To: star; +Cc: Poky Project
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
On 27 May 2016 at 10:02, <star@gmx.li> wrote:
> So am I right, I have to do both: update to 2.0.2 and remove the
> ASSUME_PROVIDED (which is indeed included in my local.conf)?
>
Yes, that should solve the problem.
Ross
[-- Attachment #2: Type: text/html, Size: 627 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lib-sdl issue with qemu
2016-05-27 8:26 ` Andrei Gherzan
2016-05-27 8:38 ` Zhenhua Luo
@ 2016-05-27 13:34 ` star
1 sibling, 0 replies; 7+ messages in thread
From: star @ 2016-05-27 13:34 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: poky
> Gesendet: Freitag, 27. Mai 2016 um 10:26 Uhr
> Von: "Andrei Gherzan" <andrei@gherzan.ro>
> An: star@gmx.li
> Cc: poky@yoctoproject.org
> Betreff: Re: [poky] [POKY] lib-sdl issue with qemu
>
> On Fri, May 27, 2016 at 07:23:25AM +0200, star@gmx.li wrote:
> > Tried a "bitbake core-image-minimal" with included xilinx meta-layer and machine "qemuzynq".
> > I get the above mentioned error on an Ubuntu 1604, but with already installed libsdl.
> >
> > See below:
> >
> > ...
> > | ERROR: User requested feature sdl
> > | configure was not able to find it.
> > | Install SDL devel
> > |
> > | WARNING: exit code 1 from a shell command.
> > | ERROR: Function failed: do_configure (log file is located at /home/user/yocto_qemu/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.3236)
> > ERROR: Task 72 (virtual:native:/home/user/yocto/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
> >
> >
> > sudo apt-get install libsdl1.2-dev
> > ...
> > libsdl1.2-dev is already the newest version (1.2.15+dfsg1-3).
> > 0 upgraded, 0 newly installed, 0 to remove and 95 not upgraded.
> >
>
> I hit this issue last week too. What is your host operating system?
>
> --
> Andrei Gherzan
>
As mentioned: host is an Ubuntu 1604, more exactly the mate edition running in VBOX on Win7.
Arno
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-05-27 13:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27 5:23 lib-sdl issue with qemu star
2016-05-27 8:26 ` Andrei Gherzan
2016-05-27 8:38 ` Zhenhua Luo
2016-05-27 13:34 ` star
2016-05-27 8:40 ` Joshua G Lock
2016-05-27 9:02 ` star
2016-05-27 9:14 ` Burton, Ross
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.