* Package: sci-electronics/drawtiming-0.7.1-r2 * Repository: gentoo * Maintainer: sci-electronics@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking drawtiming-0.7.1.tar.gz to /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work >>> Source unpacked in /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work >>> Preparing source in /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1 ... * Applying drawtiming-0.7.1-gcc43.patch ... [ ok ] * Applying drawtiming-0.7.1-ldflags.patch ... [ ok ] * Applying drawtiming-0.7.1-imagemagick-7.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1' ... * Running 'aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: drawtiming-0.7.1/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1 ... * econf: updating drawtiming-0.7.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating drawtiming-0.7.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for an ANSI C-conforming const... yes checking for getopt_long in -lgnugetopt... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for MAGICK... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating drawtiming.spec config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating samples/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1 ... make -j 1 make all-recursive make[1]: Entering directory '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1' Making all in src make[2]: Entering directory '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1/src' make all-am make[3]: Entering directory '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1/src' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DYYDEBUG=1 -pipe -march=native -fno-diagnostics-color -Og -g -c -o main.o main.cc main.cc: In function ‘void render_it(timing::gc&, int, int, int, double)’: main.cc:90:17: error: reference to ‘data’ is ambiguous 90 | render (gc, data, width, height, (flags & FLAG_ASPECT)); | ^~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/string:54, from timing.h:22, from globals.h:21, from main.cc:23: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:319:5: note: candidates are: ‘template constexpr const _Tp* std::data(std::initializer_list<_Tp>)’ 319 | data(initializer_list<_Tp> __il) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:310:5: note: ‘template constexpr _Tp* std::data(_Tp (&)[_Nm])’ 310 | data(_Tp (&__array)[_Nm]) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:300:5: note: ‘template constexpr decltype (__cont.data()) std::data(const _Container&)’ 300 | data(const _Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:290:5: note: ‘template constexpr decltype (__cont.data()) std::data(_Container&)’ 290 | data(_Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ main.cc:47:14: note: ‘timing::data data’ 47 | timing::data data; | ^~~~ main.cc:92:17: error: reference to ‘data’ is ambiguous 92 | render (gc, data, scale); | ^~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/string:54, from timing.h:22, from globals.h:21, from main.cc:23: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:319:5: note: candidates are: ‘template constexpr const _Tp* std::data(std::initializer_list<_Tp>)’ 319 | data(initializer_list<_Tp> __il) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:310:5: note: ‘template constexpr _Tp* std::data(_Tp (&)[_Nm])’ 310 | data(_Tp (&__array)[_Nm]) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:300:5: note: ‘template constexpr decltype (__cont.data()) std::data(const _Container&)’ 300 | data(const _Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:290:5: note: ‘template constexpr decltype (__cont.data()) std::data(_Container&)’ 290 | data(_Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ main.cc:47:14: note: ‘timing::data data’ 47 | timing::data data; | ^~~~ main.cc: In function ‘int main(int, char**)’: main.cc:193:5: error: reference to ‘data’ is ambiguous 193 | data.pad (n); | ^~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/string:54, from timing.h:22, from globals.h:21, from main.cc:23: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:319:5: note: candidates are: ‘template constexpr const _Tp* std::data(std::initializer_list<_Tp>)’ 319 | data(initializer_list<_Tp> __il) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:310:5: note: ‘template constexpr _Tp* std::data(_Tp (&)[_Nm])’ 310 | data(_Tp (&__array)[_Nm]) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:300:5: note: ‘template constexpr decltype (__cont.data()) std::data(const _Container&)’ 300 | data(const _Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:290:5: note: ‘template constexpr decltype (__cont.data()) std::data(_Container&)’ 290 | data(_Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ main.cc:47:14: note: ‘timing::data data’ 47 | timing::data data; | ^~~~ main.cc:195:15: error: reference to ‘data’ is ambiguous 195 | cout << data; | ^~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/string:54, from timing.h:22, from globals.h:21, from main.cc:23: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:319:5: note: candidates are: ‘template constexpr const _Tp* std::data(std::initializer_list<_Tp>)’ 319 | data(initializer_list<_Tp> __il) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:310:5: note: ‘template constexpr _Tp* std::data(_Tp (&)[_Nm])’ 310 | data(_Tp (&__array)[_Nm]) noexcept | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:300:5: note: ‘template constexpr decltype (__cont.data()) std::data(const _Container&)’ 300 | data(const _Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/range_access.h:290:5: note: ‘template constexpr decltype (__cont.data()) std::data(_Container&)’ 290 | data(_Container& __cont) noexcept(noexcept(__cont.data())) | ^~~~ main.cc:47:14: note: ‘timing::data data’ 47 | timing::data data; | ^~~~ make[3]: *** [Makefile:405: main.o] Error 1 make[3]: Leaving directory '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1/src' make[2]: *** [Makefile:300: all] Error 2 make[2]: Leaving directory '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1/src' make[1]: *** [Makefile:371: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1' make: *** [Makefile:310: all] Error 2 * ERROR: sci-electronics/drawtiming-0.7.1-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sci-electronics/drawtiming-0.7.1-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=sci-electronics/drawtiming-0.7.1-r2::gentoo'`. * The complete build log is located at '/var/log/portage/sci-electronics:drawtiming-0.7.1-r2:20210429-181654.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/temp/environment'. * Working directory: '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1' * S: '/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r2/work/drawtiming-0.7.1'