I can not burn an ISO,there are no error messages,it recognizes a medium and completes it's md5sum and stops.It also cannot format and erase.This is on an FC16 i686 install. Any ideas.
david
On Sun, 2011-12-04 at 14:19 +1000, david walcroft wrote:
I can not burn an ISO,there are no error messages,it recognizes a medium and completes it's md5sum and stops.It also cannot format and erase.This is on an FC16 i686 install. Any ideas.
---- Places to check for errors...
(as root) dmesg /var/log/messages
as user... open a virtual console (konsole in KDE - terminal in Gnome), start k3b simply by typing 'k3b' and pressing enter. If there are errors, they should be printed to standard out (the virtual console).
Craig
On 12/04/2011 02:33 PM, Craig White wrote:
On Sun, 2011-12-04 at 14:19 +1000, david walcroft wrote:
I can not burn an ISO,there are no error messages,it recognizes a medium and completes it's md5sum and stops.It also cannot format and erase.This is on an FC16 i686 install. Any ideas.
Places to check for errors...
(as root) dmesg /var/log/messages
as user... open a virtual console (konsole in KDE - terminal in Gnome), start k3b simply by typing 'k3b' and pressing enter. If there are errors, they should be printed to standard out (the virtual console).
Craig
I have looked in 'dmesg' and '/var/log/messages',there are no error messages. I tried the remove and reinstall trick but nothing changed.
Thanks david
On 12/03/2011 10:38 PM, david walcroft wrote:
On 12/04/2011 02:33 PM, Craig White wrote:
Places to check for errors...
[...]
Craig
I have looked in 'dmesg' and '/var/log/messages',there are no error messages. I tried the remove and reinstall trick but nothing changed.
Thanks david
David:
Am I correct in assuming that this worked for you in F14 and/or F15? I am asking as I am gearing up to kicking up to F16 from F14 and am a bit scared by this report that k3b might not be behaving.
Thanks for info, Paul
On 12/04/2011 05:12 PM, Paul Allen Newell wrote:
On 12/03/2011 10:38 PM, david walcroft wrote:
On 12/04/2011 02:33 PM, Craig White wrote:
Places to check for errors...
[...]
Craig
I have looked in 'dmesg' and '/var/log/messages',there are no error messages. I tried the remove and reinstall trick but nothing changed.
Thanks david
David:
Am I correct in assuming that this worked for you in F14 and/or F15? I am asking as I am gearing up to kicking up to F16 from F14 and am a bit scared by this report that k3b might not be behaving.
Thanks for info, Paul
I have just upgraded from FC12 where it worked reasonably.
david
On 12/03/2011 11:17 PM, david walcroft wrote:
I have just upgraded from FC12 where it worked reasonably.
david
David:
Thanks for the info. Through this list, I learned about k3b and installed it on F14. I haven't had any problems. I am offering this info if there does prove to be a problem so that it might be able to be pegged to f14 to f16 rather than f12 to f16.
That being said, I really hope there isn't a problem ...
Paul
On 04/12/11 06:38, david walcroft wrote:
On 12/04/2011 02:33 PM, Craig White wrote:
On Sun, 2011-12-04 at 14:19 +1000, david walcroft wrote:
I can not burn an ISO,there are no error messages,it recognizes a medium and completes it's md5sum and stops.It also cannot format and erase.This is on an FC16 i686 install. Any ideas.
Places to check for errors...
(as root) dmesg /var/log/messages
as user... open a virtual console (konsole in KDE - terminal in Gnome), start k3b simply by typing 'k3b' and pressing enter. If there are errors, they should be printed to standard out (the virtual console).
Craig
I have looked in 'dmesg' and '/var/log/messages',there are no error messages. I tried the remove and reinstall trick but nothing changed.
Thanks david
I had a problem recently with k3b on a system that had gone through a couple of 'preupgrade' cycles. It was apparently using stale pointers to the audio notification files, but AIUI it also showed problems in Qt. Are you passing a full file path in the 'Image to Burn' window?
Bug references:
https://bugs.kde.org/show_bug.cgi?id=284966
https://bugzilla.redhat.com/show_bug.cgi?id=749213
k3b burns isos fine for me on f14
John P
On 12/04/2011 07:43 PM, John Pilkington wrote:
On 04/12/11 06:38, david walcroft wrote:
On 12/04/2011 02:33 PM, Craig White wrote:
On Sun, 2011-12-04 at 14:19 +1000, david walcroft wrote:
I can not burn an ISO,there are no error messages,it recognizes a medium and completes it's md5sum and stops.It also cannot format and erase.This is on an FC16 i686 install. Any ideas.
Places to check for errors...
(as root) dmesg /var/log/messages
as user... open a virtual console (konsole in KDE - terminal in Gnome), start k3b simply by typing 'k3b' and pressing enter. If there are errors, they should be printed to standard out (the virtual console).
Craig
I have looked in 'dmesg' and '/var/log/messages',there are no error messages. I tried the remove and reinstall trick but nothing changed.
Thanks david
I had a problem recently with k3b on a system that had gone through a couple of 'preupgrade' cycles. It was apparently using stale pointers to the audio notification files, but AIUI it also showed problems in Qt. Are you passing a full file path in the 'Image to Burn' window?
Bug references:
https://bugs.kde.org/show_bug.cgi?id=284966
https://bugzilla.redhat.com/show_bug.cgi?id=749213
k3b burns isos fine for me on f14
John P
Thanks john, I downloaded the K3B-2.0.2 tar file to see if that would make a difference but ran into more problems with 'cmake'--
[david@reddwarf build]$ cmake .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I have never used cmake before so I do not understand what is required.
Thanks david
david walcroft wrote:
Thanks john, I downloaded the K3B-2.0.2 tar file to see if that would make a difference but ran into more problems with 'cmake'--
[david@reddwarf build]$ cmake .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I have never used cmake before so I do not understand what is required.
You have no compiler installed. if You really want to build this, I'd suggest: (as root):
yum install @development-tools then yum-builddep k3b
-- rex
On 12/06/2011 05:10 AM, Rex Dieter wrote:
david walcroft wrote:
Thanks john, I downloaded the K3B-2.0.2 tar file to see if that would make a difference but ran into more problems with 'cmake'--
[david@reddwarf build]$ cmake .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I have never used cmake before so I do not understand what is required.
You have no compiler installed. if You really want to build this, I'd suggest: (as root):
yum install @development-tools then yum-builddep k3b
-- rex
Thanks rex,it worked well downloaded all the files but ran into another problem of which I can not fix :- [david@reddwarf ~]$ cd tmp/k3b-2.0.2/build [david@reddwarf build]$ cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I checked, ls icons/actions/CMakeFiles/ 'CMakefiles' is all thats in that dir. I have included as an attachment the 'CMakeLists.txt'
Thanks david
david walcroft wrote:
On 12/06/2011 05:10 AM, Rex Dieter wrote:
david walcroft wrote:
Thanks john, I downloaded the K3B-2.0.2 tar file to see if that would make a difference but ran into more problems with 'cmake'--
[david@reddwarf build]$ cmake .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I have never used cmake before so I do not understand what is required.
You have no compiler installed. if You really want to build this, I'd suggest: (as root):
yum install @development-tools then yum-builddep k3b
-- rex
Thanks rex,it worked well downloaded all the files but ran into another problem of which I can not fix :- [david@reddwarf ~]$ cd tmp/k3b-2.0.2/build [david@reddwarf build]$ cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
Youre still missing kde development files, did you do:
yum-builddep k3b ?
in particular,
rpm -q kdelibs-devel
(should report something installed)
-- rex
On 12/07/2011 02:24 AM, Rex Dieter wrote:
david walcroft wrote:
On 12/06/2011 05:10 AM, Rex Dieter wrote:
david walcroft wrote:
Thanks john, I downloaded the K3B-2.0.2 tar file to see if that would make a difference but ran into more problems with 'cmake'--
[david@reddwarf build]$ cmake .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I have never used cmake before so I do not understand what is required.
You have no compiler installed. if You really want to build this, I'd suggest: (as root):
yum install @development-tools then yum-builddep k3b
-- rex
Thanks rex,it worked well downloaded all the files but ran into another problem of which I can not fix :- [david@reddwarf ~]$ cd tmp/k3b-2.0.2/build [david@reddwarf build]$ cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
Youre still missing kde development files, did you do:
yum-builddep k3b ?
in particular,
rpm -q kdelibs-devel
(should report something installed)
-- rex
Thanks rex,as reported.
[david@reddwarf ~]$ rpm -q kdelibs-devel kdelibs-devel-4.7.3-5.fc16.i686
regards david
On 12/07/2011 07:29 AM, david walcroft wrote:
On 12/07/2011 02:24 AM, Rex Dieter wrote:
david walcroft wrote:
On 12/06/2011 05:10 AM, Rex Dieter wrote:
david walcroft wrote:
Thanks john, I downloaded the K3B-2.0.2 tar file to see if that would make a difference but ran into more problems with 'cmake'--
[david@reddwarf build]$ cmake .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
I have never used cmake before so I do not understand what is required.
You have no compiler installed. if You really want to build this, I'd suggest: (as root):
yum install @development-tools then yum-builddep k3b
-- rex
Thanks rex,it worked well downloaded all the files but ran into another problem of which I can not fix :- [david@reddwarf ~]$ cd tmp/k3b-2.0.2/build [david@reddwarf build]$ cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at icons/actions/CMakeLists.txt:1 (kde4_install_icons): Unknown CMake command "kde4_install_icons".
Youre still missing kde development files, did you do:
yum-builddep k3b ?
in particular,
rpm -q kdelibs-devel
(should report something installed)
-- rex
Thanks rex,as reported.
[david@reddwarf ~]$ rpm -q kdelibs-devel kdelibs-devel-4.7.3-5.fc16.i686
regards david
Forgot to add that I did do 'yum-builddep k3b.
david