Bug 117082 - make error - ld: cannot find -lacl
Summary: make error - ld: cannot find -lacl
Status: RESOLVED WORKSFORME
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 04:35 UTC by Broch
Modified: 2005-11-26 09:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Broch 2005-11-26 04:35:58 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    SuSE RPMs
Compiler:          gcc 4.02 
OS:                Linux

I am unable to compile any software that depends on libacl/libacl-devel (e.g latest versions of baghira, deKorator, superkaramba, crystal-0.9.5 theme.) I can compile software that do not rely on libacl without problems (e.g. YaKuake)

My system SuSE 10.0 64-bit KDE 3.5.0 (latest update 11/25/05)
gcc 4.0.2

KDE 3.4.3 worked.

Error:
bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_PLUGIN   -o kwin_crystal_config.la -rpath /opt/kde3/lib64/kde3 -module -L/opt/kde3/lib64 -L/usr/lib64/qt3/lib64 -L/usr/X11R6/lib64    -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3/lib64 -R /opt/kde3/lib64 -R /usr/lib64/qt3/lib64 -R /usr/X11R6/lib64  -lkio crystalconfig.lo configdialog.lo infodialog.lo -lkdeui
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lacl
collect2: ld returned 1 exit status
make[3]: *** [kwin_crystal_config.la] Error 1
make[3]: Leaving directory `/home/downloads/KDE/windows_decorations/crystal-0.9.5/client/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/downloads/KDE/windows_decorations/crystal-0.9.5/client'
make[1]: *** [all-recursive] Error 1                                                                       
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/downloads/KDE/windows_decorations/crystal-0.9.5'
make: *** [all] Error 2
Comment 1 Stephan Kulow 2005-11-26 07:18:19 UTC
you will have to install libacl-devel of course
Comment 2 Broch 2005-11-26 07:53:50 UTC
I do have libacl and libacl-devel installed of course.
If this would be so easy I would not submit this bug.
No this is not resolved.
Comment 3 Stephan Kulow 2005-11-26 08:00:16 UTC
but the bug is in your system, not in KDE. What gives rpm -ql libacl-devel?
Comment 4 Broch 2005-11-26 09:06:45 UTC
thank you for your assistance. I reinstalled libacl and libacl-devel and now it works.
Thank you again.