[arch-general] OpenVAS in AUR not compiling

Ionut Biru ibiru at archlinux.org
Sat Oct 15 12:38:53 EDT 2011


On 10/15/2011 07:30 PM, Karol Blazewicz wrote:
> On Sat, Oct 15, 2011 at 6:13 PM, Alessio 'Blaster' Biancalana
> <dottorblaster at archlinux.us>  wrote:
>> Hello guys,
>> I require you to test some stuff.
>>
>> Trying to compile OpenVAS, I get Error 2 or some other things.
>> Now I ask, it's my fault or...?
>>
>> Let me know if openvas-libraries in AUR builds fine for you ;)
>>
>> --
>> Bl at ster / dottorblaster
>>
>
> I think it's the wrong list - you should ask on aur-general as it's an
> aur package. Post this error on the AUR page of that package too - the
> maintainer may be able to help you.
>
> I got
>
> Linking C static library libopenvas_nasl.a
> [ 73%] Built target openvas_nasl_static
> Scanning dependencies of target openvas-nasl
> [ 73%] Building C object nasl/CMakeFiles/openvas-nasl.dir/nasl.c.o
> Linking C executable openvas-nasl
> ../misc/libopenvas_misc.a(network.c.o): In function `open_SSL_connection':
> /home/karol/test/makepkg/src/openvas-libraries-4.0.5/misc/network.c:828:
> undefined reference to `gnutls_transport_set_lowat'
> collect2: ld returned 1 exit status
> make[2]: *** [nasl/openvas-nasl] Error 1
> make[1]: *** [nasl/CMakeFiles/openvas-nasl.dir/all] Error 2
> make: *** [all] Error 2
> ==>  ERROR: A failure occurred in build().
>      Aborting...


gnutls_transport_set_lowat is deprecated in gnutls 3.0. To fix this 
issue you have to patch the sources and remove entire that line.

-- 
Ionuț


More information about the arch-general mailing list