On Sat, 2005-12-10 at 22:24 +0200, Timo Sirainen wrote:
On Sat, 2005-12-10 at 13:04 -0600, Bob Gustafson wrote:
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.
I'd suggest reporting this as sed bug to RedHat's bugzilla.
It acts more like sed is not getting any input. Open stream, but no EOF
In the dovecot-lda directory, running './config.status -d' hangs, but giving it a ^C causes it to emit the line
creating src/Makefile
Giving another ^C causes it to emit
creating src/libsieve/Makefile
etc.
Unfortunately, the top level Makefile is empty.
Strange behavior
I'm running with latest cvs for both dovecot (autogen, configure, make) and dovecot-lda (autogen, configure <- problem here)
[root@hoho0 dovecot-lda]# ./config.status -d config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/libsieve/Makefile config.status: creating stamp.h config.status: creating lda-config.h config.status: lda-config.h is unchanged config.status: executing depfiles commands [root@hoho0 dovecot-lda]# ls -l Makefile -rw-r--r-- 1 root root 0 Dec 10 23:36 Makefile [root@hoho0 dovecot-lda]# ls -l src/Makefile -rw-r--r-- 1 root root 4096 Dec 10 23:36 src/Makefile [root@hoho0 dovecot-lda]# ls -l src/libsieve/Makefile -rw-r--r-- 1 root root 4096 Dec 10 23:36 src/libsieve/Makefile [root@hoho0 dovecot-lda]# ls -l stamp.h -rw-r--r-- 1 root root 0 Dec 10 23:36 stamp.h [root@hoho0 dovecot-lda]# ls -l lda-config.h -rw-r--r-- 1 root root 1864 Dec 10 22:30 lda-config.h