Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 698784

Summary: net-analyzer/gvm-libs-10.0.1 : One or more CMake variables were not used by the project:
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Hasan Calisir <hasan.calisir>
Status: RESOLVED INVALID    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: etc.portage.tbz2
net-analyzer:gvm-libs-10.0.1:20191028-062740.log

Description Toralf Förster gentoo-dev 2019-10-28 19:21:23 UTC
QA: other
One or more CMake variables were not used by the project:
  BUILD_WITHOUT_LDAP
  BUILD_WITHOUT_RADIUS

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20191026-021710

  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2019-10-28 19:21:26 UTC
Created attachment 594280 [details]
etc.portage.tbz2
Comment 2 Toralf Förster gentoo-dev 2019-10-28 19:21:29 UTC
Created attachment 594282 [details]
net-analyzer:gvm-libs-10.0.1:20191028-062740.log
Comment 3 Hasan Calisir 2019-10-29 14:03:39 UTC
Not a QA issue.

This is only warning about build completed without radius and ldap support that user not use ldap&radius use flags while compiling.

-----------------------------------------------------------
$(usex ldap -DBUILD_WITHOUT_LDAP=0 -DBUILD_WITHOUT_LDAP=1)
$(usex radius -DBUILD_WITHOUT_RADIUS=0 -DBUILD_WITHOUT_RADIUS=1)
-----------------------------------------------------------

Closed.
Comment 4 Toralf Förster gentoo-dev 2020-03-21 17:50:23 UTC
*** Bug 713828 has been marked as a duplicate of this bug. ***
Comment 5 Toralf Förster gentoo-dev 2020-03-21 17:54:11 UTC
(In reply to Hasan Calisir from comment #3)
> Not a QA issue.
> 
> This is only warning about build completed without radius and ldap support
> that user not use ldap&radius use flags while compiling.
> 
> -----------------------------------------------------------
> $(usex ldap -DBUILD_WITHOUT_LDAP=0 -DBUILD_WITHOUT_LDAP=1)
> $(usex radius -DBUILD_WITHOUT_RADIUS=0 -DBUILD_WITHOUT_RADIUS=1)
> -----------------------------------------------------------
> 
> Closed.

Hhm, how do other devs deal with such a warning ?