Bug #4409
Builderror on Gentoo
100%
Description
Im trying to emerge a newer version as 4.0.9 supported in Gentoo Portage but i get this error all the time:
CC src/profile.o
CC src/bouquet.o
CC src/lock.o
CC src/wizard.o
src/wizard.c: In function ‘muxes_changed’:
src/wizard.c:752:41: error: ‘dvb_network_class’ undeclared (first use in this function)
if (idnode_is_instance(&mn->mn_id, &dvb_network_class) && w->muxes[idx][0]) {
^
src/wizard.c:752:41: note: each undeclared identifier is reported only once for each function it appears in
src/wizard.c:753:7: warning: implicit declaration of function ‘dvb_network_scanfile_set’ [-Wimplicit-function-declaration]
dvb_network_scanfile_set((dvb_network_t *)mn, w->muxes[idx]);
^
src/wizard.c:753:33: error: ‘dvb_network_t’ undeclared (first use in this function)
dvb_network_scanfile_set((dvb_network_t *)mn, w->muxes[idx]);
^
This is my configures:
@Compiler:
Using C compiler: cc
Using C flags: -O2 -pipe -march=native -mcpu=cortex-a15.cortex-a7 -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -fomit-frame-pointer
Using LD flags: -Wl,-O1 -Wl,--as-needed -ldvben50221 -ldvbapi -lucsi
Build for arch: arm
Binaries:
Using PYTHON: python
Using GZIP: gzip
Using BZIP2: bzip2
Options:
pie yes
ccdebug no
cwc yes
capmt no
constcw no
linuxdvb no
satip_server no
satip_client no
hdhomerun_client no
hdhomerun_static no
iptv no
tsfile yes
dvbscan yes
timeshift yes
trace yes
imagecache no
avahi no
zlib yes
libav yes
ffmpeg_static no
libx264 yes
libx264_static no
libx265 yes
libx265_static no
libvpx yes
libvpx_static no
libtheora yes
libtheora_static no
libvorbis yes
libvorbis_static no
libfdkaac yes
libfdkaac_static no
nvenc no
qsv no
libmfx_static yes
inotify no
epoll yes
uriparser no
ccache no
tvhcsa yes
bundle no
pngquant no
dvbcsa no
dvben50221 yes
kqueue no
dbus_1 yes
android no
tsdebug no
gtimer_check no
slow_memoryinfo no
libsystemd_daemon no
bintray_cache yes
execinfo yes
W_unused_result yes
getloadavg yes
atomic64 yes
atomic_time_t yes
bitops64 yes
lockowner yes
qsort_r yes
stime yes
gmtoff yes
recvmmsg yes
sendmmsg yes
libdvben50221 yes
ifnames yes
py_gzip yes
bin_pkg_config yes
bin_xgettext yes
bin_msgmerge yes
bin_gzip yes
bin_bzip2 yes
ssl yes
linuxdvbapi yes
linuxdvb_ca yes
epoll_create1 yes
mpegts yes
mpegts_dvb no
Packages:
openssl 1.0.2k
zlib 1.2.11
libavfilter 6.82.100
libswresample 2.7.100
libavresample 3.5.0
libswscale 4.6.100
libavformat 57.71.100
libavcodec 57.89.100
libavutil 55.58.100
dbus-1 1.10.18
Installation paths:
Prefix: /usr
Binaries: ${prefix}/bin
Libraries: /usr/lib
Data files: /usr/share
Man pages: /usr/share/man
Final Binary:
/var/tmp/portage/media-tv/tvheadend-4.2.2/work/tvheadend-4.2.2/build.linux/tvheadend
Tvheadend Data Directory:
/usr/share/tvheadend
@
what do i miss?
History
Updated by Jaroslav Kysela over 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|f46a6c2dc93460d7c2909ebbec42a3ac2557ccb2.