From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 10 11:40:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A83C1065673 for ; Mon, 10 Mar 2008 11:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6081B8FC15 for ; Mon, 10 Mar 2008 11:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2ABe5Xw094285 for ; Mon, 10 Mar 2008 11:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2ABe5W5094284; Mon, 10 Mar 2008 11:40:05 GMT (envelope-from gnats) Date: Mon, 10 Mar 2008 11:40:05 GMT Message-Id: <200803101140.m2ABe5W5094284@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Henri Hennebert Cc: Subject: Re: ports/121529: portupgrade to mail/dkim-milter 2.5.0 failed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henri Hennebert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 11:40:05 -0000 The following reply was made to PR ports/121529; it has been noted by GNATS. From: Henri Hennebert To: Hirohisa Yamaguchi Cc: bug-followup@FreeBSD.org Subject: Re: ports/121529: portupgrade to mail/dkim-milter 2.5.0 failed Date: Mon, 10 Mar 2008 12:34:04 +0100 Hirohisa Yamaguchi wrote: > Hi, Henri. > > I could not reproduce your error with newly installed 7.0-RELEASE. So no previous version of dkim-milter installed. > > But, setting ``-I/usr/local/include'' in CFLAGS causes the error the > same as in the pr. > > Like following: > # cd /usr/ports/mai/dkim-milter > # env CFLAGS=" -O2 -fno-strict-aliasing -pipe -I/usr/local/include " > make clean build -DWITH_DNS_UPGRADE > > Have you set extra include paths in /etc/make.conf or somewhere? Sorry No extra flags but I forget to say that I build with: WITH_SENDMAIL_PORT=yes WITH_DNS_UPGRADE=yes The WITH_SENDMAIL_PORT must be the culprit then! > > ;; Actually, ``-I../libdkim/'' is set at the front-most of the > ;; ``confINCDIRS'' definition in the build configuration. > ;; I think that should be okay in most cases. > > Regards, Thank you for your time. Henri