FS#3334 - libsndfile: missing flac dependency

Attached to Project: Arch Linux
Opened by Rafal Szczepaniak (lanrat) - Friday, 14 October 2005, 10:21 GMT
Last edited by Jan de Groot (JGC) - Saturday, 15 October 2005, 12:26 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To arjan timmerman (blaasvis)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

As a result of the discussion about compiling kadu on Polish archlinux forum I think libsndfile needs flac dependency.

Without flac installed kadu will not compile and from configure log it complains about missing libFLAC.so.7:

configure:9919: checking if libsndfile is in system directories
configure:9941: gcc -o conftest -march=i686 -O2 -pipe -lsndfile conftest.c >&5
/usr/bin/ld: warning: libFLAC.so.7, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libsndfile.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_seek_callback'
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_process_interleaved'

Additional info from ldd and pacman:

ldd /usr/lib/libsndfile.so.1.0.12
linux-gate.so.1 => (0xffffe000)
[b]libFLAC.so.7 => /usr/lib/libFLAC.so.7 (0xb7f12000)[/b]
libm.so.6 => /lib/tls/libm.so.6 (0xb7eec000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7dcc000)
/lib/ld-linux.so.2 (0x80000000)

pacman -Qi libsndfile
Name : libsndfile
Version : 1.0.12-1
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.mega-nerd.com/libsndfile
License : None
Architecture : i686
Size : 920576
Build Date : Sat Oct 1 08:20:54 2005 UTC
Install Date : Sun Oct 9 09:00:12 2005 UTC
Install Script : No
Reason: : installed as a dependency for another package
Provides : None
Depends On : alsa-lib
Required By : libsamplerate
Conflicts With : None
Description : a C library for reading and writing files containing sampled sound

pacman -Qi alsa-lib
Name : alsa-lib
Version : 1.0.9-2
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.alsa-project.org
License : None
Architecture : i686
Size : 1457921
Build Date : Tue Aug 16 22:32:35 2005 UTC
Install Date : Sun Oct 9 08:37:44 2005 UTC
Install Script : No
Reason: : explicitly installed
Provides : None
Depends On : glibc
Required By : alsa-utils cmus esd libao libsndfile
Conflicts With : None
Description : An alternative implementation of Linux sound support

pacman -Qo /usr/lib/libFLAC.so.7
/usr/lib/libFLAC.so.7 is owned by flac 1.1.2-3
This task depends upon

Closed by  arjan timmerman (blaasvis)
Wednesday, 02 November 2005, 10:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  add flac as a dep

Loading...