From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 29 14:40:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A578A16A419 for ; Sat, 29 Dec 2007 14:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8859913C4D3 for ; Sat, 29 Dec 2007 14:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBTEe4K6014090 for ; Sat, 29 Dec 2007 14:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBTEe4Bf014089; Sat, 29 Dec 2007 14:40:04 GMT (envelope-from gnats) Resent-Date: Sat, 29 Dec 2007 14:40:04 GMT Resent-Message-Id: <200712291440.lBTEe4Bf014089@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, Michael Scheidell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 033C716A419 for ; Sat, 29 Dec 2007 14:35:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E980B13C465 for ; Sat, 29 Dec 2007 14:35:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id lBTEYf9o083916 for ; Sat, 29 Dec 2007 14:34:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id lBTEYfdN083915; Sat, 29 Dec 2007 14:34:41 GMT (envelope-from nobody) Message-Id: <200712291434.lBTEYfdN083915@www.freebsd.org> Date: Sat, 29 Dec 2007 14:34:41 GMT From: Michael Scheidell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/119134: clamav .92 needs libgmp-4.2.2 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: Sat, 29 Dec 2007 14:40:04 -0000 >Number: 119134 >Category: ports >Synopsis: clamav .92 needs libgmp-4.2.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 29 14:40:04 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Michael Scheidell >Release: 5.5 >Organization: SECNAP Network Security Corp >Environment: FreeBSD GSNJSPT01.galaxy.lan 5.5-RELEASE-p14 FreeBSD 5.5-RELEASE-p14 #0: Sun Jul 15 04:04:11 EDT 2007 root@GSNJSPT01.galaxy.lan:/usr/obj/usr/src/sys/HACKERTRAP_850 i386 >Description: sorry if I didn't look exactly, but a rebuild (from clamav .91.2) to clamav .92 I got an error about a missing gmp.h file. (yes, I know, sorry, I should have copied it) it was running libgmp-4.1.1_1 >How-To-Repeat: downgrade libgmp and try to compile clamav .92? >Fix: I upgraded to libgmp-4.2.2 and recompiled clamav and it worked. I suggest this patch to force lib dependency: (do you need to bump the portversion? maybe not. If it built an ran, no need to build again for people who are compulsive about ports versions ;-) diff -bBru Makefile.org Makefile --- Makefile.org Wed Dec 19 18:08:36 2007 +++ Makefile Sat Dec 29 09:32:53 2007 @@ -13,7 +13,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= libgmp>=4.2.2:${PORTSDIR}/math/libgmp4 OPTIONS= ARC "Enable arch archives support" On \ ARJ "Enable arj archives support" On \ >Release-Note: >Audit-Trail: >Unformatted: