* Package: media-plugins/vdr-mailbox-0.7.0 * Repository: gentoo * Maintainer: vdr@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Compiling against * vdr-2.2.0 [API version 2.2.0] >>> Unpacking source... >>> Unpacking vdr-mailbox-0.7.0.tgz to /var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work >>> Source unpacked in /var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work >>> Preparing source in /var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/mailbox-0.7.0 ... * Patching Makefile * Patching for Linguas support * available Languages for vdr-mailbox-0.7.0 are: * LINGUAS="de fr it " >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/mailbox-0.7.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/mailbox-0.7.0 ... make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/mailbox-0.7.0 TMPDIR=/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/temp x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -DUSE_PLUGINMISSING -fno-operator-names -DHAVE_VDR=1 -O2 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"mailbox"' -I./AxLib/include -I/usr/include/imap -o AxVdrTools.o AxVdrTools.cpp x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -DUSE_PLUGINMISSING -fno-operator-names -DHAVE_VDR=1 -O2 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"mailbox"' -I./AxLib/include -I/usr/include/imap -o AxPluginSetup.o AxPluginSetup.cpp In file included from /usr/include/vdr/i18n.h:14:0, from /usr/include/vdr/config.h:19, from /usr/include/vdr/osdbase.h:13, from AxPluginGlobals.h:32, from AxPluginSetup.cpp:20: AxPluginSetup.cpp: In member function ‘bool AxPluginSettings::parseSetup(const char*, const char*)’: ./AxLib/include/Ax/Tools/Trace.h:44:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wswarnsyslog(Y...) isyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:49:25: note: in expansion of macro ‘wswarnsyslog’ #define wswarn(X) do { wswarnsyslog X ;} while(0); ^~~~~~~~~~~~ AxPluginSetup.cpp:112:7: note: in expansion of macro ‘wswarn’ wswarn(("mailbox: configuration value BGCheckDelay (%d) > maximum (%d) -> setting to %d" ^~~~~~ AxPluginSetup.cpp: In member function ‘bool AxPluginSetup::loadAccounts(const string&)’: ./AxLib/include/Ax/Tools/Trace.h:44:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wswarnsyslog(Y...) isyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:49:25: note: in expansion of macro ‘wswarnsyslog’ #define wswarn(X) do { wswarnsyslog X ;} while(0); ^~~~~~~~~~~~ AxPluginSetup.cpp:333:13: note: in expansion of macro ‘wswarn’ wswarn(("unable to decode password in line %d in %s", aLineNum, aFileName.c_str())); ^~~~~~ ./AxLib/include/Ax/Tools/Trace.h:44:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wswarnsyslog(Y...) isyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:49:25: note: in expansion of macro ‘wswarnsyslog’ #define wswarn(X) do { wswarnsyslog X ;} while(0); ^~~~~~~~~~~~ AxPluginSetup.cpp:348:9: note: in expansion of macro ‘wswarn’ wswarn(("unknown line %d '%s' in %s", aLineNum, aLine.c_str(), aFileName.c_str())); ^~~~~~ ./AxLib/include/Ax/Tools/Trace.h:45:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wserrorsyslog(Y...) esyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:50:25: note: in expansion of macro ‘wserrorsyslog’ #define wserror(X) do { wserrorsyslog X ;} while(0); ^~~~~~~~~~~~~ AxPluginSetup.cpp:362:5: note: in expansion of macro ‘wserror’ wserror(("error while reading %s: %s", aFileName.c_str(), aMsg.c_str())); ^~~~~~~ ./AxLib/include/Ax/Tools/Trace.h:45:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wserrorsyslog(Y...) esyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:50:25: note: in expansion of macro ‘wserrorsyslog’ #define wserror(X) do { wserrorsyslog X ;} while(0); ^~~~~~~~~~~~~ AxPluginSetup.cpp:366:5: note: in expansion of macro ‘wserror’ wserror(("error while reading %s", aFileName.c_str())); ^~~~~~~ ./AxLib/include/Ax/Tools/Trace.h:43:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wsdebugsyslog(Y...) dsyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:48:25: note: in expansion of macro ‘wsdebugsyslog’ #define wsinfo(X) do { wsdebugsyslog X ;} while(0); ^~~~~~~~~~~~~ AxPluginSetup.cpp:371:5: note: in expansion of macro ‘wsinfo’ wsinfo(("saving accounts to obscure passwords...")); ^~~~~~ AxPluginSetup.cpp: In member function ‘bool AxPluginSetup::saveAccounts(const string&)’: ./AxLib/include/Ax/Tools/Trace.h:44:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wswarnsyslog(Y...) isyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:49:25: note: in expansion of macro ‘wswarnsyslog’ #define wswarn(X) do { wswarnsyslog X ;} while(0); ^~~~~~~~~~~~ AxPluginSetup.cpp:434:11: note: in expansion of macro ‘wswarn’ wswarn(("unable to encode password for account '%s'", aSetup->getAccountName().c_str())); ^~~~~~ ./AxLib/include/Ax/Tools/Trace.h:45:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wserrorsyslog(Y...) esyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:50:25: note: in expansion of macro ‘wserrorsyslog’ #define wserror(X) do { wserrorsyslog X ;} while(0); ^~~~~~~~~~~~~ AxPluginSetup.cpp:451:5: note: in expansion of macro ‘wserror’ wserror(("error while writing %s: %s", aFileName.c_str(), aMsg.c_str())); ^~~~~~~ ./AxLib/include/Ax/Tools/Trace.h:45:37: error: unable to find string literal operator ‘operator""Y’ with ‘const char [10]’, ‘long unsigned int’ arguments #define wserrorsyslog(Y...) esyslog("mailbox: "Y) ^ ./AxLib/include/Ax/Tools/Trace.h:50:25: note: in expansion of macro ‘wserrorsyslog’ #define wserror(X) do { wserrorsyslog X ;} while(0); ^~~~~~~~~~~~~ AxPluginSetup.cpp:455:5: note: in expansion of macro ‘wserror’ wserror(("error while writing %s", aFileName.c_str())); ^~~~~~~ make: *** [Makefile:173: AxPluginSetup.o] Error 1 * ERROR: media-plugins/vdr-mailbox-0.7.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-plugins/vdr-mailbox-0.7.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-mailbox-0.7.0::gentoo'`. * The complete build log is located at '/var/log/portage/media-plugins:vdr-mailbox-0.7.0:20160916-075345.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/temp/environment'. * Working directory: '/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/mailbox-0.7.0' * S: '/var/tmp/portage/media-plugins/vdr-mailbox-0.7.0/work/mailbox-0.7.0'