I did an hg pull; hg update, and now my Dovecot working copy doesn't build: ../../src/lib-storage/index/dbox/libstorage_dbox.a(dbox-file.o): In function `dbox_file_metadata_get': /home/paulproteus/dnlds/dovecot/src/lib-storage/index/dbox/dbox-file.c:820: undefined reference to `dbox_file_maildir_metadata_get' collect2: ld returned 1 exit status make[3]: *** [imap] Error 1 make[3]: Leaving directory `/home/paulproteus/dnlds/dovecot/src/imap' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/paulproteus/dnlds/dovecot/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/paulproteus/dnlds/dovecot' make: *** [all] Error 2 I made it compile on my system by commenting out the return on that line and making it return NULL, but presumably you want it to actually do something. (-: -- Asheesh. -- Virtue does not always demand a heavy sacrifice -- only the willingness to make it when necessary. -- Frederick Dunn
On Sun, 2007-10-21 at 09:17 -0700, Asheesh Laroia wrote:> I did an hg pull; hg update, and now my Dovecot working copy doesn't > build: > > ../../src/lib-storage/index/dbox/libstorage_dbox.a(dbox-file.o): In > function `dbox_file_metadata_get': > /home/paulproteus/dnlds/dovecot/src/lib-storage/index/dbox/dbox-file.c:820: > undefined reference to `dbox_file_maildir_metadata_get'Run autogen.sh and configure again. Or ./configure --enable-maintainer-mode makes this automatic. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071021/8e7956bb/attachment-0002.bin>