From owner-freebsd-ports@FreeBSD.ORG Sun Feb 19 19:26:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE0316A420 for ; Sun, 19 Feb 2006 19:26:28 +0000 (GMT) (envelope-from cmchugh@captel.com) Received: from castor.captel.com (castor.captel.com [207.181.130.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4626643D45 for ; Sun, 19 Feb 2006 19:26:27 +0000 (GMT) (envelope-from cmchugh@captel.com) Received: from crux.captel.com (ns3.netrax.net [64.72.111.105]) by castor.captel.com (8.13.4/8.13.3) with ESMTP id k1JJQPXZ038945; Sun, 19 Feb 2006 14:26:26 -0500 (EST) (envelope-from cmchugh@captel.com) Received: from [127.0.0.1] (oh-67-77-123-229.sta.sprint-hsd.net [67.77.123.229]) (authenticated bits=0) by crux.captel.com (8.13.4/8.12.11) with ESMTP id k1JJQFcV053127; Sun, 19 Feb 2006 14:26:19 -0500 (EST) Message-ID: <43F8C712.9000408@captel.com> Date: Sun, 19 Feb 2006 14:29:22 -0500 From: "Christopher C. McHugh" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Boris Samorodov References: <43F5D851.4080105@captel.com> <43F5DB21.4070502@captel.com> <17056324@srv.sem.ipt.ru> In-Reply-To: <17056324@srv.sem.ipt.ru> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on castor.captel.com X-Virus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Clamav 0.88 make problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 19:26:28 -0000 Boris, The cvsup and the portupgrade of libtool15 did the trick. Thanks so much! -Christopher Boris Samorodov wrote: > On Fri, 17 Feb 2006 09:18:09 -0500 Christopher C. McHugh wrote: > > >> I should also point out I am running FreeBSD 5.4 >> > > >> Christopher C. McHugh wrote: >> >>> Hello all- >>> >>> I am currently having an issue getting clamav port to make: >>> >>> ===> Vulnerability check disabled, database not found >>> ===> Found saved configuration for clamav-0.86.1 >>> ===> Extracting for clamav-0.88 >>> => Checksum OK for clamav-0.88.tar.gz. >>> ===> Patching for clamav-0.88 >>> ===> Applying extra patch >>> /usr/ports/security/clamav/files/extra-patch-libclamav__unrarlib.h >>> ===> Applying FreeBSD patches for clamav-0.88 >>> ===> clamav-0.88 depends on shared library: gmp.6 - found >>> ===> Configuring for clamav-0.88 >>> > > Can't reproduce it: > > # uname -srm > FreeBSD 5.4-STABLE i386 > > # cd /usr/ports/security/clamav > # make configure > ----- > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for clamav-0.83 > ===> Extracting for clamav-0.88 > => MD5 Checksum OK for clamav-0.88.tar.gz. > ===> Patching for clamav-0.88 > ===> Applying extra patch /usr/ports/security/clamav/files/extra-patch-libclamav__unrarlib.h > ===> Applying FreeBSD patches for clamav-0.88 > ===> clamav-0.88 depends on file: /usr/local/bin/libtool15 - found [1] > ===> clamav-0.88 depends on shared library: gmp.6 - found > ===> Configuring for clamav-0.88 > [skip] > ----- > > Mind [1]. You don't have that line at your log. Your ports doesn't use > libtool15... > > >>> ===> Building for clamav-0.88 >>> ===> *** WARNING *** >>> Installed version of libclamav found. >>> This might cause build problems. >>> make: cannot open Makefile. >>> > > ...that's why needed makefile is not created. Look at > work/clamav-0.88. You won't find Makefile. > > >>> *** Error code 2 >>> >>> Stop in /usr/ports/security/clamav. >>> > > >>> The permissions on the makefile rw so i am unsure what it's problem >>> is. Any thoughts?? >>> > > The question is why doesn't your port make use of > "USE_AUTOTOOLS=libtool:15" option from the port's Makefile? Isn't it > commented? > > I'd recommend: > > Re-cvsup and > # portupgrade devel/libtool15 > (or make clean; make; make deinstall; make reinstall) > # cd /usr/ports/security/clamav > # make clean > # make > > > WBR >