View previous topic :: View next topic |
Author |
Message |
imbruxo n00b
Joined: 23 Mar 2024 Posts: 14
|
Posted: Thu Apr 04, 2024 10:22 am Post subject: compile ffmpeg after switch profile 17.1 to 23.0 [solved] |
|
|
my build log : https://0x0.st/XzFg.txt
my emerge --info : https://0x0.st/XzF6.txt
my package.use for mpv and ffmpeg :
Code: |
media-video/ffmpeg openh264 vaapi vdpau cuda x265 webp nvenc vulkan
media-video/mpv pipewire vdpau vaapi alsa opengl vulkan openal -cdda
|
thanks for any help and sorry if I'm newbie , I tried to find in wiki I couldn't , it's less than a month I'm using it.
Last edited by imbruxo on Thu Apr 04, 2024 1:00 pm; edited 2 times in total |
|
Back to top |
|
|
flysideways Guru
Joined: 29 Jan 2005 Posts: 489
|
Posted: Thu Apr 04, 2024 10:29 am Post subject: |
|
|
I have three arm64 vm's that have been migrated. On two of them I had to add -vulkan to a ffmpeg use file. Those two had build logs that looked like yours.
I haven't yet figured out why the third works with no problems. |
|
Back to top |
|
|
flysideways Guru
Joined: 29 Jan 2005 Posts: 489
|
|
Back to top |
|
|
imbruxo n00b
Joined: 23 Mar 2024 Posts: 14
|
Posted: Thu Apr 04, 2024 10:49 am Post subject: |
|
|
yes I checked and nothing helpfull found their |
|
Back to top |
|
|
imbruxo n00b
Joined: 23 Mar 2024 Posts: 14
|
Posted: Thu Apr 04, 2024 12:54 pm Post subject: |
|
|
downgrade vulkan
reinstalled gcc and glibc
sudo emerge @preserved-rebuild
update the system
done ;D |
|
Back to top |
|
|
flysideways Guru
Joined: 29 Jan 2005 Posts: 489
|
Posted: Thu Apr 04, 2024 7:16 pm Post subject: |
|
|
The arm64 vm that was migrated first was updated and the emptytree emerge completed before dev-util/vulkan-headers and media-libs/vulkan-loader were 1.3.280. It had no problem with ffmpeg because the vulcan components were still at the 1.3.275 version.
ffmpeg builds on all three with a vulkan use flag and [dev-util/vulkan-headers-1.3.275, media-libs/vulkan-loader-1.3.275].
@imbruxo,
Can you confirm that your vulkan packages are no longer downgraded? Mine seem to need to remain masked at 1.3.275.
Last edited by flysideways on Thu Apr 04, 2024 7:24 pm; edited 1 time in total |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1896
|
Posted: Thu Apr 04, 2024 7:24 pm Post subject: |
|
|
flysideways wrote: | The arm64 vm that was migrated first was updated and the emptytree emerge completed before dev-util/vulkan-headers and media-libs/vulkan-loader were 1.3.280. |
This is a media-libs/mesa[vulkan] issue. Likely mesa 24 changed with the major release and vulkan support was modified. |
|
Back to top |
|
|
imbruxo n00b
Joined: 23 Mar 2024 Posts: 14
|
Posted: Fri Apr 05, 2024 5:49 pm Post subject: |
|
|
flysideways wrote: | The arm64 vm that was migrated first was updated and the emptytree emerge completed before dev-util/vulkan-headers and media-libs/vulkan-loader were 1.3.280. It had no problem with ffmpeg because the vulcan components were still at the 1.3.275 version.
ffmpeg builds on all three with a vulkan use flag and [dev-util/vulkan-headers-1.3.275, media-libs/vulkan-loader-1.3.275].
@imbruxo,
Can you confirm that your vulkan packages are no longer downgraded? Mine seem to need to remain masked at 1.3.275. |
yes it's no longer downgraded and everything is working - but if I wanted to stop updating i whould Just mask that version.
I just done that steps
hope that help you
@flysideways |
|
Back to top |
|
|
|