Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Aug 2005 13:27:29 +0200
From:      Adrian Woizik <aw@netclue.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84579: Exim 4.52 with SPF broken
Message-ID:  <E1E10ML-000Ibf-Cr@netclue.de>
Resent-Message-ID: <200508051130.j75BUHNr046080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84579
>Category:       ports
>Synopsis:       Exim 4.52 with SPF broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 05 11:30:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Adrian Woizik
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD hq.netclue.de 5.4-STABLE FreeBSD 5.4-STABLE #2: Thu May 26 17:04:13 CEST 2005 aw@hq.netclue.de:/usr/obj/usr/src/sys/NETCLUE i386


	
>Description:
	If you compile exim 4.52 with WITH_SPF=1 it breaks. Exim expects libspf2 > 1.2.0, current available FreeBSD Port is 1.0.4
       <SNIP>
spf.c: In function `spf_open':
spf.c:36: error: `SPF_server_t' undeclared (first use in this function)
spf.c:36: error: (Each undeclared identifier is reported only once
spf.c:36: error: for each function it appears in.)
spf.c:36: error: `spf_server' undeclared (first use in this function)
spf.c:37: error: `SPF_DNS_CACHE' undeclared (first use in this function)
spf.c: In function `spf_close':
spf.c:46: error: `SPF_server_t' undeclared (first use in this function)
spf.c:46: error: `spf_server' undeclared (first use in this function)
spf.c: In function `spf_find':
spf.c:52: error: `SPF_server_t' undeclared (first use in this function)
spf.c:52: error: `spf_server' undeclared (first use in this function)
spf.c:53: error: `SPF_request_t' undeclared (first use in this function)
spf.c:53: error: `spf_request' undeclared (first use in this function)
spf.c:54: error: `SPF_response_t' undeclared (first use in this function)
spf.c:54: error: `spf_response' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/mail/exim/work/exim-4.52/build-FreeBSD-i386/lookups.
*** Error code 1

Stop in /usr/ports/mail/exim/work/exim-4.52/build-FreeBSD-i386.
*** Error code 1

Stop in /usr/ports/mail/exim/work/exim-4.52.
*** Error code 1

Stop in /usr/ports/mail/exim.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade76005.46 make WITH_SPF=1 WITH_SRS=1 WITH_MYSQL=1
       </SNIP>

>How-To-Repeat:
	Compile with make WITH_SPF=1. 
>Fix:

	Mark SPF as broken in exim port (or upgrade libspf2 port)	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1E10ML-000Ibf-Cr>