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.

1

Wednesday, March 10th 2004, 4:30pm

Konstruct Problem: Mandrake and Kde 3.2, 3.2.1

I'm a relative newbie, running Mandrake 9.1. Two days ago I decided that I would try to switch to KDE 3.2 since I was having some problems compiling Arson. I used Konstruct, and it stopped a couple of times. I added packages, and started it up again. Finally, it came to some error with ltdl.lo . I left it for the next day (yesterday).

So, I come back and try installing some -devel packages using urpmi as well as CUPS and MySQL for good measure. Still didn't work. Then, I'm checking around, and KDE releases 3.2.1 I think "great, problem solved." I used Konstruct, and hit what apears to be the exact same problem. I then run Konstruct with the --debug flag. It stalls at the same problem, and gives no more information on the error.

I google message boards, and I come up with three other people that had the same problem, but no one responded with any answers. So, I am at an impasse. Does anyone have any advice on how to fix it or where to look? I will post some of the output below. Before I do, though, a big thanks to the KDE team. I've used KDE for ~4 years now (Caldera 1.3) and I really apreciate the effort they have put in. Thanks alot.

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

% cd meta/kde;make install
[===== NOW BUILDING: kde-1 =====]
[fetch] complete for kde.
[checksum] complete for kde.
[extract] complete for kde.
[patch] complete for kde.
==> Building kde/kdebase as a dependency
make[1]: Entering directory `/tmp/konstruct/kde/kdebase'
[===== NOW BUILDING: kdebase-3.2.1 =====]
[fetch] complete for kdebase.
[checksum] complete for kdebase.
[extract] complete for kdebase.
[patch] complete for kdebase.
==> Building kde/kdelibs as a dependency
make[2]: Entering directory `/tmp/konstruct/kde/kdelibs'
[===== NOW BUILDING: kdelibs-3.2.1 =====]
[fetch] complete for kdelibs.
[checksum] complete for kdelibs.
[extract] complete for kdelibs.
[patch] complete for kdelibs.
==> Building libs/arts as a dependency
==> Building libs/libxslt as a dependency
==> Building libs/libart_lgpl as a dependency
[configure] complete for kdelibs.
[build] complete for kdelibs.
==> Running make install in work/kdelibs-3.2.1
make[3]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1'
Making install in dcop
make[4]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
Making install in KDE-ICE
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
Making install in .
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'

------------------------------------------------ Cut away a bunch of stuff
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/client'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/client'
make[4]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
Making install in libltdl
make[4]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/libltdl'
/bin/sh ../libtool --silent --mode=compile cc


