[Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)
Hi there, I've tried to update Dovecot to the latest version and have come upon an error during make. Previous upgrades have all been very easy (thank you!) and it appears that the updated make script includes a wget command and unfortunately OS X does not come with wget by default (curl is the default). Not being completely up to speed with the whole autoconf and make process, I'm a little at a loss as to where to even look for making a modification to use curl instead of wget - any assistance would be appreciated. Thanks in advance Tom
On Mon, Nov 23, 2009 at 15:01, Tom Kardos <tom@tomandkylie.tk> wrote:
Hi there, I've tried to update Dovecot to the latest version and have come upon an error during make. Previous upgrades have all been very easy (thank you!) and it appears that the updated make script includes a wget command and unfortunately OS X does not come with wget by default (curl is the default).
Perhaps the easiest way out of this is to install wget. You can find a precompiled binary here:
http://www.statusq.org/archives/2008/07/30/1954/
and, although it has been tested with 10.5, I believe that it should work with 10.6.
It should be just a matter of unzipping the file and putting the executable somewhere in your PATH.
Bye,
-- Emanuele
On Mon, Nov 23, 2009 at 15:35, Pascal Volk <user+dovecot@localhost.localdomain.org> wrote:
Or try the attached Patch.
I haven't tried the patch and the autogen process, but I'm pretty sure that issuing "wget -O http://www.dovecot.org/tmp/wiki-export.tar.gz" won't work :( -O should be used only for curl, not for wget.
Bye,
-- Emanuele
On Mon, 2009-11-23 at 14:01 +0000, Tom Kardos wrote:
Hi there, I've tried to update Dovecot to the latest version and have come upon an error during make. Previous upgrades have all been very easy (thank you!) and it appears that the updated make script includes a wget command and unfortunately OS X does not come with wget by default (curl is the default). Not being completely up to speed with the whole autoconf and make process, I'm a little at a loss as to where to even look for making a modification to use curl instead of wget - any assistance would be appreciated. Thanks in advance Tom
Apparently your src/lib/unicodemap.c's timestamp is newer than src/lib/unicodemap.pl's? It's not in the tarball.. You should be able to fix this simply by:
touch src/lib/unicodemap.c
Although it's unintentional that UnicodeData.txt isn't included in the tarball, I'll add it there.
On 11/23/2009 05:15 PM Timo Sirainen wrote:
On Mon, 2009-11-23 at 14:01 +0000, Tom Kardos wrote:
… (thank you!) and it appears that the updated make script includes a wget command and unfortunately OS X does not come with wget by default (curl is the default). …
Apparently your src/lib/unicodemap.c's timestamp is newer than src/lib/unicodemap.pl's? It's not in the tarball.. You should be able to fix this simply by:
touch src/lib/unicodemap.c
Hm, the 'trouble' was about wget in the Makefile. I should learn to read. :-/
Regards, Pascal
The trapper recommends today: c01dcafe.0932717@localdomain.org
Thank you - all working now!
On Mon, 23 Nov 2009 11:15:29 -0500, Timo Sirainen <tss@iki.fi> wrote:
On Mon, 2009-11-23 at 14:01 +0000, Tom Kardos wrote:
Hi there, I've tried to update Dovecot to the latest version and have come upon an error during make. Previous upgrades have all been very easy (thank you!) and it appears that the updated make script includes a wget command and unfortunately OS X does not come with wget by default (curl is the default). Not being completely up to speed with the whole autoconf and make process, I'm a little at a loss as to where to even look for making a modification to use curl instead of wget - any assistance would be appreciated. Thanks in advance Tom
Apparently your src/lib/unicodemap.c's timestamp is newer than src/lib/unicodemap.pl's? It's not in the tarball.. You should be able to fix this simply by:
touch src/lib/unicodemap.c
Although it's unintentional that UnicodeData.txt isn't included in the tarball, I'll add it there.
participants (4)
-
Emanuele Pucciarelli
-
Pascal Volk
-
Timo Sirainen
-
Tom Kardos