From owner-freebsd-ports@FreeBSD.ORG Tue Sep 6 14:10:15 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 053F316A422 for ; Tue, 6 Sep 2005 14:10:15 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E66343D58 for ; Tue, 6 Sep 2005 14:10:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 7B4F65D14; Tue, 6 Sep 2005 10:10:12 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98878-08; Tue, 6 Sep 2005 10:10:09 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id 18BBF5CC2; Tue, 6 Sep 2005 10:10:08 -0400 (EDT) Message-ID: <431DA348.8000606@mac.com> Date: Tue, 06 Sep 2005 10:10:16 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Aleksey References: <007501c5b2ae$72ed5fe0$ac00a8c0@NEWLAN> In-Reply-To: <007501c5b2ae$72ed5fe0$ac00a8c0@NEWLAN> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: ports@FreeBSD.org Subject: Re: spamass-milter port 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: Tue, 06 Sep 2005 14:10:15 -0000 Aleksey wrote: > Hello. > I'm experiencing torubles, installing spamass-milter from ports. > > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and attach the > "/usr/ports/mail/spamass-milter/work/spamass-milter-0.3.0/config.log" including > the output of the failure of your make command. Also, it might be a good idea > to provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/mail/spamass-milter. It's failing because it can't find the milter library from sendmail: > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char mi_stop (); > | int > | main () > | { > | mi_stop (); > | ; > | return 0; > | } > configure:7351: result: no > configure:7362: error: Cannot find libmilter Do you have NO_SENDMAIL defined in /etc/make.conf, by any chance? -- -Chuck