LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-04-2004, 05:21 PM   #1
chevy2410
Member
 
Registered: Jan 2004
Distribution: suSE
Posts: 35

Rep: Reputation: 15
Installing K3b problems


Hi all,
I'm trying to install K3b and I keep getting some errors. I'm trying to install k3b-0.11.10. It configures fine and tells me to MAKE and so I do. This is the error to I get:


[root@hot-rod k3b-0.11.10]#Good - your configure finished. Start make now

[steve@hot-rod k3b-0.11.10]$ su
Password:
[root@hot-rod k3b-0.11.10]# make
make all-recursive
make[1]: Entering directory `/home/steve/k3b-0.11.10'
Making all in doc
make[2]: Entering directory `/home/steve/k3b-0.11.10/doc'
Making all in k3b
make[3]: Entering directory `/home/steve/k3b-0.11.10/doc/k3b'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/steve/k3b-0.11.10/doc/k3b'
make[3]: Entering directory `/home/steve/k3b-0.11.10/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/steve/k3b-0.11.10/doc'
make[2]: Leaving directory `/home/steve/k3b-0.11.10/doc'
Making all in src
make[2]: Entering directory `/home/steve/k3b-0.11.10/src'
Making all in device
make[3]: Entering directory `/home/steve/k3b-0.11.10/src/device'
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT k3bdiskinfo.lo -MD -MP -MF ".deps/k3bdiskinfo.Tpo" \
-c -o k3bdiskinfo.lo `test -f 'k3bdiskinfo.cpp' || echo './'`k3bdiskinfo.cpp; \
then mv -f ".deps/k3bdiskinfo.Tpo" ".deps/k3bdiskinfo.Plo"; \
else rm -f ".deps/k3bdiskinfo.Tpo"; exit 1; \
fi
k3bdiskinfo.cpp: In member function `void
K3bCdDevice::NextGenerationDiskInfo::debug() const':
k3bdiskinfo.cpp:182: error: call of overloaded `number(filesize_t)' is
ambiguous
/usr/lib/qt-3.1/include/qstring.h:562: error: candidates are: static QString
QString::number(long int, int)
/usr/lib/qt-3.1/include/qstring.h:563: error: static QString
QString::number(long unsigned int, int)
/usr/lib/qt-3.1/include/qstring.h:564: error: static QString
QString::number(int, int)
/usr/lib/qt-3.1/include/qstring.h:565: error: static QString
QString::number(unsigned int, int)
/usr/lib/qt-3.1/include/qstring.h:566: error: static QString
QString::number(double, char, int)
k3bdiskinfo.cpp:187: error: call of overloaded `number(filesize_t)' is
ambiguous
/usr/lib/qt-3.1/include/qstring.h:562: error: candidates are: static QString
QString::number(long int, int)
/usr/lib/qt-3.1/include/qstring.h:563: error: static QString
QString::number(long unsigned int, int)
/usr/lib/qt-3.1/include/qstring.h:564: error: static QString
QString::number(int, int)
/usr/lib/qt-3.1/include/qstring.h:565: error: static QString
QString::number(unsigned int, int)
/usr/lib/qt-3.1/include/qstring.h:566: error: static QString
QString::number(double, char, int)
k3bdiskinfo.cpp:192: error: call of overloaded `number(filesize_t)' is
ambiguous
/usr/lib/qt-3.1/include/qstring.h:562: error: candidates are: static QString
QString::number(long int, int)
/usr/lib/qt-3.1/include/qstring.h:563: error: static QString
QString::number(long unsigned int, int)
/usr/lib/qt-3.1/include/qstring.h:564: error: static QString
QString::number(int, int)
/usr/lib/qt-3.1/include/qstring.h:565: error: static QString
QString::number(unsigned int, int)
/usr/lib/qt-3.1/include/qstring.h:566: error: static QString
QString::number(double, char, int)
make[3]: *** [k3bdiskinfo.lo] Error 1
make[3]: Leaving directory `/home/steve/k3b-0.11.10/src/device'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/steve/k3b-0.11.10/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steve/k3b-0.11.10'
make: *** [all] Error 2
[root@hot-rod k3b-0.11.10]#


Are there other packages that I need to install? What might be my problem? Also I'm running Fedora Core 1 with kernel 2.4.22. KDE 3.1.4 window manager.


Cheers,
Chevy

Last edited by chevy2410; 06-04-2004 at 05:26 PM.
 
Old 06-04-2004, 05:27 PM   #2
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
your installed version of qt might be out of date... it looks like you have version 3.1

i have compiled mine on qt 3.2 and 3.3

you can find some rpm's of qt and those should work fine, and you may want to remove the old qt rpm as well
 
Old 06-04-2004, 05:50 PM   #3
chevy2410
Member
 
Registered: Jan 2004
Distribution: suSE
Posts: 35

Original Poster
Rep: Reputation: 15
How do I do that? Using Fedora Core 1. Do I remove the old Qt first before install new one?

Thanks,
Chevy
 
Old 06-04-2004, 06:13 PM   #4
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
yes, you should remove the old remove the old qt first, but since you are using fedora core, you should be able to do yum upgrade qt or something similar
 
