Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925094 - media-video/ffmpeg-6.1.1-r3 fails tests: make: Target fate not remade because of errors
Summary: media-video/ffmpeg-6.1.1-r3 fails tests: make: Target fate not remade because...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-20 16:16 UTC by Agostino Sarubbo
Modified: 2024-02-21 23:31 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,149.98 KB, application/x-xz)
2024-02-20 16:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-20 16:16:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/ffmpeg-6.1.1-r3 fails tests.
Discovered on: arm64 (internal ref: tinderbox_arm64)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-20 16:16:08 UTC
Created attachment 885529 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 James Le Cuirot gentoo-dev 2024-02-20 18:14:52 UTC
Looks like it's because of the addition of the SAND formats in the RPi patch. 
I did wonder whether anything else could go wrong with it. 😩 I'll get on it.

> --- /var/tmp/portage/media-video/ffmpeg-6.1.1-r3/work/ffmpeg-6.1.1/tests/ref/fate/imgutils      2023-11-11 01:25:17.000000000 +0100
> +++ tests/data/fate/imgutils    2024-02-20 14:44:23.015875626 +0100
> @@ -234,6 +234,9 @@
>  nv42            planes: 2, linesizes:  64 128   0   0, plane_sizes:  3072  6144     0     0, plane_offsets:  3072     0     0, total_size: 9216
>  y210be          planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
>  y210le          planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
> +sand128         planes: 2, linesizes:  64  64   0   0, plane_sizes:  3072  1536     0     0, plane_offsets:  3072     0     0, total_size: 4608
> +sand64_10       planes: 2, linesizes: 128 128   0   0, plane_sizes:  6144  3072     0     0, plane_offsets:  6144     0     0, total_size: 9216
> +sand64_16       planes: 2, linesizes: 128 128   0   0, plane_sizes:  6144  3072     0     0, plane_offsets:  6144     0     0, total_size: 9216
>  x2rgb10le       planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
>  x2rgb10be       planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
>  x2bgr10le       planes: 1, linesizes: 256   0   0   0, plane_sizes: 12288     0     0     0, plane_offsets:     0     0     0, total_size: 12288
Comment 3 Larry the Git Cow gentoo-dev 2024-02-21 23:31:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4661e4909f4361a2af0caaa172092502a61335

commit 8b4661e4909f4361a2af0caaa172092502a61335
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-02-21 23:29:17 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-02-21 23:29:17 +0000

    media-video/ffmpeg: Fix tests with USE=soc and check patch with verify-sig
    
    I will sign the patch myself so that it can be checked against
    openpgp-keys-gentoo-developers.
    
    I had originally allowed for more than one USE=soc patch, but let's just assume
    one now for simplicity.
    
    Closes: https://bugs.gentoo.org/924986
    Closes: https://bugs.gentoo.org/925094
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-video/ffmpeg/Manifest               |  3 ++-
 media-video/ffmpeg/ffmpeg-6.1.1-r3.ebuild | 34 +++++++++++++++++++++++--------
 media-video/ffmpeg/ffmpeg-9999.ebuild     | 34 +++++++++++++++++++++++--------
 3 files changed, 52 insertions(+), 19 deletions(-)