Summary: | =media-video/ffmpeg-6.0-r1 fails at configure with USE=amf | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Pay <danielpay> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | admin, skobkin-ru, zdanevich.vitaly |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/31987 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
config.log |
Description
Daniel Pay
2023-06-21 11:06:15 UTC
From the build log:
> Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem.
Please attach that file.
Created attachment 864382 [details]
config.log
temp/ffconf.otq9erQB/test.c:3:2: error: #error "unsatisfied condition: (AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x00010004001c0000" It wants amf 1.4.28 or higher. The maintainer of amf-headers emailed me back and said that they don't have a PC available to install Gentoo on, so contributions are on pause until then. This may be awhile if nobody can version bump that and any other related packages to the latest upstream. Can ffmpeg 6 mask the amf flag so it at least refuses to emerge instead of failing in the configure/compile stage? They can use virtual machine... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8d6ec95099c8141528e96bd8c8027ad01abf11 commit bd8d6ec95099c8141528e96bd8c8027ad01abf11 Author: Peter Levine <plevine457@gmail.com> AuthorDate: 2023-07-21 01:49:05 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-07-26 03:49:57 +0000 media-video/ffmpeg: depend on >=media-libs/amf-headers-1.4.28 Building with USE=amf now depends on >=media-libs/amf-headers-1.4.28 Closes: https://bugs.gentoo.org/908956 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> media-video/ffmpeg/ffmpeg-6.0-r4.ebuild | 603 ++++++++++++++++++++++++++++++++ 1 file changed, 603 insertions(+) |