Following is more information on the configure hang
ps axwf | more <snip>
2002 ? Ss 0:00 /usr/sbin/sshd 28927 ? Ss 0:01 \_ sshd: root@pts/1 28931 pts/1 Ss 0:00 | \_ -bash 21483 pts/1 S+ 0:00 | \_ sh ../conf-lda-rdg.sh 21484 pts/1 S+ 0:02 | \_ /bin/sh ./configure --with-dovecot=../dovecot 24582 pts/1 S+ 0:00 | | \_ /bin/sh ./config.status 24687 pts/1 S+ 0:00 | | \_ /bin/sh ./config.status 24690 pts/1 R+ 2:33 | | \_ sed -f ./confstatP24658/subs-3.sed 21485 pts/1 S+ 0:00 | \_ tee config.out <snip>
Note that the hang is in running sed on subs-3.sed in the temporary directory created during the configure run. This temp directory will disappear unless -d is included in the arguments.
The created scripts config.status and subs-3.sed are attached. (Note, subs-3.sed unattached because this email would be too big.. I think it is generated by config.status)
Need some assistance here.
Bob G
On Thu, 2005-12-08 at 14:31 -0600, Bob Gustafson wrote:
I see the same problem
I downloaded from cvs - dovecot and dovecot-lda Did autogen, configure, make on dovecot (see autogen and configure scripts below)
[root@hoho0 cvs]# cat conf-dov-cvs-rdg.sh export ACLOCAL_FLAGS="-I /usr/share/aclocal/" ./autogen.sh 2>&1 | tee autogen.out
[root@hoho0 cvs]# cat conf-rdg.sh export CPPFLAGS=-I/usr/local/ssl/include export LDFLAGS="-L/usr/local/ssl/lib -ldl"
./configure
--without-deliver
--with-gnu-ld
--with-ldap
--with-pgsql
--with-mysql
--with-ssl=openssl
2>&1 | tee config.out [root@hoho0 cvs]#Then did autogen, configure on dovecot-lda and got hang before Makefile was generated (but script said it was generating Makefile)
My system is Fedora4 and is pretty up2date - maybe a week behind using updates, base, extras
[root@hoho0 cvs]# cat /proc/version Linux version 2.6.14-1.1637_FC4 (bhcompile@hs20-bc1-4.build.redhat.com) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 Wed Nov 9 18:19:37 EST 2005 [root@hoho0 cvs]#
I am running Dovecot and Postfix - seems pretty solid, but I would like to have the filtering done at incoming time.
Bob G
tomi hakala wrote on Thu Nov 17 22:41:51 EET 2005
Hello,
Has anyone succeeded on configuring and compiling Sieve capable Dovecot LDA on RHEL 4 x86_64 platform?
I am having problems with configure script hanging on sed while creating Makefiles.
# ./configure --with-dovecot=../dovecot .. checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing regcomp... none required checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no configure: creating ./config.status config.status: creating Makefile
Configure stops there, if I suspend job I see two running sed processes:
0:00 sed -f ./confstatC25247/subs-2.sed 1:28 sed -f ./confstatC25247/subs-3.sed
I already tried latest sed available from gnu.org with no change ..
-- Tomi Hakala