On Tue, Sep 14, 2010 at 4:36 AM, Philip Balister <[email protected]> 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. > > 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 >
there is a mismatch of libraries from gnutls package on your host. gnutls is taken from your host and its not linking with libgcrypt from your host or you might have two versions of libgcrypt on your host. Adding gnutls to DEPENDS might solve this provided the libgcrypt was picked from OE sysroot Make sure there is no double installations on your host and follow the trail of linker where its picking different libraries from. > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > -- -Khem _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
