Source: vdr-plugin-epgsearch Version: 1.0.1~beta6+git20150211-4 Severity: serious Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/vdr-plugin-epgsearch.html ... g++ -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 -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"' -o blacklist.o blacklist.c blacklist.c: In constructor 'cBlacklist::cBlacklist()': blacklist.c:50:18: error: 'Channels' was not declared in this scope channelMin = Channels.GetByNumber(cDevice::CurrentChannel()); ^~~~~~~~ blacklist.c:50:18: note: suggested alternative: 'kChannels' channelMin = Channels.GetByNumber(cDevice::CurrentChannel()); ^~~~~~~~ kChannels blacklist.c: In member function 'bool cBlacklist::Parse(const char*)': blacklist.c:334:17: error: 'Channels' was not declared in this scope channelMin = Channels.GetByChannelID(tChannelID::FromString(channelMinbuffer), true, true); ^~~~~~~~ blacklist.c:334:17: note: suggested alternative: 'kChannels' channelMin = Channels.GetByChannelID(tChannelID::FromString(channelMinbuffer), true, true); ^~~~~~~~ kChannels blacklist.c: In member function 'cEvent* cBlacklist::GetEventByBlacklist(const cSchedule*, const cEvent*, int)': blacklist.c:521:37: error: invalid conversion from 'const cEvent*' to 'cEvent*' [-fpermissive] p1 = schedules->Events()->Next(Start); ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ blacklist.c:523:38: error: invalid conversion from 'const cEvent*' to 'cEvent*' [-fpermissive] p1 = schedules->Events()->First(); ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ blacklist.c:548:56: error: invalid conversion from 'const cEvent*' to 'cEvent*' [-fpermissive] for (cEvent *p = p1; p; p = schedules->Events()->Next(p)) ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ blacklist.c: In member function 'cSearchResults* cBlacklist::Run(cSearchResults*, int)': blacklist.c:636:5: error: 'cSchedulesLock' was not declared in this scope cSchedulesLock schedulesLock; ^~~~~~~~~~~~~~ blacklist.c:636:5: note: suggested alternative: 'cSchedules_Lock' cSchedulesLock schedulesLock; ^~~~~~~~~~~~~~ cSchedules_Lock blacklist.c:638:29: error: 'Schedules' is not a member of 'cSchedules' schedules = cSchedules::Schedules(schedulesLock); ^~~~~~~~~ blacklist.c:638:39: error: 'schedulesLock' was not declared in this scope schedules = cSchedules::Schedules(schedulesLock); ^~~~~~~~~~~~~ blacklist.c:638:39: note: suggested alternative: 'cSchedules_Lock' schedules = cSchedules::Schedules(schedulesLock); ^~~~~~~~~~~~~ cSchedules_Lock blacklist.c:647:22: error: 'Channels' was not declared in this scope cChannel* channel = Channels.GetByChannelID(Schedule->ChannelID(),true,true); ^~~~~~~~ blacklist.c:647:22: note: suggested alternative: 'kChannels' cChannel* channel = Channels.GetByChannelID(Schedule->ChannelID(),true,true); ^~~~~~~~ kChannels blacklist.c: In member function 'int cBlacklists::GetNewID()': blacklist.c:740:10: error: 'max' was not declared in this scope newID = max(newID, l->ID); ^~~ blacklist.c:740:10: note: suggested alternative: In file included from /usr/include/c++/7/vector:60:0, from blacklist.c:24: /usr/include/c++/7/bits/stl_algobase.h:265:5: note: 'std::max' max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^~~ Makefile:193: recipe for target 'blacklist.o' failed make[1]: *** [blacklist.o] Error 1