Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670924 - net-mail/mailutils-3.4-r2: Functions printable, regex, char, argument strings, logical and FAILED on ppc
Summary: net-mail/mailutils-3.4-r2: Functions printable, regex, char, argument strings...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords: TESTFAILURE
: 704770 (view as bug list)
Depends on:
Blocks: 663264
  Show dependency tree
 
Reported: 2018-11-11 16:12 UTC by ernsteiswuerfel
Modified: 2021-04-17 09:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (mailutils-3.4-r2:20181111-153715.log,924.37 KB, text/plain)
2018-11-11 16:12 UTC, ernsteiswuerfel
Details
testsuite.log (testsuite.log,4.21 KB, text/plain)
2018-11-11 16:13 UTC, ernsteiswuerfel
Details
emerge --info (file_670924.txt,5.88 KB, text/plain)
2018-11-11 16:13 UTC, ernsteiswuerfel
Details
test-suite.logs (net-mail_mailutils-3.8_use_HNj6W.tar.xz,56.43 KB, application/x-xz)
2020-04-06 18:42 UTC, Rolf Eike Beer
Details
build.log (3.10, ppc) (mailutils-3.10:20201112-133223.log,966.67 KB, text/plain)
2020-11-12 13:49 UTC, ernsteiswuerfel
Details
testsuite.log (3.10, ppc) (testsuite.log,1.12 KB, text/plain)
2020-11-12 13:50 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)