LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 06-25-2015, 01:31 AM   #1
anak_bawang
Member
 
Registered: Jun 2015
Location: Bandung Indonesia
Distribution: Debian, LFS/BLFS
Posts: 138

Rep: Reputation: 23
BLFS 7.7 - Kdelibs-4.14.5 - cmake configuration incomplete


I have some problem while building kdelibs-4.14.5 on my lfs.
Any suggestion?

Detail in here
- LFS version 7.7
- BLFS version 7.7

cmake configuration command
Code:
cmake \
-DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
-DDSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_BUILD_TYPE=Release \
-DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-4.5 \
-DPHONON_INCLUDE_DIR=$KDE_PREFIX/include/phonon \
-DPHONON_LIBRARY=$KDE_PREFIX/lib/libphonon.so \
-DWITH_FAM=OFF \
-DWITH_HUpnp=OFF \
-Wno-dev ..
result
Code:
Required by khtml
* JPEG , JPEG image format support , <http://www.ijg.org>
Required by khtml

-- Configuring incomplete, errors occurred!
See also "/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeOutput.log".
See also "/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeError.log".


CMakeError.log
Code:
int main(void){return 0;}

Performing C++ SOURCE FILE Test HAVE_PPC_ALTIVEC failed with the following output:
Change Dir: /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3349553473/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3349553473.dir/build.make CMakeFiles/cmTryCompileExec3349553473.dir/build
make[1]: Entering directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3349553473.dir/src.cxx.o
/usr/bin/c++   -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_PPC_ALTIVEC   -o CMakeFiles/cmTryCompileExec3349553473.dir/src.cxx.o -c /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/src.cxx
/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/src.cxx: Assembler messages:
/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/src.cxx:4: Error: no such instruction: `mtspr 256,eax'
/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/src.cxx:4: Error: no such instruction: `vand %v0,%v0,%v0'
CMakeFiles/cmTryCompileExec3349553473.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3349553473.dir/src.cxx.o' failed
make[1]: Leaving directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec3349553473.dir/src.cxx.o] Error 1
Makefile:118: recipe for target 'cmTryCompileExec3349553473/fast' failed
make: *** [cmTryCompileExec3349553473/fast] Error 2

Source file was:
     #ifdef __SUNPRO_CC
                                        #define __asm__ asm
                                #endif
				int main() { __asm__("mtspr 256, %0; vand %%v0, %%v0, %%v0" : : "r"(-1) ); }
Determining if files sys/pstat.h exist failed with the following output:
Change Dir: /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1931014308/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1931014308.dir/build.make CMakeFiles/cmTryCompileExec1931014308.dir/build
make[1]: Entering directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1931014308.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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    -o CMakeFiles/cmTryCompileExec1931014308.dir/CheckIncludeFiles.c.o   -c /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/pstat.h: No such file or directory
 #include <sys/pstat.h>
                       ^
compilation terminated.
CMakeFiles/cmTryCompileExec1931014308.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1931014308.dir/CheckIncludeFiles.c.o' failed
make[1]: Leaving directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec1931014308.dir/CheckIncludeFiles.c.o] Error 1
Makefile:118: recipe for target 'cmTryCompileExec1931014308/fast' failed
make: *** [cmTryCompileExec1931014308/fast] Error 2

Source:
/* */
#include <sys/pstat.h>


int main(void){return 0;}

