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

Thursday, October 25th 2007, 6:14pm

Error installing kdebase-3.5.8

Hello,

I'm installing KDE-3.5.8 from source on a pure 64 CLFS sytem following instructions from http://cblfs.cross-lfs.org but adapted for 3.5.8 (actual instructions are for 3.5.7)
So far I've installed aRTS and kdelibs without problem but when compiling kdebase I get the same error no matter what, as follows

"..Making all in floppy
make[3]: se ingresa al directorio `/sources/kdebase-3.5.8/kioslave/floppy'
/bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall
-W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -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 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -R /usr/local/lib -o kio_floppy.la -rpath /opt/kde/lib/kde3 kio_floppy.lo program.lo -lkio
/usr/bin/ld: cannot find -lkio
collect2: ld returned 1 exit status
make[3]: *** [kio_floppy.la] Error 1
make[3]: se sale del directorio `/sources/kdebase-3.5.8/kioslave/floppy' "

kdelibs installed all libkio* files in /opt/kde/lib which is defined in ld.conf.
My system does not have a floppy installed but I do not think this should be related to that. ?(

Weird thing is that I tried with version 3.5.7 and it compiled without problem.

Any help is appreciated.

This post has been edited 1 times, last edit by "AG01578" (Oct 26th 2007, 1:00pm)


Kish

Beginner

Posts: 1

Location: Belarus

  • Send private message

2

Sunday, October 28th 2007, 2:46pm

I had exactly the same problem, solved it by appending environment variable LD_LIBRARY_PATH with /path/to/your/kdelibs

3

Monday, October 29th 2007, 5:16pm

Hello Kish,

Thanks for replying.
I already tried that with no avail. I'm thinking on replace the ld.conf.cache with a new one (I'm not shure if ldconfig replaces cached info or if it just appends new one).
I'll post the results.
Regards,

Alonso

4

Saturday, November 24th 2007, 1:44pm

RE: Error installing kdebase-3.5.8

Same problem, fix is here:
http://bugs.kde.org/show_bug.cgi?id=151095