Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 389344 Details for
Bug 529282
media-plugins/vdr-channelblocker-0.0.6 - channelblocker.c:58:15: error: ‘class cSetup’ has no member named ‘ChannelBlocker’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge log
media-plugins:vdr-channelblocker-0.0.6:20141114-182636.log (text/plain), 6.47 KB, created by
Toralf Förster
on 2014-11-15 00:00:13 UTC
(
hide
)
Description:
emerge log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2014-11-15 00:00:13 UTC
Size:
6.47 KB
patch
obsolete
> * Package: media-plugins/vdr-channelblocker-0.0.6 > * Repository: gentoo > * Maintainer: vdr@gentoo.org media-tv@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Compiling against > * vdr-2.0.6 [API version 2.0.6] >>>> Unpacking source... >>>> Unpacking vdr-channelblocker-0.0.6.tgz to /var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work >>>> Source unpacked in /var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work >>>> Preparing source in /var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/channelblocker-0.0.6 ... > * Patching Makefile > * Patching for Linguas support > * available Languages for vdr-channelblocker-0.0.6 are: > * LINGUAS="ca cs da de el es et fi fr hr hu it nl nn pl pt ro ru sl sv tr " >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/channelblocker-0.0.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/channelblocker-0.0.6 ... >make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/channelblocker-0.0.6 TMPDIR=/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/temp >x86_64-pc-linux-gnu-g++ -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"channelblocker"' -I/usr/include -I/usr/include channelblocker.c >channelblocker.c: In member function âbool cConfigChannelBlocker::allowedChannel(tChannelID)â: >channelblocker.c:58:15: error: âclass cSetupâ has no member named âChannelBlockerâ > if (Setup.ChannelBlocker == 5) // whitelist > ^ >channelblocker.c:59:28: error: âclass cSetupâ has no member named âChannelBlockerListâ > return strstr(Setup.ChannelBlockerList, chID.ToString()) != NULL; > ^ >channelblocker.c:61:28: error: âclass cSetupâ has no member named âChannelBlockerListâ > return strstr(Setup.ChannelBlockerList, chID.ToString()) == NULL; > ^ >channelblocker.c: In member function âvoid cConfigChannelBlocker::SetChannelMode(const cChannel*, BlockMode, bool)â: >channelblocker.c:81:18: error: âclass cSetupâ has no member named âChannelBlockerListâ > if (Setup.ChannelBlockerList) free(Setup.ChannelBlockerList); > ^ >channelblocker.c:81:49: error: âclass cSetupâ has no member named âChannelBlockerListâ > if (Setup.ChannelBlockerList) free(Setup.ChannelBlockerList); > ^ >channelblocker.c:82:14: error: âclass cSetupâ has no member named âChannelBlockerListâ > Setup.ChannelBlockerList = strdup(chList.c_str()); > ^ >channelblocker.c: In constructor âcMenuEditChannelBlocker::cMenuEditChannelBlocker()â: >channelblocker.c:147:28: error: âclass cSetupâ has no member named âChannelBlockerâ > t_ChannelBlocker = Setup.ChannelBlocker; > ^ >channelblocker.c:148:32: error: âclass cSetupâ has no member named âChannelBlockerModeâ > t_ChannelBlockerMode = Setup.ChannelBlockerMode; > ^ >channelblocker.c: In member function âvirtual eOSState cMenuEditChannelBlocker::ProcessKey(eKeys)â: >channelblocker.c:188:18: error: âclass cSetupâ has no member named âChannelBlockerâ > Setup.ChannelBlocker = t_ChannelBlocker; > ^ >channelblocker.c:189:18: error: âclass cSetupâ has no member named âChannelBlockerModeâ > Setup.ChannelBlockerMode = t_ChannelBlockerMode; > ^ >channelblocker.c: In member function âvoid cMenuChannelsChannelBlocker::SetMenuTitle()â: >channelblocker.c:240:81: error: âclass cSetupâ has no member named âChannelBlockerâ > String::sprintf("%s - %s", tr(MAINMENUENTRY), ChannelBlockers[Setup.ChannelBloc > ^ >channelblocker.c: In member function âvoid cMenuChannelsChannelBlocker::Set()â: >channelblocker.c:258:63: error: âconst class cChannelâ has no member named âModulationâ > (ConfigChannelBlocker.filterlist == 1 && channel->Modulation() == Q > ^ >channelblocker.c: In member function âvirtual eOSState cMenuChannelsChannelBlocker::ProcessKey(eKeys)â: >channelblocker.c:331:19: error: âclass cSetupâ has no member named âChannelBlockerListâ > if (Setup.ChannelBlockerList) free(Setup.ChannelBlockerList); > ^ >channelblocker.c:331:50: error: âclass cSetupâ has no member named âChannelBlockerListâ > if (Setup.ChannelBlockerList) free(Setup.ChannelBlockerList); > ^ >channelblocker.c:332:15: error: âclass cSetupâ has no member named âChannelBlockerListâ > Setup.ChannelBlockerList = strdup(ConfigChannelBlocker.oldChannelBlocke > ^ >channelblocker.c: In member function âvirtual cOsdObject* cPluginChannelBlocker::MainMenuAction()â: >channelblocker.c:471:63: error: âclass cSetupâ has no member named âChannelBlockerListâ > ConfigChannelBlocker.oldChannelBlockerList = strdup(Setup.ChannelBlockerLis > ^ >Makefile:59: recipe for target 'channelblocker.o' failed >make: *** [channelblocker.o] Error 1 > * ERROR: media-plugins/vdr-channelblocker-0.0.6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-plugins/vdr-channelblocker-0.0.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-channelblocker-0.0.6::gentoo'`. > * The complete build log is located at '/var/log/portage/media-plugins:vdr-channelblocker-0.0.6:20141114-182636.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/temp/environment'. > * Working directory: '/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/channelblocker-0.0.6' > * S: '/var/tmp/portage/media-plugins/vdr-channelblocker-0.0.6/work/channelblocker-0.0.6'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 529282
: 389344