* Package: sys-process/bcron-0.11 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox @@@@@ PLEASE PAY ATTENTION HERE!!! @@@@@ This information may help you to understand if this is a duplicate or if this bug exists after you pushed a fix; This ebuild was merged at the following commit: https://github.com/gentoo/gentoo/commit/9d4d314464ff589c9f183a9f23141b4bfc224d00 (Wed Sep 23 10:34:53 UTC 2020) @@@@@ END @@@@@ emerge --info: Portage 3.0.8 (python 3.7.9-final-0, default/linux/amd64/17.1, gcc-10.2.0, glibc-2.32-r1, 5.4.0-1024-aws x86_64) ================================================================= System uname: Linux-5.4.0-1024-aws-x86_64-Intel-R-_Xeon-R-_Platinum_8124M_CPU_@_3.00GHz-with-gentoo-2.7 KiB Mem: 71926564 total, 60738224 free KiB Swap: 0 total, 0 free sh bash 5.0_p18 ld GNU ld (Gentoo 2.34 p6) 2.34.0 app-shells/bash: 5.0_p18::gentoo dev-lang/perl: 5.30.3-r1::gentoo dev-lang/python: 2.7.18-r3::gentoo, 3.6.12::gentoo, 3.7.9::gentoo, 3.8.5::gentoo, 3.9.0_rc2::gentoo dev-util/cmake: 3.18.3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r2::gentoo sys-devel/gcc: 10.2.0-r1::gentoo sys-devel/gcc-config: 2.3.2::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.8::gentoo (virtual/os-headers) sys-libs/glibc: 2.32-r1::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: yes sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 sync-rsync-extra-opts: ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* GPL-2+" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/var/tmp/portage/sys-process/bcron-0.11/distdir" EMERGE_DEFAULT_OPTS="--with-bdeps=y -1 -k -b" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j36 V=1" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri elogind fortran gdbm iconv ipv6 jumbo-build libglvnd libtirpc multilib native-symlinks ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ELIBC="glibc" KERNEL="linux" USERLAND="GNU" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS * Using python3.7 to build >>> Unpacking source... >>> Unpacking bcron-0.11.tar.gz to /var/tmp/portage/sys-process/bcron-0.11/work >>> Source unpacked in /var/tmp/portage/sys-process/bcron-0.11/work >>> Preparing source in /var/tmp/portage/sys-process/bcron-0.11/work/bcron-0.11 ... * Applying bcron-0.09-fix-socket-permissions.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-process/bcron-0.11/work/bcron-0.11 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-process/bcron-0.11/work/bcron-0.11 ... make -j36 V=1 ( echo '#!/bin/sh'; \ echo 'lib="$1"; shift';\ echo 'rm -f "$lib"';\ echo 'ar cr "$lib" ${1+"$@"}';\ echo 'ranlib "$lib"';\ ) >makelib ( echo '#!/bin/sh'; \ echo 'source=$1; shift'; \ echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ echo exec `head -n 1 conf-cc` -I. '-o ${base}.o -c $source ${1+"$@"}'; \ ) >compile ( echo '#!/bin/sh';\ echo 'main="$1"; shift';\ echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; \ ) >load python -c 'import shlex; line=shlex.split(open("conf-sendmail").readline().strip()); print("const char* sendmail[] = { "+",".join(["\"%s\""%a for a in line])+",NULL };")' >conf_sendmail.c chmod 755 makelib chmod 755 compile chmod 755 load ./compile chdir.c ./compile connection.c ./compile crontab.c ./compile crontabs.c ./compile job.c ./compile job_dump.c ./compile ministat.c ./compile sendpacket.c ./compile tempfile.c ./compile time.c ./compile timespec-next.c ./compile timespec-parse.c ./compile bcrontab.c ./compile bcron-update.c ./compile bcron-spool.c ./compile bcron-start.c ./compile bcron-sched.c ./compile test-sched.c ./compile bcron-exec.c bcron-exec.c: In function ‘main’: bcron-exec.c:413:7: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 413 | read(selfpipe, &i, 1); | ^~~~~~~~~~~~~~~~~~~~~ bcron-exec.c: In function ‘end_slot’: bcron-exec.c:296:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 296 | write(slots[slot].tmpfd, tmp.s, tmp.len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bcron-exec.c: In function ‘send_email’: bcron-exec.c:260:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 260 | write(2, buf, rd); | ^~~~~~~~~~~~~~~~~ ./makelib bcron.a chdir.o connection.o crontab.o crontabs.o job.o job_dump.o ministat.o sendpacket.o tempfile.o time.o timespec-next.o timespec-parse.o ./makelib: line 4: ar: command not found ./makelib: line 5: ranlib: command not found make: *** [Makefile:57: bcron.a] Error 127 make: *** Waiting for unfinished jobs.... * ERROR: sys-process/bcron-0.11::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-process/bcron-0.11::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-process/bcron-0.11::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/sys-process/bcron-0.11:20200923-113018.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/bcron-0.11/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-process/bcron-0.11/temp/environment'. * Working directory: '/var/tmp/portage/sys-process/bcron-0.11/work/bcron-0.11' * S: '/var/tmp/portage/sys-process/bcron-0.11/work/bcron-0.11'