F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread wwp
Hello there,


I'm getting an error when attempting to create an audio CD from flac or
mp3 files. K3b 1.0.5 (using KDE 3.5.10-13-fc10) within Fedora 10. Blank
CD-R inserted and recognized, flac/mp3 files show correct permissions
for user.

The point is that the necessary plug-ins are loaded as seen in the K3b
plugin configuration details (*) and that few weeks ago I was able to
create such audio CD from flac or mp3 files..

The error when I click a flac or mp3 file:
Unable to handle the following files due to an unsupported format:
You may manually convert these audio files to wave using another application 
supporting the audio format and then add the wave files to the K3b project.

(*):
$ rpm -qa|grep -i k3b
k3b-1.0.5-9.fc10.i386
k3b-libs-1.0.5-9.fc10.i386
k3b-extras-freeworld-1.0.5-4.fc10.i38


I have no clue about what was changed that could prevent this
operation, maybe a yum update..

Any hint?


Regards,

-- 
wwp


signature.asc
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread Tim
On Sun, 2009-08-23 at 11:36 +0200, wwp wrote:
 I have no clue about what was changed that could prevent this
 operation, maybe a yum update..
  
 Any hint?
 
Hint:  Look in the /var/log/yum.log file.

Need more help?  Post the tail end of the file, include what's been
recently installed since the problem.

-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread Zoltan Szabo
On Sun, 23 Aug 2009 11:36:50 +0200
wwp subscr...@free.fr wrote:

 Hello there,
 
 
 I'm getting an error when attempting to create an audio CD from flac
 or mp3 files. K3b 1.0.5 (using KDE 3.5.10-13-fc10) within Fedora 10.
 Blank CD-R inserted and recognized, flac/mp3 files show correct
 permissions for user.
 
 The point is that the necessary plug-ins are loaded as seen in the K3b
 plugin configuration details (*) and that few weeks ago I was able to
 create such audio CD from flac or mp3 files..
 
 The error when I click a flac or mp3 file:
 Unable to handle the following files due to an unsupported format:
 You may manually convert these audio files to wave using another
 application supporting the audio format and then add the wave files
 to the K3b project.
 
 (*):
 $ rpm -qa|grep -i k3b
 k3b-1.0.5-9.fc10.i386
 k3b-libs-1.0.5-9.fc10.i386
 k3b-extras-freeworld-1.0.5-4.fc10.i38
 
 
 I have no clue about what was changed that could prevent this
 operation, maybe a yum update..
 
 Any hint?
 
 
 Regards,

yum install libmad?, Z.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread Michael Schwendt
On Sun, 23 Aug 2009 12:25:39 +0100, Anne wrote:

 On Sunday 23 August 2009 10:36:50 wwp wrote:
  Hello there,
 
 
  I'm getting an error when attempting to create an audio CD from flac or
  mp3 files. K3b 1.0.5 (using KDE 3.5.10-13-fc10) within Fedora 10. Blank
  CD-R inserted and recognized, flac/mp3 files show correct permissions
  for user.
 
  The point is that the necessary plug-ins are loaded as seen in the K3b
  plugin configuration details (*) and that few weeks ago I was able to
  create such audio CD from flac or mp3 files..
 
  The error when I click a flac or mp3 file:
  Unable to handle the following files due to an unsupported format:
  You may manually convert these audio files to wave using another
  application supporting the audio format and then add the wave files to the
  K3b project.
 
  (*):
  $ rpm -qa|grep -i k3b
  k3b-1.0.5-9.fc10.i386
  k3b-libs-1.0.5-9.fc10.i386
  k3b-extras-freeworld-1.0.5-4.fc10.i38
 
 
  I have no clue about what was changed that could prevent this
  operation, maybe a yum update..
 
  Any hint?
 
 Are you running k3b-1.66.0-2?  If so, the k3b-extras package that matches it 
 is not yet ready.

Above says k3b 1.0.5.  Is this with SELinux on or off? Anything in the logs?

Let RPM verify the installed packages (use root for that):

  rpm -V k3b k3b-libs k3b-extras-freeworld

In addition to that, show the output of

  ldd -r /usr/lib/kde3/libk3bflacdecoder.so

