public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Luke Graham <luke@trolltech.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] libogg, libvorbis and kdemultimedia-cvs
Date: Thu, 12 Jun 2003 12:11:24 +1000	[thread overview]
Message-ID: <200306121211.24479.luke@trolltech.com> (raw)

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


             reply	other threads:[~2003-06-12  2:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-12  2:11 Luke Graham [this message]
2003-06-12  8:22 ` [gentoo-dev] libogg, libvorbis and kdemultimedia-cvs Paul de Vrieze

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=200306121211.24479.luke@trolltech.com \
    --to=luke@trolltech.com \
    --cc=gentoo-dev@gentoo.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