https://bugzilla.novell.com/show_bug.cgi?id=795614 https://bugzilla.novell.com/show_bug.cgi?id=795614#c3 --- Comment #3 from Tomas Cech <tcech@suse.com> 2012-12-21 15:56:10 CET --- New version is being built in OBS, it will take a while. I have found that elementary wasn't rebuilt correctly and triggered rebuild.
3] I'm a bit confused by the message, as it doesn't show the correct path: /lib64/libedbus2.so.0 instead of /usr/lib64/libedbus2.so.0 does that file really exists? where does it belongs to? if ls /lib64/libedbus2.so.0; then rpm -qf /lib64/libedbus2.so.0; else echo 'doesn't exists'; fi
I'm missing this part. Please add also: rpm -ql libedbus2-0 I verified with new version, that path is weird. It may be something distribution specific, but the package contains this: $ rpm2cpio libedbus2-0-1.7.99.81486-1.2.x86_64.rpm | cpio -t ./usr/lib64/libedbus2.so.0 ./usr/lib64/libedbus2.so.0.0.0 347 blocks Further, I also checked libeina1-1.7.99.81486-1.1.x86_64.rpm like this: $ rpm2cpio libeina1-1.7.99.81486-1.1.x86_64.rpm | cpio -id $ readelf -a usr/lib64/libeina.so.1.7.99 | grep EINA_VALUE_TYPE_DOUBLE 000000257e50 021d00000006 R_X86_64_GLOB_DAT 0000000000259740 EINA_VALUE_TYPE_DOUBLE + 0 541: 0000000000259740 8 OBJECT GLOBAL DEFAULT 24 EINA_VALUE_TYPE_DOUBLE So the requested symbol is there. Could you please also attach ldd /lib64/libedbus2.so.0.0.0? This is how it looks on the package I have: $ ldd usr/lib64/libedbus2.so.0.0.0 linux-vdso.so.1 (0x00007fff7adff000) libecore.so.1 => /usr/lib64/libecore.so.1 (0x00007f9960f6c000) libdbus-1.so.3 => /lib64/libdbus-1.so.3 (0x00007f9960cff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9960ae3000) librt.so.1 => /lib64/librt.so.1 (0x00007f99608db000) libc.so.6 => /lib64/libc.so.6 (0x00007f9960535000) libeo.so.1 => /usr/lib64/libeo.so.1 (0x00007f996032a000) libeina.so.1 => /usr/lib64/libeina.so.1 (0x00007f99600cf000) libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f995fdd7000) libm.so.6 => /lib64/libm.so.6 (0x00007f995fae0000) /lib64/ld-linux-x86-64.so.2 (0x00007f99613cd000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f995f8db000) libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007f995f681000) Thanks for your cooperation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.