Ubuntu Pastebin

Paste from acheron at Fri, 1 Jul 2016 19:12:54 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
dh_auto_configure '--buildsystem=kde' --parallel "-u-DCMAKE_USE_RELATIVE_PATHS=ON"  
        cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_BUILD_TYPE=Debian -DCMAKE_USE_RELATIVE_PATHS=ON
-- The C compiler identification is GNU 5.3.1
-- The CXX compiler identification is GNU 5.3.1
-- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- 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/x86_64-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:7 (include):
  include could not find load file:

    KDE4Defaults


CMake Error at CMakeLists.txt:20 (find_package):
  By not providing "FindKdepimLibs.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KdepimLibs", but CMake did not find one.

  Could not find a package configuration file provided by "KdepimLibs" with
  any of the following names:

    KdepimLibsConfig.cmake
    kdepimlibs-config.cmake

  Add the installation prefix of "KdepimLibs" to CMAKE_PREFIX_PATH or set
  "KdepimLibs_DIR" to a directory containing one of the above files.  If
  "KdepimLibs" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
See also "/build/kgpg-16.04.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
        "tail -v -n +0 CMakeCache.txt"
==> CMakeCache.txt <==
Download as text