------------------------------------ Cut away the rest of the compile options
ltdl.c:183: `LTDL_OBJDIR' undeclared here (not in a function)
ltdl.c:269: `malloc' undeclared here (not in a function)
ltdl.c:271: `free' undeclared here (not in a function)
ltdl.c: In function `rpl_strdup':
ltdl.c:368: warning: implicit declaration of function `strlen'
ltdl.c:371: warning: implicit declaration of function `strcpy'
ltdl.c: In function `rpl_realloc':
ltdl.c:516: warning: implicit declaration of function `realloc'
ltdl.c: In function `presym_init':
ltdl.c:1108: warning: unused parameter `loader_data'
ltdl.c: In function `presym_exit':
ltdl.c:1149: warning: unused parameter `loader_data'
ltdl.c: In function `presym_open':
ltdl.c:1195: warning: unused parameter `loader_data'
ltdl.c: In function `presym_close':
ltdl.c:1241: warning: unused parameter `loader_data'
ltdl.c: In function `presym_sym':
ltdl.c:1251: warning: unused parameter `loader_data'
ltdl.c: In function `lt_dlpreload':
ltdl.c:1352: warning: unused variable `errormsg'
ltdl.c: In function `lt_dlexit':
ltdl.c:1382: warning: unused variable `errormsg'
ltdl.c: In function `find_module':
ltdl.c:1569: warning: implicit declaration of function `sprintf'
ltdl.c:1599: warning: implicit declaration of function `strcat'
ltdl.c: In function `find_file':
ltdl.c:1698: warning: assignment discards qualifiers from pointer target type
ltdl.c:1732: warning: implicit declaration of function `strncpy'
ltdl.c:1748: `FILE' undeclared (first use in this function)
ltdl.c:1748: (Each undeclared identifier is reported only once
ltdl.c:1748: for each function it appears in.)
ltdl.c:1748: `file' undeclared (first use in this function)
ltdl.c:1748: warning: implicit declaration of function `fopen'
ltdl.c: In function `load_deplibs':
ltdl.c:1783: warning: unused parameter `deplibs'
ltdl.c: In function `lt_dlopen':
ltdl.c:2043: warning: implicit declaration of function `memset'
ltdl.c:2072: warning: assignment discards qualifiers from pointer target type
ltdl.c:2097: `FILE' undeclared (first use in this function)
ltdl.c:2097: `file' undeclared (first use in this function)
ltdl.c:2122: warning: implicit declaration of function `isalnum'
ltdl.c:2140: parse error before ')' token
ltdl.c:2143: parse error before ')' token
ltdl.c:2180: warning: implicit declaration of function `fclose'
ltdl.c:2187: warning: implicit declaration of function `feof'
ltdl.c:2189: warning: implicit declaration of function `fgets'
ltdl.c:2214: warning: implicit declaration of function `strncmp'
ltdl.c:2257: warning: assignment discards qualifiers from pointer target type
ltdl.c:2257: `NULL' undeclared (first use in this function)
ltdl.c:2342: warning: implicit declaration of function `getenv'
ltdl.c: At top level:
ltdl.c:473: warning: `rpl_memcpy' defined but not used
make[4]: *** [ltdl.lo] Error 1
make[4]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/libltdl'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1'
make[2]: *** [install-work/kdelibs-3.2.1/Makefile] Error 2
make[2]: Leaving directory `/tmp/konstruct/kde/kdelibs'
make[1]: *** [dep-../../kde/kdelibs] Error 2
make[1]: Leaving directory `/tmp/konstruct/kde/kdebase'
make: *** [dep-../../kde/kdebase] Error 2

2

Wednesday, March 10th 2004, 5:48pm

Updated autoconf, still does not work

Found a post on this board that talked about it a little. It suggested updating autoconf. I did that, and used "info autoconf" to get the version. It will still not compile. There was a bug report referenced that suggested removing some files. I will try it out when I get back from a class. But, does anyone know whether the files they are talking about are in the "konstruct" directory where the building is taking place or in the "home" directory where I am installing 3.2.1?

Thanks.

http://bugs.kde.org/show_bug.cgi?id=67228#c20

3

Tuesday, March 16th 2004, 12:38am

Still not compiling

I compiled and installed the newest autoconf. I deleted the "konstruct" directory, redownloaded, and did "make install" again. It got further this time, but it still didn't go all the way. Here is the output below (after recompiling after the original attempt). If anyone has any idea what is going on, I would apreciate it.

------------------------------
[===== NOW BUILDING: kde-1 =====]
[fetch] complete for kde.
[checksum] complete for kde.
[extract] complete for kde.
[patch] complete for kde.
==> Building kde/kdebase as a dependency
make[1]: Entering directory `/tmp/konstruct/kde/kdebase'
[===== NOW BUILDING: kdebase-3.2.1 =====]
[fetch] complete for kdebase.
[checksum] complete for kdebase.
[extract] complete for kdebase.
[patch] complete for kdebase.
==> Building kde/kdelibs as a dependency
make[2]: Entering directory `/tmp/konstruct/kde/kdelibs'
[===== NOW BUILDING: kdelibs-3.2.1 =====]
[fetch] complete for kdelibs.
[checksum] complete for kdelibs.
[extract] complete for kdelibs.
[patch] complete for kdelibs.
==> Building libs/arts as a dependency
==> Building libs/libxslt as a dependency
==> Building libs/libart_lgpl as a dependency
[configure] complete for kdelibs.
[build] complete for kdelibs.
==> Running make install in work/kdelibs-3.2.1
make[3]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1'
Making install in dcop
make[4]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
Making install in KDE-ICE
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/KDE-ICE'
Making install in .
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
/bin/sh ../admin/mkinstalldirs /home/mleigh/kde3.2.1/lib
/bin/sh ../libtool --silent --mode=install /usr//bin/install -c -p libDCOP.la /home/mleigh/kde3.2.1/lib/libDCOP.la
PATH="$PATH:/sbin" ldconfig -n /home/mleigh/kde3.2.1/lib
/bin/sh ../libtool --silent --mode=install /usr//bin/install -c -p libkdeinit_dcopserver.la /home/mleigh/kde3.2.1/lib/libkdeinit_dcopserver.la
PATH="$PATH:/sbin" ldconfig -n /home/mleigh/kde3.2.1/lib
/bin/sh ../admin/mkinstalldirs /home/mleigh/kde3.2.1/bin
/bin/sh ../libtool --silent --mode=install /usr//bin/install -c -p dcopserver_shutdown /home/mleigh/kde3.2.1/bin/dcopserver_shutdown
/bin/sh ../libtool --silent --mode=install /usr//bin/install -c -p dcopserver /home/mleigh/kde3.2.1/bin/dcopserver
/bin/sh ../admin/mkinstalldirs /home/mleigh/kde3.2.1/include
/usr//bin/install -c -p -m 644 dcopclient.h /home/mleigh/kde3.2.1/include/dcopclient.h
/usr//bin/install -c -p -m 644 dcopobject.h /home/mleigh/kde3.2.1/include/dcopobject.h
/usr//bin/install -c -p -m 644 dcopstub.h /home/mleigh/kde3.2.1/include/dcopstub.h
/usr//bin/install -c -p -m 644 dcopref.h /home/mleigh/kde3.2.1/include/dcopref.h
/usr//bin/install -c -p -m 644 dcoptypes.h /home/mleigh/kde3.2.1/include/dcoptypes.h
/usr//bin/install -c -p -m 644 kdatastream.h /home/mleigh/kde3.2.1/include/kdatastream.h
/bin/sh ../admin/mkinstalldirs /home/mleigh/kde3.2.1/lib/kde3
/bin/sh ../libtool --silent --mode=install /usr//bin/install -c -p dcopserver.la /home/mleigh/kde3.2.1/lib/kde3/dcopserver.la
PATH="$PATH:/sbin" ldconfig -n /home/mleigh/kde3.2.1/lib/kde3
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
Making install in dcopidl
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl'
/bin/sh ../../admin/mkinstalldirs /home/mleigh/kde3.2.1/bin
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopidl /home/mleigh/kde3.2.1/bin/dcopidl
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl'
Making install in dcopidlng
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidlng'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidlng'
/bin/sh ../../admin/mkinstalldirs /home/mleigh/kde3.2.1/bin
/usr//bin/install -c -p dcopidlng /home/mleigh/kde3.2.1/bin/dcopidlng
/bin/sh ../../admin/mkinstalldirs /home/mleigh/kde3.2.1/share/apps/dcopidlng
/usr//bin/install -c -p -m 644 Ast.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/Ast.pm
/usr//bin/install -c -p -m 644 Iter.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/Iter.pm
/usr//bin/install -c -p -m 644 kalyptusCxxToDcopIDL.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/kalyptusCxxToDcopIDL.pm
/usr//bin/install -c -p -m 644 kdocAstUtil.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/kdocAstUtil.pm
/usr//bin/install -c -p -m 644 kdocLib.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/kdocLib.pm
/usr//bin/install -c -p -m 644 kdocParseDoc.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/kdocParseDoc.pm
/usr//bin/install -c -p -m 644 kdocUtil.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/kdocUtil.pm
/usr//bin/install -c -p -m 644 kalyptusDataDict.pm /home/mleigh/kde3.2.1/share/apps/dcopidlng/kalyptusDataDict.pm
/bin/sh ../../admin/mkinstalldirs /home/mleigh/kde3.2.1/share/apps/dcopidlng
/usr//bin/install -c -p kalyptus /home/mleigh/kde3.2.1/share/apps/dcopidlng/kalyptus
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidlng'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidlng'
Making install in dcopidl2cpp
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl2cpp'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl2cpp'
/bin/sh ../../admin/mkinstalldirs /home/mleigh/kde3.2.1/bin
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopidl2cpp /home/mleigh/kde3.2.1/bin/dcopidl2cpp
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl2cpp'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/dcopidl2cpp'
Making install in client
make[5]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/client'
make[6]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/client'
/bin/sh ../../admin/mkinstalldirs /home/mleigh/kde3.2.1/bin
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcop /home/mleigh/kde3.2.1/bin/dcop
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopfind /home/mleigh/kde3.2.1/bin/dcopfind
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopclient /home/mleigh/kde3.2.1/bin/dcopclient
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopobject /home/mleigh/kde3.2.1/bin/dcopobject
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopref /home/mleigh/kde3.2.1/bin/dcopref
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopstart /home/mleigh/kde3.2.1/bin/dcopstart
/bin/sh ../../libtool --silent --mode=install /usr//bin/install -c -p dcopquit /home/mleigh/kde3.2.1/bin/dcopquit
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/client'
make[5]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop/client'
make[4]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/dcop'
Making install in libltdl
make[4]: Entering directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/libltdl'
/bin/sh ../libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -DQT_THREAD_SUPPORT -I/home/mleigh/kde3.2.1/include -I/usr/X11R6/include -I/home/mleigh/kde3.2.1/include -I/usr/X11R6/include -I/home/mleigh/kde3.2.1/include -I/usr/X11R6/include -D_REENTRANT -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -I/home/mleigh/kde3.2.1/include -I/usr/X11R6/include -L/home/mleigh/kde3.2.1/lib -L/usr/X11R6/lib -O2 -pipe -I/home/mleigh/kde3.2.1/include -I/usr/X11R6/include -L/home/mleigh/kde3.2.1/lib -L/usr/X11R6/lib -O2 -pipe -I/home/mleigh/kde3.2.1/include -I/usr/X11R6/include -L/home/mleigh/kde3.2.1/lib -L/usr/X11R6/lib -O2 -pipe -Wformat-security -Wmissing-format-attribute -c -o ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c
ltdl.c:183: `LTDL_OBJDIR' undeclared here (not in a function)
ltdl.c:269: `malloc' undeclared here (not in a function)
ltdl.c:271: `free' undeclared here (not in a function)
ltdl.c: In function `rpl_strdup':
ltdl.c:368: warning: implicit declaration of function `strlen'
ltdl.c:371: warning: implicit declaration of function `strcpy'
ltdl.c: In function `rpl_realloc':
ltdl.c:516: warning: implicit declaration of function `realloc'
ltdl.c: In function `presym_init':
ltdl.c:1108: warning: unused parameter `loader_data'
ltdl.c: In function `presym_exit':
ltdl.c:1149: warning: unused parameter `loader_data'
ltdl.c: In function `presym_open':
ltdl.c:1195: warning: unused parameter `loader_data'
ltdl.c: In function `presym_close':
ltdl.c:1241: warning: unused parameter `loader_data'
ltdl.c: In function `presym_sym':
ltdl.c:1251: warning: unused parameter `loader_data'
ltdl.c: In function `lt_dlpreload':
ltdl.c:1352: warning: unused variable `errormsg'
ltdl.c: In function `lt_dlexit':
ltdl.c:1382: warning: unused variable `errormsg'
ltdl.c: In function `find_module':
ltdl.c:1569: warning: implicit declaration of function `sprintf'
ltdl.c:1599: warning: implicit declaration of function `strcat'
ltdl.c: In function `find_file':
ltdl.c:1698: warning: assignment discards qualifiers from pointer target type
ltdl.c:1732: warning: implicit declaration of function `strncpy'
ltdl.c:1748: `FILE' undeclared (first use in this function)
ltdl.c:1748: (Each undeclared identifier is reported only once
ltdl.c:1748: for each function it appears in.)
ltdl.c:1748: `file' undeclared (first use in this function)
ltdl.c:1748: warning: implicit declaration of function `fopen'
ltdl.c: In function `load_deplibs':
ltdl.c:1783: warning: unused parameter `deplibs'
ltdl.c: In function `lt_dlopen':
ltdl.c:2043: warning: implicit declaration of function `memset'
ltdl.c:2072: warning: assignment discards qualifiers from pointer target type
ltdl.c:2097: `FILE' undeclared (first use in this function)
ltdl.c:2097: `file' undeclared (first use in this function)
ltdl.c:2122: warning: implicit declaration of function `isalnum'
ltdl.c:2140: parse error before ')' token
ltdl.c:2143: parse error before ')' token
ltdl.c:2180: warning: implicit declaration of function `fclose'
ltdl.c:2187: warning: implicit declaration of function `feof'
ltdl.c:2189: warning: implicit declaration of function `fgets'
ltdl.c:2214: warning: implicit declaration of function `strncmp'
ltdl.c:2257: warning: assignment discards qualifiers from pointer target type
ltdl.c:2257: `NULL' undeclared (first use in this function)
ltdl.c:2342: warning: implicit declaration of function `getenv'
ltdl.c: At top level:
ltdl.c:473: warning: `rpl_memcpy' defined but not used
make[4]: *** [ltdl.lo] Error 1
make[4]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1/libltdl'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/tmp/konstruct/kde/kdelibs/work/kdelibs-3.2.1'
make[2]: *** [install-work/kdelibs-3.2.1/Makefile] Error 2
make[2]: Leaving directory `/tmp/konstruct/kde/kdelibs'
make[1]: *** [dep-../../kde/kdelibs] Error 2
make[1]: Leaving directory `/tmp/konstruct/kde/kdebase'
make: *** [dep-../../kde/kdebase] Error 2

