Re: courier will be missing in the next stable version of Debian and Devuan

anfibiosdeasturias-2--- via courier-users <[email protected]> Sun, 29 Dec 2024 22:28:39 +0000 (UTC)
Newsgroups gmane.mail.imap.courier.general
Message-ID <[email protected]>
Hello
I have advanced a bit in the purpose of creating deb packages, using the sources of the last version of Courier and adapting the available in Debian of the latest (no systemd dependent) packaged version. I have already reached to create the courier-authlib deb packages, already operating without systemd dependencies, running /etc/init.d/courier-authdaemon
The available in Debian of the latest packaging version does not include maildrop, because maildrop in Debian was not packaged by the courier package (for a story that I suppose you will already know), so about maildrop I have little in Debian in what to support me. With the classic "configure & make", the sources of the last version of Courier compile without error. But when trying to do in a Debian way, I find the following error, which is an error of maildrop testsuite due to a difference of a blank line between two files ( diff libs/maildrop/testsuite.diff libs/maildrop/testsuite.txt.idn ), that at the moment I am not sure what causes it. With the classic "configure & make", there is no testsuite.diff after compiling, while in a Debian way there are libs/maildrop/testsuite.diff and libs/rfc2045/testsuite.diff
I comment in case someone wanted and could help me understand the error.
make[3]: Entering directory  '/home/test/courier-1.3.13/courier-1.3.13/libs/maildrop'
VALGRIND="`which valgrind 2>/dev/null`"; export VALGRIND; \        /bin/sh ./testsuite >testsuite.diff || exit 1; \        sed '/^Message envelope sender/d' <testsuite.diff | \        diff -U 3 - ./testsuite.txt.idn || exit 1; \        rm -f testsuite.diff--- -   2024-12-29 23:13:13.549399846 +0100+++ ./testsuite.txt.idn 2024-01-05 02:51:32.000000000 +0100@@ -2,6 +2,7 @@ Subject: test-forward Subject: msg1 + Subject: msg2  -rw-------

_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users