You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Damien1976

Beginner

  • "Damien1976" started this thread

Posts: 3

Location: Glinsk, Galway, Irish republic

Occupation: Technician

  • Send private message

1

Monday, February 20th 2006, 11:43am

trying to upgrade to kde 3.5

hi,
im trying to uprgrade my RH EL 4 pc to KDE 3.5 (its currently 3.3).
i have downloaded all the files for this.

.file:/home/damienb/Desktop/KDE3.5/arts-1.5.0
file:/home/damienb/Desktop/KDE3.5/kde-i18n-en_GB-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdeaccessibility-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdeaddons-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdeadmin-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdeartwork-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdebase-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdebindings-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdegames-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdegraphics-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdelibs-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdemultimedia-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdenetwork-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdepim-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdesdk-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdetoys-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdeutils-3.5.0
file:/home/damienb/Desktop/KDE3.5/kdevelop-3.3.0
file:/home/damienb/Desktop/KDE3.5/kdewebdev-3.5.0
file:/home/damienb/Desktop/KDE3.5/konstruct

what do i do now?
when i run ./config that works fine, but when i try make it usually crashes.
should i be doing this in anykind of order??? or is there an other way to do it?

any help / suggestions appreaciated.

Damien

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Monday, February 20th 2006, 2:23pm

RE: trying to upgrade to kde 3.5

What kind of files are these? For me, they just look like source directories. They can be installed with the usual ./configure ; make ; make install (first arts, then kdelibs and then all other KDE packages in random order).

But I would recommend to download the propiate files for your distribution (RPM files in this case).
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

Damien1976

Beginner

  • "Damien1976" started this thread

Posts: 3

Location: Glinsk, Galway, Irish republic

Occupation: Technician

  • Send private message

3

Monday, February 20th 2006, 4:41pm

RE: trying to upgrade to kde 3.5

hi bram,
thanks for the reply, ive got a bit furter since then, using Konstruct..

basically these are all the files for KDE3.5 unziped and all located in a KDE 3.5 DIR on my desktop.
from /home/damienb/desktop/KDE 3.5/konstruct/kde i run make install....

this goes through the motions, but failes with these errors

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/kde/stable/3.5/src ... done.
==> PASV ... done.    ==> RETR pkg-config-0.20.tar.gz ...
No such file `pkg-config-0.20.tar.gz'.

make[6]: *** [ftp//ftp.kde.org/pub/kde/stable/3.5/src/pkg-config-0.20.tar.gz] Error 1
make[6]: Leaving directory `/home/damienb/Desktop/KDE3.5/konstruct/misc/pkgconfig'
*** GAR GAR GAR!  Failed to download download/pkg-config-0.20.tar.gz!  GAR GAR GAR! ***
make[5]: *** [download/pkg-config-0.20.tar.gz] Error 1
make[5]: Leaving directory `/home/damienb/Desktop/KDE3.5/konstruct/misc/pkgconfig'
make[4]: *** [dep-../../misc/pkgconfig] Error 2
make[4]: Leaving directory `/home/damienb/Desktop/KDE3.5/konstruct/libs/glib'
make[3]: *** [dep-../../libs/glib] Error 2
make[3]: Leaving directory `/home/damienb/Desktop/KDE3.5/konstruct/libs/arts'
make[2]: *** [dep-../../libs/arts] Error 2
make[2]: Leaving directory `/home/damienb/Desktop/KDE3.5/konstruct/kde/kdelibs'
make[1]: *** [dep-../../kde/kdelibs] Error 2
make[1]: Leaving directory `/home/damienb/Desktop/KDE3.5/konstruct/kde/kdebase'
make: *** [dep-../../kde/kdebase] Error 2


any ideas / suggestions appreaciated.

Damien

eetbeest

Beginner

Posts: 30

Location: Europe

  • Send private message

4

Monday, February 20th 2006, 7:17pm

Well, that's right, there is no pkg-config tarball on the server. I can't imagine why konstruct is trying to fetch it, though -- perhaps you should install it separately, then give it another try?