* Package: app-misc/aldo-0.7.7:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking aldo-0.7.7.tar.bz2 to /var/tmp/portage/app-misc/aldo-0.7.7/work >>> Source unpacked in /var/tmp/portage/app-misc/aldo-0.7.7/work >>> Preparing source in /var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7 ... ./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 --docdir=/usr/share/doc/aldo-0.7.7 --htmldir=/usr/share/doc/aldo-0.7.7/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.11/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 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 clang++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of clang++... none checking for x86_64-pc-linux-gnu-gcc... clang checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking dependency style of clang... none checking how to run the C preprocessor... clang-cpp 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 main in -lao... 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 ao/ao.h usability... yes checking ao/ao.h presence... yes checking for ao/ao.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether clang needs -traditional... no checking for floor... no configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7 ... make -j5 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' make all-recursive make[1]: Entering directory '/var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7' Making all in src make[2]: Entering directory '/var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7/src' clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-astream.o `test -f 'astream.cc' || echo './'`astream.cc clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-blocks.o `test -f 'blocks.cc' || echo './'`blocks.cc clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-datafile.o `test -f 'datafile.cc' || echo './'`datafile.cc clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-koch_exc.o `test -f 'koch_exc.cc' || echo './'`koch_exc.cc clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-menu.o `test -f 'menu.cc' || echo './'`menu.cc clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-qrz.o `test -f 'qrz.cc' || echo './'`qrz.cc menu.cc:115:8: error: no matching constructor for initialization of 'IT' (aka '__wrap_iter') IT it(&m_its[pos]); ^ ~~~~~~~~~~~ /usr/include/c++/v1/__iterator/wrap_iter.h:28:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'value_type *' (aka 'libmenu::Item *') to 'const __wrap_iter' for 1st argument class __wrap_iter ^ /usr/include/c++/v1/__iterator/wrap_iter.h:50:9: note: candidate template ignored: could not match '__wrap_iter<_Up>' against 'value_type *' (aka 'libmenu::Item *') __wrap_iter(const __wrap_iter<_Up>& __u, ^ /usr/include/c++/v1/__iterator/wrap_iter.h:44:57: note: candidate constructor not viable: requires 0 arguments, but 1 was provided _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 __wrap_iter() _NOEXCEPT ^ /usr/include/c++/v1/__iterator/wrap_iter.h:140:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided explicit __wrap_iter(const void* __p, iterator_type __x) _NOEXCEPT ... ^ menu.cc:121:8: error: no matching constructor for initialization of 'IT' (aka '__wrap_iter') IT it(&m_its[pos]); ^ ~~~~~~~~~~~ /usr/include/c++/v1/__iterator/wrap_iter.h:28:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'value_type *' (aka 'libmenu::Item *') to 'const __wrap_iter' for 1st argument class __wrap_iter ^ /usr/include/c++/v1/__iterator/wrap_iter.h:50:9: note: candidate template ignored: could not match '__wrap_iter<_Up>' against 'value_type *' (aka 'libmenu::Item *') __wrap_iter(const __wrap_iter<_Up>& __u, ^ /usr/include/c++/v1/__iterator/wrap_iter.h:44:57: note: candidate constructor not viable: requires 0 arguments, but 1 was provided _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 __wrap_iter() _NOEXCEPT ^ /usr/include/c++/v1/__iterator/wrap_iter.h:140:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided explicit __wrap_iter(const void* __p, iterator_type __x) _NOEXCEPT ... ^ menu.cc:127:8: error: no matching constructor for initialization of 'IT' (aka '__wrap_iter') IT it(&m_its[pos]); ^ ~~~~~~~~~~~ /usr/include/c++/v1/__iterator/wrap_iter.h:28:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'value_type *' (aka 'libmenu::Item *') to 'const __wrap_iter' for 1st argument class __wrap_iter ^ /usr/include/c++/v1/__iterator/wrap_iter.h:50:9: note: candidate template ignored: could not match '__wrap_iter<_Up>' against 'value_type *' (aka 'libmenu::Item *') __wrap_iter(const __wrap_iter<_Up>& __u, ^ /usr/include/c++/v1/__iterator/wrap_iter.h:44:57: note: candidate constructor not viable: requires 0 arguments, but 1 was provided _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 __wrap_iter() _NOEXCEPT ^ /usr/include/c++/v1/__iterator/wrap_iter.h:140:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided explicit __wrap_iter(const void* __p, iterator_type __x) _NOEXCEPT ... ^ clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -ansi -Wall -pedantic -O2 -pipe -march=native -fno-diagnostics-color -c -o aldo-random.o `test -f 'random.cc' || echo './'`random.cc 3 errors generated. make[2]: *** [Makefile:358: aldo-menu.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7/src' make[1]: *** [Makefile:337: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7' make: *** [Makefile:241: all] Error 2 * ERROR: app-misc/aldo-0.7.7::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-misc/aldo-0.7.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/aldo-0.7.7::gentoo'`. * The complete build log is located at '/var/log/portage/app-misc:aldo-0.7.7:20230903-050853.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/aldo-0.7.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/aldo-0.7.7/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7' * S: '/var/tmp/portage/app-misc/aldo-0.7.7/work/aldo-0.7.7'