Version: 3.5.4 (using KDE KDE 3.5.4) Installed from: Compiled From Sources Compiler: GNU GCC 4.1.1 Highly optimized, though all tests passed. OS: Linux checking for snd_seq_create_simple_port in -lasound... yes checking for cdparanoia... /usr/bin/cdparanoia checking cdda_interface.h usability... yes checking cdda_interface.h presence... yes checking for cdda_interface.h... yes checking for cdrom_drive.cdda_device_name in cdda_interface.h... yes checking for paranoia_init in -lcdda_paranoia... no configure: error: --with-cdparanoia was given, but test for cdparanoia failed error: Bad exit status from /usr/src/rpm/BUILD/rpm-tmp.30393 (%build) ------------------------------------------------------------------------------------ I found that problem was in option -Wl,--as-needed. I do suspect the outdated cdparanoia library and it's compilation and linking options. Disabling "--enable-new-ldflags" removes the error.
This is most likely a bug in your build of cdparanoia (or your gcc toolchain). If so, there's not much kdmm can (or should) do about it. For the record, building kdmm using --enable-new-ldflags --with-cdparanoia WORKSFORME using gcc-4.1.1 (Fedora Core 6,test1) If you have additional evidence that this is indeed a kdemm issue, please re-open.