Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: dev

4.70 rc3 does not build here

 

 

exim dev RSS feed   Index | Next | Previous | View Threaded


jpff at codemist

Nov 8, 2009, 7:17 AM

Post #1 of 5 (205 views)
Permalink
4.70 rc3 does not build here

PS:

Should have said this was from the tarball. Found the missing files
in the CVS and then all is OK to build.

Does not run though.

2009-11-08 15:06:40 1N79Lk-0003Ke-03 <= jpff[at]harvey.codemist.co.uk U=jpff P=loca
l S=584 id=2569-Sun08Nov2009150639+0000-jpff[at]codemist.co.uk
2009-11-08 15:06:40 1N79Lk-0003Ke-03 ** exim-dev[at]exim.org R=dnslookup T=remote_s
mtp: SMTP error from remote mail server after RCPT TO:<exim-dev[at]exim.org>: host
tahini.csx.cam.ac.uk [131.111.8.192]: 550-Verification failed for <jpff[at]harvey.c
odemist.co.uk>\n550-Unrouteable address\n550 Sender verify failed

while it used to say

2009-11-08 14:47:49 1N793V-000312-6X <= jpff[at]codemist.co.uk U=jpff P=local S=154
2 id=120-Sun08Nov2009144748+0000-jpff[at]codemist.co.uk
2009-11-08 14:47:54 1N793V-000312-6X => jpff[at]codemist.co.uk R=send_to_smart_host
T=remote_smtp H=172.16.4.42 [172.16.4.42]
2009-11-08 14:47:54 1N793V-000312-6X -> exim-dev[at]exim.org R=send_to_smart_host T
=remote_smtp H=172.16.4.42 [172.16.4.42]
2009-11-08 14:47:54 1N793V-000312-6X Completed


So it has exposed the local machine. Had to revert

==John ffitch

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


jpff at codemist

Nov 8, 2009, 6:47 AM

Post #2 of 5 (194 views)
Permalink
4.70 rc3 does not build here [In reply to]

I did manage to build an earlier release candidate, but...

make[2]: Entering directory `/home/jpff/System/exim-4.70_RC3/build-Linux-x86_64/pdkim'
make[2]: Makefile: No such file or directory
make[2]: *** No rule to make target `Makefile'. Stop.
make[2]: Leaving directory `/home/jpff/System/exim-4.70_RC3/build-Linux-x86_64/pdkim'

gcc dkim.c
dkim.c:17:25: error: pdkim/pdkim.h: No such file or directory
dkim.c:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dkim.c:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dkim.c:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dkim.c: In function ‘dkim_exim_query_dns_txt’:
dkim.c:28: error: ‘PDKIM_FAIL’ undeclared (first use in this function)
dkim.c:28: error: (Each undeclared identifier is reported only once
dkim.c:28: error: for each function it appears in.)
dkim.c:43: error: ‘PDKIM_DNS_TXT_MAX_RECLEN’ undeclared (first use in this function)
etc etc

This was after the usual changes to EDITME

==John ffitch


jpff at codemist

Nov 8, 2009, 6:53 AM

Post #3 of 5 (194 views)
Permalink
4.70 rc3 does not build here [In reply to]

PS:

There is a directory pdkim in the build directory, but is consists of
slinks to non-existent files

lrwxrwxrwx 1 jpff users 24 2009-11-08 14:42 base64.c -> ../../src/pdkim/base64.c
lrwxrwxrwx 1 jpff users 24 2009-11-08 14:42 base64.h -> ../../src/pdkim/base64.h
lrwxrwxrwx 1 jpff users 24 2009-11-08 14:42 bignum.c -> ../../src/pdkim/bignum.c
lrwxrwxrwx 1 jpff users 24 2009-11-08 14:42 bignum.h -> ../../src/pdkim/bignum.h
lrwxrwxrwx 1 jpff users 24 2009-11-08 14:42 bn_mul.h -> ../../src/pdkim/bn_mul.h
lrwxrwxrwx 1 jpff users 24 2009-11-08 14:42 Makefile -> ../../src/pdkim/Makefile
lrwxrwxrwx 1 jpff users 27 2009-11-08 14:42 pdkim-api.h -> ../../src/pdkim/pdkim-api.h
lrwxrwxrwx 1 jpff users 23 2009-11-08 14:42 pdkim.c -> ../../src/pdkim/pdkim.c
lrwxrwxrwx 1 jpff users 23 2009-11-08 14:42 pdkim.h -> ../../src/pdkim/pdkim.h
lrwxrwxrwx 1 jpff users 22 2009-11-08 14:42 README -> ../../src/pdkim/README
lrwxrwxrwx 1 jpff users 21 2009-11-08 14:42 rsa.c -> ../../src/pdkim/rsa.c
lrwxrwxrwx 1 jpff users 21 2009-11-08 14:42 rsa.h -> ../../src/pdkim/rsa.h
lrwxrwxrwx 1 jpff users 22 2009-11-08 14:42 sha1.c -> ../../src/pdkim/sha1.c
lrwxrwxrwx 1 jpff users 22 2009-11-08 14:42 sha1.h -> ../../src/pdkim/sha1.h
lrwxrwxrwx 1 jpff users 22 2009-11-08 14:42 sha2.c -> ../../src/pdkim/sha2.c
lrwxrwxrwx 1 jpff users 22 2009-11-08 14:42 sha2.h -> ../../src/pdkim/sha2.h

but there is no ../../src/pdkim directory
==John ffitch

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


jpff at codemist

Nov 8, 2009, 7:04 AM

Post #4 of 5 (194 views)
Permalink
4.70 rc3 does not build here [In reply to]

PS:

Should have said this was from the tarball. Found the missing files
in the CVS and then all is OK.

==John ffitch

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


nigel.metheringham at dev

Nov 8, 2009, 8:58 AM

Post #5 of 5 (193 views)
Permalink
Re: 4.70 rc3 does not build here [In reply to]

On 8 Nov 2009, at 15:17, john ffitch wrote:

> Should have said this was from the tarball. Found the missing files
> in the CVS and then all is OK to build.

Sorry - this is due to cvs being really crap at picking up new
directories - and it just wouldn't add that directory to my working
checkout.

Have regenerated the tar ball now.

Nigel.

--
[ Nigel Metheringham Nigel.Metheringham[at]InTechnology.com ]
[. - Comments in this message are my own and not ITO opinion/policy - ]


--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

exim dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.