Bug #4568
TVHeadend 4.3-425~g3ccebae22 compilation fails on Ubuntu 17.04
0%
Description
My automated daily PPA build of TVHeadend failed today with the following error:
CC src/libav.o
src/libav.c:248:13: error: ‘libav_va_info_callback’ defined but not used [-Werror=unused-function]
static void libav_va_info_callback(const char *msg)
^~~~~~~~~~~~~~~~~~~~
src/libav.c:243:13: error: ‘libav_va_error_callback’ defined but not used [-Werror=unused-function]
static void libav_va_error_callback(const char *msg)
^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
The full build log may be found at https://launchpadlibrarian.net/335576406/buildlog_ubuntu-zesty-amd64.tvheadend_4.3-425~g3ccebae22~zesty_BUILDING.txt.gz. The build for Ubuntu 17.10 (which uses GCC 7 instead of GCC 6) completed successfully.
History
Updated by saen acro about 7 years ago
Same Error on Ubuntu 16.04 x86 with Atom D410
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller 00:02.1 Display controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
# ./sys_analyzer_linux.py -------------------------- Hardware readiness checks: -------------------------- [ OK ] Processor name: Intel(R) Atom(TM) CPU D410 @ 1.66GHz [ ERROR ] Processor not Xeon or Core. Not supported. -------------------------- OS readiness checks: -------------------------- [ ERROR ] No compatible GPU available. Check BIOS settings?
Updated by saen acro about 7 years ago
# tree /dev/dri/ /dev/dri/ ├── card0 ├── controlD64 └── renderD128
Updated by Jaroslav Kysela about 7 years ago
- Status changed from New to Fixed
Fixed in v4.3-427-gb580b6b0e . Appearently an old libva version.