Search Criteria
Package Details: gsa 21.4.2-4
Git Clone URL: | https://aur.archlinux.org/gsa.git (read-only, click to copy) |
---|---|
Package Base: | gsa |
Description: | Greenbone Security Assistant |
Upstream URL: | https://github.com/greenbone/gsa |
Licenses: | GPL |
Submitter: | mfulz |
Maintainer: | mfulz |
Last Packager: | mfulz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-16 22:14 (UTC) |
Last Updated: | 2021-10-11 08:51 (UTC) |
Dependencies (12)
- gnutls (gnutls-tiny-git, gnutls-git, gnutls-openssl, gnutls-nodocs-git)
- gvm-libs-20
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- libmicrohttpd (libmicrohttpd-git)
- libxml2 (libxml2-git)
- openvas-scanner
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-9.5, postgresql-9.4, postgresql-src-beta, postgresql-9.6, postgresql-11, postgresql-10, postgresql-lts, postgresql-12, postgresql13, postgresql-src)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium) (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
- xmltoman (make)
Latest Comments
freedom1b2830 commented on 2022-04-21 15:20 (UTC) (edited on 2022-04-21 15:21 (UTC) by freedom1b2830)
due to gsa developers using
node.js 10
(for debian Buster) and archlinux usesnode.js 17
then the solution is now only injpoppe
's comment, namely to executeyarn upgrade
in the gsa directory before buildingsee https://github.com/greenbone/gsa/issues/3422
nicknight commented on 2022-02-09 19:18 (UTC)
@fortw the problem is a package community/greenbone-security-assistant 9.0.1-1 in the standard repositories.
jpoppe commented on 2022-01-05 15:11 (UTC)
@TechVio and @mfulz
The issue is probably that the version of
PostCSS
which is used by thestyled-components
package is incompatible with Node 17.Upgrading the yarn dependencies fixed it for me, for example edit the PKGBUILD like this:
The upgraded packages are untested, so need to wait for upstream fix or older Node version if you don't want this work around.
TechVio commented on 2021-12-10 20:09 (UTC) (edited on 2021-12-11 16:47 (UTC) by TechVio)
@mfulz i get this error when installing gsa (yay)
alien2003 commented on 2021-09-25 12:45 (UTC) (edited on 2021-09-25 12:45 (UTC) by alien2003)
@mfulz That was the issue because systemd service was in /lib instead of /usr/lib. I've made a quick dirty fix (I'm not familiar with PKGBUILD guidelines, sorry). It's ugly, I'm sorry about it!
mfulz commented on 2021-09-16 08:06 (UTC)
@alien2003 thanks I've realized this already but I don't know why this is happening -> Need to check it out
alien2003 commented on 2021-09-14 11:53 (UTC)
/lib exists in filesystem (owned by filesystem)
fortw commented on 2021-04-23 13:47 (UTC) (edited on 2021-04-23 13:50 (UTC) by fortw)
For some weird reason following the instructions on https://wiki.archlinux.org/index.php/OpenVAS I end up with the following problem:
gsad won't work because it can't find certain libgvm_(...).10 libraries which is weird since I'd assume that the gsad 20.x version would work with libs provided by gvm-libs-20. I copied these libgvm_(...).10 libs by hand from the official arch linux package lib-gvm's sources into /usr/lib/ and it worked fine. Can someone reproduce this?
mfulz commented on 2021-04-19 10:05 (UTC)
I will check this out, but not sure if this is here not more a problem related to yay. I'm using aurutils and don't have any issue at all
r0b0t commented on 2021-04-19 00:00 (UTC) (edited on 2021-04-19 00:00 (UTC) by r0b0t)
Hi, could you change the name from gsa 20 to gsa-20 or something like that? the problem is that with yay this cannot be installed, as if yay -S gsa is called then the community/greenbone-security-assistant 9.0.1-1 (2.4 MiB 13.7 MiB) [greenbone-vulnerability-manager] from community will be installed instead... Not cool at all... Had to install from PKGBUILD