Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 601064 Details for
Bug 703966
[PMASKED] for removal, was: media-plugins/vdr-zaphistory-0.9.6 : epg_item.c:69:20: error: Timers was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-plugins:vdr-zaphistory-0.9.6:20191226-004801.log
media-plugins:vdr-zaphistory-0.9.6:20191226-004801.log (text/plain), 5.91 KB, created by
Toralf Förster
on 2019-12-27 14:00:30 UTC
(
hide
)
Description:
media-plugins:vdr-zaphistory-0.9.6:20191226-004801.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-12-27 14:00:30 UTC
Size:
5.91 KB
patch
obsolete
> * Package: media-plugins/vdr-zaphistory-0.9.6 > * 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 zaphistory-0.9.6.tar.gz to /var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work >>>> Source unpacked in /var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work >>>> Preparing source in /var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/zaphistory-0.9.6 ... > * Applying vdr-zaphistory-0.9.6-fix-crash-no-info.diff ... > [ ok ] > * Patching Makefile > * Patching for Linguas support > * available Languages for vdr-zaphistory-0.9.6 are: > * LINGUAS="de " >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/zaphistory-0.9.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/zaphistory-0.9.6 ... >make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/zaphistory-0.9.6 TMPDIR=/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/temp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"zaphistory"' -o epg_item.o epg_item.c >epg_item.c: In member function âbool cMenuMyScheduleItem::Update(bool)â: >epg_item.c:69:20: error: âTimersâ was not declared in this scope; did you mean âcTimersâ? > 69 | hasMatch = Timers.GetMatch(event, &timerMatch); > | ^~~~~~ > | cTimers >epg_item.c:86:31: error: âmaxâ was not declared in this scope; did you mean âstd::maxâ? > 86 | frac = min(10,max(0, frac)); > | ^~~ > | std::max >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/char_traits.h:39, > from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/string:40, > from epg_item.c:9: >/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/stl_algobase.h:268:5: note: âstd::maxâ declared here > 268 | max(const _Tp& __a, const _Tp& __b, _Compare __comp) > | ^~~ >epg_item.c:86:24: error: âminâ was not declared in this scope; did you mean âstd::minâ? > 86 | frac = min(10,max(0, frac)); > | ^~~ > | std::min >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/char_traits.h:39, > from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/string:40, > from epg_item.c:9: >/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/stl_algobase.h:246:5: note: âstd::minâ declared here > 246 | min(const _Tp& __a, const _Tp& __b, _Compare __comp) > | ^~~ >epg_item.c:99:30: error: âmaxâ was not declared in this scope; did you mean âstd::maxâ? > 99 | frac = min(8,max(0, frac)); > | ^~~ > | std::max >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/char_traits.h:39, > from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/string:40, > from epg_item.c:9: >/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/stl_algobase.h:268:5: note: âstd::maxâ declared here > 268 | max(const _Tp& __a, const _Tp& __b, _Compare __comp) > | ^~~ >epg_item.c:99:24: error: âminâ was not declared in this scope; did you mean âstd::minâ? > 99 | frac = min(8,max(0, frac)); > | ^~~ > | std::min >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/char_traits.h:39, > from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/string:40, > from epg_item.c:9: >/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9/bits/stl_algobase.h:246:5: note: âstd::minâ declared here > 246 | min(const _Tp& __a, const _Tp& __b, _Compare __comp) > | ^~~ >epg_item.c:122:18: warning: ignoring return value of âint asprintf(char**, const char*, ...)â, declared with attribute warn_unused_result [-Wunused-result] > 122 | asprintf(&buffer, "%s%s\t%s %c%c%c \t%s", > | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 123 | szChannelpart, > | ~~~~~~~~~~~~~~ > 124 | event?*(event->GetTimeString() ):"", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 125 | szProgressPart, > | ~~~~~~~~~~~~~~~ > 126 | t, v, r, > | ~~~~~~~~ > 127 | szEventDescr); > | ~~~~~~~~~~~~~ >make: *** [Makefile:65: epg_item.o] Error 1 > * ERROR: media-plugins/vdr-zaphistory-0.9.6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-plugins/vdr-zaphistory-0.9.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-zaphistory-0.9.6::gentoo'`. > * The complete build log is located at '/var/log/portage/media-plugins:vdr-zaphistory-0.9.6:20191226-004801.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/temp/environment'. > * Working directory: '/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/zaphistory-0.9.6' > * S: '/var/tmp/portage/media-plugins/vdr-zaphistory-0.9.6/work/zaphistory-0.9.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 703966
:
601056
|
601058
|
601060
|
601062
| 601064 |
601066