From kde-bugs-dist Tue Nov 15 12:20:26 2005 From: George Date: Tue, 15 Nov 2005 12:20:26 +0000 To: kde-bugs-dist Subject: [Bug 116420] New: small configuration error in konstruct for kde Message-Id: <20051115132025.116420.multescugeorge () yahoo ! com> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=113205723015685 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=116420 Summary: small configuration error in konstruct for kde 3.5-rc1 on a fedora 4 system (compilation problem) + solution Product: konstruct Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: binner kde org ReportedBy: multescugeorge yahoo com Version: the one for building kde 3.5-rc1 (using KDE KDE 3.5.0) Installed from: Compiled From Sources Compiler: gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) OS: Linux I am happy that i didn't leave the konstruct script running over the night. Because this happend: The Error: *Snip*--------------------------------------------------------- grep: /lib/libattr.la: No such file or directory /bin/sed: can't read /lib/libattr.la: No such file or directory libtool: link: `/lib/libattr.la' is not a valid libtool archive make[6]: *** [libkio.la] Error 1 make[6]: Leaving directory `/home/george/MyDownloads/konstruct/kde/kdelibs/work/kdelibs-3.5.0/kio' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/george/MyDownloads/konstruct/kde/kdelibs/work/kdelibs-3.5.0/kio' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/george/MyDownloads/konstruct/kde/kdelibs/work/kdelibs-3.5.0' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/george/MyDownloads/konstruct/kde/kdelibs/work/kdelibs-3.5.0' make[2]: *** [build-work/kdelibs-3.5.0/Makefile] Error 2 make[2]: Leaving directory `/home/george/MyDownloads/konstruct/kde/kdelibs' make[1]: *** [dep-../../kde/kdelibs] Error 2 make[1]: Leaving directory `/home/george/MyDownloads/konstruct/kde/kdebase' make: *** [dep-../../kde/kdebase] Error 2 [root red kde]# *The solution*-------------------------------------------- [root red kde]# ls /lib | grep libattr libattr.so libattr.so.1 libattr.so.1.1.0 [root red kde]# ls /usr/lib | grep libattr libattr.a libattr.la libattr.so [root red kde]# ln -s /usr/lib/libattr.la /lib/libattr.la Ok, it works now, the compile contines, without errors. This could be a configuration error in konstruct or in fedora core 4. But konstruct should also check /usr/lib for libattr.la or make a link or something, just in case this happens again on some other system.