Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928394 - media-video/ffmpeg-9999: build fails due to upstream upgrade of required vulkan version
Summary: media-video/ffmpeg-9999: build fails due to upstream upgrade of required vulk...
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:
Depends on:
Blocks:
 
Reported: 2024-04-01 20:11 UTC by Esad Katmer
Modified: 2024-04-25 21:52 UTC (History)
3 users (show)

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


Attachments
emerge --info (emerge--info.txt,6.13 KB, text/plain)
2024-04-01 20:12 UTC, Esad Katmer
Details
build.log (build.log,6.98 KB, text/x-log)
2024-04-01 20:12 UTC, Esad Katmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Esad Katmer 2024-04-01 20:11:39 UTC
Upstream changed minimum requred vulkan headers version to build ffmpeg.
https://github.com/FFmpeg/FFmpeg/commit/ecdc94b97f809d5f2b88640842fd0541951ad295

temporary fix:
  emerge -1q =vulkan-headers-9999
suggested ebuild change:
 >=dev-util/vulkan-headers-1.3.277

Reproducible: Always

Steps to Reproduce:
1. emerge -1q '=media-video/ffmpeg-9999'
Actual Results:  
Build fails at configuration phase

Expected Results:  
Build succeded
Comment 1 Esad Katmer 2024-04-01 20:12:22 UTC
Created attachment 889228 [details]
emerge --info
Comment 2 Esad Katmer 2024-04-01 20:12:37 UTC
Created attachment 889229 [details]
build.log
Comment 3 jospezial 2024-04-05 17:00:08 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309de7ca89d1d0b1bdcc32f46a604284b11f972a
"dev-util/vulkan-headers: Version bump to 1.3.280.0"
Comment 4 Larry the Git Cow gentoo-dev 2024-04-25 21:52:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991b62c98188ceaa919c0238174ec7d6fd31aa52

commit 991b62c98188ceaa919c0238174ec7d6fd31aa52
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-04-25 21:48:57 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-04-25 21:48:57 +0000

    media-video/ffmpeg: Bump vulkan dependencies and require threads for 9999
    
    Closes: https://bugs.gentoo.org/928394
    Bug: https://bugs.gentoo.org/930209
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-video/ffmpeg/ffmpeg-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit e5861e5df608ea837b6cf3ed5dea641adb983ea4
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-04-25 21:50:48 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-04-25 21:50:48 +0000

    media-video/ffmpeg-chromium: Bump vulkan deps and require threads for 125
    
    Closes: https://bugs.gentoo.org/930209
    Bug: https://bugs.gentoo.org/928394
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-video/ffmpeg-chromium/ffmpeg-chromium-125.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)