Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900951 - media-video/ffmpeg-6.0[hardcoded-tables] fails to build (src/libavcodec/aacps_tablegen.h:46:24: error: expected declaration specifiers or '...' before numeric constant)
Summary: media-video/ffmpeg-6.0[hardcoded-tables] fails to build (src/libavcodec/aacps...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-03-12 22:55 UTC by ZetaCorvi
Modified: 2023-03-14 20:23 UTC (History)
2 users (show)

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


Attachments
emerge --info ffmpeg-6.0 (emerge.info,7.30 KB, text/plain)
2023-03-12 22:55 UTC, ZetaCorvi
Details
Build log (media-video:ffmpeg-6.0:20230312-224620.log,838.80 KB, text/plain)
2023-03-12 22:57 UTC, ZetaCorvi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ZetaCorvi 2023-03-12 22:55:53 UTC
Created attachment 857429 [details]
emerge --info ffmpeg-6.0

Yet another libavcodec type changes with major version upgrade
Comment 1 ZetaCorvi 2023-03-12 22:57:54 UTC
Created attachment 857431 [details]
Build log
Comment 2 Leonardo Hernández Hernández 2023-03-13 05:06:45 UTC
Fixed by this commit: hhttps://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/814178f92647be2411516bbb82f48532373d2554
Comment 3 Larry the Git Cow gentoo-dev 2023-03-14 20:23:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60499ecc38f18f53ce65cce6474cbb82d2ac4705

commit 60499ecc38f18f53ce65cce6474cbb82d2ac4705
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2023-03-14 20:20:54 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2023-03-14 20:22:57 +0000

    media-video/ffmpeg: Fix build failure
    
    DECLARE_ALIGNED has been moved to mem_internal.h.
    
    Bug: https://trac.ffmpeg.org/ticket/10225
    Closes: https://bugs.gentoo.org/900951
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 media-video/ffmpeg/ffmpeg-6.0.ebuild               |  1 +
 .../ffmpeg/files/ffmpeg-6.0-DECLARE_ALIGNED.patch  | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)