4

Tuesday, March 16th 2004, 2:18am

Do you feel like you're talking to yourself? Just noticed your post or I would have replied earlier. I've been down that path...unsuccesfully also. Whole story is at Linux Format board http://www.linuxformat.co.uk, help forum, topic "Am I just dumb or..." (& some previous posts)
but, in the end I found rpms at ftp://mandrake.contactel.cz/people/bluehawk/kde32-92
The rpms are for Mdk 9.2 but I expect they will work for 9.1.
A couple of other tips:
1. You will probaly have to remove the existing KDE installation before 3.2 will install.
2. You will get an 'authentication error' at first...see bug 68331 http://bugs.kde.org/show_bug.cgi?id=68331
3. If you have any other kdm login options you will have to set up kdm manually...see bug 75882.
I found the README file (usr/share/doc/kdm/README) hard to follow but basically what you have to do is create a directory /usr/config/kdm/sessions/ if it isn't already there, copy the appropriate .desktop files from /usr/share/apps/kdm/sessions/ to it then add a line to file /usr/share/config/kdm/kdmrc to tell kdm where the where to look for the files. The line to add is SessionDirs=/usr/share/config/kdm/sessions at line 239
You also may have to edit the .desktop files to get them to work, for instance the correct Exec for xFCE is 'xfce', not 'startxfce4'.
Good luck.

5

Tuesday, March 16th 2004, 2:24am

I just noticed that I appear to have kde 3.2.1 packges listed on rpmDrake so maybe someone has just put them up. Get 3.2.1 if you can, there is lots of little bug fixes from 3.2.0.