Old 06-04-2004, 06:25 PM   #5
chevy2410
Member
 
Registered: Jan 2004
Distribution: suSE
Posts: 35

Original Poster
Rep: Reputation: 15
I just did the yum upgrade qt and it did do an upgrade but when I go to install the rpm I get a message saying it couldn't find certain packages. They are libXinerama.so.1, the next one is qt (qt-devel 3.1.2) and finally /usr/lib/qt3.1 (redhat-artwork). Is telling me that I don't have Qt at all?

Chevy
 
Old 06-04-2004, 06:47 PM   #6
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
"when i go to install the rpm".... what rpm are you trying to install? if you ran the upgrade, it should upgrade automatically....

if you are missing those libraries, then yum should have installed those too.... if it didn't, just do yum install packagename
 
Old 06-04-2004, 07:14 PM   #7
chevy2410
Member
 
Registered: Jan 2004
Distribution: suSE
Posts: 35

Original Poster
Rep: Reputation: 15
I'm trying to install Qt 3.3.2.-2 i386.rpm.

When I type yum install qt I get this:

[root@hot-rod steve]# yum install qt
Gathering header information file(s) from server(s)
Server: Fedora Linux 1 - i386 - core
Server: Fedora Linux 1 - i386 - freshrpms
Server: Fedora Linux 1 - i386 - updates
Finding updated packages
Downloading needed headers
qt is installed and is the latest version.
No actions to take
[root@hot-rod steve]#


Any other ideas?

Chevy
 
Old 06-04-2004, 07:23 PM   #8
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
so, do you have qt 3.3.2 installed? or are you still trying to install that specific rpm (qt-3.3.2-2.i386.rpm)?

install that rpm (if yum was unable to do it automatically) with rpm -Uvh packagename.rpm

if there are dependencies, then google for those libraries, and find the rpm sites from where you can download the necessary packages

jeez rpm's are annoying....

*edit: there are probably k3b rpm's for fedora core... and the k3b page confirms it: http://k3b.plainblack.com/index.pl/download

if the rpm's are just wreaking havoc, take a look at that page and have yum install k3b for you automatically

Last edited by TheOneAndOnlySM; 06-04-2004 at 07:25 PM.
 
Old 06-05-2004, 02:39 AM   #9
chevy2410
Member
 
Registered: Jan 2004
Distribution: suSE
Posts: 35

Original Poster
Rep: Reputation: 15
How do I go about removing qt 3.1?

Chevy

Ok, I just tried installing the k3b rpm this way and I get dependency problems. Does this mean I have to install all of them manually?

[root@localhost steve]# rpm -Uvh k3b-0.11.10-1.xcyb.fc1.i386.rpm
warning: k3b-0.11.10-1.xcyb.fc1.i386.rpm: V3 DSA signature: NOKEY, key ID 87e600b8
error: Failed dependencies:
flac is needed by k3b-0.11.10-1.xcyb
id3lib is needed by k3b-0.11.10-1.xcyb
libFLAC++.so.2 is needed by k3b-0.11.10-1.xcyb
libFLAC.so.4 is needed by k3b-0.11.10-1.xcyb
libid3-3.8.so.3 is needed by k3b-0.11.10-1.xcyb
libmad is needed by k3b-0.11.10-1.xcyb
libmad.so.0 is needed by k3b-0.11.10-1.xcyb
[root@localhost steve]#


Chevy

Last edited by chevy2410; 06-05-2004 at 02:44 AM.
 
Old 06-05-2004, 12:27 PM   #10
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
check the yum manpage (man yum); i thought yum automatically took care of dependencies

if not, then you'll have to search for all the rpm's containing those files and install them

to remove an rpm, i belive you use rpm -e, but check the manpage once again

sorry for not being too specific, i haven't used redhat in a long time and never used fedora; i don't like rpm's or rpm-centered distros for the reason that they are too much of a hassle
 
Old 06-06-2004, 02:25 PM   #11
winsnomore
Member
 
Registered: May 2004
Location: USA
Distribution: #1 PCLinuxOS -- for laughs -> Ubuntu, Suse, Mepis
Posts: 315

Rep: Reputation: 31
I have had my share of problems with k3b., 2 differnt installs a zillion differnet problems.

