* Package: sys-process/criu-3.14 * Repository: gentoo * Maintainer: chutzpah@gentoo.org virtualization@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 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-mirror/gentoo/commit/b05e4880b21231f12bc6d685556c5f245f257998 @@@@@ END @@@@@ * Determining the location of the kernel source code * Found kernel source directory: * /kernel-4.19.122 * Found sources for kernel version: * 4.19.122 * Checking for suitable kernel configuration options... * CONFIG_CHECKPOINT_RESTORE: is not set when it should be. * CONFIG_UNIX_DIAG: is not set when it should be. * CONFIG_INET_DIAG: is not set when it should be. * CONFIG_INET_UDP_DIAG: is not set when it should be. * CONFIG_PACKET_DIAG: is not set when it should be. * CONFIG_NETLINK_DIAG: is not set when it should be. * CONFIG_TUN: is not set when it should be. * Please check to make sure these options are set correctly. * Failure to do so may cause unexpected problems. >>> Unpacking source... >>> Unpacking criu-3.14.tar.bz2 to /var/tmp/portage/sys-process/criu-3.14/work >>> Source unpacked in /var/tmp/portage/sys-process/criu-3.14/work >>> Preparing source in /var/tmp/portage/sys-process/criu-3.14/work/criu-3.14 ... * Applying criu-2.2-flags.patch ... [ ok ] * Applying criu-2.3-no-git.patch ... [ ok ] * Applying criu-3.12-automagic-libbsd.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-process/criu-3.14/work/criu-3.14 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-process/criu-3.14/work/criu-3.14 ... make -j2 V=1 HOSTCC=x86_64-pc-linux-gnu-clang CC=x86_64-pc-linux-gnu-clang LD=ld.lld AR=llvm-ar OBJCOPY=llvm-objcopy LIBDIR=/usr/lib64 ARCH=x86 V=1 WERROR=0 DEBUG=0 SETPROCTITLE=no PYCRIU=no all Note: Building without setproctitle() and strlcpy() support. To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). Makefile.config:39: Warn: you have no libnftables installed Makefile.config:40: Warn: Building without nftables support Note: Building without ia32 C/R, missed ia32 support in gcc That may be related to missing gcc-multilib in your distribution or you may have Debian with buggy toolchain (issue https://github.com/checkpoint-restore/criu/issues/315) echo "0" > .gitid make -r -R -f /var/tmp/portage/sys-process/criu-3.14/work/criu-3.14/scripts/nmk/scripts/main.mk makefile=Makefile obj=images all ln -s ./arch/x86/asm include/common/asm ln -s ../arch/x86/src/lib/include compel/include/asm echo "/* Autogenerated, do not edit */" > compel/include/version.h echo "#ifndef COMPEL_SO_VERSION_H__" >> compel/include/version.h echo "#define COMPEL_SO_VERSION_H__" >> compel/include/version.h echo "#define COMPEL_SO_VERSION \"\"" >> compel/include/version.h echo "#define COMPEL_SO_VERSION_MAJOR " 1 >> compel/include/version.h echo "#define COMPEL_SO_VERSION_MINOR " 0 >> compel/include/version.h echo "#define COMPEL_SO_VERSION_SUBLEVEL " 0 >> compel/include/version.h echo "#endif /* COMPEL_SO_VERSION_H__ */" >> compel/include/version.h touch .config echo "/* Autogenerated, do not edit */" > criu/include/version.h echo "#ifndef __CR_VERSION_H__" >> criu/include/version.h echo "#define __CR_VERSION_H__" >> criu/include/version.h echo "#define CRIU_VERSION \"3.14\"" >> criu/include/version.h echo "#define CRIU_VERSION_MAJOR " 3 >> criu/include/version.h echo "#define CRIU_VERSION_MINOR " 14 >> criu/include/version.h echo "#define CRIU_GITID \"0\"" >> criu/include/version.h echo "#endif /* __CR_VERSION_H__ */" >> criu/include/version.h echo '#ifndef __CR_CONFIG_H__' > include/common/config.h echo '#define __CR_CONFIG_H__' >> include/common/config.h echo '' >> include/common/config.h cat .config | sed -n -e '/^[^#]/s/^/#define CONFIG_/p' >> include/common/config.h echo '#endif /* __CR_CONFIG_H__ */' >> include/common/config.h make -r -R -f /var/tmp/portage/sys-process/criu-3.14/work/criu-3.14/scripts/nmk/scripts/main.mk makefile=Makefile obj=compel/plugins compel/plugins/std.lib.a echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall-codes-64.h echo "#ifndef ASM_SYSCALL_CODES_H_64__" >> compel/plugins/include/uapi/std/syscall-codes-64.h echo "#define ASM_SYSCALL_CODES_H_64__" >> compel/plugins/include/uapi/std/syscall-codes-64.h cat compel/arch/x86/plugins/std/syscalls/syscall_64.tbl | awk '/^__NR/{SYSN=$1; sub("^__NR", "SYS", SYSN); print "\n#ifndef ", $1; print "#define", $1, $2; print "#endif"; print "\n#ifndef ", SYSN; print "#define ", SYSN, $1; print "#endif";}' >> compel/plugins/include/uapi/std/syscall-codes-64.h echo "#endif /* ASM_SYSCALL_CODES_H_64__ */" >> compel/plugins/include/uapi/std/syscall-codes-64.h echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall-64.h echo "#ifndef ASM_SYSCALL_PROTO_H_64__" >> compel/plugins/include/uapi/std/syscall-64.h echo "#define ASM_SYSCALL_PROTO_H_64__" >> compel/plugins/include/uapi/std/syscall-64.h echo '#include ' >> compel/plugins/include/uapi/std/syscall-64.h echo '#include ' >> compel/plugins/include/uapi/std/syscall-64.h cat compel/arch/x86/plugins/std/syscalls/syscall_64.tbl | awk '/^__NR/{print "extern long", $3, substr($0, index($0,$4)), ";"}' >> compel/plugins/include/uapi/std/syscall-64.h echo "#endif /* ASM_SYSCALL_PROTO_H_64__ */" >> compel/plugins/include/uapi/std/syscall-64.h x86_64-pc-linux-gnu-clang -M -MT compel/arch/x86/plugins/std/memcpy.d -MT compel/arch/x86/plugins/std/memcpy.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -D__ASSEMBLY__ -I compel/include/uapi -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include -iquote compel/arch/x86/plugins -fpie -Wstrict-prototypes -nostdlib -fomit-frame-pointer -fno-stack-protector compel/arch/x86/plugins/std/memcpy.S -o compel/arch/x86/plugins/std/memcpy.d x86_64-pc-linux-gnu-clang -M -MT compel/arch/x86/plugins/std/parasite-head.d -MT compel/arch/x86/plugins/std/parasite-head.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -D__ASSEMBLY__ -I compel/include/uapi -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include -iquote compel/arch/x86/plugins -fpie -Wstrict-prototypes -nostdlib -fomit-frame-pointer -fno-stack-protector compel/arch/x86/plugins/std/parasite-head.S -o compel/arch/x86/plugins/std/parasite-head.d echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall.h echo "#ifndef __ASM_CR_SYSCALL_PROTO_H__" >> compel/plugins/include/uapi/std/syscall.h echo "#define __ASM_CR_SYSCALL_PROTO_H__" >> compel/plugins/include/uapi/std/syscall.h echo "" >> compel/plugins/include/uapi/std/syscall.h echo "#ifdef CONFIG_X86_32" >> compel/plugins/include/uapi/std/syscall.h echo '#include ' >> compel/plugins/include/uapi/std/syscall.h echo "#else" >> compel/plugins/include/uapi/std/syscall.h echo '#include ' >> compel/plugins/include/uapi/std/syscall.h echo "#endif /* CONFIG_X86_32 */" >> compel/plugins/include/uapi/std/syscall.h echo "" >> compel/plugins/include/uapi/std/syscall.h echo "#endif /* __ASM_CR_SYSCALL_PROTO_H__ */" >> compel/plugins/include/uapi/std/syscall.h echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall-codes.h echo "#ifndef __ASM_CR_SYSCALL_CODES_H__" >> compel/plugins/include/uapi/std/syscall-codes.h echo "#define __ASM_CR_SYSCALL_CODES_H__" >> compel/plugins/include/uapi/std/syscall-codes.h echo '#include ' >> compel/plugins/include/uapi/std/syscall-codes.h cat compel/arch/x86/plugins/std/syscalls/syscall_32.tbl | awk '/^__NR/{NR32=$1; \ sub("^__NR", "__NR32", NR32); \ print "\n#ifndef ", NR32; \ print "#define ", NR32, $2; \ print "#endif";}' >> compel/plugins/include/uapi/std/syscall-codes.h echo "#endif /* __ASM_CR_SYSCALL_CODES_H__ */" >> compel/plugins/include/uapi/std/syscall-codes.h ln -s ../../../../../../compel/arch/x86/plugins/include/asm/syscall-types.h compel/plugins/include/uapi/std/asm/syscall-types.h echo "/* Autogenerated, don't edit */" > compel/arch/x86/plugins/std/syscalls-64.S echo '#include ' >> compel/arch/x86/plugins/std/syscalls-64.S echo '#include "std/syscalls/syscall-common-x86-64.S"' >> compel/arch/x86/plugins/std/syscalls-64.S cat compel/arch/x86/plugins/std/syscalls/syscall_64.tbl | awk '/^__NR/{print "SYSCALL(", $3, ",", $2, ")"}' >> compel/arch/x86/plugins/std/syscalls-64.S echo "/* Autogenerated, don't edit */" > compel/arch/x86/plugins/std/sys-exec-tbl-64.c cat compel/arch/x86/plugins/std/syscalls/syscall_64.tbl | awk '/^__NR/{print "SYSCALL(", substr($3, 5), ",", $2, ")"}' >> compel/arch/x86/plugins/std/sys-exec-tbl-64.c x86_64-pc-linux-gnu-clang -M -MT compel/arch/x86/plugins/std/syscalls-64.d -MT compel/arch/x86/plugins/std/syscalls-64.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -D__ASSEMBLY__ -I compel/include/uapi -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include -iquote compel/arch/x86/plugins -fpie -Wstrict-prototypes -nostdlib -fomit-frame-pointer -fno-stack-protector compel/arch/x86/plugins/std/syscalls-64.S -o compel/arch/x86/plugins/std/syscalls-64.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/std/infect.d -MT compel/plugins/std/infect.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/infect.c -o compel/plugins/std/infect.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/std/string.d -MT compel/plugins/std/string.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/string.c -o compel/plugins/std/string.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/std/log.d -MT compel/plugins/std/log.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/log.c -o compel/plugins/std/log.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/std/fds.d -MT compel/plugins/std/fds.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/fds.c -o compel/plugins/std/fds.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/std/std.d -MT compel/plugins/std/std.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/std.c -o compel/plugins/std/std.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/shmem/shmem.d -MT compel/plugins/shmem/shmem.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/shmem/shmem.c -o compel/plugins/shmem/shmem.d x86_64-pc-linux-gnu-clang -M -MT compel/plugins/fds/fds.d -MT compel/plugins/fds/fds.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/fds/fds.c -o compel/plugins/fds/fds.d x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/std.c -o compel/plugins/std/std.o protoc-c --proto_path=images/ --c_out=images/ images/timens.proto protoc-c --proto_path=images/ --c_out=images/ images/fown.proto protoc-c --proto_path=images/ --c_out=images/ images/google/protobuf/descriptor.proto x86_64-pc-linux-gnu-clang -M -MT images/fown.pb-c.d -MT images/fown.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/fown.pb-c.c -o images/fown.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/google/protobuf/descriptor.pb-c.d -MT images/google/protobuf/descriptor.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/google/protobuf/descriptor.pb-c.c -o images/google/protobuf/descriptor.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/fds.c -o compel/plugins/std/fds.o protoc-c --proto_path=images/ --c_out=images/ images/macvlan.proto protoc-c --proto_path=images/ --c_out=images/ images/autofs.proto protoc-c --proto_path=images/ --c_out=images/ images/sysctl.proto protoc-c --proto_path=images/ --c_out=images/ images/time.proto protoc-c --proto_path=images/ --c_out=images/ images/binfmt-misc.proto protoc-c --proto_path=images/ --c_out=images/ images/seccomp.proto protoc-c --proto_path=images/ --c_out=images/ images/userns.proto protoc-c --proto_path=images/ --c_out=images/ images/cgroup.proto protoc-c --proto_path=images/ --c_out=images/ images/ext-file.proto protoc-c --proto_path=images/ --c_out=images/ images/rpc.proto protoc-c --proto_path=images/ --c_out=images/ images/siginfo.proto protoc-c --proto_path=images/ --c_out=images/ images/rlimit.proto protoc-c --proto_path=images/ --c_out=images/ images/file-lock.proto x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/log.c -o compel/plugins/std/log.o protoc-c --proto_path=images/ --c_out=images/ images/creds.proto protoc-c --proto_path=images/ --c_out=images/ images/utsns.proto protoc-c --proto_path=images/ --c_out=images/ images/ipc-desc.proto protoc-c --proto_path=images/ --c_out=images/ images/ipc-var.proto protoc-c --proto_path=images/ --c_out=images/ images/sk-opts.proto protoc-c --proto_path=images/ --c_out=images/ images/timer.proto protoc-c --proto_path=images/ --c_out=images/ images/pipe-data.proto protoc-c --proto_path=images/ --c_out=images/ images/sk-packet.proto protoc-c --proto_path=images/ --c_out=images/ images/pstree.proto protoc-c --proto_path=images/ --c_out=images/ images/fs.proto protoc-c --proto_path=images/ --c_out=images/ images/eventpoll.proto protoc-c --proto_path=images/ --c_out=images/ images/eventfd.proto protoc-c --proto_path=images/ --c_out=images/ images/remap-file-path.proto protoc-c --proto_path=images/ --c_out=images/ images/fifo.proto protoc-c --proto_path=images/ --c_out=images/ images/ns.proto protoc-c --proto_path=images/ --c_out=images/ images/cpuinfo.proto protoc-c --proto_path=images/ --c_out=images/ images/stats.proto x86_64-pc-linux-gnu-clang -M -MT images/timens.pb-c.d -MT images/timens.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/timens.pb-c.c -o images/timens.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/opts.proto x86_64-pc-linux-gnu-clang -M -MT images/macvlan.pb-c.d -MT images/macvlan.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/macvlan.pb-c.c -o images/macvlan.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/autofs.pb-c.d -MT images/autofs.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/autofs.pb-c.c -o images/autofs.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/sysctl.pb-c.d -MT images/sysctl.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/sysctl.pb-c.c -o images/sysctl.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/time.pb-c.d -MT images/time.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/time.pb-c.c -o images/time.pb-c.d x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/string.c -o compel/plugins/std/string.o clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/binfmt-misc.pb-c.d -MT images/binfmt-misc.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/binfmt-misc.pb-c.c -o images/binfmt-misc.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/seccomp.pb-c.d -MT images/seccomp.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/seccomp.pb-c.c -o images/seccomp.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/userns.pb-c.d -MT images/userns.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/userns.pb-c.c -o images/userns.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/cgroup.pb-c.d -MT images/cgroup.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/cgroup.pb-c.c -o images/cgroup.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/rpc.pb-c.d -MT images/rpc.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/rpc.pb-c.c -o images/rpc.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/siginfo.pb-c.d -MT images/siginfo.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/siginfo.pb-c.c -o images/siginfo.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -DCR_NOGLIBC -I compel/include/uapi -iquote compel/include -fpie -fno-stack-protector -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include compel/plugins/std/infect.c -o compel/plugins/std/infect.o protoc-c --proto_path=images/ --c_out=images/ images/pagemap.proto x86_64-pc-linux-gnu-clang -M -MT images/rlimit.pb-c.d -MT images/rlimit.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/rlimit.pb-c.c -o images/rlimit.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/file-lock.pb-c.d -MT images/file-lock.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/file-lock.pb-c.c -o images/file-lock.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/tty.proto protoc-c --proto_path=images/ --c_out=images/ images/tun.proto protoc-c --proto_path=images/ --c_out=images/ images/vma.proto x86_64-pc-linux-gnu-clang -M -MT images/creds.pb-c.d -MT images/creds.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/creds.pb-c.c -o images/creds.pb-c.d x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -D__ASSEMBLY__ -I compel/include/uapi -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include -iquote compel/arch/x86/plugins -fpie -Wstrict-prototypes -nostdlib -fomit-frame-pointer -fno-stack-protector compel/arch/x86/plugins/std/parasite-head.S -o compel/arch/x86/plugins/std/parasite-head.o clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/utsns.pb-c.d -MT images/utsns.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/utsns.pb-c.c -o images/utsns.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/ipc-sem.proto x86_64-pc-linux-gnu-clang -M -MT images/ipc-desc.pb-c.d -MT images/ipc-desc.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/ipc-desc.pb-c.c -o images/ipc-desc.pb-c.d x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -D__ASSEMBLY__ -I compel/include/uapi -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include -iquote compel/arch/x86/plugins -fpie -Wstrict-prototypes -nostdlib -fomit-frame-pointer -fno-stack-protector compel/arch/x86/plugins/std/memcpy.S -o compel/arch/x86/plugins/std/memcpy.o clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/ipc-msg.proto protoc-c --proto_path=images/ --c_out=images/ images/ipc-shm.proto x86_64-pc-linux-gnu-clang -M -MT images/ipc-var.pb-c.d -MT images/ipc-var.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/ipc-var.pb-c.c -o images/ipc-var.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/packet-sock.proto x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0 -D__ASSEMBLY__ -I compel/include/uapi -iquote compel/plugins/include -iquote compel/arch/x86/plugins/include -iquote compel/arch/x86/plugins -fpie -Wstrict-prototypes -nostdlib -fomit-frame-pointer -fno-stack-protector compel/arch/x86/plugins/std/syscalls-64.S -o compel/arch/x86/plugins/std/syscalls-64.o protoc-c --proto_path=images/ --c_out=images/ images/sk-netlink.proto protoc-c --proto_path=images/ --c_out=images/ images/sk-inet.proto protoc-c --proto_path=images/ --c_out=images/ images/sk-unix.proto x86_64-pc-linux-gnu-clang -M -MT images/sk-opts.pb-c.d -MT images/sk-opts.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/sk-opts.pb-c.c -o images/sk-opts.pb-c.d llvm-ar -rcs compel/plugins/std.lib.a compel/plugins/std/std.o compel/plugins/std/fds.o compel/plugins/std/log.o compel/plugins/std/string.o compel/plugins/std/infect.o ./compel/arch/x86/plugins/std/parasite-head.o ./compel/arch/x86/plugins/std/memcpy.o ./compel/arch/x86/plugins/std/syscalls-64.o protoc-c --proto_path=images/ --c_out=images/ images/mm.proto clang-10: error: unknown argument: '-fprofile-update=atomic' make -r -R -f /var/tmp/portage/sys-process/criu-3.14/work/criu-3.14/scripts/nmk/scripts/main.mk makefile=Makefile obj=soccr all protoc-c --proto_path=images/ --c_out=images/ images/timerfd.proto x86_64-pc-linux-gnu-clang -M -MT images/timer.pb-c.d -MT images/timer.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/timer.pb-c.c -o images/timer.pb-c.d x86_64-pc-linux-gnu-clang -M -MT soccr/soccr.d -MT soccr/soccr.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS soccr/soccr.c -o soccr/soccr.d clang-10: error: unknown argument: '-fprofile-update=atomic' clang-10: error: protoc-c --proto_path=images/ --c_out=images/ images/sa.proto unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS soccr/soccr.c -o soccr/soccr.o x86_64-pc-linux-gnu-clang -M -MT images/pipe-data.pb-c.d -MT images/pipe-data.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/pipe-data.pb-c.c -o images/pipe-data.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' make[1]: *** [/var/tmp/portage/sys-process/criu-3.14/work/criu-3.14/scripts/nmk/scripts/build.mk:119: soccr/soccr.o] Error 1 make: *** [Makefile:221: soccr/built-in.o] Error 2 make: *** Waiting for unfinished jobs.... protoc-c --proto_path=images/ --c_out=images/ images/mnt.proto clang-10: error: unknown argument: '-fprofile-update=atomic' x86_64-pc-linux-gnu-clang -M -MT images/sk-packet.pb-c.d -MT images/sk-packet.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/sk-packet.pb-c.c -o images/sk-packet.pb-c.d protoc-c --proto_path=images/ --c_out=images/ images/tcp-stream.proto clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/pipe.proto x86_64-pc-linux-gnu-clang -M -MT images/pstree.pb-c.d -MT images/pstree.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/pstree.pb-c.c -o images/pstree.pb-c.d x86_64-pc-linux-gnu-clang -M -MT images/fs.pb-c.d -MT images/fs.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/fs.pb-c.c -o images/fs.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/signalfd.proto clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/fh.proto x86_64-pc-linux-gnu-clang -M -MT images/remap-file-path.pb-c.d -MT images/remap-file-path.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/remap-file-path.pb-c.c -o images/remap-file-path.pb-c.d x86_64-pc-linux-gnu-clang -M -MT images/fifo.pb-c.d -MT images/fifo.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/fifo.pb-c.c -o images/fifo.pb-c.d clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/ghost-file.proto clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/regfile.proto x86_64-pc-linux-gnu-clang -M -MT images/ns.pb-c.d -MT images/ns.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/ns.pb-c.c -o images/ns.pb-c.d protoc-c --proto_path=images/ --c_out=images/ images/core-aarch64.proto clang-10: error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/core-arm.proto protoc-c --proto_path=images/ --c_out=images/ images/core-ppc64.proto protoc-c --proto_path=images/ --c_out=images/ images/core-s390.proto protoc-c --proto_path=images/ --c_out=images/ images/core-x86.proto x86_64-pc-linux-gnu-clang -M -MT images/cpuinfo.pb-c.d -MT images/cpuinfo.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/cpuinfo.pb-c.c -o images/cpuinfo.pb-c.d x86_64-pc-linux-gnu-clang -M -MT images/stats.pb-c.d -MT images/stats.pb-c.o -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color --coverage -fno-exceptions -fno-inline -fprofile-update=atomic -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_GNUTLS -iquote include/ -DCONFIG_GNUTLS -iquote images/ images/stats.pb-c.c -o images/stats.pb-c.d clang-10clang-10: error: unknown argument: '-fprofile-update=atomic' : error: unknown argument: '-fprofile-update=atomic' protoc-c --proto_path=images/ --c_out=images/ images/memfd.proto protoc-c --proto_path=images/ --c_out=images/ images/sit.proto protoc-c --proto_path=images/ --c_out=images/ images/fsnotify.proto protoc-c --proto_path=images/ --c_out=images/ images/core.proto protoc-c --proto_path=images/ --c_out=images/ images/netdev.proto protoc-c --proto_path=images/ --c_out=images/ images/fdinfo.proto protoc-c --proto_path=images/ --c_out=images/ images/inventory.proto make[1]: Nothing to be done for 'all'. * ERROR: sys-process/criu-3.14::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-process/criu-3.14::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-process/criu-3.14::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/sys-process/criu-3.14:20200711-102956.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/criu-3.14/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-process/criu-3.14/temp/environment'. * Working directory: '/var/tmp/portage/sys-process/criu-3.14/work/criu-3.14' * S: '/var/tmp/portage/sys-process/criu-3.14/work/criu-3.14' emerge --info: Portage 2.3.103 (python 3.7.8-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r5, 5.4.0-1015-aws x86_64) ================================================================= System uname: Linux-5.4.0-1015-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 7895548 total, 1151100 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sat, 11 Jul 2020 18:35:21 +0000 sh bash 5.0_p18 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p18::gentoo dev-lang/perl: 5.30.3-r2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.8-r1::gentoo, 3.8.3-r1::gentoo, 3.9.0_beta4::gentoo dev-util/cmake: 3.18.0_rc4::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0-r2::gentoo sys-devel/gcc-config: 2.3.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r5::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-clang" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" 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-clang++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="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 -fno-diagnostics-color" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect 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 -fno-diagnostics-color" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j2 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 fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS