From owner-freebsd-ports@FreeBSD.ORG Thu May 15 21:24:46 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 888A1E5; Thu, 15 May 2014 21:24:46 +0000 (UTC) Received: from mail-ve0-x22a.google.com (mail-ve0-x22a.google.com [IPv6:2607:f8b0:400c:c01::22a]) (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 33A94255D; Thu, 15 May 2014 21:24:46 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id db11so2099978veb.29 for ; Thu, 15 May 2014 14:24:45 -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=OPPqar5iyz24Y4u3yQu2u6b0kiAjkDVIPGO5uh6sne4=; b=gGjQIV3BxJLsCHN76q0g1Ttwpyy+PHIwobfh36PqvZsdUhSb08oiYGyyYVD32jkzF9 3T+PlVVtmf5oUD9ldy55w8vBGIcxnVU5Fi65LyQWab0iVdQVTKmQh4byaVvuqMa+dDPC YN1CmohTokJfmj7u/im3KcKBQ5/hzTgnYUPg0M5w3kooHTPgtyByejANUzN0GgL0jfop 9KoEHbQDacUr6T5A6DBTKYeAgn81huRgY9AKkHyIOboiacLWPkOicLRgMRZ2R4YalPfH l3hHHCwM9+Blwp7/ja1iMjjMizpWE/JX1VcPx1st2VczyGKHhsGSQFtik9pakEkcbpL5 kaPQ== MIME-Version: 1.0 X-Received: by 10.221.36.73 with SMTP id sz9mr55010vcb.62.1400189085135; Thu, 15 May 2014 14:24:45 -0700 (PDT) Received: by 10.58.12.102 with HTTP; Thu, 15 May 2014 14:24:45 -0700 (PDT) In-Reply-To: <20140515232023.71e1d1f6@tiger2008.drpetervoigt.private> References: <20140515215938.5283149e@tiger2008.drpetervoigt.private> <20140515232023.71e1d1f6@tiger2008.drpetervoigt.private> Date: Thu, 15 May 2014 17:24:45 -0400 Message-ID: Subject: Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface... From: Shawn Webb To: "Dr. Peter Voigt" 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: Thu, 15 May 2014 21:24:46 -0000 On Thu, May 15, 2014 at 5:20 PM, Dr. Peter Voigt wrote: > Am Thu, 15 May 2014 16:23:28 -0400 > schrieb Shawn Webb : > > > 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/d17ee49f75e23b43fadf745c27dc4dd16ee372e5 > > > > CC'd on this email is the ports maintainer for ClamAV. > > > > Thanks, > > > > Shawn > > Shawn, thanks for your extremely quick reply. I am afraid, I am not yet > experienced enough to apply a patch to files of a port that are not > permanently present in the ports tree like "configure" and > "m4/reorganization/version.m4". > > Nevertheless, the issue is obviously ClamAV related and should be > merged to a new version of security/clamav. Should I open a > corresponding PR or does the CC-ed maintainer feel informed > sufficiently? > > Regards, > Peter > Opening a PR never hurts. I'm sure Renato will see both. As you can see by the link I provided, the fix for this is in upstream ClamAV 0.98.4, which will be released in the near future (sorry, no exact ETA). Thanks, Shawn