I had a quick look at the output and it seems that qemu is linking
against the gnutls installed on the host. Maybe the version that qemu
needs is not compatible with the one installed on your host or it is
configured differently.

Also noticed that qemu has no dependency on gnutls, only on zlib.
Probably doing something like this could help:

Index: openembedded/recipes/qemu/qemu_0.12.4.bb
===================================================================
--- openembedded/recipes/qemu/qemu_0.12.4.bb    (revision 37950)
+++ openembedded/recipes/qemu/qemu_0.12.4.bb    (working copy)
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
-DEPENDS = "zlib"
+DEPENDS = "zlib gnutls"

-PR = "r1"
+PR = "r2"

 SRC_URI = "\
     
http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz;name=qemu-${PV}
\


On Tue, Sep 14, 2010 at 2:28 PM, Philip Balister <[email protected]> wrote:
> On 09/14/2010 07:36 AM, Philip Balister wrote:
>>
>> On 09/13/2010 02:21 PM, Cliff Brake wrote:
>>>
>>> last weeks testing cycle was a success.
>>>
>>> http://wiki.openembedded.net/index.php/Testing#Testing_Log
>>>
>>> Firefox is failing in some configurations if the same version of
>>> firefox is installed on the host system -- it would be nice to get
>>> this resolved this week.
>>>
>>> testing-next branch has been updated and is ready for clean builds.
>>
>> Next error on F13. Sorry I don't have time to debug these. I'm just
>> trying to get in the rhythm. I also need to report this to tinderbox.
>> Not sure why it is touching build machine files.
>
> Here is the full log:
>
> http://tinderbox.openembedded.net/public/logs/task/7786641.txt
>
> Hopefully a QEMU guru can look it over.
>
> Philip
>
>>
>> Philip
>>
>> | /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libgnutls.so:
>> undefined reference to `gcry_cipher_set...@gcrypt_1.2'
>> | /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libgnutls.so:
>> undefined reference to `gcry_cipher_se...@gcrypt_1.2'
>> | collect2: ld returned 1 exit status
>> | make[1]: *** [qemu-system-mips] Error 1
>> | make: *** [subdir-mips-softmmu] Error 2
>> | /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libgnutls.so:
>> undefined reference to `gcry_cipher_set...@gcrypt_1.2'
>> | /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libgnutls.so:
>> undefined reference to `gcry_cipher_se...@gcrypt_1.2'
>> | collect2: ld returned 1 exit status
>> | make[1]: *** [qemu-system-mips64el] Error 1
>> | make: *** [subdir-mips64el-softmmu] Error 2
>> | /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libgnutls.so:
>> undefined reference to `gcry_cipher_set...@gcrypt_1.2'
>> | /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libgnutls.so:
>> undefined reference to `gcry_cipher_se...@gcrypt_1.2'
>> | collect2: ld returned 1 exit status
>> | make[1]: *** [qemu-system-mipsel] Error 1
>> | make: *** [subdir-mipsel-softmmu] Error 2
>> | FATAL: oe_runmake failed
>> NOTE: package qemu-native-0.12.5-r0: task do_compile: Failed
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> [email protected]
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to