since the FLAC decoder is part of k3b even.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread Anne Wilson
On Sunday 23 August 2009 12:25:39 Anne Wilson wrote:
 On Sunday 23 August 2009 10:36:50 wwp wrote:
  Hello there,
 
 
  I'm getting an error when attempting to create an audio CD from flac or
  mp3 files. K3b 1.0.5 (using KDE 3.5.10-13-fc10) within Fedora 10. Blank
  CD-R inserted and recognized, flac/mp3 files show correct permissions
  for user.
 
  The point is that the necessary plug-ins are loaded as seen in the K3b
  plugin configuration details (*) and that few weeks ago I was able to
  create such audio CD from flac or mp3 files..
 
  The error when I click a flac or mp3 file:
  Unable to handle the following files due to an unsupported format:
  You may manually convert these audio files to wave using another
  application supporting the audio format and then add the wave files to
  the K3b project.
 
  (*):
  $ rpm -qa|grep -i k3b
  k3b-1.0.5-9.fc10.i386
  k3b-libs-1.0.5-9.fc10.i386
  k3b-extras-freeworld-1.0.5-4.fc10.i38
 
 
  I have no clue about what was changed that could prevent this
  operation, maybe a yum update..
 
  Any hint?

 Are you running k3b-1.66.0-2?  If so, the k3b-extras package that matches
 it is not yet ready.

Sorry - got distracted and didn't see your version.  However, please check for 
k3b-extras

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread wwp
Hello Zoltan,


On Sun, 23 Aug 2009 12:59:18 +0200 Zoltan Szabo szz...@elte.hu wrote:

 On Sun, 23 Aug 2009 11:36:50 +0200
 wwp subscr...@free.fr wrote:
 
  Hello there,
  
  
  I'm getting an error when attempting to create an audio CD from flac
  or mp3 files. K3b 1.0.5 (using KDE 3.5.10-13-fc10) within Fedora 10.
  Blank CD-R inserted and recognized, flac/mp3 files show correct
  permissions for user.
  
  The point is that the necessary plug-ins are loaded as seen in the K3b
  plugin configuration details (*) and that few weeks ago I was able to
  create such audio CD from flac or mp3 files..
  
  The error when I click a flac or mp3 file:
  Unable to handle the following files due to an unsupported format:
  You may manually convert these audio files to wave using another
  application supporting the audio format and then add the wave files
  to the K3b project.
  
  (*):
  $ rpm -qa|grep -i k3b
  k3b-1.0.5-9.fc10.i386
  k3b-libs-1.0.5-9.fc10.i386
  k3b-extras-freeworld-1.0.5-4.fc10.i38
  
  
  I have no clue about what was changed that could prevent this
  operation, maybe a yum update..
  
  Any hint?
  
  
  Regards,
 
 yum install libmad?, Z.

libmad is already installed:

$rpm -qa|grep -i libmad
libmad-0.15.1b-12.fc10.i386


Regards,

-- 
wwp


signature.asc
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread wwp
Hello Michael,


On Sun, 23 Aug 2009 13:38:58 +0200 Michael Schwendt mschwe...@gmail.com wrote:

 On Sun, 23 Aug 2009 12:25:39 +0100, Anne wrote:
 
  On Sunday 23 August 2009 10:36:50 wwp wrote:
   Hello there,
  
  
   I'm getting an error when attempting to create an audio CD from flac or
   mp3 files. K3b 1.0.5 (using KDE 3.5.10-13-fc10) within Fedora 10. Blank
   CD-R inserted and recognized, flac/mp3 files show correct permissions
   for user.
  
   The point is that the necessary plug-ins are loaded as seen in the K3b
   plugin configuration details (*) and that few weeks ago I was able to
   create such audio CD from flac or mp3 files..
  
   The error when I click a flac or mp3 file:
   Unable to handle the following files due to an unsupported format:
   You may manually convert these audio files to wave using another
   application supporting the audio format and then add the wave files to the
   K3b project.
  
   (*):
   $ rpm -qa|grep -i k3b
   k3b-1.0.5-9.fc10.i386
   k3b-libs-1.0.5-9.fc10.i386
   k3b-extras-freeworld-1.0.5-4.fc10.i38
  
  
   I have no clue about what was changed that could prevent this
   operation, maybe a yum update..
  
   Any hint?
  
  Are you running k3b-1.66.0-2?  If so, the k3b-extras package that matches 
  it 
  is not yet ready.
 
 Above says k3b 1.0.5.  Is this with SELinux on or off? Anything in the logs?

SELinux currently off! :-)


 Let RPM verify the installed packages (use root for that):
 
   rpm -V k3b k3b-libs k3b-extras-freeworld

This commands outputs nothing and returns 0.


 In addition to that, show the output of
 
   ldd -r /usr/lib/kde3/libk3bflacdecoder.so
 
 since the FLAC decoder is part of k3b even.

Here it is:

$ ldd -r /usr/lib/kde3/libk3bflacdecoder.so
linux-gate.so.1 =  (0x00221000)
libk3b.so.3 = /usr/lib/libk3b.so.3 (0x00cfd000)
libk3bdevice.so.5 = /usr/lib/libk3bdevice.so.5 (0x0034a000)
libkdecore.so.4 = /usr/lib/libkdecore.so.4 (0xb7e2)
libqt-mt.so.3 = /usr/lib/qt-3.3/lib/libqt-mt.so.3 (0xb75a5000)
libFLAC++.so.6 = /usr/lib/libFLAC++.so.6 (0x0024a000)
libtag.so.1 = /usr/lib/libtag.so.1 (0x0012d000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x00a5)
libc.so.6 = /lib/libc.so.6 (0x0063d000)
libsamplerate.so.0 = /usr/lib/libsamplerate.so.0 (0x00b7e000)
libdvdread.so.4 = /usr/lib/libdvdread.so.4 (0x0019b000)
libkio.so.4 = /usr/lib/libkio.so.4 (0xb71e4000)
libkdeui.so.4 = /usr/lib/libkdeui.so.4 (0xb6e87000)
libDCOP.so.4 = /usr/lib/libDCOP.so.4 (0x005e2000)
libdl.so.2 = /lib/libdl.so.2 (0x001ba000)
libkdefx.so.4 = /usr/lib/libkdefx.so.4 (0x00897000)
libpthread.so.0 = /lib/libpthread.so.0 (0x001bf000)
libm.so.6 = /lib/libm.so.6 (0x001d9000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x0054b000)
libhal.so.1 = /usr/lib/libhal.so.1 (0x00202000)
libdbus-1.so.3 = /lib/libdbus-1.so.3 (0x00262000)
libdbus-qt-1.so.1 = /usr/lib/libdbus-qt-1.so.1 (0x004cd000)
libutempter.so.0 = /usr/lib/libutempter.so.0 (0x0061e000)
libresolv.so.2 = /lib/libresolv.so.2 (0x00f47000)
libutil.so.1 = /lib/libutil.so.1 (0x00a02000)
libart_lgpl_2.so.2 = /usr/lib/libart_lgpl_2.so.2 (0x009d9000)
libidn.so.11 = /lib/libidn.so.11 (0x00f81000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x00222000)
libz.so.1 = /lib/libz.so.1 (0xb6e7)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb6e6)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb6d5f000)
libSM.so.6 = /usr/lib/libSM.so.6 (0x00214000)
libICE.so.6 = /usr/lib/libICE.so.6 (0xb6d45000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x005c4000)
libmng.so.1 = /usr/lib/libmng.so.1 (0xb6cd5000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0xb6cb2000)
libXi.so.6 = /usr/lib/libXi.so.6 (0x0055e000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0x00304000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0x0086a000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0x0021c000)
libXft.so.2 = /usr/lib/libXft.so.2 (0xb6c9d000)
libfreetype.so.6 = /usr/lib/freetype-freeworld/libfreetype.so.6 
(0xb6c0a000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb6bdb000)
libFLAC.so.8 = /usr/lib/libFLAC.so.8 (0xb6b9c000)
/lib/ld-linux.so.2 (0x0010a000)
libkdesu.so.4 = /usr/lib/libkdesu.so.4 (0xb6b85000)
libkwalletclient.so.1 = /usr/lib/libkwalletclient.so.1 (0xb6b74000)
libacl.so.1 = /lib/libacl.so.1 (0x002a3000)
libattr.so.1 = /lib/libattr.so.1 (0x00fc)
libcap.so.2 = /lib/libcap.so.2 (0xb6b6f000)
libnsl.so.1 = /lib/libnsl.so.1 (0xb6b54000)
libXau.so.6 = /usr/lib/libXau.so.6 (0x004ac000)
libxcb-xlib.so.0 = /usr/lib/libxcb-xlib.so.0 (0x0021f000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0xb6b38000)
libuuid.so.1 = /lib/libuuid.so.1 (0x002ab000)

Re: F10: K3b cannot create audio CD from flac or mp3 files

2009-08-23 Thread Michael Schwendt
On Sun, 23 Aug 2009 14:23:41 +0200, wwp wrote:

  Let RPM verify the installed packages (use root for that):
  
rpm -V k3b k3b-libs k3b-extras-freeworld
 
 This commands outputs nothing and returns 0.

Good. That means those packages passed the verification.

The long(er) verification of all installed packages would be this:
rpm -Va 21 | tee rpm-Va.txt

I've tried to reproduce your problem with up-to-date F10, but k3b
imports flac and mp3 files just fine. File permission problems
would lead to a different error message.