FC2 .. comes with 0.11.9 .. doesn't see inserted blank CD's Complains that CDREAD is not being run by
root .. and I should use K3bSetup to fix it. (This SUCKXXXXXXXXXX .. it was installed at install time and not later so should have the right permissions .. but it doesn't)

So I try to find K3bSetup and it doesn't exist .. not in the package not in the distro .. nowhere .. Bogus info.
So I try to download 0.11.10 and hope that will have it ..
- comes back with libmad and libid3 not found .. so between 0.11.9 and 0.11.10 they have ADDED
FREAKING NEW LIBS

FC1 - doesn't have K3b in distro ..you can find Binarry RPMS .. but they are ALLLLLLLLLLL useless.
Why .. because all k3b RPMs ask for 6 other lib's that NOONE has anywhere (libFlac, libid3 .. libmad .. etc. etc. )

So you have no choice but to complie it .. good FREAKING LUCK.

./configure in K3b says you need Qt > 3.1 .. I have 3.3 . well it doesn't like it .. say's it should be with threading
support .. (Corr. to compile K3b you MUST have source of Qt and have compiled it on your machine).

So you try to compile QT .. The makefiles have NO option to provide threading support that K3b asks for.

Either I am incredibly stupid or these guys have achieved Telepathy with themselves and their computers to
get this gobbly gook to work at all.

My frustration is not only from K3b . there are about 100 other problems I had to navigate and each one of them a lesson in itself, but this one takes the cake.

K3b is an absolutely SUCKY (suckiest, grosslysuckyshtung ) package though I can name another 6/7 packages
that are also near the same level of suckiness

I have spent about 2 days on it, but am seriously thinking on going back to Windows and will check with linux
in another 10 years or so. ( I don't think it will be around)

It's rather dishearting to see how many people think they can program and are doing god's work by puttiing in
all this effort to fight the evil empire .. I guess with programmers like this Bill G doesn't need any other help.
 
Old 06-06-2004, 02:56 PM   #12
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
i wouldn't say k3b is a sucky program... just because you can't get it to compile on an incomplete, rpm-based distro

try using a distro that doesn't have so many dependency problems... that way, you have the choice to compile with almost complete freedom or use useful packages that don't go through dependency messes.... ok, sounds like an advertisement for slackware, but i am serious about this

in my experience, rpm-based distros have always wreaked havoc because they split programs and libraries into other parts, that can only work with Specific versions of each file... i don't tend to feel kindness towards programs that maximize upon this either (::cough::evolution email::cough::)

don't go out complaining about linux (especially the distro itself) when you've only had one out of the many flavors (and anyway, linux is just a kernel, and i don't the kernel has ever given you any problems)... the ability to choose is a virtue, one thing windows-dependent users can't seem to grasp

and besides, there are plenty of other options out there besides k3b... in fact, nautilus for gnome comes with a built-in cd writing program (burn:///)

*edit: and fyi.... k3b definitely does NOT suck

good day

*edit 2: sorry for aiding in the garbaging of this thread, i was a bit angered when the above poster declared in an utmost pathetic fashion the uselessness of a well-built program

Last edited by TheOneAndOnlySM; 06-06-2004 at 03:03 PM.
 
Old 06-06-2004, 04:35 PM   #13
winsnomore
Member
 
Registered: May 2004
Location: USA
Distribution: #1 PCLinuxOS -- for laughs -> Ubuntu, Suse, Mepis
Posts: 315

Rep: Reputation: 31
Your defecnce of a useless program is remarkable.

Try following the thread from k3b.org and see where it gets you.
What's this about "some RPMs may have added libraries".. these are the RPMs k3b.org says go get them"

Now here is abit more specifc info. about K3b ..

First the dependencies .. well you give up on that so I won't argue.

Start the program and and an error message pops up saying run K3bSetup
ITS NOT included with FC or with any of tHE RPMS that I found .. and I looked at plenty of them.

K3b guys don't know how to write code .. far less distribute it .. UI is copied from other examples,
underlying lib's are from other packages. For crying out loud this is a wrapper and they can't get that right.

If you can give me ONE good reason why one has to "configure cdrecord and cdrdao" to run as root AFTER
the install I will grant you every argument.. (wonder if you or them have read any system calls ..)
I don't know of any other U/LInUX program where you have to do this.

Bitch is not about Linux kernel, INHO .. it's the only stable thing in this package .. and one can't eat the
kernel .. unless you are a hacker and then it doesn't matter to you or what you say to anyone who uses
computers as tools and not an end by themselves.

Bitch is about these guys who think they are writing code .. I could care less about msft .. but their software
is 100000000 times less buggy then most of the crap floating around as "great open technology"
If in doubt go play with kvivo .. or something that presumably tries to emulate visio .. it's a joke like most of
the "applications"

ps:

ability to choose is not a virute .. it might be a "blessing"
writing good code "could" be a virute, and we know virtuous are rare

Last edited by winsnomore; 06-06-2004 at 04:39 PM.
 
Old 07-21-2004, 05:55 AM   #14
MeLassen
Member
 
Registered: Sep 2001
Location: The Netherlands
Distribution: Ubuntu 4.10
Posts: 45

Rep: Reputation: 15
I Installed K3B with the apt-get tools (synaptic as GUI). No pain at all. You might want to give that a try.
Mel
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
2.6.3 + KDE 3.2 + K3b 0.11.4 = PROBLEMS (K3b) svarreby Slackware 2 02-08-2005 09:16 PM
problems installing k3b-mp3 for FC3 and k3b-0.11.18 Rockgod2099 Linux - Software 8 01-09-2005 06:38 PM
Installing k3b Lilalfyalien Debian 1 12-10-2004 10:33 AM
Installing K3B simbamford Linux - Newbie 2 09-30-2004 05:52 AM
Problems with qt while installing k3b on Red Hat 9 katiABV Linux - Software 1 07-29-2004 07:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration