Re: [exim-dev] Second candidate for 4.52 release -- make fai…

Top Page
Delete this message
Reply to this message
Author: OpenMacNews
Date:  
To: Philip Hazel
CC: exim-dev
Old-Topics: [exim-dev] Second candidate for 4.52 release
Subject: Re: [exim-dev] Second candidate for 4.52 release -- make failure on OSX 10.4.1
hi philip,

> which is the new candidate for a 4.52 release. Please test. I intend
> to release it at the end of this week.


building 2nd 4.52 canditate release on OSX 10.4.1 w/ DCC, SPF & SRS ...

'make' reports a couple of warnings & ultimately fails:


...

cc -o eximon.bin
/usr/bin/ld: warning multiple definitions of symbol __XawTextSearch
em_TextPop.o definition of __XawTextSearch in section (__TEXT,__text)
/usr/X11R6/lib/libXaw.dylib(TextPop.o) definition of __XawTextSearch
/usr/bin/ld: warning multiple definitions of symbol __XawTextDoSearchAction
em_TextPop.o definition of __XawTextDoSearchAction in section (__TEXT,__text)
/usr/X11R6/lib/libXaw.dylib(TextPop.o) definition of __XawTextDoSearchAction
/usr/bin/ld: warning multiple definitions of symbol __XawTextPopdownSearchAction
em_TextPop.o definition of __XawTextPopdownSearchAction in section
(__TEXT,__text)
/usr/X11R6/lib/libXaw.dylib(TextPop.o) definition of
__XawTextPopdownSearchAction
>>> exim monitor binary built


(which you'd dismissed b4 as due to 'ancient' X11 ...)

...

cc spf.c
spf.c: In function 'spf_find':
spf.c:62: warning: pointer targets in passing argument 2 of
'SPF_request_set_ipv4_str' differ in signedness
spf.c:66: warning: pointer targets in passing argument 2 of
'SPF_request_set_env_from' differ in signedness
cc testdb.c

...

cc redirect.c
redirect.c: In function 'redirect_router_entry':
redirect.c:572: warning: pointer targets in passing argument 2 of
'expand_check_condition' differ in signedness

...

cc dns.c
dns.c: In function 'dns_next_rr':
dns.c:171: error: 'HEADER' undeclared (first use in this function)
dns.c:171: error: (Each undeclared identifier is reported only once
dns.c:171: error: for each function it appears in.)
dns.c:171: error: 'h' undeclared (first use in this function)
dns.c:171: error: parse error before ')' token
dns.c: In function 'dns_basic_lookup':
dns.c:442: error: 'C_IN' undeclared (first use in this function)
dns.c: In function 'dns_special_lookup':
dns.c:754: error: 'HEADER' undeclared (first use in this function)
dns.c:754: error: 'h' undeclared (first use in this function)
dns.c:754: error: parse error before ')' token
dns.c:755: error: 'QUERY' undeclared (first use in this function)
dns.c:756: error: 'NOERROR' undeclared (first use in this function)
dns.c:756: error: 'NXDOMAIN' undeclared (first use in this function)
dns.c:764: error: 'T_SOA' undeclared (first use in this function)
make[1]: *** [dns.o] Error 1
make: *** [go] Error 2


cheers,

richard