What else could one check? For a .flac file that fails to import,
does flac -t filename tell anything? (A similar check for mp3
files could be done with madplay, libmad's player).

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10: K3b cannot create audio CD from flac or mp3 files [SOLVED]

2009-08-23 Thread wwp
Hello Michael,


On Sun, 23 Aug 2009 17:47:54 +0200 Michael Schwendt mschwe...@gmail.com wrote:

 On Sun, 23 Aug 2009 14:23:41 +0200, wwp wrote:
 
   Let RPM verify the installed packages (use root for that):
   
 rpm -V k3b k3b-libs k3b-extras-freeworld
  
  This commands outputs nothing and returns 0.
 
 Good. That means those packages passed the verification.
 
 The long(er) verification of all installed packages would be this:
 rpm -Va 21 | tee rpm-Va.txt

rpm-Va.txt attached! :-)


 I've tried to reproduce your problem with up-to-date F10, but k3b
 imports flac and mp3 files just fine. File permission problems
 would lead to a different error message.
 
 What else could one check? For a .flac file that fails to import,
 does flac -t filename tell anything? (A similar check for mp3
 files could be done with madplay, libmad's player).

I wouldn't have bet a penny on this, since I am trying to burn an audio
CD from .flac and .mp3 files that I've already burnt few weeks ago.
Anyway I checked the .flac and .mp3 files to be sure, they report being
OK.

For the record, I tried de-installing k3b and reinstalling .rpm files
using yum (from updates and rpmfusion repos).. this did fix the
problem, I can now make audio CDs from .flac and .mp3 files again!

Funny, isn't it?

Thanks for your wise suggestions and help!, Michael.


Regards,

-- 
wwp
S.5T/usr/share/applications/defaults.list
S.5T  c /etc/xinetd.d/cvs
S.5T  c /etc/printcap
S.5T  c /etc/profile
S.5T  c /etc/sane.d/dll.conf
prelink: /usr/bin/scanimage: at least one of file's dependencies has changed 
since prelinking
S.?./usr/bin/scanimage
prelink: /usr/sbin/saned: at least one of file's dependencies has changed since 
prelinking
S.?./usr/sbin/saned
missing /var/cache/vmware/VMware-Workstation-6.5.3-185404.i386.bundle
prelink: /usr/lib/libcanberra.so.0.1.3: at least one of file's dependencies has 
changed since prelinking
S.?./usr/lib/libcanberra.so.0.1.3
SM5T
/usr/lib/vmware-server-console/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
SM5T/usr/lib/vmware-server-console/libconf/etc/gtk-2.0/gtk.immodules
SM5T/usr/lib/vmware-server-console/libconf/etc/pango/pango.modules
SM5T/usr/lib/vmware-server-console/libconf/etc/pango/pangorc
.M.T/usr/lib/vmware-server-console/libconf/etc/pango/pangox.aliases
prelink: /usr/libexec/pulse/gconf-helper: at least one of file's dependencies 
has changed since prelinking
S.?./usr/libexec/pulse/gconf-helper
S.5T  c /etc/openldap/ldap.conf
S.5T/usr/bin/xchat
S.5T/usr/share/locale/ca/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/cs/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/de/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/el/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/es/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/fi/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/fr/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/hu/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/it/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/ja/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/ko/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/lt/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/nl/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/pt/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/ru/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/sr/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/sv/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/uk/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/vi/LC_MESSAGES/xchat.mo
S.5T/usr/share/locale/zh_CN/LC_MESSAGES/xchat.mo
S.5T/usr/share/pixmaps/xchat.png
prelink: /usr/bin/autogen: at least one of file's dependencies has changed 
since prelinking
S.?./usr/bin/autogen
prelink: /usr/bin/columns: at least one of file's dependencies has changed 
since prelinking
S.?./usr/bin/columns
prelink: /usr/bin/getdefs: at least one of file's dependencies has changed 
since prelinking
S.?./usr/bin/getdefs
prelink: /usr/bin/xml2ag: at least one of file's dependencies has changed since 
prelinking
S.?./usr/bin/xml2ag
S.5T/var/lib/rkhunter/db/mirrors.dat
prelink: /usr/lib/libpulsecore.so.9.0.0: at least one of file's dependencies 
has changed since prelinking
S.?./usr/lib/libpulsecore.so.9.0.0
S.5T/usr/share/mimelnk/application/pdf.desktop
missing /var/lib/texmf/dvips
missing /var/lib/texmf/dvips/config
missing /var/lib/texmf/dvips/config/config.generic
missing /var/lib/texmf/dvips/config/config.ps
prelink: /usr/bin/animate: at least one of file's dependencies has changed 
since prelinking
S.?./usr/bin/animate
prelink: /usr/bin/compare: at least one of file's dependencies has changed 
since prelinking
S.?./usr/bin/compare
prelink: /usr/bin/composite: at least one of file's dependencies has changed 
since prelinking
S.?.