Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] conky failed to build: Missing unknown library/application/whatever
Date: Sun, 01 Jan 2017 06:29:31
Message-Id: 20170101062916.GC4993@solfire
1 Hi,
2
3 conky fails to build:
4 -- Checking for module 'ncurses'
5 -- Found ncurses, version 6.0.20150808
6 -- Looking for getnameinfo
7 -- Looking for getnameinfo - found
8 -- Looking for 5 include files netdb.h, ..., arpa/inet.h
9 -- Looking for 5 include files netdb.h, ..., arpa/inet.h - found
10 -- Looking for include file iconv.h
11 -- Looking for include file iconv.h - found
12 -- Looking for iconv
13 -- Looking for iconv - found
14 -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
15 -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
16 -- Looking for gethostbyname
17 -- Looking for gethostbyname - found
18 -- Looking for connect
19 -- Looking for connect - found
20 -- Looking for remove
21 -- Looking for remove - found
22 -- Looking for shmat
23 -- Looking for shmat - found
24 -- Looking for IceConnectionNumber in ICE
25 -- Looking for IceConnectionNumber in ICE - found
26 -- Found X11: /usr/lib64/libX11.so
27 -- Checking for one of the modules 'lua5.1;lua-5.1;lua51;lua'
28 -- Checking for modules 'cairo;cairo-xlib'
29 -- Found cairo, version 1.14.6
30 -- Found cairo-xlib, version 1.14.6
31 -- Checking for one of the modules 'imlib2;Imlib2'
32 CMake Error at cmake/ConkyPlatformChecks.cmake:353 (message):
33 Unable to find XNVCtrl library
34 Call Stack (most recent call first):
35 CMakeLists.txt:37 (include)
36
37
38 -- Configuring incomplete, errors occurred!
39 See also "/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4_build/CMakeFiles/CMakeOutput.log".
40 See also "/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4_build/CMakeFiles/CMakeError.log".
41 * ERROR: app-admin/conky-1.10.4::gentoo failed (configure phase):
42 * cmake failed
43 *
44 * Call stack:
45 * ebuild.sh, line 115: Called src_configure
46 * environment, line 3794: Called cmake-utils_src_configure
47 * environment, line 1163: Called _cmake_execute_optionally 'src_configure'
48 * environment, line 444: Called enable_cmake-utils_src_configure
49 * environment, line 1612: Called die
50 * The specific snippet of code:
51 * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
52 *
53 * If you need support, post the output of `emerge --info '=app-admin/conky-1.10.4::gentoo'`,
54 * the complete build log and the output of `emerge -pqv '=app-admin/conky-1.10.4::gentoo'`.
55 * The complete build log is located at '/var/tmp/portage/app-admin/conky-1.10.4/temp/build.log'.
56 * The ebuild environment file is located at '/var/tmp/portage/app-admin/conky-1.10.4/temp/environment'.
57 * Working directory: '/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4_build'
58 * S: '/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4'
59
60 I searched for XNVCtrl with eix and didn't found anything related.
61 The internet says, it is part of nvidia-settings, but my
62 nvidia-settings are uptodate and no USE-flag seems to be guilty for
63 not builing that library.
64
65 How can I cirumvent that problem ?
66
67 Happy New Year!
68 Cheers
69 Meino

Replies