; did you mean 'cSchedules_Lock'? BUILDSTDERR: cSchedulesLock _schedulesLock; BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: cSchedules_Lock BUILDSTDERR: magazine.c: In member function 'void magazine::autoTimer(const cEvent*)': BUILDSTDERR: magazine.c:813:16: error: 'Channels' was not declared in this scope BUILDSTDERR: cChannel *cc=Channels.GetByChannelID(cev->ChannelID()); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: magazine.c:813:16: note: suggested alternative: 'kChannels' BUILDSTDERR: cChannel *cc=Channels.GetByChannelID(cev->ChannelID()); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: kChannels BUILDSTDERR: magazine.c: In member function 'virtual eOSState magazine::ProcessKey(eKeys)': BUILDSTDERR: magazine.c:945:27: error: 'Channels' was not declared in this scope BUILDSTDERR: cChannel *channel = Channels.GetByChannelID(ev[EDIT_curEVI]->ChannelID(), true); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: magazine.c:945:27: note: suggested alternative: 'kChannels' BUILDSTDERR: cChannel *channel = Channels.GetByChannelID(ev[EDIT_curEVI]->ChannelID(), true); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: kChannels BUILDSTDERR: magazine.c:991:19: error: 'Timers' was not declared in this scope BUILDSTDERR: cTimer *t = Timers.GetTimer(timer); BUILDSTDERR: ^~~~~~ BUILDSTDERR: magazine.c:991:19: note: suggested alternative: 'cTimers' BUILDSTDERR: cTimer *t = Timers.GetTimer(timer); BUILDSTDERR: ^~~~~~ BUILDSTDERR: cTimers BUILDSTDERR: magazine.c:1077:19: error: 'Timers' was not declared in this scope BUILDSTDERR: cTimer *t = Timers.GetTimer(timer); BUILDSTDERR: ^~~~~~ BUILDSTDERR: magazine.c:1077:19: note: suggested alternative: 'cTimers' BUILDSTDERR: cTimer *t = Timers.GetTimer(timer); BUILDSTDERR: ^~~~~~ BUILDSTDERR: cTimers BUILDSTDERR: magazine.c:1171:29: error: 'Channels' was not declared in this scope BUILDSTDERR: int currentChannel = Channels.GetByNumber(cDevice::CurrentChannel())->Number(); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: magazine.c:1171:29: note: suggested alternative: 'kChannels' BUILDSTDERR: int currentChannel = Channels.GetByNumber(cDevice::CurrentChannel())->Number(); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: kChannels BUILDSTDERR: magazine.c:1326:40: warning: comparison of integer expressions of different signedness: 'tEventID' {aka 'unsigned int'} and 'int' [-Wsign-compare] BUILDSTDERR: if (ev[i] && ev[i]->EventID()==EDIT_curEvent) BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ BUILDSTDERR: magazine.c:1378:20: error: 'Timers' was not declared in this scope BUILDSTDERR: cTimer *t = Timers.GetTimer(timer); BUILDSTDERR: ^~~~~~ BUILDSTDERR: magazine.c:1378:20: note: suggested alternative: 'cTimers' BUILDSTDERR: cTimer *t = Timers.GetTimer(timer); BUILDSTDERR: ^~~~~~ BUILDSTDERR: cTimers BUILDSTDERR: make: *** [Makefile:58: config.o] Error 1 BUILDSTDERR: make: *** [Makefile:58: magazine.o] Error 1 RPM build errors: BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.M4psrD (%build) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.M4psrD (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 636, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/vdr-tvonscreen.spec