From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13139 invoked by uid 1002); 12 Jun 2003 02:14:02 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 5203 invoked from network); 12 Jun 2003 02:14:02 -0000 From: Luke Graham Organization: Trolltech Australia To: gentoo-dev@gentoo.org Date: Thu, 12 Jun 2003 12:11:24 +1000 User-Agent: KMail/1.5.9 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200306121211.24479.luke@trolltech.com> Subject: [gentoo-dev] libogg, libvorbis and kdemultimedia-cvs X-Archives-Salt: 6c61176b-0d96-4d33-bb42-214b3f628f6d X-Archives-Hash: c7871d43db505230a269a0fdf2d43744 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