Determining if the function pstat exists failed with the following output:
Change Dir: /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec897686341/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec897686341.dir/build.make CMakeFiles/cmTryCompileExec897686341.dir/build
make[1]: Entering directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec897686341.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=pstat   -o CMakeFiles/cmTryCompileExec897686341.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.1/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec897686341
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec897686341.dir/link.txt --verbose=1
/usr/bin/cc   -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=pstat   CMakeFiles/cmTryCompileExec897686341.dir/CheckFunctionExists.c.o  -o cmTryCompileExec897686341 -rdynamic 
CMakeFiles/cmTryCompileExec897686341.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x12): undefined reference to `pstat'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec897686341.dir/build.make:88: recipe for target 'cmTryCompileExec897686341' failed
make[1]: Leaving directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec897686341] Error 1
Makefile:118: recipe for target 'cmTryCompileExec897686341/fast' failed
make: *** [cmTryCompileExec897686341/fast] Error 2


Determining if the function setproctitle exists failed with the following output:
Change Dir: /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec4064561084/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4064561084.dir/build.make CMakeFiles/cmTryCompileExec4064561084.dir/build
make[1]: Entering directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4064561084.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=setproctitle   -o CMakeFiles/cmTryCompileExec4064561084.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.1/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4064561084
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4064561084.dir/link.txt --verbose=1
/usr/bin/cc   -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=setproctitle   CMakeFiles/cmTryCompileExec4064561084.dir/CheckFunctionExists.c.o  -o cmTryCompileExec4064561084 -rdynamic 
CMakeFiles/cmTryCompileExec4064561084.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x12): undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec4064561084.dir/build.make:88: recipe for target 'cmTryCompileExec4064561084' failed
make[1]: *** [cmTryCompileExec4064561084] Error 1
make[1]: Leaving directory '/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec4064561084/fast' failed
make: *** [cmTryCompileExec4064561084/fast] Error 2

Last edited by anak_bawang; 06-26-2015 at 05:09 PM. Reason: Suggestion from other, don't like going to unknown URL
 
Old 06-26-2015, 07:51 AM   #2
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Please use code tags [code] ... [/code]
Please also do not use pastebin, your output log has been removed, and some people don't like going to unknown url's, just copy the relevent bits between code tags, you dont really need all the log just the bit that contains the error and maybe a dozen lines before the error to give context.
 
Old 06-26-2015, 05:12 PM   #3
anak_bawang
Member
 
Registered: Jun 2015
Location: Bandung Indonesia
Distribution: Debian, LFS/BLFS
Posts: 138

Original Poster
Rep: Reputation: 23
Sorry for the inconvenience.
I've just edited the first post.
 
Old 06-26-2015, 05:17 PM   #4
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
No need to appologize we learn as we go, not at my machine at the moment so cant help much just yet
 
Old 06-26-2015, 05:22 PM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Did you install all the required and recommended dependencies?
 
Old 06-26-2015, 10:14 PM   #6
anak_bawang
Member
 
Registered: Jun 2015
Location: Bandung Indonesia
Distribution: Debian, LFS/BLFS
Posts: 138

Original Poster
Rep: Reputation: 23
Yes, all required and recommended dependencies. Some of optional dependencies.

Required Dependencies
Attica-0.4.2, docbook-xml-4.5, docbook-xsl-1.78.1, giflib-5.1.1, libdbusmenu-qt-0.9.2, libjpeg-turbo-1.4.0, libpng-1.6.16, phonon-4.8.3, strigi-0.7.8, and shared-mime-info-1.4

Recommended Dependencies
polkit-qt-0.112.0, OpenSSL-1.0.2, qca-2.1.0, UPower-0.9.23, and UDisks-1.0.5 or UDisks-2.1.4

Optional Dependencies
JasPer-1.900.1, PCRE-8.36, Avahi-0.6.31, Aspell-0.60.6.1, enchant-1.6.0, grantlee-0.5.1, MIT Kerberos V5-1.13.1, soprano, Hspell, and OpenEXR

Optional Dependencies not install
FAM, HUPnP, and shared-desktop-ontologies
 
Old 06-27-2015, 11:00 AM   #7
Krejzi
Member
 
Registered: Jan 2015
Posts: 215

Rep: Reputation: Disabled
You should post the entire cmake output. What you posted isn't helpful.
 
Old 06-28-2015, 05:46 AM   #8
anak_bawang
Member
 
Registered: Jun 2015
Location: Bandung Indonesia
Distribution: Debian, LFS/BLFS
Posts: 138

Original Poster
Rep: Reputation: 23
CMakeError.log in attachment.

But I can not attach CMakeOutput.log due to attachment size limitation.
Sorry to bother you, I put CMakeOutput.log on this link.
This link expires in one month.
Attached Files
File Type: log CMakeError.log (81.7 KB, 23 views)
 
Old 06-28-2015, 06:05 AM   #9
Krejzi
Member
 
Registered: Jan 2015
Posts: 215

Rep: Reputation: Disabled
Quote:
Originally Posted by anak_bawang View Post
CMakeError.log in attachment.

But I can not attach CMakeOutput.log due to attachment size limitation.
Sorry to bother you, I put CMakeOutput.log on this link.
This link expires in one month.
I said cmake output, not CmakeOutput.log. It means the output of the cmake command you see on the screen.
 
Old 06-28-2015, 09:34 PM   #10
anak_bawang
Member
 
Registered: Jun 2015
Location: Bandung Indonesia
Distribution: Debian, LFS/BLFS
Posts: 138

Original Poster
Rep: Reputation: 23
Here is the cmake output

Code:
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.6 (using /opt/qt4/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so (found version "1.0.2") 
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /opt/kde/bin/automoc4  
-- Found Perl: /usr/bin/perl (found version "5.20.2") 
-- Building kdelibs...
CMake Error at cmake/modules/FindPhonon.cmake:19 (file):
  file failed to open for reading (No such file or directory):

    /opt/kde/include/phonon/phonon/phononnamespace.h
Call Stack (most recent call first):
  cmake/modules/FindPhonon.cmake:31 (_phonon_find_version)
  cmake/modules/FindKDE4Internal.cmake:710 (find_package)
  CMakeLists.txt:56 (find_package)


-- Found Phonon: /opt/kde/include/phonon (Required is at least version "4.3.80") 
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Failed
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found the KDE4 kconfig_compiler preprocessor: /sources-blfs/build/kdelibs-4.14.5/build/bin/./kconfig_compiler.shell
-- Found automoc4: /opt/kde/bin/automoc4
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.8") 
-- Found Strigi: /usr/lib/libstreams.so (Required is at least version "0.6.3") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- Found LibAttica: /opt/kde/lib/libattica.so (found suitable version "0.4.2", minimum required is "0.4.2") 
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Libintl: /usr/include  
-- Found Soprano: /usr/include (found suitable version "2.9.4", minimum required is "2.7.56") 
-- Found SharedDesktopOntologies: /usr/share/ontology (found suitable version "0.11.0", minimum required is "0.10") 
-- Found QCA2: /opt/qt4/lib/libqca.so (Required is at least version "2.0.0") 
-- Found DBusMenuQt: /usr/lib/libdbusmenu-qt.so (found version "0.9.2") 
-- Looking for include file attr/libattr.h
-- Looking for include file attr/libattr.h - found
-- Looking for include file sys/xattr.h
-- Looking for include file sys/xattr.h - found
-- Looking for include file sys/acl.h
-- Looking for include file sys/acl.h - found
-- Looking for include file acl/libacl.h
-- Looking for include file acl/libacl.h - found
-- Found ACL support: /usr/lib/libacl.so;/usr/lib/libattr.so
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file crt_externs.h
-- Looking for include file crt_externs.h - not found
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file fstab.h
-- Looking for include file fstab.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file mntent.h
-- Looking for include file mntent.h - found
-- Looking for include file sysent.h
-- Looking for include file sysent.h - not found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/ucred.h
-- Looking for include file sys/ucred.h - not found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include files stdio.h, sys/mnttab.h
-- Looking for include files stdio.h, sys/mnttab.h - not found
-- Looking for include file sys/mntent.h
-- Looking for include file sys/mntent.h - not found
-- Looking for include files sys/param.h, sys/mount.h
-- Looking for include files sys/param.h, sys/mount.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file paths.h
-- Looking for include file paths.h - found
-- Looking for include file errno.h
-- Looking for include file errno.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file valgrind/memcheck.h
-- Looking for include file valgrind/memcheck.h - found
-- Looking for include file crtdbg.h
-- Looking for include file crtdbg.h - not found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for strcmp
-- Looking for strcmp - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for S_ISSOCK
-- Looking for S_ISSOCK - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for posix_madvise
-- Looking for posix_madvise - found
-- Looking for getgrouplist
-- Looking for getgrouplist - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for sendfile
-- Looking for sendfile - found
-- Looking for srandom
-- Looking for srandom - found
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - not found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for volmgt_running in volmgt
-- Looking for volmgt_running in volmgt - not found
-- Looking for res_init in resolv
-- Looking for res_init in resolv - not found
-- Looking for __res_init in resolv
-- Looking for __res_init in resolv - found
-- Looking for include files sys/types.h, libutil.h
-- Looking for include files sys/types.h, libutil.h - not found
-- Looking for include file util.h
-- Looking for include file util.h - not found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - found
-- Looking for include file pty.h
-- Looking for include file pty.h - found
-- Looking for include file sys/stropts.h
-- Looking for include file sys/stropts.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for addToUtmp in utempter
-- Looking for addToUtmp in utempter - not found
-- Looking for include file utempter.h
-- Looking for include file utempter.h - not found
-- Looking for login
-- Looking for login - not found
-- Looking for login in util
-- Looking for login in util - found
-- Performing Test HAVE_STRUCT_UTMP_UT_SYSLEN
-- Performing Test HAVE_STRUCT_UTMP_UT_SYSLEN - Failed
-- Performing Test HAVE_STRUCT_UTMP_UT_ID
-- Performing Test HAVE_STRUCT_UTMP_UT_ID - Success
-- Looking for openpty
-- Looking for openpty - not found
-- Looking for openpty in util
-- Looking for openpty in util - found
-- Looking for ptsname
-- Looking for ptsname - found
-- Looking for getmntinfo
-- Looking for getmntinfo - not found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for mkstemps
-- Looking for mkstemps - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for random
-- Looking for random - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strlcat
-- Looking for strlcat - not found
-- Looking for __CORRECT_ISO_CPP_STRING_H_PROTO
-- Looking for __CORRECT_ISO_CPP_STRING_H_PROTO - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for seteuid
-- Looking for seteuid - found
-- Looking for setmntent
-- Looking for setmntent - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for usleep
-- Looking for usleep - found
-- Performing Test HAVE_MKSTEMPS_PROTO
-- Performing Test HAVE_MKSTEMPS_PROTO - Success
-- Performing Test HAVE_MKDTEMP_PROTO
-- Performing Test HAVE_MKDTEMP_PROTO - Success
-- Performing Test HAVE_MKSTEMP_PROTO
-- Performing Test HAVE_MKSTEMP_PROTO - Success
-- Performing Test HAVE_STRLCAT_PROTO
-- Performing Test HAVE_STRLCAT_PROTO - Failed
-- Performing Test HAVE_STRLCPY_PROTO
-- Performing Test HAVE_STRLCPY_PROTO - Failed
-- Performing Test HAVE_RANDOM_PROTO
-- Performing Test HAVE_RANDOM_PROTO - Success
-- Performing Test HAVE_RES_INIT_PROTO
-- Performing Test HAVE_RES_INIT_PROTO - Success
-- Performing Test HAVE_SETENV_PROTO
-- Performing Test HAVE_SETENV_PROTO - Success
-- Performing Test HAVE_SRANDOM_PROTO
-- Performing Test HAVE_SRANDOM_PROTO - Success
-- Performing Test HAVE_UNSETENV_PROTO
-- Performing Test HAVE_UNSETENV_PROTO - Success
-- Performing Test HAVE_USLEEP_PROTO
-- Performing Test HAVE_USLEEP_PROTO - Success
-- Performing Test HAVE_INITGROUPS_PROTO
-- Performing Test HAVE_INITGROUPS_PROTO - Success
-- Performing Test HAVE_SETREUID_PROTO
-- Performing Test HAVE_SETREUID_PROTO - Success
-- Performing Test HAVE_TRUNC
-- Performing Test HAVE_TRUNC - Success
-- Performing Test GETMNTINFO_USES_STATVFS
-- Performing Test GETMNTINFO_USES_STATVFS - Failed
-- Performing Test HAVE_DIRENT_D_TYPE
-- Performing Test HAVE_DIRENT_D_TYPE - Success
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for connect in socket
-- Looking for connect in socket - not found
-- Looking for include file sys/inotify.h
-- Looking for include file sys/inotify.h - found
-- Performing Test HAVE_QSSLSOCKET
-- Performing Test HAVE_QSSLSOCKET - Success
-- Looking for 3 include files sys/types.h, ..., net/if.h
-- Looking for 3 include files sys/types.h, ..., net/if.h - found
-- Looking for include file stropts.h
-- Looking for include file stropts.h - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for getprotobyname_r
-- Looking for getprotobyname_r - found
-- Looking for poll
-- Looking for poll - found
-- Looking for getservbyname_r
-- Looking for getservbyname_r - found
-- Looking for getservbyport_r
-- Looking for getservbyport_r - found
-- Looking for gethostbyname2
-- Looking for gethostbyname2 - found
-- Looking for gethostbyname2_r
-- Looking for gethostbyname2_r - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for if_nametoindex
-- Looking for if_nametoindex - found
-- Performing Test HAVE_GETSERVBYNAME_R_PROTO
-- Performing Test HAVE_GETSERVBYNAME_R_PROTO - Success
-- Looking for freeaddrinfo
-- Looking for freeaddrinfo - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for res_init
-- Looking for res_init - found
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN - Failed
-- Performing Test HAVE_GAI_STRERROR_PROTO
-- Performing Test HAVE_GAI_STRERROR_PROTO - Success
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of struct addrinfo
-- Check size of struct addrinfo - done
-- Check size of struct sockaddr_in6
-- Check size of struct sockaddr_in6 - done
-- Check size of time_t
-- Check size of time_t - done
-- Performing Test HAVE_STRUCT_TM_TM_ZONE
-- Performing Test HAVE_STRUCT_TM_TM_ZONE - Success
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
-- Looking for lzma_auto_decoder in /usr/lib/liblzma.so
-- Looking for lzma_auto_decoder in /usr/lib/liblzma.so - found
-- Looking for lzma_easy_encoder in /usr/lib/liblzma.so
-- Looking for lzma_easy_encoder in /usr/lib/liblzma.so - found
-- Looking for lzma_lzma_preset in /usr/lib/liblzma.so
-- Looking for lzma_lzma_preset in /usr/lib/liblzma.so - found
-- Found LIBLZMA: /usr/include  
-- No backend for KAuth was explicitly specified: probing system to find the best one available
-- Found PolkitQt-1: /opt/kde/lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake (Required is at least version "0.99.0") 
-- Building PolkitQt-1 KAuth backend
-- Looking for include files sys/types.h, sys/mman.h
-- Looking for include files sys/types.h, sys/mman.h - found
-- Found Qt-Version 4.8.6 (using /opt/qt4/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Looking for setpriority
-- Looking for setpriority - found
-- Looking for getpeereid
-- Looking for getpeereid - not found
-- Check size of struct ucred
-- Check size of struct ucred - done
-- Looking for pthread_attr_get_np in pthread
-- Looking for pthread_attr_get_np in pthread - not found
-- Looking for pthread_getattr_np in pthread
-- Looking for pthread_getattr_np in pthread - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file sys/timeb.h
-- Looking for include file sys/timeb.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for include files pthread.h, pthread_np.h
-- Looking for include files pthread.h, pthread_np.h - not found
-- Looking for include file valgrind/memcheck.h
-- Looking for include file valgrind/memcheck.h - found
-- Looking for _finite
-- Looking for _finite - not found
-- Looking for finite
-- Looking for finite - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Found PCRE: /usr/include  
-- Looking for PCRE_CONFIG_UTF8
-- Looking for PCRE_CONFIG_UTF8 - found
-- Looking for PCRE_CONFIG_STACKRECURSE
-- Looking for PCRE_CONFIG_STACKRECURSE - found
-- Looking for include file arpa/nameser_compat.h
-- Looking for include file arpa/nameser_compat.h - found
-- Looking for include file arpa/nameser8_compat.h
-- Looking for include file arpa/nameser8_compat.h - not found
-- Looking for include files sys/types.h, netinet/in.h
-- Looking for include files sys/types.h, netinet/in.h - found
-- Performing Test HAVE_X86_MMX
-- Performing Test HAVE_X86_MMX - Success
-- Performing Test HAVE_X86_SSE
-- Performing Test HAVE_X86_SSE - Success
-- Performing Test HAVE_X86_SSE2
-- Performing Test HAVE_X86_SSE2 - Success
-- Performing Test HAVE_X86_3DNOW
-- Performing Test HAVE_X86_3DNOW - Success
-- Performing Test HAVE_PPC_ALTIVEC
-- Performing Test HAVE_PPC_ALTIVEC - Failed
-- To have UPnP support, explicitly enable HUPNP_ENABLED in the cmake cache
-- checking for module 'libudev'
--   found libudev, version 217
-- Looking for udev_device_get_sysattr_list_entry
-- Looking for udev_device_get_sysattr_list_entry - found
-- Found UDev: /usr/include  
-- Building Solid UDev backend.
-- Building Solid HAL backend.
-- Building Solid UPower backend.
-- Building Solid UDisks2 backend.
-- Building Solid fstab backend.
-- Found FLEX: /usr/bin/flex (found version "2.5.39") 
-- Found BISON: /usr/bin/bison (found version "3.0.4") 
-- Found LibXslt: /usr/lib/libxslt.so
-- Found LibXml2: /usr/lib/libxml2.so (found version "2.9.2") 
-- Found DocBookXML: /usr/share/xml/docbook/xml-dtd-4.5  
-- Found DocBookXSL: /usr/share/xml/docbook/xsl-stylesheets-1.78.1  
-- Looking for posix_fadvise
-- Looking for posix_fadvise - found
-- Found GSSAPI: -Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-- Found SharedMimeInfo: /usr/bin/update-mime-database (found suitable version "1.4", minimum required is "0.60") 
-- Looking for __progname
-- Looking for __progname - found
-- Looking for __progname_full
-- Looking for __progname_full - found
-- Looking for include file sys/pstat.h
-- Looking for include file sys/pstat.h - not found
-- Looking for pstat
-- Looking for pstat - not found
-- Looking for setproctitle
-- Looking for setproctitle - not found
-- Using setuid root kdeinit wrapper in order to protect it from bad Linux OOM-killer
-- Found ASPELL: /usr/lib/libaspell.so  
-- Found HSPELL: /usr/lib/libhspell.so (found version "1.3") 
-- Found ENCHANT: /usr/include/enchant  
-- Found JPEG: /usr/lib/libjpeg.so  
-- Performing Test GIF_GifFileType_UserData
-- Performing Test GIF_GifFileType_UserData - Success
-- Found GIF: /usr/lib/libgif.so (found version "4") 
-- Found PNG: /usr/lib/libpng.so (found version "1.6.16") 
-- Found Jasper: /usr/lib/libjasper.so (found version "1.900.1") 
-- Found OPENEXR: /usr/lib/libImath.so;/usr/lib/libIlmImf.so;/usr/lib/libIex.so;/usr/lib/libHalf.so;/usr/lib/libIlmThread.so
-- Found Avahi: /usr/include  
-- Adding support for OpenGL applets to libplasma
-- Adding support for Phonon to libplasma
-- 
-- The following features have been enabled:

 * X Rendering Extension (libXrender) , Support for compositing, rendering operations, and alpha-blending. STRONGLY RECOMMENDED
 * X Screensaver Extension (libXss) , Support for KIdleTime (fallback mode)
 * X Sync Extension (libXext) , Efficient operation of KIdleTime. STRONGLY RECOMMENDED
 * media-player-info , Enables identification and querying of portable media players.
                       Runtime-only dependency of the udev solid backend.
                       Support for m-p-i is included even if not found during build
 * QtWebkit , Needed for building kdelibs

-- The following OPTIONAL packages have been found:

 * Soprano (required version >= 2.7.56) , Support for the Nepomuk semantic desktop system , <http://soprano.sourceforge.net>
 * SharedDesktopOntologies (required version >= 0.10) , Support for the Nepomuk semantic desktop system , <http://oscaf.sourceforge.net>
 * QCA2 (required version >= 2.0.0) , Support for remote plasma widgets , <http://delta.affinix.com/qca>
 * LibLZMA , Support for xz compressed files and data streams , <http://tukaani.org/xz/>
 * Threads
 * Grantlee (required version >= 0.1.0) , ModelEventLogger code generation (part of the ProxyModel test suite) , <http://www.grantlee.org>
   Grantlee is used for generating compilable code by the ModelEventLogger.
                         Without Grantlee, the logger will do nothing.
 * PCRE , Perl-compatible regular expressions in KJS , <http://www.pcre.org>
   Without PCRE, KJS will have extremely poor regular expression support, breaking many webpages.
 * UDev , UDev support for Solid , <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html>
   Allows Solid to use UDev to provide information about devices on Linux
 * FLEX , Allows the Solid predicate parser to be updated , <http://flex.sourceforge.net>
   Required by the UpdateSolidPredicateParser target (mainly useful for developers)
 * BISON , Allows the Solid predicate parser to be updated , <http://www.gnu.org/software/bison>
   Required by the UpdateSolidPredicateParser target (mainly useful for developers)
 * GSSAPI , Allows KIO to make use of certain HTTP authentication services , <http://web.mit.edu/kerberos/www>
   A MIT or HEIMDAL flavor of GSSAPI can be used
 * ASPELL , Spell checking support via Aspell , <http://aspell.net/>
   This is not needed for spell checking if Enchant is provided or only Hebrew spell checking is required
 * HSPELL , Spell checking support for Hebrew , <http://ivrix.org.il/projects/spell-checker/>
   Hebrew support can also be provided via Enchant, providing the correct Enchant backends are installed
 * ENCHANT , Spell checking support via Enchant , <http://www.abisource.com/projects/enchant/>
 * Jasper , Support for JPEG-2000 images , <http://www.ece.uvic.ca/~mdadams/jasper>
 * PkgConfig
 * OpenEXR , Support for OpenEXR images , <http://www.openexr.com>
 * Avahi , Facilities for service discovery on a local network (DNSSD) , <http://avahi.org>
   Either Avahi or DNSSD is required for KDE applications to make use of multicast DNS/DNS-SD service discovery

-- The following RECOMMENDED packages have been found:

 * Libintl , Support for multiple languages , <http://www.gnu.org/software/gettext>
   Enables KDE to be available in many different languages
 * ACL , Support for manipulating access control lists , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
   STRONGLY RECOMMENDED
 * BZip2 , Support for BZip2 compressed files and data streams , <http://www.bzip.org>
 * PolkitQt-1 (required version >= 0.99.0) , Support for executing privileged actions in a controlled way (KAuth) , <http://techbase.kde.org/Polkit-Qt-1>
 * OpenSSL , Support for secure network communications (SSL and TLS) , <http://openssl.org>
   KDE uses OpenSSL for the bulk of secure communications, including secure web browsing via HTTPS

-- The following REQUIRED packages have been found:

 * Automoc4
 * Phonon (required version >= 4.3.80)
 * KDE4Internal
 * Perl , <http://www.perl.org>
   Needed for building kdelibs
 * Strigi (required version >= 0.6.3) , Desktop indexing and search support , <http://strigi.sourceforge.net>
   Required by some critical kioslaves
 * LibAttica (required version >= 0.4.2) , Support for Get Hot New Stuff , <https://projects.kde.org/attica>
 * DBusMenuQt , Support for notification area menus via the DBusMenu protocol , <https://launchpad.net/libdbusmenu-qt>
 * X11
 * Qt4
 * LibXslt , <http://xmlsoft.org/XSLT>
   Required by the KDE help system to process DocBook XML
 * LibXml2 , <http://xmlsoft.org>
   Required by the KDE help system to process DocBook XML
 * DocBookXML , DocBook XML , <http://www.oasis-open.org/docbook/xml/4.2>
   Required by the KDE help system to process DocBook XML
 * DocBookXSL , DocBook XSL , <http://docbook.sourceforge.net/release/xsl/current/>
   Required by the KDE help system to process DocBook XML
 * SharedMimeInfo (required version >= 0.60) , Shared Mime Info , <http://freedesktop.org/wiki/Software/shared-mime-info>
   Allows KDE applications to determine file types
 * GIF , GIF image format support , <http://sourceforge.net/projects/giflib>
   Required by khtml
 * ZLIB , Support for gzip compressed files and data streams , <http://www.zlib.net>
   Required by the core KDE libraries and some critical kioslaves
 * PNG , PNG image format support , <http://www.libpng.org/pub/png>
   Required by khtml
 * JPEG , JPEG image format support , <http://www.ijg.org>
   Required by khtml

-- Configuring incomplete, errors occurred!
See also "/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeOutput.log".
See also "/sources-blfs/build/kdelibs-4.14.5/build/CMakeFiles/CMakeError.log".
 
Old 06-29-2015, 03:11 AM   #11
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Did you install phonon-4.3.80 or later? It said it errored trying to find it. Did you set it in your environment path?
 
Old 06-29-2015, 01:32 PM   #12
re_nelson
Member
 
Registered: Oct 2011
Location: Texas, USA
Distribution: LFS-SVN, Gentoo~amd64, CentOS-7, Slackware64-current, FreeBSD-11.1, Arch
Posts: 229

Rep: Reputation: Disabled
Quote:
Originally Posted by anak_bawang View Post
Here is the cmake output...
There are many good things, IMHO, about cmake compared to the GNU configure toolset. However, I personally find parsing the error message of the former more troublesome. Any other thoughts on this, perhaps to the contrary?
 
Old 06-29-2015, 05:06 PM   #13
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Absolutly HATE cmake/qmake etc it's just so awkward to debug and track down missing dependencies worse still changing or adding stuff, give me ./configure/make/make install anyday!
 
Old 06-29-2015, 05:15 PM   #14
re_nelson
Member
 
Registered: Oct 2011
Location: Texas, USA
Distribution: LFS-SVN, Gentoo~amd64, CentOS-7, Slackware64-current, FreeBSD-11.1, Arch
Posts: 229

Rep: Reputation: Disabled
Quote:
Originally Posted by Keith Hedger View Post
Absolutly HATE cmake/qmake etc it's just so awkward to debug and track down missing dependencies worse still changing or adding stuff, give me ./configure/make/make install anyday!
Yeah...but the colors sure look nice during the cmake build process.
 
Old 06-29-2015, 05:17 PM   #15
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Quote:
Originally Posted by re_nelson View Post
Yeah...but the colors sure look nice during the cmake build process.
pretty colours good black and white bad!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] [How-To] Setting up X in BLFS if auto configuration doesn't work. ReaperX7 Linux From Scratch 13 04-19-2016 10:09 AM
[SOLVED] Xorg configuration fails - BLFS 6.3 DougCM Linux From Scratch 3 12-25-2010 10:49 AM
cmake: Using find_package(Boost) when FindBoost.cmake is not in the default location damien_d Programming 3 10-27-2010 03:40 PM
desktop configuration file on blfs ashmita04 Linux From Scratch 1 07-18-2007 10:12 PM
Incomplete Internet Configuration Wizard tom54 Linux - Wireless Networking 1 05-21-2007 11:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 01:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration