Date: Fri, 16 Feb 2007 22:04:39 GMT From: Volker Werth<volker@vwsoft.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/109248: havp does not build with latest clamav 0.90 Message-ID: <200702162204.l1GM4d8p051754@www.freebsd.org> Resent-Message-ID: <200702162210.l1GMA2GB066334@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109248 >Category: ports >Synopsis: havp does not build with latest clamav 0.90 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 22:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Volker Werth >Release: RELENG_6_2 >Organization: >Environment: >Description: Trying to build havp after syncing ports tree and upgraded clamav to the latest 0.90 version, a havp make gives: gmake[1]: Entering directory `/usr/ports/www/havp/work/havp-0.82/havp' c++ -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -Wall -DNOMAND -DUSECLAMLIB -c -o scanners/clamlibscanner.o scanners/clamlibscanner.cpp scanners/clamlibscanner.cpp: In member function `virtual bool ClamLibScanner::InitDatabase()': scanners/clamlibscanner.cpp:32: error: `cl_loaddbdir' was not declared in this scope scanners/clamlibscanner.cpp:32: warning: unused variable 'cl_loaddbdir' scanners/clamlibscanner.cpp: In member function `virtual bool ClamLibScanner::ReloadDatabase()': scanners/clamlibscanner.cpp:68: error: `cl_loaddbdir' was not declared in this scope scanners/clamlibscanner.cpp:68: warning: unused variable 'cl_loaddbdir' gmake[1]: *** [scanners/clamlibscanner.o] Error 1 gmake[1]: Leaving directory `/usr/ports/www/havp/work/havp-0.82/havp' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/havp. File /usr/local/include/clamav.h does not list a prototype for cl_loaddbdir function anymore (have checked with 0.88 include file and there has been a change in prototypes). >How-To-Repeat: sync ports tree have latest clamav installed (cd /usr/ports/security/clamav && make install clean) build havp (cd /usr/ports/www/havp && make install clean) >Fix: DUNNO - check clamav commits and see if function cl_loaddb() now has the functionality of old cl_loaddbdir() ? >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702162204.l1GM4d8p051754>