On 11/01/2006 1:43 a.m., Linus Nordberg wrote:
Reuben Farrelly reuben-dovecot@reub.net wrote Wed, 11 Jan 2006 00:59:18 +1300:
| dovecot-lda is not building for me due to a cvs commit the other | day
What would that be? If it's related to com_err.h, try regenerating your Auto* stuff (sh autogen.sh).
It is. Already wiped, re-checked out the tree and rerun autogen.sh in that order:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/src/dovecot/dovecot
-I/usr/src/dovecot/dovecot/src/lib -I../../src -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
-Wformat=2 -Wbad-function-cast -I/usr/kerberos/include -MT addr.o -MD -MP -MF
".deps/addr.Tpo" -c -o addr.o addr.c;
then mv -f ".deps/addr.Tpo" ".deps/addr.Po"; else rm -f ".deps/addr.Tpo"; exit 1; fi
In file included from sieve_interface.h:37,
from script.h:31,
from addr.y:34:
sieve_err.h:10:21: error: com_err.h: No such file or directory
make[3]: *** [addr.o] Error 1
[root@tornado dovecot-lda]# locate com_err.h /usr/include/et/com_err.h [root@tornado dovecot-lda]#
config.log:
configure:19191: result: no configure:19226: checking for rxposix.h configure:19233: result: no configure:19264: checking et/com_err.h usability configure:19276: gcc -c -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declaration s -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -I/usr/kerberos/include conftest.c >&5 configure:19282: $? = 0 configure:19286: test -z || test ! -s conftest.err configure:19289: $? = 0 configure:19292: test -s conftest.o configure:19295: $? = 0 configure:19305: result: yes configure:19309: checking et/com_err.h presence configure:19319: gcc -E conftest.c configure:19325: $? = 0 configure:19345: result: yes configure:19380: checking for et/com_err.h configure:19387: result: yes configure:19264: checking com_err.h usability configure:19276: gcc -c -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declaration s -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -I/usr/kerberos/include conftest.c >&5 conftest.c:62:21: error: com_err.h: No such file or directory configure:19282: $? = 1 configure: failed program was: | /* confdefs.h. */
The system is a Fedora Core box running latest rawhide.
reuben