From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 16 22:10:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A36916A407 for ; Fri, 16 Feb 2007 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D48FD13C461 for ; Fri, 16 Feb 2007 22:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1GMA2mn066335 for ; Fri, 16 Feb 2007 22:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1GMA2GB066334; Fri, 16 Feb 2007 22:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 16 Feb 2007 22:10:02 GMT Resent-Message-Id: <200702162210.l1GMA2GB066334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Werth Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97EFC16A401 for ; Fri, 16 Feb 2007 22:04:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 8708D13C428 for ; Fri, 16 Feb 2007 22:04:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1GM4doh051755 for ; Fri, 16 Feb 2007 22:04:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l1GM4d8p051754; Fri, 16 Feb 2007 22:04:39 GMT (envelope-from nobody) Message-Id: <200702162204.l1GM4d8p051754@www.freebsd.org> Date: Fri, 16 Feb 2007 22:04:39 GMT From: Volker Werth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/109248: havp does not build with latest clamav 0.90 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 22:10:03 -0000 >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: