Package Details: openvas-scanner 23.8.0-1

Git Clone URL: https://aur.archlinux.org/openvas-scanner.git (read-only, click to copy)
Package Base: openvas-scanner
Description: Vulnerability scanning Daemon
Upstream URL: https://github.com/greenbone/openvas-scanner
Licenses: GPL
Groups: greenbone-vulnerability-manager
Submitter: mfulz
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-16 22:17 (UTC)
Last Updated: 2024-07-23 18:07 (UTC)

Latest Comments

1 2 3 4 Next › Last »

lmat commented on 2024-07-16 16:34 (UTC)

Yes, I opened https://github.com/greenbone/openvas-scanner/issues/1681

TrialnError commented on 2024-07-16 16:29 (UTC)

Yes, for whatever reason the cmake script cannot get the version of the libgcrypt package.
Odd thing is, the version is available and it doesn't do anything different from the other dep checks:

$ pkg-config libgcrypt-config --version
2.1.1

https://github.com/greenbone/openvas-scanner/blob/1ffc0c8310354aedab481750ec9fbfea42ee4d26/nasl/CMakeLists.txt#L98

Did you open the respective issue on the upstream repo?

lmat commented on 2024-07-16 13:38 (UTC)

I'm trying to install, but having trouble. I installed gvm-libs using makepkg. During make, I saw an error about missing libgcrypt, so I installed that. But, when I makepkg -sri, I get

...
-- Looking for netsnmp...
-- Looking for netsnmp... /usr/lib/libnetsnmp.so
-- Looking for libgcrypt...
-- Looking for libgcrypt... /usr/lib/libgcrypt.so
--   found libgcrypt, version 
CMake Error at nasl/CMakeLists.txt:103 (message):
  libgcrypt 1.6 or greater is required


-- Looking for bison...
-- Found BISON: /usr/bin/bison (found suitable version "3.8.2", minimum required is "2.5")
-- Checking for module 'libbsd'
--   Found libbsd, version 0.12.2
-- Looking for libgcrypt...
-- Looking for libgcrypt... /usr/lib/libgcrypt.so
--   found libgcrypt, version 
CMake Error at src/CMakeLists.txt:38 (message):
  libgcrypt 1.6 or greater is required


-- Looking for pcap...
-- Looking for pcap... /usr/lib/libpcap.so
-- Looking for pcap-config...
-- Looking for pcap-config... /usr/bin/pcap-config
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Doxygen: /usr/bin/doxygen (found version "1.11.0") found components: doxygen dot
-- WARNING: pandoc is required to build the HTML user manual.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

Maybe there is a problem with the libgcrypt version in official repositories?

carlosnewmusic commented on 2024-07-08 15:41 (UTC) (edited on 2024-07-08 15:54 (UTC) by carlosnewmusic)

I don't have custom flags, I use makepkg, I use pamac, https://pastebin.com/4BizdnbZ

TrialnError commented on 2024-06-18 22:03 (UTC)

I cannot reproduce this build failure in a clean chroot, carlosnewmusic.

(...)
==> Creating package "openvas-scanner"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: openvas-scanner 23.4.1-1 (Tue Jun 18 23:54:47 2024)

Do you have any custom CFLAGS/LDFLAGS configured? How are you building the package? makepkg or some aur helper?
As a sidenote: You can use LANG=C before a command to temporarily get the output of a command in english. I got the gist of the error messages when they were localized, but my knowledge is almost non existant. To much time has passend when I dabbled with languages like spanish or similiar to it.

carlosnewmusic commented on 2024-06-18 08:56 (UTC)

Build error https://pastebin.com/xZ1eyHEg

chovy commented on 2024-06-04 18:02 (UTC)

From your posted log snippet I assume there is some AUR helper at work? The issue seems to be, that gvm-libs offers PGP signatures and the key doesn't seem to be in your local gpg keyring. And therefore it didn't build the package.

yes, the key would not import so I tried without it.

TrialnError commented on 2024-06-04 17:59 (UTC)

Hi chovy.
From your posted log snippet I assume there is some AUR helper at work? The issue seems to be, that gvm-libs offers PGP signatures and the key doesn't seem to be in your local gpg keyring. And therefore it didn't build the package.

chovy commented on 2024-06-04 15:13 (UTC)

==> ERROR: One or more PGP signatures could not be verified!
 -> error making: gvm-libs-exit status 1
==> Making package: openvas-scanner 23.2.2-1 (Tue 04 Jun 2024 08:12:27 AM PDT)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> gvm-libs
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
 -> error making: openvas-scanner-exit status 8
 -> Failed to install the following packages. Manual intervention is required:
gvm-libs - exit status 1
openvas-scanner - exit status 8

TrialnError commented on 2024-05-13 19:13 (UTC)

Please check again with 23.2.2 sTiKyt. Didn't test 23.0.x again, but the newest compiles for me in a clean build environment.