LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 03-13-2005, 05:40 PM   #1
NewToLinux2005
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse Linux 9.2 Pro
Posts: 27

Rep: Reputation: 15
KDE 3.4 RC1 Make error!


Hi all

I just downloaded the kdebase 3.4.0 RC1 and did a ./configure with no problems, but when I do a make I get this error. Can anybody give me some insite of what this means. I could use some of those goddly wisdome you linux gods have. Well hope you can hlep.


linux:/home/paintballer4ever/kdebase-3.4.0 # make
make all-recursive
make[1]: Entering directory `/home/paintballer4ever/kdebase-3.4.0'
Making all in libkonq
make[2]: Entering directory `/home/paintballer4ever/kdebase-3.4.0/libkonq'
Making all in pics
make[3]: Entering directory `/home/paintballer4ever/kdebase-3.4.0/libkonq/pics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/paintballer4ever/kdebase-3.4.0/libkonq/pics'
Making all in favicons
make[3]: Entering directory `/home/paintballer4ever/kdebase-3.4.0/libkonq/favicons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/paintballer4ever/kdebase-3.4.0/libkonq/favicons'
make[3]: Entering directory `/home/paintballer4ever/kdebase-3.4.0/libkonq'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -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 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -o konq_sound.la -rpath /opt/kde3/lib/kde3 -L/opt/kde3/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3/lib -R /opt/kde3/lib -R /usr/lib/qt3/lib -R /usr/X11R6/lib konq_sound.lo -lsoundserver_idl -lartskde
grep: /usr/lib/libjack.la: No such file or directory
/bin/sed: can't read /usr/lib/libjack.la: No such file or directory
libtool: link: `/usr/lib/libjack.la' is not a valid libtool archive
make[3]: *** [konq_sound.la] Error 1
make[3]: Leaving directory `/home/paintballer4ever/kdebase-3.4.0/libkonq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/paintballer4ever/kdebase-3.4.0/libkonq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paintballer4ever/kdebase-3.4.0'
make: *** [all] Error 2
linux:/home/paintballer4ever/kdebase-3.4.0 #
 
Old 03-13-2005, 05:57 PM   #2
nonzero
Member
 
Registered: Feb 2005
Distribution: Debian FC4 LFS Slackware
Posts: 174

Rep: Reputation: 31
Quote:
grep: /usr/lib/libjack.la: No such file or directory
/bin/sed: can't read /usr/lib/libjack.la: No such file or directory
libtool: link: `/usr/lib/libjack.la' is not a valid libtool archive
Do you have /usr/lib/libjack.la?

nz
 
Old 03-13-2005, 06:09 PM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to install a package called "jack" or "libjack" as well as its devel package. Try using YAST to see if its available in rpm form.
 
Old 03-13-2005, 06:42 PM   #4
NewToLinux2005
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse Linux 9.2 Pro
Posts: 27

Original Poster
Rep: Reputation: 15
Ok I do have a dir called /usr/lib/jack. Do I have to point the ./config to this dir, and if so how do I go about doing that?

Edit: Ok I found a RPM Package called jack-audio-conection-kit-0.99.0
Installed it and now when I do find / -name libjack.la in tells me it's in /usr/local/lib. So how do I get the ./configure to look in this directory for libjack.la.

thanks for any help in this very annoying problem.

Last edited by NewToLinux2005; 03-13-2005 at 08:02 PM.
 
Old 03-13-2005, 08:19 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Did you try and install this package using YAST (from Suse packages) or did you just download a third party package from the web coz this can cause more problems than it will solve. If you can't find the right package via YAST, then install it from source, by doing the following

Code:
$./configure --prefix=/usr
$make
#make install
An alternative if you really want to use the package you downloaded from the web is to create a symlink as follows,

Code:
#ln -s /usr/local/lib/libjack.la /usr/lib/.
 
Old 03-14-2005, 01:02 AM   #6
NewToLinux2005
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse Linux 9.2 Pro
Posts: 27

Original Poster
Rep: Reputation: 15
Well first I want to thank you guys for the help that you have given me, but I decided to use konstruct, I got all the were it is now telling me this. What do I do, and how do I do it. Well again thanks for the help so far. I hope you can help me with.

/configure: line 2262: /root/kde3.4/bin/kde-config: No such file or directory
configure: error: /root/kde3.4/bin/kde-config --prefix outputed the non existant prefix '' for kdelibs.
This means it has been moved since you installed it.
This won't work. Please recompile kdelibs for the new prefix.

make[1]: *** [configure-work/kdegraphics-3.4.0/configure] Error 1
make[1]: Leaving directory `/home/paintballer4ever/konstruct/kde/kdegraphics'
make: *** [dep-../../kde/kdegraphics] Error 2

Last edited by NewToLinux2005; 03-14-2005 at 01:04 AM.
 
Old 03-14-2005, 02:08 AM   #7
sebgate20
LQ Newbie
 
Registered: Feb 2005
Location: Tyne and Wear, North England, UK
Distribution: Ubuntu Hoary Final, Fedora Core 4 Test 2, Debian GNU/Linux 'testing'
Posts: 21

Rep: Reputation: 15
I see in your profile you are using SuSE 9.2. Why not download the SuSE RPMs and the updated QT?

Seb
 
Old 03-14-2005, 03:11 AM   #8
NewToLinux2005
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse Linux 9.2 Pro
Posts: 27

Original Poster
Rep: Reputation: 15
Well Now I am getting this, man I am about to give up on this, it's become much more of a pain in the A#@ than it's worth. Well if you guys can hlep me out here, and yes I have updated qt, I think, and I am still getting this.

checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
make[1]: *** [configure-work/kdegraphics-3.4.0/configure] Error 1
make[1]: Leaving directory `/home/paintballer4ever/konstruct/kde/kdegraphics'
make: *** [dep-../../kde/kdegraphics] Error 2
 
Old 03-14-2005, 06:25 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Everytime something is stated as missing, install the development packages using the software module in YAST. You obviously dug in too deep without making sure that you know what you are doing first. Anyway sometimes its the best way to learn. The error message is straight forward, that package thats required is not installed on your system. In this case I think you need need to install the qt and its development packages. I believe you didn't install developemnt packages when you installed Suse, so thats the source of some of your problems.
 
  


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
error during make of KDE 3.4.1 crontab Linux - Software 6 07-03-2005 12:08 AM
how to make the D's RC1 install 'sid'? killerwh Debian 4 08-30-2004 04:40 AM
just updated kde 3.2.2 Now. make error!! spaceagedevice Linux - Software 4 06-01-2004 12:22 PM
KDE 3.2 make error njs12345 Linux - Software 4 02-11-2004 03:13 PM
Make Error w/ KDE 3.1 themes/styles Aristotle Linux - Software 0 11-08-2003 10:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 11:01 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