Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78379 - audiocd kioslave isn't installed although cdparanoia use flag is set
Summary: audiocd kioslave isn't installed although cdparanoia use flag is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 09:17 UTC by Sebastian Krämer
Modified: 2005-01-17 09:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Krämer 2005-01-17 09:17:00 UTC
The summary says most of it..
I've emerged kde-3.4.0_BETA1 and now I don't have an audiocd kioslave. Several applications won't work. I recognized it with kaudiocreator and konqueror. 
Searching around and looking into the ebuild I found that cdparanoia might be the problem.
But I checked several things: 
* cdparanoia is installed
* use flag "cdparanoia" is set in /etc/make.conf
* config.log finds it:
  configure:34202: checking for cdparanoia
  configure:34268: result: /usr/bin/cdparanoia
  ...
  | #define HAVE_CDPARANOIA 1
  | #define PATH_CDPARANOIA "/usr/bin/cdparanoia"

Looking at config.log I noticed the following that ./configure is called with "--without-cdparanoia" which (for me) doesn't make sense.
Also, what does
     QA Notice: USE Flag 'audiocd' not in IUSE for kde-base/kdemultimedia-3.4.0_beta1
mean? I didn't find hints in the ebuild..



  


Reproducible: Always
Steps to Reproduce:
1. add cdparanoia to your use flag and emerge kdemultimedia-3.4.0_BETA1
2. run konqueror with media:/cdrom or try to rip with kaudiocreator
3. get an error message (i.e. "klauncher said: Unknown protocol 'audiocd'.")

Actual Results:  
konqueror refuses to display media, kaudiocreator cannot read wav's off the medium

Expected Results:  
clearly the kioslave should be compiled and the programs should be able to have
access to all cdparanoia functionality

Portage 2.0.51-r13 (default-linux/x86/2004.0, gcc-3.4.1,
glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r6 i686)
=================================================================
System uname: 2.6.9-gentoo-r6 i686 AMD Athlon(TM) XP 2600+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 26 2004, 21:10:50)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r1, 2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache clean distlocks fixpackages nostrip
sandbox sfperms userpriv usersandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
rsync://linux.rz.ruhr-uni-bochum.de/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/mnt/data/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
USE="3dnow X aalib alsa apache2 apm arts artswrappersuid audiofile avi berkdb
bitmap-fonts cdparanoia cdr crypt cups dvd dvdr encode f77 fam flac font-server
foomaticdb gdbm gif gpm gtk gtk2 imagemagick imlib ipv6 java jpeg jpeg2k kde
libg++ libwww lirc mad mikmod mmx motif mozilla-firefox mpeg ncurses network nls
nocardbus nptl oggvorbis opengl oss pam pdflib perl png python qt quicktime
readline samba sasl sdl slang spell sse ssl svga tcpd tetex theora tiff truetype
truetype-fonts type1-fonts unicode wsconvert x86 xine xml2 xmms xprint xv zlib"
Unset:  LDFLAGS
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-17 09:25:49 UTC
It was my stupid fault, sorry. It's fixed now (wait an hour for sync).
Comment 2 Sebastian Krämer 2005-01-17 09:35:21 UTC
Wow, that was fast :)
I commented out the line "myconf="${myconf} $(use_with audiocd cdparanoia)" " myself now and am recompiling.
I will sync kdemultimedia in an hour or two though. Just curious if it'll work.

Thanks!