Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-03 Thread Daniel Pielmeier
Am 3. Januar 2017 10:23:05 MEZ schrieb lee :
>Daniel Pielmeier  writes:
>
>> Afaik nvidia-settings is on it's way out of portage thus considered
>> deprecated.
>
>What's is replacing it?

I mentioned it my the previous mail but I should have been more clear.

nvidia-drivers with USE="tools" should provide nvidia-settings [1] and 
USE="static-libs" should provide XNVCtrl.

[1] https://bugs.gentoo.org/show_bug.cgi?id=562910

-- 
Regards Daniel



Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-03 Thread lee
Daniel Pielmeier  writes:

> Afaik nvidia-settings is on it's way out of portage thus considered
> deprecated.

What's is replacing it?



Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-02 Thread Daniel Pielmeier
meino.cra...@gmx.de schrieb am 01.01.2017 um 07:29:
[snip]
> CMake Error at cmake/ConkyPlatformChecks.cmake:353 (message):
>   Unable to find XNVCtrl library
> Call Stack (most recent call first):
>   CMakeLists.txt:37 (include)
> 
[snip]
> 
> I searched for XNVCtrl with eix and didn't found anything related.
> The internet says, it is part of nvidia-settings, but my
> nvidia-settings are uptodate and no USE-flag seems to be guilty for
> not builing that library.
> 
> How can I cirumvent that problem ?
[snip]

Afaik nvidia-settings is on it's way out of portage thus considered
deprecated. Unmerge it and conky should pull in nvidia-drivers with
USE="tools,static-libs" automatically.

-- 
Regards
Daniel



0xC5E80123.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-01 Thread David Haller
Hello,

On Sun, 01 Jan 2017, meino.cra...@gmx.de wrote:
>conky fails to build:
>CMake Error at cmake/ConkyPlatformChecks.cmake:353 (message):
>  Unable to find XNVCtrl library
>Call Stack (most recent call first):
>  CMakeLists.txt:37 (include)

Add the 'static-libs' use-flag for x11-drivers/nvidia-drivers
and rebuild that.

HTH,
-dnh

-- 
fs_dprintk (FS_DEBUG_INIT, "Ha! Initialized OK!\n");
linux-2.6.6/drivers/atm/firestream.c



Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-01 Thread Arve Barsnes
On 1 January 2017 at 07:29,  wrote:

> I searched for XNVCtrl with eix and didn't found anything related.
> The internet says, it is part of nvidia-settings, but my
> nvidia-settings are uptodate and no USE-flag seems to be guilty for
> not builing that library.
>
> How can I cirumvent that problem ?
>

You can check if the library is actually present with `equery f
nvidia-settings`

I have the library, but I don't know why I have the nvidia USE flag enabled
for conky, since I don't use that functionality. You can do as I now intend
to do, and disable that flag for conky, or try rebuilding nvidia-settings.


[gentoo-user] conky failed to build: Missing unknown library/application/whatever

2016-12-31 Thread Meino . Cramer
Hi,

conky fails to build:
-- Checking for module 'ncurses'
--   Found ncurses, version 6.0.20150808
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for 5 include files netdb.h, ..., arpa/inet.h
-- Looking for 5 include files netdb.h, ..., arpa/inet.h - found
-- Looking for include file iconv.h
-- Looking for include file iconv.h - found
-- Looking for iconv
-- Looking for iconv - found
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.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/lib64/libX11.so
-- Checking for one of the modules 'lua5.1;lua-5.1;lua51;lua'
-- Checking for modules 'cairo;cairo-xlib'
--   Found cairo, version 1.14.6
--   Found cairo-xlib, version 1.14.6
-- Checking for one of the modules 'imlib2;Imlib2'
CMake Error at cmake/ConkyPlatformChecks.cmake:353 (message):
  Unable to find XNVCtrl library
Call Stack (most recent call first):
  CMakeLists.txt:37 (include)


-- Configuring incomplete, errors occurred!
See also 
"/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4_build/CMakeFiles/CMakeOutput.log".
See also 
"/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4_build/CMakeFiles/CMakeError.log".
 * ERROR: app-admin/conky-1.10.4::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 * ebuild.sh, line  115:  Called src_configure
 *   environment, line 3794:  Called cmake-utils_src_configure
 *   environment, line 1163:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  444:  Called enable_cmake-utils_src_configure
 *   environment, line 1612:  Called die
 * The specific snippet of code:
 *   "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake 
failed";
 * 
 * If you need support, post the output of `emerge --info 
'=app-admin/conky-1.10.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv 
'=app-admin/conky-1.10.4::gentoo'`.
 * The complete build log is located at 
'/var/tmp/portage/app-admin/conky-1.10.4/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-admin/conky-1.10.4/temp/environment'.
 * Working directory: 
'/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4_build'
 * S: '/var/tmp/portage/app-admin/conky-1.10.4/work/conky-1.10.4'

I searched for XNVCtrl with eix and didn't found anything related.
The internet says, it is part of nvidia-settings, but my
nvidia-settings are uptodate and no USE-flag seems to be guilty for
not builing that library.

How can I cirumvent that problem ?

Happy New Year!
Cheers
Meino