[Bug 258947] multimedia/libva: va_openDriver() returns 2

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 06 Oct 2021 19:34:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258947

--- Comment #5 from Dan Kotowski <dan.kotowski@a9development.com> ---
Threw some debug output in:



$ LIBVA_TRACE=1 LIBVA_DRIVER_NAME=radeonsi vainfo
error: XDG_RUNTIME_DIR not set in the environment.
libva info: Open new log file 1.193152.thd-0x00019a23 for the thread 0x00019a23
libva info: LIBVA_TRACE is on, save log into 1.193152.thd-0x00019a23
libva info: VA-API version 1.13.0
libva info: User environment variable requested driver 'radeonsi'
libva info: Trying to open /usr/local/lib/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_13
libva info: DBG:495: VADriverVTable stuff
libva info: DBG:496: !vtable, trying calloc...
libva info: DBG:503: SUCCESS!
libva info: DBG:497: !vtable_vpp, trying calloc...
libva info: DBG:514: SUCCESS!
libva info: DBG:498: !vtable_prot, trying calloc...
libva info: DBG:527: SUCCESS!
libva info: DBG:538: We have init_func and so far vaStatus == VA_STATUS_SUCCESS
libva error: /usr/local/lib/dri/radeonsi_drv_video.so init failed
libva error: DBG:540 vaStatus == 2
libva error: DBG:540 dlerror == Shared object "libatiadlxx.so" not found,
required by "vainfo"
libva info: va_openDriver() returns 2
vaInitialize failed with error code 2 (resource allocation failed),exit



I have no idea what libatiadlxx.so is at this moment, but will keep digging
unless someone gets back to me before I find it myself :)

-- 
You are receiving this mail because:
You are the assignee for the bug.