From kdevelop-bugs Fri Oct 28 10:01:21 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Fri, 28 Oct 2005 10:01:21 +0000 To: kdevelop-bugs Subject: [Bug 115250] New: kdewebdev build fail x86_64 on libacl.la Message-Id: <20051028120119.115250.vinctre () videotron ! ca> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306942908280 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=115250 Summary: kdewebdev build fail x86_64 on libacl.la Product: kdevelop Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: vinctre videotron ca Version: (using KDE KDE 3.4.92) Installed from: Compiled From Sources Compiler: gcc version 4.0.1 20050727 (Red Hat 4.0.1-5) OS: Linux I'm trying to build KDE 3.5 beta2 on my FC4 system using konstruct. Everything goes really well until I get this error: grep: /lib64/libacl.la: No such file or directory /bin/sed: can't read /lib64/libacl.la: No such file or directory libtool: link: `/lib64/libacl.la' is not a valid libtool archive make[5]: *** [libkfilereplacepart.la] Error 1 make[5]: Leaving directory `/apps/konstruct/konstruct.20051027/kde/kdewebdev/work/kdewebdev-3.4.92/kfilereplace' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/apps/konstruct/konstruct.20051027/kde/kdewebdev/work/kdewebdev-3.4.92/kfilereplace' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/apps/konstruct/konstruct.20051027/kde/kdewebdev/work/kdewebdev-3.4.92' make[2]: *** [all] Error 2 make[2]: Leaving directory `/apps/konstruct/konstruct.20051027/kde/kdewebdev/work/kdewebdev-3.4.92' make[1]: *** [build-work/kdewebdev-3.4.92/Makefile] Error 2 make[1]: Leaving directory `/apps/konstruct/konstruct.20051027/kde/kdewebdev' make: *** [install] Error 2 Actually this lib is in /usr/lib64. So I tried to link /usr/lib64/libacl.la to /lib64/libacl.la just to check out if it would finishes to compile but at the next try it gave the same error on libattr.la instead. Other programs usually output this sort of mesage: libtool: link: warning: `/usr/lib64/libacl.la' seems to be moved Although, looking at the output log of konstruct there's seems to be a few programs giving that error... I may need to dig a bit more. - vin