Summary: | net-mail/mailutils-3.9: several test failures | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Eray Aslan <eras> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 725348 | ||
Attachments: |
build.log
test logs |
Description
Rolf Eike Beer
![]() Created attachment 644450 [details]
test logs
3.10 is much better, I only see one error there: # -*- compilation -*- 73. moderator.at:19: testing moderator: program discard ... ./moderator.at:19: sieve --show-config-options | grep '^HAVE_LIBLTDL' > /dev/null 2>&1 || exit 77 cwd=`pwd` cat >>prog<<EOT require "moderator"; moderator :program "discard;"; EOT cp ${abs_top_srcdir}/sieve/tests/moderator.mbox mailbox chmod +w mailbox MAIL_DUMP=`pwd`/mail.dump export MAIL_DUMP sieve --verbose --no-config --set '.mailbox.mailbox-type=mbox' --line-info=no --no-program-name -M sendmail:$abs_top_builddir/testsuite/mockmail --email foobar@nonexistent.net --libdir-prefix "${abs_top_builddir}/libmu_sieve/extensions" -f ./mailbox prog || exit 1 cat $MAIL_DUMP --- - 2020-09-28 18:49:04.736300646 +0200 +++ /var/tmp/portage/net-mail/mailutils-3.10/work/mailutils-3.10/sieve/tests/testsuite.dir/at-groups/73/stderr 2020-09-28 18:49:04.706306855 +0200 @@ -1,3 +1,3 @@ DISCARD on msg uid 0: marking as deleted -MODERATOR on msg uid 1: discarding message +/var/tmp/portage/net-mail/mailutils-3.10/work/mailutils-3.10/sieve/tests/testsuite.dir/at-groups/73/test-source: line 52: 27989 Segmentation fault sieve --verbose --no-config --set '.mailbox.mailbox-type=mbox' --line-info=no --no-program-name -M sendmail:$abs_top_builddir/testsuite/mockmail --email foobar@nonexistent.net --libdir-prefix "${abs_top_builddir}/libmu_sieve/extensions" -f ./mailbox prog --- - 2020-09-28 18:49:04.757773948 +0200 +++ /var/tmp/portage/net-mail/mailutils-3.10/work/mailutils-3.10/sieve/tests/testsuite.dir/at-groups/73/stdout 2020-09-28 18:49:04.726306855 +0200 @@ -1,10 +1 @@ -MSGID: 0001 -SENDER: gray@nonexistent.net -NRCPT: 1 -RCPT[0]: bug-foobar-request@example.org -LENGTH: 94 -To: bug-foobar-request@example.org -Subject: confirm 7e02c99a82a21a2349291a4f142ee2347bb5fd0b - - ./moderator.at:19: exit code was 1, expected 0 73. moderator.at:19: 73. moderator: program discard (moderator.at:19): FAILED (moderator.at:19) The other tests seem to have been removed, I can't find them in the log anymore. You could have a look at bug #704770 and try the patch. Upstream fixed the issue of which was said it affected all Big Endian arches. Confirmed, the patch fixes it. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53245a868edbae2e47e15767cb7dddc73c36524 commit b53245a868edbae2e47e15767cb7dddc73c36524 Author: Eray Aslan <eras@gentoo.org> AuthorDate: 2021-04-17 09:04:39 +0000 Commit: Eray Aslan <eras@gentoo.org> CommitDate: 2021-04-17 09:04:58 +0000 net-mail/mailutils: fix big endian archs also - fix HOMEPAGE - add missing endif thanks to ernsteiswuerfel and Rolf Eike Beer Closes: https://bugs.gentoo.org/670924 Closes: https://bugs.gentoo.org/727998 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Eray Aslan <eras@gentoo.org> .../files/mailutils-3.12-fix-big-endians.patch | 26 ++++ .../files/mailutils-3.12-misssing-endif.patch | 23 ++++ net-mail/mailutils/mailutils-3.12-r1.ebuild | 141 +++++++++++++++++++++ 3 files changed, 190 insertions(+) |