LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2004, 04:36 PM   #1
mokojin
Member
 
Registered: Feb 2004
Location: Portugal
Distribution: OpenSUSE 10.2
Posts: 78

Rep: Reputation: 15
kde 3.2 upgrade


hi all

i am tring to upgrade from kade 3.1.x that comes with slack 9.1 to kde 3.2, but when i install the fisrt package (kde lib) configure, make, make install .... i run make check and it gives me 22 errors.

The are somo speacial order or notes to install kde 3.2, with all this stuff i think that I have fucked my current kde instalation. Ideas???'

Thanks in advance.

Sorry the english!
 
Old 02-25-2004, 04:53 PM   #2
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
go to:

http://www.slackware.com/pb/?vers=sl...urrent&set=kde

download all files.

from the directory you saved the files to run:

Code:
upgradepkg *tgz
this will upgrade you to 3.2
 
Old 02-25-2004, 07:10 PM   #3
Greyweather
Member
 
Registered: Aug 2003
Distribution: Ubuntu 4.10
Posts: 311

Rep: Reputation: 30
I think you'll also need to upgrade arts:
http://www.slackware.com/pb/?vers=sl...s-1.2.0-i486-1
 
Old 02-27-2004, 04:09 PM   #4
mokojin
Member
 
Registered: Feb 2004
Location: Portugal
Distribution: OpenSUSE 10.2
Posts: 78

Original Poster
Rep: Reputation: 15
i have done that!

but now when I run "startx" it appers a error message: "Could not start kdeinit. Check You instalation".
 
Old 02-27-2004, 04:57 PM   #5
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
start over:

Code:
removepkg kde*
installpkg kde*
 
Old 02-27-2004, 06:18 PM   #6
mokojin
Member
 
Registered: Feb 2004
Location: Portugal
Distribution: OpenSUSE 10.2
Posts: 78

Original Poster
Rep: Reputation: 15
thanks it worked
 
Old 05-13-2004, 10:54 AM   #7
TBomb
Member
 
Registered: May 2004
Location: Great Britain
Distribution: Slackware
Posts: 91

Rep: Reputation: 15
I had the same problem, I did what you said:

Quote:
code:--------------------------------------------------------------------------------
removepkg kde*
installpkg kde*
--------------------------------------------------------------------------------
But I get the same error again, that it can't find kdeinit. If I can't get KDE 3.2.2 working, how do I get the previous version (The one that came with Slackware 9.1) back on...??

From the posts on the forum I've read so far about 3.2.2, I think I'll wait until 3.2.3 or another higher version before I try installing it. But right now I've got nothing, just a terminal window...

Last edited by TBomb; 05-13-2004 at 10:57 AM.
 
Old 05-13-2004, 02:48 PM   #8
TBomb
Member
 
Registered: May 2004
Location: Great Britain
Distribution: Slackware
Posts: 91

Rep: Reputation: 15
*bump*

Please Help, I can't get anything now, no KDE.
 
Old 05-13-2004, 03:28 PM   #9
amos
Member
 
Registered: Dec 2002
Location: Bolton, UK
Distribution: Kubuntu
Posts: 224

Rep: Reputation: 30
After you do removepkg kde*.

Insert the second Slackware installation disk into the CD drive.

As root mount it (mount /dev/cdrom /mnt/cdrom).

Change directory into /mnt/cdrom (cd /mnt/cdrom).

List the contents(ls), you should see various directories including one labelled slackware, change to this directory (cd slackware).

If you list the contents now (ls) you should see the following:

Code:
CHECKSUMS.md5  CHECKSUMS.md5.asc  FILE_LIST  MANIFEST.bz2  gnome/  kde/  kdei/
Change into the kde directory (cd kde).

Now install all of the packages (installpkg *.tgz).

This should install all of the necessary packages.

If it still doesn't work then you must have fucked some other part of the installation. But if you let us know maybe we can solve it.

Cheers
Amos
 
Old 05-13-2004, 03:46 PM   #10
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Re: kde 3.2 upgrade

Quote:
Originally posted by mokojin
hi all

i am tring to upgrade from kade 3.1.x that comes with slack 9.1 to kde 3.2, but when i install the fisrt package (kde lib) configure, make, make install .... i run make check and it gives me 22 errors....
To compile kde from source, the very first source pkg to install is arts-3.2.2.......Here is the installation order for kde core pkgs when compiling from source:
  • 1. arts
    2. kdelibs
    3. kdebase
Of course, you must also have xfree-4.4.0 (needed for KDE-3.2.x) and the latest version of QT (I thinks it's 3.3.2) before installing kde from source.....Look at the "KDE.SlackBuild" script file in the slackware-current/source/kde/ directory on one of the Slackware ftp mirrors for the build order used by Slackware....

NOTE: Comiling all the KDE pkgs from source will take a long time.....I just did it on my AMD Athlon 900 box with 256MB RAM, and it took over 30 hours to build them (and that's excluding the kdesdk pkg)


As for installing the "official" Slackware pkgs, put the latest version of these pkgs in the same directory:
  • xfree86-4.4.0
    qt-3.3.2
    arts-1.2.2
    quanta-3.2.2
    koffice-1.3.1
    kdevelop-3.0.3
    kde*-3.2.2
If you don't want to install _all_ the above pkgs, just put the ones you want to install in the same directory..............Then get the script I posted here and put it in the same directory as the pkgs to upgrade the whole set automatically......If you've already removed all the above kde pkgs, just replace the 'upgradepkg' command in the script with 'installpkg'....

------------------------------
PS: If I remember correctly, there was a problem with with kdebase not having all the startup scripts needed for the kdm session manager..........but it was fixed, so make sure you have kdebase-3.2.2-i486.2.tgz...

Last edited by thegeekster; 05-13-2004 at 03:58 PM.
 
  


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
want to upgrade kde 3.3 to 3.4 purvisk Linux - Software 2 04-27-2005 12:04 PM
KDE 3.2 Upgrade to KDE 3.3 Problems! Boyer Linux - Software 0 10-18-2004 02:47 AM
How to upgrade from KDE 3.2 to KDE 3.3 on SuSE 9.1 skydart Linux - General 26 10-16-2004 10:33 PM
Error trying to dist-upgrade or upgrade KDE prophet621 Linux - Newbie 0 09-10-2003 04:17 PM
KDE Upgrade kdmiller45 Linux - Software 3 06-05-2003 02:43 PM

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

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