* Package: media-plugins/vdr-pilotskin-0.0.2-r1 * Repository: gentoo * Maintainer: vdr@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Compiling against * vdr-2.4.1 [API version 2.4.1] >>> Unpacking source... >>> Unpacking vdr-pilotskin-0.0.2.tgz to /var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work >>> Source unpacked in /var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work >>> Preparing source in /var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2 ... * Applying vdr-pilotskin-0.0.2-vdr-1.5.diff ... [ ok ] * Patching Makefile * Patching for Linguas support * available Languages for vdr-pilotskin-0.0.2 are: ls: cannot access '/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2//po': No such file or directory * LINGUAS="" * Plugin isn't converted to gettext handling! * obsolete tI18nPhrase found, disabled per sed, please recheck * removed i18n.h include in pilotskin.c >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2 ... make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2 TMPDIR=/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/temp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"pilotskin"' -I/usr/include -I/usr/include pilotskin.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"pilotskin"' -I/usr/include -I/usr/include pilotskinosd.c pilotskinosd.c: In member function ‘void cPilotskinOsd::UpdateEPGInfo(int)’: pilotskinosd.c:89:5: error: ‘cSchedulesLock’ was not declared in this scope; did you mean ‘cSchedules_Lock’? 89 | cSchedulesLock SchedulesLock; | ^~~~~~~~~~~~~~ | cSchedules_Lock pilotskinosd.c:90:47: error: ‘Schedules’ is not a member of ‘cSchedules’ 90 | const cSchedules *Schedules = cSchedules::Schedules(SchedulesLock); | ^~~~~~~~~ pilotskinosd.c:90:57: error: ‘SchedulesLock’ was not declared in this scope; did you mean ‘cSchedules_Lock’? 90 | const cSchedules *Schedules = cSchedules::Schedules(SchedulesLock); | ^~~~~~~~~~~~~ | cSchedules_Lock pilotskinosd.c:92:58: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 92 | const cSchedule *Schedule = Schedules->GetSchedule(Channels.GetByNumber(PilotChannelNumber)->GetChannelID()); | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘virtual void cPilotskinOsd::Show()’: pilotskinosd.c:170:25: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 170 | cChannel *Channel = Channels.GetByNumber(cDevice::PrimaryDevice()->CurrentChannel()); | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘virtual eOSState cPilotskinOsd::ProcessKey(eKeys)’: pilotskinosd.c:248:28: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 248 | if (number > Channels.MaxNumber()) | ^~~~~~~~ | kChannels pilotskinosd.c:253:38: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 253 | cChannel *channel = Channels.GetByNumber(number); | ^~~~~~~~ | kChannels pilotskinosd.c:277:35: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 277 | cChannel *channel = Channels.GetByNumber(PilotChannelNumber); | ^~~~~~~~ | kChannels pilotskinosd.c:284:26: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 284 | group = Channels.GetNextGroup(group); | ^~~~~~~~ | kChannels pilotskinosd.c:286:26: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 286 | group = Channels.GetPrevGroup(group < 1 ? 1 : group); | ^~~~~~~~ | kChannels pilotskinosd.c:290:35: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 290 | cChannel *channel = Channels.Get(group); | ^~~~~~~~ | kChannels pilotskinosd.c:315:32: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 315 | cChannel *channel = Channels.GetByNumber(PilotChannelNumber); | ^~~~~~~~ | kChannels pilotskinosd.c:325:32: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 325 | cChannel *channel = Channels.GetByNumber(PilotChannelNumber); | ^~~~~~~~ | kChannels pilotskinosd.c:335:19: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 335 | if (Channels.GetByNumber(number)) { | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘void cPilotskinOsd::CursorUp()’: pilotskinosd.c:432:13: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 432 | channel = Channels.GetByNumber(n, 1); | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘void cPilotskinOsd::CursorDown()’: pilotskinosd.c:444:13: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 444 | channel = Channels.GetByNumber(n, -1); | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘void cPilotskinOsd::CursorOK()’: pilotskinosd.c:455:24: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 455 | cChannel *Channel = Channels.GetByNumber(PilotChannelNumber); | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘void cPilotskinOsd::DisplayInfo(int)’: pilotskinosd.c:501:24: error: ‘Channels’ was not declared in this scope; did you mean ‘kChannels’? 501 | cChannel *channel = Channels.GetByNumber(PilotChannelNumber); | ^~~~~~~~ | kChannels pilotskinosd.c: In member function ‘void cPilotskinOsd::DisplayTimer()’: pilotskinosd.c:537:15: error: ‘Timers’ was not declared in this scope; did you mean ‘cTimers’? 537 | cTimer *t = Timers.GetTimer(timer); | ^~~~~~ | cTimers pilotskinosd.c: In constructor ‘cPilMenuEvent::cPilMenuEvent(const cEvent*)’: pilotskinosd.c:554:30: error: no matching function for call to ‘cMenuEvent::cMenuEvent(const cEvent*&, bool)’ 554 | : cMenuEvent(EventInfo,false) | ^ In file included from pilotskinosd.h:10, from pilotskinosd.c:9: /usr/include/vdr/menu.h:99:3: note: candidate: ‘cMenuEvent::cMenuEvent(const cTimers*, const cChannels*, const cEvent*, bool, bool)’ 99 | cMenuEvent(const cTimers *Timers, const cChannels *Channels, const cEvent *Event, bool CanSwitch = false, bool Buttons = false); | ^~~~~~~~~~ /usr/include/vdr/menu.h:99:3: note: candidate expects 5 arguments, 2 provided /usr/include/vdr/menu.h:95:7: note: candidate: ‘constexpr cMenuEvent::cMenuEvent(const cMenuEvent&)’ 95 | class cMenuEvent : public cOsdMenu { | ^~~~~~~~~~ /usr/include/vdr/menu.h:95:7: note: candidate expects 1 argument, 2 provided /usr/include/vdr/menu.h:95:7: note: candidate: ‘constexpr cMenuEvent::cMenuEvent(cMenuEvent&&)’ /usr/include/vdr/menu.h:95:7: note: candidate expects 1 argument, 2 provided make: *** [Makefile:55: pilotskinosd.o] Error 1 * ERROR: media-plugins/vdr-pilotskin-0.0.2-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-plugins/vdr-pilotskin-0.0.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-pilotskin-0.0.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/media-plugins:vdr-pilotskin-0.0.2-r1:20191226-212622.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2' * S: '/var/tmp/portage/media-plugins/vdr-pilotskin-0.0.2-r1/work/pilotskin-0.0.2'