Opened 21 months ago
Closed 19 months ago
#11376 closed defect (fixed)
undefined symbol: vaMapBuffer2
| Reported by: | SpaceAgeHero | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
For quite a while now on my aarch64 installation I have to remain on old versions for these packages in order to avoid issues:
5 extra/ffmpeg 2:7.0.2-3.1 -> 2:7.1-4
4 extra/rubberband 3.3.0-2 -> 4.0.0-1
3 extra/x265 3.6-1 -> 4.0-1
If I upgrade and attempt to simply run ffmpeg I get this error message:
ffmpeg: symbol lookup error: /usr/lib/libavutil.so.59: undefined symbol: vaMapBuffer2
Note:
See TracTickets
for help on using tickets.



To whom it may concern, I was able to fix my issue thanks to: https://github.com/BtbN/FFmpeg-Builds/issues/457#issuecomment-2646666029
For some reason I had libva-git installed which was older than libva.
looking for conflicting packages...
:: libva-2.22.0-1 and libva-git-2.18.0.r9.g3aadcf0e-1 are in conflict. Remove libva-git? [y/N] y
Package (2) Old Version New Version Net Change Download Size
libva-git 2.18.0.r9.g3aadcf0e-1 -0.88 MiB
extra/libva 2.22.0-1 1.19 MiB 0.18 MiB
Replaced and now working fine.