Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 670924

Summary: net-mail/mailutils-3.4-r2: Functions printable, regex, char, argument strings, logical and FAILED on ppc
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: Eray Aslan <eras>
Status: RESOLVED FIXED    
Severity: normal CC: eike, net-mail+disabled
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 663264    
Attachments: build.log
testsuite.log
emerge --info
test-suite.logs
build.log (3.10, ppc)
testsuite.log (3.10, ppc)

Description ernsteiswuerfel archtester 2018-11-11 16:12:56 UTC
Created attachment 554844 [details]
build.log

## ----------------------------- ##
## GNU Mailutils 3.4 test suite. ##
## ----------------------------- ##
  1: mimeview version                                ok
  2: default                                         ok
  3: suffixes                                        ok
  4: default ordering                                ok
  5: priority                                        ok

Functions

  6: match                                           ok
  7: ascii                                           ok
  8: printable                                       FAILED (testsuite.at:120)
  9: regex                                           FAILED (testsuite.at:128)
 10: string                                          ok
 11: istring                                         ok
 12: char                                            FAILED (testsuite.at:150)
 13: short                                           ok
 14: int                                             ok
 15: contains                                        ok
 16: argument strings                                FAILED (testsuite.at:180)
 17: logical or                                      ok
 18: logical and                                     FAILED (testsuite.at:200)
 19: grouping                                        ok
 20: error recovery                                  ok
 21: multiple error recovery                         ok

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 21 tests were run,
5 failed unexpectedly.
Comment 1 ernsteiswuerfel archtester 2018-11-11 16:13:19 UTC
Created attachment 554846 [details]
testsuite.log
Comment 2 ernsteiswuerfel archtester 2018-11-11 16:13:49 UTC
Created attachment 554848 [details]
emerge --info
Comment 3 Matt Turner gentoo-dev 2019-09-13 22:52:07 UTC
Same failures in 3.7.
Comment 4 Rolf Eike Beer archtester 2020-04-06 18:42:35 UTC
Created attachment 630880 [details]
test-suite.logs

Same errors for sparc and 3.8. The intersting things are in mimeview/tests/testsuite and show that the MIME type detection fails.
Comment 5 ernsteiswuerfel archtester 2020-11-12 13:49:46 UTC
Created attachment 671011 [details]
build.log (3.10, ppc)

Only 1 test failure left in mailutils-3.10:

[...]
 73: moderator: program discard                      FAILED (moderator.at:19)
[...]

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 105 tests were run,
1 failed unexpectedly.
Comment 6 ernsteiswuerfel archtester 2020-11-12 13:50:19 UTC
Created attachment 671014 [details]
testsuite.log (3.10, ppc)
Comment 7 ernsteiswuerfel archtester 2021-04-15 16:59:53 UTC
*** Bug 704770 has been marked as a duplicate of this bug. ***
Comment 8 Larry the Git Cow gentoo-dev 2021-04-17 09:05:09 UTC
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(+)