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 -------------------------------------------------------------------
Created attachment 594280 [details] etc.portage.tbz2
Created attachment 594282 [details] net-analyzer:gvm-libs-10.0.1:20191028-062740.log
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.
*** Bug 713828 has been marked as a duplicate of this bug. ***
(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 ?