[Bug 145501] cmake error on Solaris in kdepimlibs with ldap/lber
Szombathelyi György
gyurco at freemail.hu
Wed May 30 17:51:03 BST 2007
------- 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=145501
------- Additional Comments From gyurco freemail hu 2007-05-30 18:51 -------
It's in builddir/CMakeFiles/CMakeOutput.log. Can you paste an output of a failed test plus the output of ldap_extended_operation?
It's basically compile & link a small C program /usr/share/cmake/Modules/CheckFunctionExists.c
Here's mine:
Determining if the function ldap_extended_operation exists passed with the following output:
gmake[1]: Entering directory `/home/gyuri/svn/kdepimlibs/build/CMakeFiles/CMakeTmp'
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[2]: Entering directory `/home/gyuri/svn/kdepimlibs/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/gyuri/svn/kdepimlibs/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake/Modules/CheckFunctionExists.o
/usr/bin/gcc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts
-Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=l
dap_extended_operation -I/home/gyuri/svn/kdepimlibs/build/CMakeFiles/CMakeTmp/lber.h -I/home/gyuri/svn/kdepimlibs/build/CMak
eFiles/CMakeTmp/ldap.h -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake/Modules/CheckFunctionExists.o -c /usr/share/cm
ake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscrip
ts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXIST
S=ldap_extended_operation -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake/Modules/CheckFunctionExists.o" -o cmTryC
ompileExec -rdynamic -L/usr/lib64 -lldap -llber -Wl,-rpath,/usr/lib64
gmake[2]: Leaving directory `/home/gyuri/svn/kdepimlibs/build/CMakeFiles/CMakeTmp'
gmake[1]: Leaving directory `/home/gyuri/svn/kdepimlibs/build/CMakeFiles/CMakeTmp'
More information about the Kdepim-bugs
mailing list