Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921091 - media-video/mpv-0.37.0 fails tests on hppa
Summary: media-video/mpv-0.37.0 fails tests on hppa
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: HPPA Linux
: Normal normal
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 917682
  Show dependency tree
 
Reported: 2023-12-30 16:14 UTC by matoro
Modified: 2024-02-11 08:24 UTC (History)
2 users (show)

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


Attachments
build.log and emerge --info (file_921091.txt,273.02 KB, text/plain)
2023-12-30 16:15 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2023-12-30 16:14:36 UTC
Timer is a new failure, the other two exist in 0.36.0 also.

Reproducible: Always
Comment 1 matoro archtester 2023-12-30 16:15:42 UTC
Created attachment 881022 [details]
build.log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2023-12-30 17:12:59 UTC
ftr not really planning to look at this, so if it's not figured out it may just lose the hppa keyword when drop 0.36

Unless ok with rekeywording it while ignoring these assuming it's usable.
Comment 3 matoro archtester 2023-12-30 17:14:46 UTC
(In reply to Ionen Wolkens from comment #2)
> ftr not really planning to look at this, so if it's not figured out it may
> just lose the hppa keyword when drop 0.36
> 
> Unless ok with rekeywording it while ignoring these assuming it's usable.

No, just drop it please, in fact my vote would be for just preemptively dropping it from 0.36
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-30 17:15:09 UTC
no real interest from me unless someone personally wants it
Comment 5 Ionen Wolkens gentoo-dev 2023-12-30 17:39:15 UTC
Alright thanks both, figured wasn't all that worth spending time on. I'll go ahead and drop it then.
Comment 6 Larry the Git Cow gentoo-dev 2023-12-30 17:49:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e6fcf77dfbe09ec81d761b00e768cd3256a32b

commit 16e6fcf77dfbe09ec81d761b00e768cd3256a32b
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2023-12-30 17:41:25 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2023-12-30 17:48:43 +0000

    media-video/mpv: unkeyword 0.36.0-r1 for ~hppa
    
    Could revisit if there's real interest, but let's keep it simple
    otherwise.
    
    Not dropping 0.36.0-r1 itself just yet due to the changes in
    scaling profile defaults (users may want to try 0.36.0 to check
    what's wrong with performance and need --profile=fast, esp. on
    rpis and similar).
    
    Closes: https://bugs.gentoo.org/921091
    Closes: https://bugs.gentoo.org/917682
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-video/mpv/mpv-0.36.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 7 Larry the Git Cow gentoo-dev 2024-02-11 08:24:40 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8229de49c3505b7116dfd58bc343ee8e5b03ea

commit 9f8229de49c3505b7116dfd58bc343ee8e5b03ea
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-02-11 08:09:27 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-02-11 08:24:08 +0000

    media-video/mpv: skip ffmpeg suite for tests
    
    Could adjust or skip only with USE=-vulkan wrt bug #924276, but ffmpeg
    tests have caused other issues before depending on ffmpeg version and
    BE arches (seen on hppa, and formerly on ppc64be). They also do not
    seem very interesitng downstream as their purpose seem to be to track
    subtle changes in ffmpeg versions without necessarily meaning there is
    a notable runtime issue.
    
    Was going to skip only img-format but the other ffmpeg test has also
    caused issues on e.g. hppa and meson still doesn't allow to skip
    specific tests currently (only suites).
    
    hppa still has the timer test failing which is likely an actual
    problem though (not really looked into but it's unkeyworded now).
    
    Bug: https://bugs.gentoo.org/921091
    Closes: https://bugs.gentoo.org/924276
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-video/mpv/mpv-0.37.0-r1.ebuild | 8 +++++++-
 media-video/mpv/mpv-9999.ebuild      | 6 ++++++
 2 files changed, 13 insertions(+), 1 deletion(-)