public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] libogg, libvorbis and kdemultimedia-cvs
@ 2003-06-12  2:11 Luke Graham
  2003-06-12  8:22 ` Paul de Vrieze
  0 siblings, 1 reply; 2+ messages in thread
From: Luke Graham @ 2003-06-12  2:11 UTC (permalink / raw
  To: gentoo-dev

Are these symlinks really correct?

tundra root # ls -l /usr/lib/libvorbis*
-rw-r--r--    1 root     root       153662 May  6 16:56 /usr/lib/libvorbis.a
-rwxr-xr-x    1 root     root          749 May  6 16:56 /usr/lib/libvorbis.la
lrwxrwxrwx    1 root     root           18 May  6 16:56 /usr/lib/libvorbis.so -> libvorbis.so.0.2.0
lrwxrwxrwx    1 root     root           18 May  6 16:56 /usr/lib/libvorbis.so.0 -> libvorbis.so.0.2.0
-rwxr-xr-x    1 root     root       137541 Jul 14  2002 /usr/lib/libvorbis.so.0.1.0
-rwxr-xr-x    1 root     root       144629 May  6 16:56 /usr/lib/libvorbis.so.0.2.0
-rw-r--r--    1 root     root      1033810 May  6 16:56 /usr/lib/libvorbisenc.a
-rwxr-xr-x    1 root     root          770 May  6 16:56 /usr/lib/libvorbisenc.la
lrwxrwxrwx    1 root     root           21 May  6 16:56 /usr/lib/libvorbisenc.so -> libvorbisenc.so.2.0.0
lrwxrwxrwx    1 root     root           21 May  6 17:01 /usr/lib/libvorbisenc.so.0 -> libvorbisenc.so.0.1.0
-rwxr-xr-x    1 root     root       559419 Jul 14  2002 /usr/lib/libvorbisenc.so.0.1.0
lrwxrwxrwx    1 root     root           21 May  6 16:56 /usr/lib/libvorbisenc.so.2 -> libvorbisenc.so.2.0.0
-rwxr-xr-x    1 root     root      1038557 May  6 16:56 /usr/lib/libvorbisenc.so.2.0.0
-rw-r--r--    1 root     root        16834 May  6 16:56 /usr/lib/libvorbisfile.a
-rwxr-xr-x    1 root     root          777 May  6 16:56 /usr/lib/libvorbisfile.la
lrwxrwxrwx    1 root     root           22 May  6 16:56 /usr/lib/libvorbisfile.so -> libvorbisfile.so.3.0.0
lrwxrwxrwx    1 root     root           22 May  6 17:01 /usr/lib/libvorbisfile.so.0 -> libvorbisfile.so.0.2.0
-rwxr-xr-x    1 root     root        26188 Jul 14  2002 /usr/lib/libvorbisfile.so.0.2.0
lrwxrwxrwx    1 root     root           22 May  6 16:56 /usr/lib/libvorbisfile.so.3 -> libvorbisfile.so.3.0.0
-rwxr-xr-x    1 root     root        25542 May  6 16:56 /usr/lib/libvorbisfile.so.3.0.0

emerge kdemultimedia fails with

/usr/i686-pc-linux-gnu/bin/ld: warning: libvorbisfile.so.0, needed by /usr/kde/cvs/lib/libartsmodules.so, may conflict with libvorbisfile.so.3
/usr/i686-pc-linux-gnu/bin/ld: warning: libvorbisenc.so.0, needed by /usr/kde/cvs/lib/libartsmodules.so, may conflict with libvorbisenc.so.2
/usr/lib/libvorbisenc.so.0: undefined reference to `residue_free_info'
collect2: ld returned 1 exit status

Looking a little deeper into the puzzle...

tundra root # nm /usr/lib/libvorbisenc.so.2.0.0 | c++filt | grep residue_free_info
tundra root # nm /usr/lib/libvorbisenc.so.0.1.0 | c++filt | grep residue_free_info
         U residue_free_info
tundra root # ldd /usr/lib/libvorbisenc.so.0.1.0
        libm.so.6 => /lib/libm.so.6 (0x40087000)
        libogg.so.0 => /usr/lib/libogg.so.0 (0x400a8000)
        libc.so.6 => /lib/libc.so.6 (0x400ac000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
tundra root # ls -l /usr/lib/libogg.*
-rw-r--r--    1 root     root        11642 May  6 16:55 /usr/lib/libogg.a
-rwxr-xr-x    1 root     root          694 May  6 16:55 /usr/lib/libogg.la
lrwxrwxrwx    1 root     root           15 May  6 16:55 /usr/lib/libogg.so -> libogg.so.0.4.0
lrwxrwxrwx    1 root     root           15 May  6 16:55 /usr/lib/libogg.so.0 -> libogg.so.0.4.0
-rwxr-xr-x    1 root     root        17030 Jul 14  2002 /usr/lib/libogg.so.0.3.0
-rwxr-xr-x    1 root     root        17110 May  6 16:55 /usr/lib/libogg.so.0.4.0
tundra root # nm /usr/lib/libogg.so.0.3.0 | grep residue_free_info
tundra root # nm /usr/lib/libogg.so.0.4.0 | grep residue_free_info
tundra root #

?????

Do the kde people know something we dont?

-- 
luke@trolltech.com                        Fax: +47 21604801
Trolltech AS, Waldemar Thranes gt. 98, N-0175 Oslo, Norway

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-12  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-12  2:11 [gentoo-dev] libogg, libvorbis and kdemultimedia-cvs Luke Graham
2003-06-12  8:22 ` Paul de Vrieze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox