11 Jan
2006
11 Jan
'06
4:44 p.m.
Aren't these separate problems? Yours is about missing AM_ICONV macro which caused compile to fail, while the 64bit issue is about configure getting stuck. As far as I know, it's a bug in sed (since it works with 32bit sed) and I don't know of a way to fix it.
On Wed, 2006-01-11 at 06:23 -0600, Bob Gustafson wrote:
As I mentioned a few days ago, the problem seems to be a missing 'gettext'. On Fedora 4 (I am running 32 bit), my solution was to do an 'up2date gettext' and then go back to a virgin cvs download of both dovecot and dovecot-lda. This may also fix your problem on Solaris. Let us know.
On Tue, 2006-01-10 at 13:14 -0500, Sergey Ivanov wrote:
I think the same, or very similar prevents compiling dovecot-lda from CVS at OpenSolaris, even at 32bit: my ./configure --with-dovecot==../dovecot now runs hours executing sed -f ./confstat9saiYu/subs-3.sed, the contents of this file is:
cat confstat9saiYu/subs-3.sed :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s,@F77@,g77,;t t s,@FFLAGS@,-g -O2,;t t s,@ac_ct_F77@,g77,;t t s,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t t s,@dovecotdir@,/home/seriv/dovecot/dovecot,;t t s,@STORAGE_LIBS@, /home/seriv/dovecot/dovecot/src/lib-storage/index/maildir/libstorage_maildir.a /home/seriv/dovecot/dovecot/src/lib-storage/index/mbox/libstorage_mbox.a /home/seriv/dovecot/dovecot/src/lib-storage/index/dbox/libstorage_dbox.a /home/seriv/dovecot/dovecot/src/lib-storage/index/libstorage_index.a /home/seriv/dovecot/dovecot/src/lib-index/libindex.a,;t t s,@LIBICONV@,@LIBICONV@,;t t s,@RAND_LIBS@,,;t t s,@MODULE_LIBS@,-export-dynamic,;t t s,@LIBOBJS@,,;t t s,@LTLIBOBJS@,,;t t
Is there some workaround now to get dovecot-lda compiled?