* Package: games-server/monopd-0.10.2-r1:0 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux systemd * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking monopd-0.10.2.tar.gz to /var/tmp/portage/games-server/monopd-0.10.2-r1/work >>> Source unpacked in /var/tmp/portage/games-server/monopd-0.10.2-r1/work >>> Preparing source in /var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2 ... * Running eautoreconf in '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2' ... * Running 'aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: monopd-0.10.2/ >>> Source prepared. * Modern C testing: this build is using a /etc/portage/bashrc hook (2023-11-30T22:24)! * Modern C testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>> Configuring source in /var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2 ... * econf: updating monopd-0.10.2/config.guess with /usr/share/gnuconfig/config.guess * econf: updating monopd-0.10.2/config.sub with /usr/share/gnuconfig/config.sub ./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 --docdir=/usr/share/doc/monopd-0.10.2-r1 --htmldir=/usr/share/doc/monopd-0.10.2-r1/html --libdir=/usr/lib64 --with-systemd-daemon 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 race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) 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 the compiler supports GNU C++... yes checking whether clang++ accepts -g... yes checking for clang++ option to enable C++11 features... none needed checking dependency style of clang++... none checking for library containing strerror... none required checking for x86_64-pc-linux-gnu-gcc... clang checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... none checking for x86_64-pc-linux-gnu-gcc... (cached) clang checking whether the compiler supports GNU C... (cached) yes checking whether clang accepts -g... (cached) yes checking for clang option to enable C11 features... (cached) none needed checking whether clang understands -c and -o together... (cached) yes checking dependency style of clang... (cached) none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether the compiler supports GNU C++... (cached) yes checking whether clang++ accepts -g... (cached) yes checking for clang++ option to enable C++11 features... (cached) none needed checking dependency style of clang++... (cached) none checking for cmath... yes checking for muParser.h... yes checking for utf8.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 libsystemd... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating conf/Makefile config.status: creating doc/Makefile config.status: creating doc/api/Makefile config.status: creating doc/systemd/Makefile config.status: creating games/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. '/var/tmp/portage/games-server/monopd-0.10.2-r1/temp/clang16-errors.log' -> '//var/tmp/clang/games-server/monopd-0.10.2-r1/clang16-errors.log' '/var/tmp/portage/games-server/monopd-0.10.2-r1/temp/clang16-safe.log' -> '//var/tmp/clang/games-server/monopd-0.10.2-r1/clang16-safe.log' >>> Compiling source in /var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2' Making all in src make[2]: Entering directory '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2/src' clang++ -DHAVE_CONFIG_H -I. -I.. -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o auction.o auction.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o card.o card.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o cardgroup.o cardgroup.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o debt.o debt.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o display.o display.cpp cardgroup.cpp:83:2: error: use of undeclared identifier 'random_shuffle' 83 | random_shuffle(m_cards.begin(), m_cards.end()); | ^ clang++ -DHAVE_CONFIG_H -I. -I.. -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o estate.o estate.cpp 1 error generated. make[2]: *** [Makefile:410: cardgroup.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2/src' make[1]: *** [Makefile:363: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2' make: *** [Makefile:304: all] Error 2 * ERROR: games-server/monopd-0.10.2-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-server/monopd-0.10.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-server/monopd-0.10.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-server:monopd-0.10.2-r1:20231214-052909.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-server/monopd-0.10.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-server/monopd-0.10.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2' * S: '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2'