From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: meta-toolchain-sdk failed on Ubuntu 10.10 and FC17 64bit
Date: Mon, 16 Apr 2012 17:42:54 +0800 [thread overview]
Message-ID: <4F8BE99E.30808@windriver.com> (raw)
In-Reply-To: <4F8B88C5.2050100@windriver.com>
On 04/16/2012 10:49 AM, Robert Yang wrote:
>
> The errors are below, does anyone meet the same errors, please?
>
> On Ubuntu 10.10 32bit:
>
> MACHINE ?= "qemumips"
> $ bitbake core-image-sato meta-toolchain-sdk
>
> | eds-dbus-dev ##################################################
> | Installing NATIVESDK packages
> | Processing task-sdk-host-nativesdk...
> | Processing task-cross-canadian-mips...
> | error: Failed dependencies:
> | libcurl.so.4 is needed by qemu-nativesdk-0.15.1-r5.i686
This is because curl-native generates libcurl.so.4, but curl-nativesdk
generates libcurl.so.4, I think that fix the DEPENDS would fix the problem,
I will send a patch for it after enough testing.
diff --git a/meta/recipes-devtools/qemu/qemu.inc
b/meta/recipes-devtools/qemu/qemu.inc
index 8dee060..1754629 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -57,8 +57,8 @@ do_install () {
install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu
}
-DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native"
-DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \
+DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native
curl-native"
+DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk
glib-2.0-nativesdk curl-nativesdk \
${@base_contains('DISTRO_FEATURES', 'x11',
'qemugl-nativesdk', '', d)}"
RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk"
EXTRA_OECONF_virtclass-nativesdk += "--target-list=${@get_qemu_target_list(d)}
--disable-werror --disable-vnc-tls"
// Robert
> NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed
> ERROR: Task 21
> (/buildarea2/lyang1/poky/meta/recipes-core/meta/meta-toolchain-gmae.bb,
> do_populate_sdk) failed with exit code '1'
> Waiting for 1 running tasks to finish:
> 0:
> linux-yocto-3.2.11+git1+135c75bf9615334b5b8bb9108d612fe7dfbdb901_1+0e0c67635b74199d534f75500e5c1654a1219bc6-r1
> do_package_write_rpm (pid 12511)
> NOTE: package
> linux-yocto-3.2.11+git1+135c75bf9615334b5b8bb9108d612fe7dfbdb901_1+0e0c67635b74199d534f75500e5c1654a1219bc6-r1:
> task do_package_write_rpm: Succeeded
> NOTE: Tasks Summary: Attempted 5931 tasks of which 498 didn't need to be rerun
> and 1 failed.
>
> Summary: 1 task failed:
> /buildarea2/lyang1/poky/meta/recipes-core/meta/meta-toolchain-gmae.bb,
> do_populate_sdk
> Summary: There were 22 WARNING messages shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
> On FC 17 64bit:
> MACHINE ?= "qemuppc"
> $ bitbake meta-toolchain-sdk
>
> | hdrload: 155 0.728660 MB 0.000876 secs
> | hdrget: 4539 0.000000 MB 0.005195 secs
> | Processing task-core-standalone-gmae-sdk-target...
> | Processing task-core-standalone-gmae-sdk-target-dbg...
> | error: Failed dependencies:
> | /bin/perl is needed by libglib-2.0-utils-2.30.3-r0.ppc603e
> NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed
> ERROR: Task 8
> (/buildarea2/lyang1/poky/meta/recipes-core/meta/meta-toolchain-gmae.bb,
> do_populate_sdk) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3775 tasks of which 3746 didn't need to be rerun
> and 1 failed.
>
> Summary: 1 task failed:
> /buildarea2/lyang1/poky/meta/recipes-core/meta/meta-toolchain-gmae.bb,
> do_populate_sdk
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
prev parent reply other threads:[~2012-04-16 9:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 2:49 meta-toolchain-sdk failed on Ubuntu 10.10 and FC17 64bit Robert Yang
2012-04-16 7:56 ` Robert Yang
2012-04-16 9:42 ` Robert Yang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F8BE99E.30808@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox