You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json-glib as a requirement was introduced accidentally with the last
gvm-libs release but isn't used at all. Therefore remove the dependency
again.
Fixes#860
gvm-libs-22.15.0 marks as required json-glib-1.0>=1.4.4
gvm-libs/openvasd/CMakeLists.txt
Line 20 in 30dc818
The commit message of b9aa11d states "Replace libjson-glib with libcjson", but I don't see libjson-glib used nor linked by gvm-libs.
See: gentoo/gentoo#39801 (comment)
Is this a wrong dependency declaration?
libjson-glib is linked in openvas-scanner
https://github.com/greenbone/openvas-scanner/blob/a9e3aadc508ed3799d1dcf696927cd864339091a/misc/table_driven_lsc.c#L23
https://github.com/greenbone/openvas-scanner/blob/a9e3aadc508ed3799d1dcf696927cd864339091a/misc/ipc.c#L14
but it doesn't seems to be used in gvm-libs.
Expected behavior
gvm-libs should build without libjson-glib
Actual behavior
gvm-libs fails to build without libjson-glib
The text was updated successfully, but these errors were encountered: