Public bug reported:
puppet-module-puppet-concat (7.3.1-2) shows a dependency for puppet-
module-puppetlabs-stdlib but lacks version dependencies.
concat v7.3.1 requires stdlib >= 4.13.1 < 9.0.0
but puppet-module-puppetlabs-stdlib is currently 9.4.1-1 which doesn't fulfill
the dependency
puppet
This seems to be related to source fortification.
If I build the argus binary myself it works with
export CFLAGS=-D_FORTIFY_SOURCE=1 ./configure
export CFLAGS=-D_FORTIFY_SOURCE=2 ./configure
but if I do
export CFLAGS=-D_FORTIFY_SOURCE=2 ./configure
then I get the same error as in argus-server 2:3.