From owner-freebsd-ports@FreeBSD.ORG Sat May 17 14:35:57 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 3C3BFAF5; Sat, 17 May 2014 14:35:57 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DADD82780; Sat, 17 May 2014 14:35:56 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id ij19so7642611vcb.14 for ; Sat, 17 May 2014 07:35:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DaPHeZrP1D1l5gyCsmJzaya4LeH/Ed+eMnOg4RdHavc=; b=asok5MY+EVNf9XbP1JsjsOe7jRD5guLROvIt84L9e+IlttGbRNFD2K+RZjLG5s6UZc Prxh7Tuz5TUEtVoXwFelDA+Skwv494wEkFPvffn/tVZQFeM7rGyV2o1hd1JdVv9Ixukv teT+qBidgr3OtmyEF3uO33gED/M3Nx0k9VpHc6ne9Q4cggvXXvwk3mzjoTJluOViBfj9 UewoLFpaDokwGL0EbnfMlUildbNEJ2gyG8U8P0Ltd/m6/gF8MlarACZogyXUxCRnwLEO cOEaraOF2Eil09jpV97SNiiqr4TSAgCW+q99iZQDR/gh0AtoigsAYM3lNBK3XK8gDA5m /iqA== MIME-Version: 1.0 X-Received: by 10.220.92.193 with SMTP id s1mr3000707vcm.34.1400337356034; Sat, 17 May 2014 07:35:56 -0700 (PDT) Received: by 10.58.12.102 with HTTP; Sat, 17 May 2014 07:35:55 -0700 (PDT) In-Reply-To: <86mweglejq.wl%hskuhra@eumx.net> References: <20140515215938.5283149e@tiger2008.drpetervoigt.private> <2746328.5sBV1ZLD7S@tp-localdomain> <20140516072241.7421bae5@tiger2008.drpetervoigt.private> <86mweglejq.wl%hskuhra@eumx.net> Date: Sat, 17 May 2014 10:35:55 -0400 Message-ID: Subject: Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface... From: Shawn Webb To: "Herbert J. Skuhra" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Renato Botelho , FreeBSD Ports ML 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 14:35:57 -0000 On Sat, May 17, 2014 at 9:28 AM, Herbert J. Skuhra wrote: > 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. > > Hey Herbert, Applying this patch will fix the issue: https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5 Renato, can you please add that patch to the port? Thanks, Shawn