Description of problem: k3b does not find the installed version of cdrdao. Unable to find cdrdao executable K3b uses cdrdao to actually write CDs. Solution: Install the cdrdao package. When calling /usr/bin/cdrdao -v, i receive an error message: cdrdao -v 2 Inconsistency detected by ld.so: dl-deps.c: 623: _dl_map_object_deps: Assertion `nlist > 1' failed! Version-Release number of selected component (if applicable): k3b -version Qt: 4.7.1 KDE Development Platform: 4.6.00 (4.6.0) K3b: 2.0.2 cdrdao.i686 1.2.3-8.fc15 (installed: /usr/bin/cdrdao) How reproducible: Always. Steps to Reproduce: 1. Starting k3b 2. errormessage appears on checking configuration. 3. Actual results: error message Unable to find cdrdao executable K3b uses cdrdao to actually write CDs. Solution: Install the cdrdao package. Expected results: k3b detects the cdrdao package which is installed in /usr/bin/cdrdao. Additional info:
Looks like http://sourceware.org/bugzilla/show_bug.cgi?id=12454 What version of glibc do you have?
Currently: glibc.i686 2.13.90-2
I think it is caused by glibc bug (see comment #1). Can you try a new version of glibc: http://koji.fedoraproject.org/koji/buildinfo?buildID=228862 and get me know, if it works?
I installed the packages (2.13.90-4) from koji. Now k3b is detecting cdrdao correctly. Calling cdrdao works also: $ cdrdao Cdrdao version 1.2.3 ... Great work, thanks for the quick response! JFTR: Small problem happened during installation: When i try to install glibc-debuginfo and glibc-debuginfo-common from koji i get: bash-4.2# yum localinstall glibc-debuginfo-common-2.13.90-4.i686.rpm glibc-debuginfo-2.13.90-4.i686.rpm Loaded plugins: auto-update-debuginfo, fastestmirror, presto Setting up Local Package Process Examining glibc-debuginfo-common-2.13.90-4.i686.rpm: glibc-debuginfo-common-2.13.90-4.i686 Marking glibc-debuginfo-common-2.13.90-4.i686.rpm to be installed Loading mirror speeds from cached hostfile * rawhide: ftp.halifax.rwth-aachen.de * rpmfusion-free-rawhide: ftp-stud.hs-esslingen.de * rpmfusion-free-rawhide-debuginfo: ftp-stud.hs-esslingen.de * rpmfusion-nonfree-rawhide: ftp-stud.hs-esslingen.de * rpmfusion-nonfree-rawhide-debuginfo: ftp-stud.hs-esslingen.de Package glibc-debuginfo-common is obsoleted by glibc-debuginfo, trying to install glibc-debuginfo-2.13.90-3.i686 instead Examining glibc-debuginfo-2.13.90-4.i686.rpm: glibc-debuginfo-2.13.90-4.i686 Marking glibc-debuginfo-2.13.90-4.i686.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package glibc-debuginfo.i686 0:2.13.90-3 will be installed ---> Package glibc-debuginfo.i686 0:2.13.90-4 will be installed --> Processing Dependency: glibc-debuginfo-common = 2.13.90-4 for package: glibc-debuginfo-2.13.90-4.i686 --> Finished Dependency Resolution Error: Package: glibc-debuginfo-2.13.90-4.i686 (/glibc-debuginfo-2.13.90-4.i686) Requires: glibc-debuginfo-common = 2.13.90-4 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Seems a little bit confusing to me...
It works fine for me. I'd had installed glibc-debuginfo-2.13.90-3 and glibc-debuginfo-common-2.13.90-3 before I started install glibc-debuginfo-2.13.90-4 and glibc-debuginfo-common-2.13.90-4. Then it proceeded without errors or warnings. *** This bug has been marked as a duplicate of bug 673014 ***