Activity log for bug #2049797

Date Who What changed Old value New value Message
2024-01-19 00:14:23 theofficialgman bug added bug
2024-01-19 00:40:30 theofficialgman description attempting to run ffmpeg or ffplay from apt on ubuntu noble (current version 7:6.1.1-1ubuntu1) results in ffplay: symbol lookup error: /lib/aarch64-linux-gnu/libavdevice.so.60: undefined symbol: drmModeGetFB2 on ARM64 Ubuntu Noble (untested on other architectures). attempting to run ffmpeg or ffplay from apt on ubuntu noble (current version 7:6.1.1-1ubuntu1) results in ffplay: symbol lookup error: /lib/aarch64-linux-gnu/libavdevice.so.60: undefined symbol: drmModeGetFB2 on ARM64 Ubuntu Noble (untested on other architectures) with Nvidia Tegra BSP. The particular implementation of libdrm does not have drmModeGetFB2 support. I feel like this should be a runtime check in ffmpeg, not a compiler time check.
2024-01-19 00:48:55 theofficialgman description attempting to run ffmpeg or ffplay from apt on ubuntu noble (current version 7:6.1.1-1ubuntu1) results in ffplay: symbol lookup error: /lib/aarch64-linux-gnu/libavdevice.so.60: undefined symbol: drmModeGetFB2 on ARM64 Ubuntu Noble (untested on other architectures) with Nvidia Tegra BSP. The particular implementation of libdrm does not have drmModeGetFB2 support. I feel like this should be a runtime check in ffmpeg, not a compiler time check. attempting to run ffmpeg or ffplay from apt on ubuntu noble (current version 7:6.1.1-1ubuntu1) results in ffplay: symbol lookup error: /lib/aarch64-linux-gnu/libavdevice.so.60: undefined symbol: drmModeGetFB2 on ARM64 Ubuntu Noble (untested on other architectures) with Nvidia Tegra BSP. The particular implementation of libdrm has drmModeGetFB2 support.
2024-01-19 00:52:49 theofficialgman description attempting to run ffmpeg or ffplay from apt on ubuntu noble (current version 7:6.1.1-1ubuntu1) results in ffplay: symbol lookup error: /lib/aarch64-linux-gnu/libavdevice.so.60: undefined symbol: drmModeGetFB2 on ARM64 Ubuntu Noble (untested on other architectures) with Nvidia Tegra BSP. The particular implementation of libdrm has drmModeGetFB2 support. attempting to run ffmpeg or ffplay from apt on ubuntu noble (current version 7:6.1.1-1ubuntu1) results in ffplay: symbol lookup error: /lib/aarch64-linux-gnu/libavdevice.so.60: undefined symbol: drmModeGetFB2 on ARM64 Ubuntu Noble (untested on other architectures) with Nvidia Tegra BSP. The particular implementation of libdrm does not have a drmModeGetFB2 function.
2024-02-09 02:47:37 theofficialgman ffmpeg (Ubuntu): status New Invalid