* Package: media-plugins/vdr-undelete-0.0.7-r1:0 * 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.6.1 [API version 2.6.1] >>> Unpacking source... >>> Unpacking vdr-undelete-0.0.7.tgz to /var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work >>> Source unpacked in /var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work >>> Preparing source in /var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work/undelete-0.0.7 ... * Patching Makefile * Patching for Linguas support * available Languages for vdr-undelete-0.0.7 are: * LINGUAS="de fr " >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work/undelete-0.0.7 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work/undelete-0.0.7 ... make -j4 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/temp/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/temp/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work/undelete-0.0.7 TMPDIR=/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/temp x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"undelete"' -DHAVE_SVDRP -I/usr/include -I/usr/include undelete.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"undelete"' -DHAVE_SVDRP -I/usr/include -I/usr/include menuundelete.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"undelete"' -DHAVE_SVDRP -I/usr/include -I/usr/include menusetup.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"undelete"' -DHAVE_SVDRP -I/usr/include -I/usr/include vdrtools.c menuundelete.c: In destructor ‘virtual cMenuUndelete::~cMenuUndelete()’: menuundelete.c:589:5: error: ‘Recordings’ was not declared in this scope; did you mean ‘kRecordings’? 589 | Recordings.Update(); | ^~~~~~~~~~ | kRecordings menuundelete.c: In member function ‘void cMenuUndelete::FillMenu()’: menuundelete.c:602:21: error: ‘class cRecordings’ has no member named ‘Load’ 602 | DeletedRecordings.Load(); | ^~~~ undelete.c: In member function ‘virtual cString cPluginUndelete::SVDRPCommand(const char*, const char*, int&)’: undelete.c:734:25: error: ‘class cRecordings’ has no member named ‘Load’ 734 | DeletedRecordings.Load(); | ^~~~ undelete.c:776:25: error: ‘class cRecordings’ has no member named ‘Load’ 776 | DeletedRecordings.Load(); | ^~~~ undelete.c:863:29: error: ‘class cRecordings’ has no member named ‘Load’ 863 | DeletedRecordings.Load(); | ^~~~ undelete.c:891:27: error: ‘class cRecordings’ has no member named ‘Load’ 891 | DeletedRecordings.Load(); | ^~~~ undelete.c:1010:29: error: ‘class cRecordings’ has no member named ‘Load’ 1010 | DeletedRecordings.Load(); | ^~~~ undelete.c:1036:27: error: ‘class cRecordings’ has no member named ‘Load’ 1036 | DeletedRecordings.Load(); | ^~~~ menuundelete.c: In member function ‘void cMenuRecordingSelectItem::IncrementCounter(bool)’: menuundelete.c:82:11: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 82 | asprintf(&buffer, "%d\t%d\t%s", totalEntries, newEntries, name); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menusetup.c: In member function ‘virtual void cMenuSetupUndelete::Set(int)’: menusetup.c:185:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 185 | asprintf(&name, tr("Setup$ Key for function-%s"), FunctionName[i]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menuundelete.c: In member function ‘eOSState cMenuRecordingSelect::FunctionCall(int)’: menuundelete.c:416:27: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 416 | asprintf(&buffer, "%s~%s", base, t); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ menusetup.c: In member function ‘virtual eOSState cMenuSetupUndelete::ProcessKey(eKeys)’: menusetup.c:239:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 239 | asprintf(&info, tr("Error$Key for function %s and %s is identical."), FunctionName[function1], FunctionName[function2]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menuundelete.c: In member function ‘virtual eOSState cMenuUndelete::ProcessKey(eKeys)’: menuundelete.c:702:49: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 702 | asprintf(&temp, recording->IsPesRecording() ? "%s/%03d.vdr" : "%s/%05d.ts", (const char *)NewName, i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menuundelete.c:711:51: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 711 | asprintf(&temp, tr("Error$error accessing vdrfile %03d"), i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:85: menuundelete.o] Error 1 make: *** Waiting for unfinished jobs.... undelete.c: In function ‘void ExpandEnvironment(tParamFile*)’: undelete.c:176:17: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 176 | asprintf(&buffer, "%s%s%s", FileStruc->e, e, p); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c: In member function ‘void cPluginUndelete::TestAndSetOSDLanguage()’: undelete.c:299:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 299 | asprintf(&KeysName[i], "%s (%d)", tr("Red"), i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:300:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 300 | asprintf(&KeysName[i+2], "%s (%d)", tr("Green"), i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:301:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 301 | asprintf(&KeysName[i+4], "%s (%d)", tr("Yellow"), i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:302:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 302 | asprintf(&KeysName[i+6], "%s (%d)", tr("Blue"), i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:305:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 305 | asprintf(&KeysName[i+9], "%d", i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:307:15: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 307 | asprintf(&KeysName[i+18], "%s %d", tr("Choice$User"), i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c: In member function ‘virtual bool cPluginUndelete::Start()’: undelete.c:476:11: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 476 | asprintf(&p, "%s%s%s", q, *(q + strlen(q) - 1) == '/' ? "" : "/", undeleteconfigfile.u); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c: In member function ‘virtual cString cPluginUndelete::SVDRPCommand(const char*, const char*, int&)’: undelete.c:744:17: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 744 | asprintf(&newline, "%s%d %s\n", list ? list : "", recording->Index() + 1, recording->Title(' ', true, -1)); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:766:19: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 766 | asprintf(&temp, "#%d#", recording->Index() + 1); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:830:19: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 830 | asprintf(&temp, "#%d#", recnumber); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:850:21: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 850 | asprintf(&temp, "%sP#%d#", SVDRP_Process ? SVDRP_Process : "", recnumber); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:881:21: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 881 | asprintf(&newline, "%s%s\n", list ? list : "", (const char *)reply); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:930:19: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 930 | asprintf(&temp, "#%d#", recnumber); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:963:21: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 963 | asprintf(&temp, "%sS#%d#", SVDRP_Process ? SVDRP_Process : "", recnumber); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:986:25: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 986 | asprintf(&temp, recording->IsPesRecording() ? "%s/%03d.vdr" : "%s/%05d.ts", (const char *)NewName, i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ undelete.c:1028:21: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1028 | asprintf(&newline, "%s%s\n", list ? list : "", (const char *)reply); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:85: undelete.o] Error 1 * ERROR: media-plugins/vdr-undelete-0.0.7-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-plugins/vdr-undelete-0.0.7-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-undelete-0.0.7-r1::gentoo'`. * The complete build log is located at '/var/log/portage/media-plugins:vdr-undelete-0.0.7-r1:20221001-082410.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/temp/environment'. * Working directory: '/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work/undelete-0.0.7' * S: '/var/tmp/portage/media-plugins/vdr-undelete-0.0.7-r1/work/undelete-0.0.7'