From owner-freebsd-ports@FreeBSD.ORG Sat May 17 13:59:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9A3FF27; Sat, 17 May 2014 13:59:21 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D3F52409; Sat, 17 May 2014 13:59:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=iPbrcM2mve0AvHh2JJJsdf P0Uzc=; b=C+sbr69Kq1TRac7ffF6r0LgOkXMyK4W6aMcDiGTUMbdg4ReJYsDkNj 5c5B/bDatg+sAyC3wodDNeo+Fszf6fJuuTTi3lLFWLVScNE2WQOXtMMIdNTIoGIR 25kQOGvMGQ+zoAIX1/+GfH2Zujk0SF3WIMPRVTPwNhWNbsqJhUNSc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=gInZwriLZ/Lj6mtVkACzz4LSsE/Lv yHQAlXWpFoBvpog5fQik6qcK+yZFDmGv2avOkRyjGBpcd7q7bLT1ED3u3ZTOre8+ N93EdOKdbhLmHPThbFgP+YHejCmeubauR2IioHwk44SPDvgswLxIHXTAaaAgB19t GFM0Wsjd3881F8= Date: Sat, 17 May 2014 15:28:57 +0200 Message-ID: <86mweglejq.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: Subject: Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface... In-Reply-To: <20140516072241.7421bae5@tiger2008.drpetervoigt.private> References: <20140515215938.5283149e@tiger2008.drpetervoigt.private> <2746328.5sBV1ZLD7S@tp-localdomain> <20140516072241.7421bae5@tiger2008.drpetervoigt.private> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: Renato Botelho X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 13:59:21 -0000 On Fri, 16 May 2014 07:22:41 +0200 Dr. Peter Voigt wrote: > Am Thu, 15 May 2014 18:33:36 -0400 > schrieb Renato Botelho : > > > On Thursday, May 15, 2014 04:23:28 PM Shawn Webb wrote: > > > On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt > > > wrote: > > > > After the upgrade to clamav-0.98.3_2 I am obtaining following > > > > error on every start of ClamAV: > > > > > > > > # service clamav-clamd start > > > > Starting clamav_clamd. > > > > LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not > > > > found - unrar support unavailable > > > > > > > > ClamAV, however, seems to work correctly. Is this a known issue? > > > > > > > > I am on 10.0-RELEASE-p3 amd64. > > > > > > > > Regards, > > > > Peter > > > > > > Hey Peter, > > > > > > This can be fixed by applying this patch: > > > https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc > > > 4dd16ee372e5 > > > > > > CC'd on this email is the ports maintainer for ClamAV. > > > > Fixed. Thanks! > > > > Yeah, thanks, I've just pulled in clamav-0.98.3_3 which has this issue > fixed. % pkg version -v |grep clamav clamav-0.98.3_3 = up-to-date with port % sudo /usr/local/etc/rc.d/clamav-clamd start Starting clamav_clamd. LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found - unrar support unavailable What revision should fix this issue? Did you forget to bump port revision? I'll rebuild clamav. Thanks. -- Herbert