This one seems to be actually working. Also rewrote doc/index.txt in case someone is interested.
At 15:33 14.1.2003 +0200, Timo Sirainen wrote:
This one seems to be actually working.
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Wchar-subscripts -Wformat=2 -Wbad-function-cast -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -c userinfo-passwd-file.c
gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../src/lib -I/home/vpopmail/include -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -c userinfo-vpopmail.c
userinfo-vpopmail.c:25: parse error before AuthCookieReplyData' userinfo-vpopmail.c: In function
vpopmail_verify_plain':
userinfo-vpopmail.c:37: user' undeclared (first use in this function) userinfo-vpopmail.c:37: (Each undeclared identifier is reported only once userinfo-vpopmail.c:37: for each function it appears in.) userinfo-vpopmail.c:46:
reply' undeclared (first use in this function)
userinfo-vpopmail.c:79: password' undeclared (first use in this function) make[4]: *** [userinfo-vpopmail.o] Error 1 make[4]: Leaving directory
/root/deb2/dovecot-0.99.7/src/auth'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /root/deb2/dovecot-0.99.7/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/root/deb2/dovecot-0.99.7'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/root/deb2/dovecot-0.99.7'
make: *** [build-stamp] Error 2
Build command 'cd dovecot-0.99.7 && dpkg-buildpackage -b -uc' failed.
E: Child process failed
-- Pekka Jalonen System Administrator Mediatraffic Oy Mobile: +358 400 519 905 Fax: +358 2 765 1195 Email: pekka.jalonen@mediatraffic.fi
On Wed, 15 Jan 2003, Pekka Jalonen wrote:
At 15:33 14.1.2003 +0200, Timo Sirainen wrote:
This one seems to be actually working.
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Wchar-subscripts -Wformat=2 -Wbad-function-cast -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c userinfo-passwd-file.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I/home/vpopmail/include -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c userinfo-vpopmail.c userinfo-vpopmail.c:25: parse error before
AuthCookieReplyData' userinfo-vpopmail.c: In function
vpopmail_verify_plain': userinfo-vpopmail.c:37:user' undeclared (first use in this function) userinfo-vpopmail.c:37: (Each undeclared identifier is reported only once userinfo-vpopmail.c:37: for each function it appears in.) userinfo-vpopmail.c:46:
reply' undeclared (first use in this function) userinfo-vpopmail.c:79:password' undeclared (first use in this function) make[4]: *** [userinfo-vpopmail.o] Error 1 make[4]: Leaving directory
/root/deb2/dovecot-0.99.7/src/auth' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory/root/deb2/dovecot-0.99.7/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/root/deb2/dovecot-0.99.7' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/root/deb2/dovecot-0.99.7' make: *** [build-stamp] Error 2 Build command 'cd dovecot-0.99.7 && dpkg-buildpackage -b -uc' failed. E: Child process failed
Hmm I just tried this and I can't reproduce the error. So there must be something in your local setup. Are you running pure woody? Nothing backported from sid? Did you make any changes to debian/rules?
We should take this off-list.
-- Jaldhar H. Vyas jaldhar@debian.org
On Wed, 2003-01-15 at 09:50, Pekka Jalonen wrote:
At 15:33 14.1.2003 +0200, Timo Sirainen wrote:
This one seems to be actually working.
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Yes, so it seems. This patch fixes it: Index: userinfo-vpopmail.c =================================================================== RCS file: /home/cvs/dovecot/src/auth/userinfo-vpopmail.c,v retrieving revision 1.12 diff -u -r1.12 userinfo-vpopmail.c --- userinfo-vpopmail.c 5 Jan 2003 13:09:51 -0000 1.12 +++ userinfo-vpopmail.c 15 Jan 2003 14:48:48 -0000 @@ -22,7 +22,7 @@ #define VPOPMAIL_LIMIT 81 static int vpopmail_verify_plain(const char *user, const char *password, - AuthCookieReplyData *reply) + struct auth_cookie_reply_data *reply) { char vpop_user[VPOPMAIL_LIMIT], vpop_domain[VPOPMAIL_LIMIT]; struct vqpasswd *vpw;
On Wed, 15 Jan 2003, Timo Sirainen wrote:
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Yes, so it seems. This patch fixes it:
So I imagined the .debs I put up on my site??????
Weird. Very weird.
Should I update the packages with the patch or will it be ok to wait for the next stable release?
-- Jaldhar H. Vyas jaldhar@debian.org
On Fri, 2003-01-17 at 05:11, Jaldhar H. Vyas wrote:
On Wed, 15 Jan 2003, Timo Sirainen wrote:
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Yes, so it seems. This patch fixes it:
So I imagined the .debs I put up on my site??????
Weird. Very weird.
Should I update the packages with the patch or will it be ok to wait for the next stable release?
You just didn't build the debs with vpopmail support. Probably shouldn't either, it'd require extra libraries to be linked with.
At 13:59 17.1.2003 +0200, Timo Sirainen wrote:
On Fri, 2003-01-17 at 05:11, Jaldhar H. Vyas wrote:
On Wed, 15 Jan 2003, Timo Sirainen wrote:
Deb-build failed (woody-debian) at vpopmail.c like parse errors. Source download from: deb-src http://src.braincells.com/debian woody/
Yes, so it seems. This patch fixes it:
So I imagined the .debs I put up on my site??????
Weird. Very weird.
Should I update the packages with the patch or will it be ok to wait for the next stable release?
You just didn't build the debs with vpopmail support. Probably shouldn't either, it'd require extra libraries to be linked with.
I build my own debs so configure found vpopmail libs....
'checking for vpopmail configuration at /home/vpopmail/etc/lib_deps... found'
Hmm what extra libs I need to build to deb-packages?
-- peja
On Fri, 17 Jan 2003, Pekka Jalonen wrote:
I build my own debs so configure found vpopmail libs....
'checking for vpopmail configuration at /home/vpopmail/etc/lib_deps... found'
Ok now I understand.
Hmm what extra libs I need to build to deb-packages?
I think Timo meant there would have to be an extra dependency on libvpopmail1. I don't want to do that for the main dovecot package as for most people it would just be extra bloat but I'll consider making an extra dovecot-vpopmail package. That will have to wait for -3 though as new packages cause a delay in entering the archive and I want to get -2 with the patches installed quickly.
-- Jaldhar H. Vyas jaldhar@debian.org
participants (3)
-
Jaldhar H. Vyas
-
Pekka Jalonen
-
Timo Sirainen