LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 08-12-2009, 06:57 PM   #1
onslaught
LQ Newbie
 
Registered: Aug 2009
Posts: 5

Rep: Reputation: 0
Unhappy CentOS 5.3: Error compiling kdepimlibs


I just installed CentOS 5.3 which came with KDE 3.5. I am trying to download and install the latest KDE 4.x version and I am getting the following error while trying to build kdepimlibs.

[newuser@slx ~]$ cat ~/MISC/KDE-DOWNLOADS/KDE4.3.0/log/2009-08-12-06/kdepimlibs/build-1.log
-- Found Qt-Version 4.5.1 (using /home/newuser/qt4/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.50
-- Found KDE 4.3 include dir: /home/newuser/kde/include
-- Found KDE 4.3 library dir: /home/newuser/kde/lib
-- Found the KDE4 kconfig_compiler preprocessor: /home/newuser/kde/bin/kconfig_compiler
-- Found automoc4: /home/newuser/kde/bin/automoc4
-- Found gpgme-config at /usr/local/bin/gpgme-config
-- Found gpgme v1.1.8, checking for flavours...
-- Found flavour 'vanilla', checking whether it's usable...yes
-- Found flavour 'pthread', checking whether it's usable...yes
-- Usable gpgme flavours found: vanilla pthread
-- Found Libical version 0.43

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* gpgme - GnuPG Made Easy Development Libraries
* Akonadi - Akonadi server libraries (from kdesupport)
* cyrus-sasl - Cyrus SASL API
* SMI - SharedMimeInfo
* libical - Reference implementation of the iCalendar data type and serialization format
* OpenLDAP - LDAP (Lightweight Directory Access Protocol) libraries

-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- You must install these packages before continuing.
-----------------------------------------------------------------------------
* Boost (1.33.1 or higher) <http://www.boost.org>
Boost C++ Libraries
The Boost libraries boost and boost-graph are required by several critical KDEPIM apps.

-----------------------------------------------------------------------------

CMake Error at /home/newuser/kde/share/apps/cmake/modules/MacroLogFeature.cmake:141 (MESSAGE):
Exiting: Missing Requirements
Call Stack (most recent call first):
CMakeLists.txt:93 (macro_display_feature_log)


-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1

[newuser@slx ~]$ rpm -qa | grep -i boost
boost-devel-1.33.1-10.el5
boost-1.33.1-10.el5

I also downloaded and installed the latest version of boost_1_39_0 but still get the error above.

Please help.

Thanks,
SV
 
Old 08-12-2009, 07:37 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Why are you building it from source ? for fun ?
if not ( FOR FUN ) and "because i want to" then i would use the kde4 centOS repo then run

" yum groupupdate kde-desktop "

http://wiki.centos.org/AdditionalResources/Repositories
and from that help page
http://kde-redhat.sourceforge.net/
Quote:
*

kde-redhat.sf.net - This repository provides more recent (bleeding-edge) versions of KDE for use on Red Hat based systems. This repository has a decent reputation and a sizable support community.

Note: - This will update MANY packages to newer versions than Base CentOS ships, including all of KDE, QT, samba, etc. A CentOS team member commented at revision 25: "This seems to work OK on all machines I have tried but your machine will be far from CentOS with many changes to the [Base] CentOS Operating System." Information concerning setup is available here: http://kde-redhat.sourceforge.net/

Last edited by John VV; 08-12-2009 at 07:38 PM.
 
Old 08-13-2009, 02:28 AM   #3
onslaught
LQ Newbie
 
Registered: Aug 2009
Posts: 5

Original Poster
Rep: Reputation: 0
I certainly am not doing it for fun since I have been struggling with it for over a week. More like I did not know of any other way. So I downloaded the kdesvn tool and started to build the latest KDE.

That being said, please pardon my ignorance John, but what do you mean by "use the kde4 centOS repo"? Where do I get this from? At this moment, all I have is all the kde4 sources downloaded by kdesvn. I suppose my original question should have been "what is the best way to get the latest KDE release on CentOS?".

I will be waiting for more enlightenment from you.

Thanks,
SV
 
Old 08-13-2009, 03:21 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
it is on this page
http://kde-redhat.sourceforge.net/
Quote:
yum

Download

* Fedora: kde.repo
* RedHat Enterprise (and compatibles: CentOS, Scientific Linux, etc...) kde.repo

and drop it in /etc/yum.repos.d/

Note to x86_64 users: You may have to enable both x86_64 and i386 repos.

To install, a simple
yum groupupdate kde-desktop
yum update
ought to fetch and install the packages for you.

To keep up to date, you can periodically run
yum update
on your system as well.
install ( save and move it to /etc/yum.repo.d ) the centOS kde.repo

just like the instructions say. and the prerequisite EPEL repo ( http://fedoraproject.org/wiki/EPEL )
 
Old 08-14-2009, 03:59 AM   #5
onslaught
LQ Newbie
 
Registered: Aug 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for all your help John. I was able to successfully follow the instructions for updating my kde-desktop. One question though, the latest version of KDE appears to be 4.3 with the Plasma Desktop shell. My machine still shows 3.5 after all the updates. Any ideas how I can acquire or enable the 4.3 version on my desktop?

Thanks again,
SV
 
Old 08-15-2009, 03:47 PM   #6
onslaught
LQ Newbie
 
Registered: Aug 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Are you there John?
 
Old 08-16-2009, 11:37 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
I don't have kde 4 installed on CentOS 5.3 so...
I do need a stable Cent OS

as for turning on 4.3 ?
a guess try renaming the ".kde" folder ( in your home folder ) to " .kde-old " and rebooting
this will force the system to remake the folder .
 
Old 08-17-2009, 01:19 PM   #8
onslaught
LQ Newbie
 
Registered: Aug 2009
Posts: 5

Original Poster
Rep: Reputation: 0
I guess what I am asking is the quickest way for me to install KDE 4.3 on my box. I do not mind building it myself but it doesn't seem to be working. I keep running into compilation issues. If I could download some kind of RPMS and install it, that would be the best options.

I do appreciate your time responding to my questions and would like to request some pointers in the right direction. Essentially, what would be my options here given my requirements?

Thanks,
SV
 
  


Reply

Tags
boost, centos



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
Compiling Murrine on Centos 5 JulzKB Linux - Software 2 06-19-2009 04:04 PM
Error while compiling TrueCrypt on CentOS: error: Can't use --enable-std_string... displacedtexan Linux - Software 1 07-24-2008 02:17 PM
compiling intellinuxgraphics on centos 5.1 centguy Linux - Hardware 0 06-26-2008 10:46 AM
Compiling KDE4.0 on Fedora 7 fails on building kdepimlibs-3.92.0 fooks Fedora 0 09-03-2007 08:10 AM
compiling cairo 1.2.6 on CentOS 4.x primorec Linux - Desktop 0 02-08-2007 03:13 AM

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

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