Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 584638 Details for
Bug 690722
media-video/vdr-2.0.6-r1 : dvbdevice.c:801:31: error: call of overloaded abs(unsigned int&) is ambiguous
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-video:vdr-2.0.6-r1:20190725-152513.log
media-video:vdr-2.0.6-r1:20190725-152513.log (text/plain), 10.79 KB, created by
Toralf Förster
on 2019-07-25 18:46:21 UTC
(
hide
)
Description:
media-video:vdr-2.0.6-r1:20190725-152513.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-07-25 18:46:21 UTC
Size:
10.79 KB
patch
obsolete
> * Package: media-video/vdr-2.0.6-r1 > * Repository: gentoo > * Maintainer: vdr@gentoo.org > * USE: abi_x86_64 alternatechannel amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking vdr-2.0.6.tar.bz2 to /var/tmp/portage/media-video/vdr-2.0.6-r1/work >>>> Unpacking extpng-vdr-2.0.6-gentoo-edition-v6.patch.bz2 to /var/tmp/portage/media-video/vdr-2.0.6-r1/work >>>> Source unpacked in /var/tmp/portage/media-video/vdr-2.0.6-r1/work >>>> Preparing source in /var/tmp/portage/media-video/vdr-2.0.6-r1/work/vdr-2.0.6 ... > * Changing paths for gentoo ... > * Found DVB header files in /usr/include > [ ok ] > * Applying vdr-2.0.6_gentoo.patch ... > [ ok ] > * Applying extpng-vdr-2.0.6-gentoo-edition-v6.patch ... > [ ok ] > * Enabling selected patches ... > [ ok ] > * Make depend ... >make -j1 .dependencies > [ ok ] > * > * VDR supports the LINGUAS values > * Please set one of this values in your sytem make.conf > * LINGUAS="ar ca cs da de el es et fi fr hr hu it lt mk nl nn pl pt ro ru sk sl sr sv tr uk zh " > * > * > * No values in LINGUAS= > * You will get only english text on OSD > * >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-video/vdr-2.0.6-r1/work/vdr-2.0.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-video/vdr-2.0.6-r1/work/vdr-2.0.6 ... >make -j1 >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o audio.o audio.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o channels.o channels.c >channels.c: In static member function 'static tChannelID tChannelID::FromString(const char*)': >channels.c:35:26: warning: format '%a' expects argument of type 'float*', but argument 3 has type 'char**' [-Wformat=] > int fields = sscanf(s, "%a[^-]-%d-%d-%d-%d", &sourcebuf, &nid, &tid, &sid, &rid); > ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ >channels.c: In member function 'bool cChannel::Parse(const char*)': >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 3 has type 'char**' [-Wformat=] > int fields = sscanf(s, "%a[^:]:%d :%a[^:]:%a[^:] :%d :%a[^:]:%a[^:]:%a[^:]:%a[^:]:%d :%d :%d :%d ", &namebuf, &frequency, ¶mbuf, &sourcebuf, &srate, &vpidbuf, &apidbuf, &tpidbuf, &caidbuf, &sid, &nid, &tid, &rid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 5 has type 'char**' [-Wformat=] >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 6 has type 'char**' [-Wformat=] >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 8 has type 'char**' [-Wformat=] >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 9 has type 'char**' [-Wformat=] >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 10 has type 'char**' [-Wformat=] >channels.c:635:29: warning: format '%a' expects argument of type 'float*', but argument 11 has type 'char**' [-Wformat=] >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o ci.o ci.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o config.o config.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o cutter.o cutter.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o device.o device.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o diseqc.o diseqc.c >diseqc.c: In member function 'bool cDiseqc::Parse(const char*)': >diseqc.c:117:26: warning: format '%a' expects argument of type 'float*', but argument 3 has type 'char**' [-Wformat=] > int fields = sscanf(s, "%a[^ ] %d %c %d %a[^\n]", &sourcebuf, &slof, &polarization, &lof, &commands); > ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ >diseqc.c:117:26: warning: format '%a' expects argument of type 'float*', but argument 7 has type 'char**' [-Wformat=] >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o dvbdevice.o dvbdevice.c >dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': >dvbdevice.c:801:31: error: call of overloaded 'abs(unsigned int&)' is ambiguous > frequency = abs(frequency); // Allow for C-band, where the frequency is less than the LOF > ^ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/cstdlib:75, > from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/stdlib.h:36, > from config.h:15, > from channels.h:13, > from device.h:13, > from dvbdevice.h:15, > from dvbdevice.c:10: >/usr/include/stdlib.h:837:12: note: candidate: 'int abs(int)' > extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur; > ^~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/cstdlib:77, > from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/stdlib.h:36, > from config.h:15, > from channels.h:13, > from device.h:13, > from dvbdevice.h:15, > from dvbdevice.c:10: >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:102:3: note: candidate: 'constexpr __float128 std::abs(__float128)' > abs(__float128 __x) > ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:84:3: note: candidate: 'constexpr __int128 std::abs(__int128)' > abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } > ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:78:3: note: candidate: 'constexpr long double std::abs(long double)' > abs(long double __x) > ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:74:3: note: candidate: 'constexpr float std::abs(float)' > abs(float __x) > ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:70:3: note: candidate: 'constexpr double std::abs(double)' > abs(double __x) > ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:61:3: note: candidate: 'long long int std::abs(long long int)' > abs(long long __x) { return __builtin_llabs (__x); } > ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8/bits/std_abs.h:56:3: note: candidate: 'long int std::abs(long int)' > abs(long __i) { return __builtin_labs(__i); } > ^~~ >make: *** [Makefile:135: dvbdevice.o] Error 1 > * ERROR: media-video/vdr-2.0.6-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-video/vdr-2.0.6-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-video/vdr-2.0.6-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/media-video:vdr-2.0.6-r1:20190725-152513.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-video/vdr-2.0.6-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-video/vdr-2.0.6-r1/temp/environment'. > * Working directory: '/var/tmp/portage/media-video/vdr-2.0.6-r1/work/vdr-2.0.6' > * S: '/var/tmp/portage/media-video/vdr-2.0.6-r1/work/vdr-2.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 690722
:
584630
|
584632
|
584634
|
584636
| 584638 |
584640