[Dovecot] Problem building 1.0-test7 : missing header
Greetings,
I recently rolled out Dovecot in our small (<30 people) company, and
have been mightily impressed by the quality, performance and ease of use.
I was hoping to use the new versions soon, as I'd like to start using
CRAM-MD5 (much more common in mail clients than DIGEST-MD5), but found the 0.99.11 versions too unstable.
So, I tried to build last nights CVS snapshot (May 10th), only to have
the make break at this point:
make[3]: Entering directory /home/src/dovecot-1.0-test7/src/lib-index' make[3]: *** No rule to make target
mail-index-util.h', needed by
`mail-cache.o'. Stop.
I know it's not much, but it's a start at giving back a little. Hope
it helps.
-- Curtis Maloney
Hi Curtis,
On May 11, 2004, at 2:52 AM, Curtis Maloney wrote:
Greetings,
[snip]
make[3]: Entering directory
/home/src/dovecot-1.0-test7/src/lib-index' make[3]: *** No rule to make target
mail-index-util.h', needed by `mail-cache.o'. Stop.
You can also download dovecot-1.0-test8 from http://dovecot.org/test/
test8 compiled fine here (redhat 7.3)
Curtis Maloney
Kind regards,
Maikel Verheijen
Hi Curtis,
On May 11, 2004, at 2:52 AM, Curtis Maloney wrote:
Greetings,
[snip]
make[3]: Entering directory
/home/src/dovecot-1.0-test7/src/lib-index' make[3]: *** No rule to make target
mail-index-util.h', needed bymail-cache.o'. Stop. On Sunday the CVS compiled fine, now i get: gcc -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot auth-process.o login-process.o mail-process.o main.o master-settings.o ssl-init.o ssl-init-gnutls.o ssl-init-openssl.o ../lib-settings/libsettings.a ../lib/liblib.a -lssl -lcrypto -ldl auth-process.o(.text+0x5f0): In function
create_auth_process': dovecot/src/master/auth-process.c:267: undefined reference tolog_create_pipe' login-process.o(.text+0xa76): In function
create_login_process': /home/jan/dovecot/src/master/login-process.c:447: undefined reference tolog_create_pipe' mail-process.o(.text+0x4c4): In function
create_mail_process': dovecot/src/master/mail-process.c:184: undefined reference tolog_create_pipe' main.o(.text+0x963): In function
main_init': dovecot/src/master/main.c:374: undefined reference tolog_init' main.o(.text+0xa26): In function
main_deinit': /home/jan/dovecot/src/master/main.c:404: undefined reference to `log_deinit'
collect2: ld returned 1 exit status
Code is always a changing thing and never finished. I must admit i haven´t tried the requested feature for certs yet or even looked at the source, but i´ll do it this week. My swedish version of Shrek surprisingly contains a finnish language track, i take this as a sign. @timo -> you should open your port 22 for my ip ;-)
Sorry just making fun. Next time i´ll write something more serious. jan
On Tue, 2004-05-11 at 19:13, jan@weitan.org wrote:
On Sunday the CVS compiled fine, now i get: auth-process.o(.text+0x5f0): In function
create_auth_process': dovecot/src/master/auth-process.c:267: undefined reference to
log_create_pipe'
Run autogen.sh and configure again so Makefiles are updated with new files that I've added.
Maikel Verheijen wrote:
[snip]
make[3]: Entering directory
/home/src/dovecot-1.0-test7/src/lib-index' make[3]: *** No rule to make target
mail-index-util.h', needed by `mail-cache.o'. Stop.You can also download dovecot-1.0-test8 from http://dovecot.org/test/
test8 compiled fine here (redhat 7.3)
Yes... I noticed that in the list, and found it on the site. Compiled and built happily (haven't run/tested yet...) on Solaris 9 with GCC 3.3.2...
Curtis Maloney
Kind regards,
Maikel Verheijen
participants (5)
-
Curtis Maloney
-
Curtis Maloney
-
jan@weitan.org
-
Maikel Verheijen
-
Timo Sirainen