Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698784 - net-analyzer/gvm-libs-10.0.1 : One or more CMake variables were not used by the project:
Summary: net-analyzer/gvm-libs-10.0.1 : One or more CMake variables were not used by t...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hasan Calisir
URL:
Whiteboard:
Keywords:
: 713828 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-10-28 19:21 UTC by Toralf Förster
Modified: 2020-03-21 17:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
etc.portage.tbz2 (etc.portage.tbz2,17.39 KB, application/x-bzip)
2019-10-28 19:21 UTC, Toralf Förster
Details
net-analyzer:gvm-libs-10.0.1:20191028-062740.log (net-analyzer:gvm-libs-10.0.1:20191028-062740.log,48.16 KB, text/plain)
2019-10-28 19:21 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ?