From owner-freebsd-ports@FreeBSD.ORG Sat Nov 23 02:56:53 2013 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 B6471C0B; Sat, 23 Nov 2013 02:56:53 +0000 (UTC) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6602C2DCD; Sat, 23 Nov 2013 02:56:53 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id pa12so1489302veb.16 for ; Fri, 22 Nov 2013 18:56:52 -0800 (PST) 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=aUZdsuPRkDAJ6mWq7WBCaPiHBYnS+GBNtfZ0PwIblkk=; b=p5hG3t7R+EkHVcGoG0BCDpYPliJJX5p/BFuWBdYCRgHf+ffXPnpY7uzMTxjKgL3sPX dTXqsmXHYA6laU9BzQSv/SfcWp6N3uxhpydCC6pkRnL3sQRGKVjzDxOTBFK451kt2CsL wQDRhBdTBqyFAfVfxeW/fxaIB3u8oqWH46PaJhATbFVF8GAt75hfMAbngsEADgmWKZt4 HsHs/3oGeCRaUd+U88Y9uOl1sQo7KD/PJqzPC6bQEFN1dC8FY0j1F1bvEEV2fk25XSqs w3KwplFYvp05xWio+F7sIr6RocBlEffPzJCVVcnG9XD7d65Xe+GkYNR5kI0q4YWaHR8Q ZsvA== MIME-Version: 1.0 X-Received: by 10.58.208.130 with SMTP id me2mr14433798vec.13.1385175411905; Fri, 22 Nov 2013 18:56:51 -0800 (PST) Received: by 10.58.37.135 with HTTP; Fri, 22 Nov 2013 18:56:51 -0800 (PST) In-Reply-To: References: Date: Fri, 22 Nov 2013 21:56:51 -0500 Message-ID: Subject: Re: problem with clamav From: Shawn Webb To: AN Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: garga@freebsd.org, FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 02:56:53 -0000 On Fri, Nov 22, 2013 at 8:57 PM, AN wrote: > FreeBSD .rootbsd.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r258260M: Sun > Nov 17 13:01:19 EST 2013 rootbsd.net:/usr/obj/usr/src/sys/GENERIC amd64 > > # portupgrade -va > ---> Session started at: Fri, 22 Nov 2013 20:46:56 -0500 > [Reading data from pkg(8) ... - 81 packages found - done] > ** Port marked as IGNORE: security/clamav: > Unknown version of GCC specified (USE_GCC=any) > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > - security/clamav (marked as IGNORE) > ---> Packages processed: 0 done, 1 ignored, 0 skipped and 0 failed > ---> Session ended at: Fri, 22 Nov 2013 20:47:00 -0500 (consumed 00:00:03) > > > # pkg info |grep gcc > gcc-4.6.4 GNU Compiler Collection 4.6 > gcc-ecj-4.5 Eclipse Java Compiler used to build GCC Java > > # pkg info |grep clam > clamav-0.98_2 Command line virus scanner written entirely > in C > > Is clamav broken on current? Any suggestions on how to proceed? > > Thanks in advance. > The problem wouldn't be with ClamAV, but with the port entry. ClamAV currently doesn't build with clang on 11-CURRENT, but it does indeed work with gcc (I'm building manually from source checked out via git, and am using gcc/g++ 4.6.4 from ports). Maybe the port maintainer has some input. Thanks, Shawn