From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 00:44:18 2005 Return-Path: X-Original-To: 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 82E6416A41F for ; Wed, 21 Sep 2005 00:44:18 +0000 (GMT) (envelope-from esavage@digitalrage.org) Received: from mail.digitalrage.org (ns1.digitalrage.org [24.123.67.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FD943D46 for ; Wed, 21 Sep 2005 00:44:18 +0000 (GMT) (envelope-from esavage@digitalrage.org) Received: from localhost (localhost.digitalrage.org [127.0.0.1]) by localhost.digitalrage.org (Postfix) with ESMTP id B897428451 for ; Tue, 20 Sep 2005 20:44:18 -0400 (EDT) Received: from mail.digitalrage.org ([127.0.0.1]) by localhost (skywalker.digitalrage.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73379-02; Tue, 20 Sep 2005 20:44:17 -0400 (EDT) Received: from [192.168.11.38] (dad.digitalrage.org [192.168.11.38]) by mail.digitalrage.org (Postfix) with ESMTP id D3E442843F; Tue, 20 Sep 2005 20:44:17 -0400 (EDT) Message-ID: <4330ACA8.9060906@digitalrage.org> Date: Tue, 20 Sep 2005 20:43:20 -0400 From: Elijah Savage User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: esavage@digitalrage.org References: <200509201841.j8KIfawB078095@msg01.ip2.net> <20050920192148.GI34766@mich2.itxmarket.com> <4330A81D.2070905@digitalrage.org> <4330A926.20009@digitalrage.org> In-Reply-To: <4330A926.20009@digitalrage.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at digitalrage.org Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: clamav-0.87 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: esavage@digitalrage.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 00:44:18 -0000 Elijah Savage wrote: > Elijah Savage wrote: > >> Michael L. Hostbaek wrote: >> >>> Jan Baggen (jbaggen) writes: >>> >>> >>>> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../clamd -I../libclamav -I../shared >>>> -I/usr/local/include -D_THREAD_SAFE -O2 -pipe -funroll-loops >>>> -march=pentiumpro -c clamav-milter.c >>>> clamav-milter.c: In function `clamd_recv': >>>> clamav-milter.c:3444: syntax error before `int' >>>> clamav-milter.c:3448: `ret' undeclared (first use in this function) >>>> clamav-milter.c:3448: (Each undeclared identifier is reported only >>>> once >>>> clamav-milter.c:3448: for each function it appears in.) >>>> *** Error code 1 >>>> >>> >>> >>> >>> Simon just committed a fix for this. Please update your ports >>> collection, and try again. >>> >>> /mich >>> >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to >>> "freebsd-ports-unsubscribe@freebsd.org" >>> >>> >> After getting th new ports and doing a port upgrade I now get this >> error in my maillog >> >> ClamAV-clamd: Can't connect to UNIX socket /var/run/clamav/clamd: No >> such file or directory, retrying (1) >> Sep 20 20:23:11 skywalker amavis[62435]: (62435-01) ClamAV-clamd: >> Can't connect to UNIX socket /var/run/clamav/clamd: No such file or >> directory, retrying (2) >> Sep 20 20:23:17 skywalker amavis[62435]: (62435-01) ClamAV-clamd >> av-scanner FAILED: Too many retries to talk to /var/run/clamav/clamd >> (Can't connect to UNIX socket /var/run/clamav/clamd: No such file or >> directory) at (eval 56) line 266. > > > By the way I did restart all services including postfix after the > upgrade. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Not sure why it is fixed now. But going back and doing a make deinstall and them make reinstall seemed to have fixed this issue. I am not sure why portupgrade did not work it did not give any errors at all.