Bug#872487: vdr-plugin-infosatepg FTBFS with vdr 2.3.8
Adrian Bunk
bunk at debian.org
Thu Aug 17 20:06:50 UTC 2017
Source: vdr-plugin-infosatepg
Version: 0.0.12-6
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/vdr-plugin-infosatepg.html
...
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/build/vdr-2.3.8=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"infosatepg"' -I/usr/include/vdr/include infosatepg.cpp
infosatepg.cpp: In member function 'virtual bool cPluginInfosatepg::Initialize()':
infosatepg.cpp:97:14: error: 'Channels' was not declared in this scope
if (!Channels.GetByChannelID(ChannelID))
^~~~~~~~
infosatepg.cpp:97:14: note: suggested alternative: 'kChannels'
if (!Channels.GetByChannelID(ChannelID))
^~~~~~~~
kChannels
infosatepg.cpp: In member function 'virtual void cPluginInfosatepg::MainThreadHook()':
infosatepg.cpp:167:20: error: 'Channels' was not declared in this scope
cChannel *chan=Channels.GetByNumber(global->Channel());
^~~~~~~~
infosatepg.cpp:167:20: note: suggested alternative: 'kChannels'
cChannel *chan=Channels.GetByNumber(global->Channel());
^~~~~~~~
kChannels
infosatepg.cpp: In member function 'virtual cString cPluginInfosatepg::Active()':
infosatepg.cpp:238:28: error: 'Channels' was not declared in this scope
cChannel *chan=Channels.GetByNumber(global->LastCurrentChannel);
^~~~~~~~
infosatepg.cpp:238:28: note: suggested alternative: 'kChannels'
cChannel *chan=Channels.GetByNumber(global->LastCurrentChannel);
^~~~~~~~
kChannels
Makefile:59: recipe for target 'infosatepg.o' failed
make[2]: *** [infosatepg.o] Error 1
More information about the pkg-vdr-dvb-devel
mailing list