K3B Problem
#1
Posted 14 May 2004 - 07:33 AM
#2
Posted 14 May 2004 - 11:50 AM
Also, check to see if cdrdao is installed and recognized by K3b.
#3
Posted 14 May 2004 - 07:31 PM
#4
Posted 14 May 2004 - 08:03 PM
grep: /usr/X11R6/lib/libGL.la: No such file or directory
/bin/sed: can't read /usr/X11R6/lib/libGL.la: No such file or directory
libtool: link: `/usr/X11R6/lib/libGL.la' is not a valid libtool archive
make[2]: *** [libk3bdevice.la] Error 1
make[2]: Leaving directory `/home/shadowmatrix/Desktop/k3b/k3b-0.11.9/src/device'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/shadowmatrix/Desktop/k3b/k3b-0.11.9/src'
make: *** [install-recursive] Error 1
I have am pretty sure it is a lib file issue but I dont know what to look for or how to ix it.
#5
Posted 14 May 2004 - 10:36 PM
#6
Posted 14 May 2004 - 11:20 PM
I tried the Mandrake K3b 11.9 rpm version off the K3b site. It seemed to install, but resulted in a hard freeze at the K3b splash screen..that was it.
I'll have to look at the changelog to see if the issue with cue burning was resolved in 11.9, but this does me no good, since I had to revert back to the stock Mandrake version, for K3b it to work. I have not tried cue files yet.
#7
Posted 15 May 2004 - 02:30 AM
#8
Posted 15 May 2004 - 03:48 AM
#9
Posted 15 May 2004 - 05:23 AM
#10
Posted 15 May 2004 - 05:44 AM
#12
Posted 28 June 2004 - 04:00 PM
Open up the .CUE file. It will name a .BIN file. Make sure the name the the .BIN file is exactly the same as the one named in the .CUE file. It is even case sensitive.
#13
Posted 23 October 2004 - 05:39 AM
Thankyou all for sharing. I was informed that I had to add the bits for mp3 playing as they were removed in REDHAT versions and have done so with success using
xmms-mp3-1.2.10-0.lvn.1.1.i386.rpm
xmms-skins-1.2.10-1.p.i386.rpm
xmms-1.2.10-1.p.i386.rpm
Problem is burning to cdrom...using K3b, fedora core 1:
-----------------------
K3b Version:0.11.17
KDE Version: 3.2.0-0.1 Red Hat
QT Version: 3.2.3
cdrecord
-----------------------
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright © 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to <warly@mandrakesoft.com>.
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
bailing out..
cdrecord comand:
-----------------------
/usr/bin/cdrecord -v gracetime=2 dev=0,0,0 speed=16 -tao driveropts=burnfree -eject -data -tsize=27082s -
mkisofs
-----------------------
27082
mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.17 © 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.17 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-root/k3bohY0fb.tmp -rational-rock -hide-list /tmp/kde-root/k3banb9Cb.tmp -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-root/k3bZ2MuQa.tmp /root/.kde/share/apps/k3b/temp/dummydir0/
#14
Posted 23 October 2004 - 11:52 AM
Interesting, cdrecord shows;
Note: Please send bug reports or support requests to <warly@mandrakesoft.com>. And this is Fedora.
Are you using the default kernel, or did you upgrade to another kernel?
Hmm...the message;
Error trying to open /dev/scd0 exclusively ... retrying in 1 second Do you have the file manager open by chance trying to view the cdrw drive while burning? Otherwise, I wonder about the kernel version. It seems that the cdrw is busy or not being found for some reason. Do you have another cdrom, cdrw or dvd drive in the system?
#15
Posted 24 October 2004 - 11:39 AM
grep: /usr/X11R6/lib/libGL.la: No such file or directory
/bin/sed: can't read /usr/X11R6/lib/libGL.la: No such file or directory
libtool: link: `/usr/X11R6/lib/libGL.la' is not a valid libtool archive
make[2]: *** [libk3bdevice.la] Error 1
make[2]: Leaving directory `/home/shadowmatrix/Desktop/k3b/k3b-0.11.9/src/device'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/shadowmatrix/Desktop/k3b/k3b-0.11.9/src'
make: *** [install-recursive] Error 1
I have am pretty sure it is a lib file issue but I dont know what to look for or how to ix it.
I think you guys have problems in reading
libtool: link: `/usr/X11R6/lib/libGL.la' is not a valid libtool
everytime you see errors like this in compilation it means that something is missing... i recommend you to download this lib
i'm posting this link but not sure if that is the correct package... anyway
http://bennyben.free.fr/projects/gla/gla.tgz
Other thing: you were talking of update... k3b is just a frontend everything you do in k3b is to execute visually some programs....
what i recommend you to update is cdrecord and cdrtools...
update k3b cdrecord and cdrtools and get your problem solved... other thing i recommend you depending on how your distro works to deactive the scsi emulation
#16
Posted 24 October 2004 - 01:44 PM
ln -s /usr/lib/libGL.la /usr/X11R6/lib/libGL.la
Make sure there is a space between;
ln -s /usr/lib/libGL.la and /usr/X11R6/lib/libGL.la
Then try to compile it again.
#17
Posted 25 October 2004 - 03:05 AM
ln -s /usr/lib/opengl/xorg-x11/lib/* /usr/lib
you can link the whole /usr/X11R6/lib in /usr/lib since its going that way anyhow, if im not mistaken.
sounds like you have a burning misconfiguration though check your buning in accordance to iso1990 standards and your hardware is not overburdened.
switch cdrecord to cd-rwtools or vise vera if nothing else.

Help










