Re: libcourier-auth Debian packaging issue
Sam Varshavchik <[email protected]>
| Newsgroups | gmane.mail.imap.courier.general |
|---|---|
| Message-ID | <[email protected]> |
Krystal Clarke via courier-users writes: > Now, during compilation of courier itself, it's barfing: > > make[3]: Entering directory > '/tmp/courier-1.3.7/deb/courier-1.3.7/libs/maildrop' > VALGRIND="`which valgrind 2>/dev/null`"; export VALGRIND; \ > /bin/bash ./testsuite >testsuite.diff || exit 1; \ > sed '/^Message envelope sender/d' <testsuite.diff | \ > diff -U 3 - ./testsuite.txt.idn || exit 1; \ > rm -f testsuite.diff > make[3]: *** [Makefile:1140: check-am] Error 1 Debugging of this is needed to figure out what's not working. But I have a pretty good guess. debhelper wants to run "make check" by default. It's running make check. For courier packages, the testsuite requires the en_US.UTF-8 locale, and in the last couple of years it's become fashionable to strip out all locales from all containers, by default. You need to install the "locales" package in the container and then run "locale-gen en_US.UTF-8". Alternatively, add: override_dh_auto_test: <tab>: to packaging/debian/rules _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRupkKLJP96aW75pIOKYPgoojZS4gUCZivWYwAKCRCKYPgoojZS 4pX4AQDQUugwMzi5Wztkz6MCSPC1Kggw1xZPXaHWaoybo+qdDgD/bsiS3ZDHNdYi A9Ra5yPAEmiUKKDUIQKbs1EfAc8D3gs= =Ap/n -----END PGP SIGNATURE-----