* Package: sys-process/criu-3.18:0 * Repository: gentoo * Maintainer: chutzpah@gentoo.org virtualization@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_11 video_cards_amdgpu * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 6.4.14-gentoo-dist * Checking for suitable kernel configuration options ... [ ok ] >>> Unpacking source... >>> Unpacking criu-3.18.tar.gz to /var/tmp/portage/sys-process/criu-3.18/work >>> Source unpacked in /var/tmp/portage/sys-process/criu-3.18/work >>> Preparing source in /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18 ... * Applying criu-2.2-flags.patch ... [ ok ] * Applying criu-2.3-no-git.patch ... [ ok ] * Applying criu-3.12-automagic-libbsd.patch ... [ ok ] * Applying criu-3.18-buildsystem.patch ... patching file Makefile.config Hunk #1 succeeded at 5 with fuzz 1. patching file lib/Makefile [ ok ] * Build system packages: * dev-python/gpep517 : 15 * dev-python/installer : 0.7.0 * dev-python/setuptools : 68.1.2 * dev-python/setuptools-rust : 1.7.0 * dev-python/setuptools-scm : 7.1.0 * dev-python/wheel : 0.41.2 >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18 ... * Using python3.11 in global scope >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18 ... make -j5 AR=x86_64-pc-linux-gnu-ar ARCH=x86 CC=x86_64-pc-linux-gnu-gcc FULL_PYTHON=/usr/bin/python3 HOSTCC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-ld LIBDIR=/usr/lib64 LOGROTATEDIR=/etc/logrotate.d OBJCOPY=x86_64-pc-linux-gnu-objcopy PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config PREFIX=/usr PYTHON=python3 V=1 WERROR=0 DEBUG=0 SETPROCTITLE=no NO_GNUTLS=1 all Note: Building criu with amdgpu_plugin. echo "0" > .gitid make -r -R -f /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18/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 touch .config 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 "/* Autogenerated, do not edit */" > criu/include/version.h echo "#define COMPEL_SO_VERSION_SUBLEVEL " 0 >> compel/include/version.h echo "#ifndef __CR_VERSION_H__" >> criu/include/version.h echo "#endif /* COMPEL_SO_VERSION_H__ */" >> compel/include/version.h echo "#define __CR_VERSION_H__" >> criu/include/version.h echo "#define CRIU_VERSION \"3.18\"" >> criu/include/version.h echo '#ifndef __CR_CONFIG_H__' > include/common/config.h echo "#define CRIU_VERSION_MAJOR " 3 >> criu/include/version.h echo '#define __CR_CONFIG_H__' >> include/common/config.h echo "#define CRIU_VERSION_MINOR " 18 >> criu/include/version.h echo '' >> include/common/config.h echo "#define CRIU_GITID \"0\"" >> criu/include/version.h echo '#define CONFIG_HAS_TCP_REPAIR' >> include/common/config.h echo "#endif /* __CR_VERSION_H__ */" >> criu/include/version.h echo '' >> include/common/config.h echo '#define CONFIG_HAS_STRLCPY' >> include/common/config.h echo '' >> include/common/config.h echo '#define CONFIG_HAS_STRLCAT' >> include/common/config.h echo '' >> include/common/config.h echo '#define CONFIG_HAS_TCP_REPAIR_WINDOW' >> include/common/config.h echo '' >> include/common/config.h echo '#define CONFIG_HAS_MEMFD_CREATE' >> include/common/config.h echo '' >> include/common/config.h echo '#define CONFIG_HAS_OPENAT2' >> 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.18/work/criu-3.18/scripts/nmk/scripts/main.mk makefile=Makefile obj=compel/plugins compel/plugins/std.lib.a make -r -R -f /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18/scripts/nmk/scripts/main.mk makefile=Makefile obj=soccr all echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall-64.h echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall-codes-64.h echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall-codes.h echo "#ifndef ASM_SYSCALL_PROTO_H_64__" >> compel/plugins/include/uapi/std/syscall-64.h echo "#ifndef ASM_SYSCALL_CODES_H_64__" >> compel/plugins/include/uapi/std/syscall-codes-64.h echo "#ifndef __ASM_CR_SYSCALL_CODES_H__" >> compel/plugins/include/uapi/std/syscall-codes.h echo "#define ASM_SYSCALL_PROTO_H_64__" >> compel/plugins/include/uapi/std/syscall-64.h echo "#define ASM_SYSCALL_CODES_H_64__" >> compel/plugins/include/uapi/std/syscall-codes-64.h echo "#define __ASM_CR_SYSCALL_CODES_H__" >> compel/plugins/include/uapi/std/syscall-codes.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 "/* musl defines loff_t as off_t */" >> compel/plugins/include/uapi/std/syscall-64.h echo "/* musl defines loff_t as off_t */" >> compel/plugins/include/uapi/std/syscall-codes.h x86_64-pc-linux-gnu-gcc -M -MT soccr/soccr.d -MT soccr/soccr.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT soccr/soccr.c -o soccr/soccr.d echo '#ifndef loff_t' >> compel/plugins/include/uapi/std/syscall-64.h echo '#ifndef loff_t' >> compel/plugins/include/uapi/std/syscall-codes.h echo "#endif /* ASM_SYSCALL_CODES_H_64__ */" >> compel/plugins/include/uapi/std/syscall-codes-64.h echo '#define loff_t off_t' >> compel/plugins/include/uapi/std/syscall-64.h echo '#define loff_t off_t' >> compel/plugins/include/uapi/std/syscall-codes.h echo '#endif' >> compel/plugins/include/uapi/std/syscall-64.h echo '#endif' >> compel/plugins/include/uapi/std/syscall-codes.h echo '#include ' >> compel/plugins/include/uapi/std/syscall-64.h ln -s ../../../../../../compel/arch/x86/plugins/include/asm/syscall-types.h compel/plugins/include/uapi/std/asm/syscall-types.h echo '#include ' >> compel/plugins/include/uapi/std/syscall-codes.h echo '#include ' >> compel/plugins/include/uapi/std/syscall-64.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 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 x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/plugins/std/parasite-head.d -MT compel/arch/x86/plugins/std/parasite-head.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 "#endif /* __ASM_CR_SYSCALL_CODES_H__ */" >> compel/plugins/include/uapi/std/syscall-codes.h echo "#endif /* ASM_SYSCALL_PROTO_H_64__ */" >> compel/plugins/include/uapi/std/syscall-64.h x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/plugins/std/memcpy.d -MT compel/arch/x86/plugins/std/memcpy.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 echo "/* Autogenerated, don't edit */" > compel/arch/x86/plugins/std/syscalls-64.S echo '#include ' >> compel/arch/x86/plugins/std/syscalls-64.S echo "/* Autogenerated, don't edit */" > compel/plugins/include/uapi/std/syscall.h echo '#include "std/syscalls/syscall-common-x86-64.S"' >> compel/arch/x86/plugins/std/syscalls-64.S echo "#ifndef __ASM_CR_SYSCALL_PROTO_H__" >> compel/plugins/include/uapi/std/syscall.h 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 "#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 x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/plugins/std/syscalls-64.d -MT compel/arch/x86/plugins/std/syscalls-64.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 echo '#include ' >> compel/plugins/include/uapi/std/syscall.h x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT soccr/soccr.c -o soccr/soccr.o 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/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-gcc -M -MT compel/plugins/fds/fds.d -MT compel/plugins/fds/fds.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -M -MT compel/plugins/shmem/shmem.d -MT compel/plugins/shmem/shmem.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -M -MT compel/plugins/std/std.d -MT compel/plugins/std/std.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -M -MT compel/plugins/std/fds.d -MT compel/plugins/std/fds.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -M -MT compel/plugins/std/log.d -MT compel/plugins/std/log.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -M -MT compel/plugins/std/string.d -MT compel/plugins/std/string.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -M -MT compel/plugins/std/infect.d -MT compel/plugins/std/infect.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 x86_64-pc-linux-gnu-ar -rcs soccr/libsoccr.a soccr/soccr.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 make -r -R -f /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18/scripts/nmk/scripts/main.mk makefile=Makefile obj=soccr soccr/libsoccr.a make[1]: 'soccr/libsoccr.a' is up to date. x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 protoc-c --proto_path=images/ --c_out=images/ images/stats.proto x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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 x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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/google/protobuf/descriptor.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/creds.proto protoc-c --proto_path=images/ --c_out=images/ images/rlimit.proto protoc-c --proto_path=images/ --c_out=images/ images/rseq.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/siginfo.proto protoc-c --proto_path=images/ --c_out=images/ images/timer.proto protoc-c --proto_path=images/ --c_out=images/ images/cpuinfo.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/fown.proto protoc-c --proto_path=images/ --c_out=images/ images/ns.proto protoc-c --proto_path=images/ --c_out=images/ images/fifo.proto protoc-c --proto_path=images/ --c_out=images/ images/sk-opts.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/time.proto protoc-c --proto_path=images/ --c_out=images/ images/remap-file-path.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE x86_64-pc-linux-gnu-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: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/fs.proto protoc-c --proto_path=images/ --c_out=images/ images/pstree.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/sk-packet.proto protoc-c --proto_path=images/ --c_out=images/ images/pipe-data.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/ipc-var.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/ipc-desc.proto protoc-c --proto_path=images/ --c_out=images/ images/utsns.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/macvlan.proto protoc-c --proto_path=images/ --c_out=images/ images/sysctl.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE make -r -R -f /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18/scripts/nmk/scripts/main.mk makefile=Makefile obj=compel/plugins compel/plugins/fds.lib.a protoc-c --proto_path=images/ --c_out=images/ images/rpc.proto protoc-c --proto_path=images/ --c_out=images/ images/file-lock.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/cgroup.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/userns.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/pidns.proto protoc-c --proto_path=images/ --c_out=images/ images/seccomp.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/binfmt-misc.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/autofs.proto protoc-c --proto_path=images/ --c_out=images/ images/timens.proto protoc-c --proto_path=images/ --c_out=images/ images/img-streamer.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -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.o protoc-c --proto_path=images/ --c_out=images/ images/bpfmap-data.proto protoc-c --proto_path=images/ --c_out=images/ images/apparmor.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE make[1]: Nothing to be done for 'all'. make -r -R -f /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18/scripts/nmk/scripts/main.mk makefile=Makefile obj=images images/built-in.o x86_64-pc-linux-gnu-ar -rcs compel/plugins/fds.lib.a compel/plugins/fds/fds.o make -r -R -f /var/tmp/portage/sys-process/criu-3.18/work/criu-3.18/scripts/nmk/scripts/main.mk makefile=Makefile obj=compel compel/libcompel.a x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/src/lib/handle-elf.d -MT compel/arch/x86/src/lib/handle-elf.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/handle-elf.c -o compel/arch/x86/src/lib/handle-elf.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/handle-elf.d -MT compel/src/lib/handle-elf.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/handle-elf.c -o compel/src/lib/handle-elf.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/main.d -MT compel/src/main.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/main.c -o compel/src/main.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/log.d -MT compel/src/lib/log.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/log.c -o compel/src/lib/log.d x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/src/lib/cpu.d -MT compel/arch/x86/src/lib/cpu.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/cpu.c -o compel/arch/x86/src/lib/cpu.d x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/src/lib/infect.d -MT compel/arch/x86/src/lib/infect.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/infect.c -o compel/arch/x86/src/lib/infect.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/infect-rpc.d -MT compel/src/lib/infect-rpc.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/infect-rpc.c -o compel/src/lib/infect-rpc.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/infect-util.d -MT compel/src/lib/infect-util.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/infect-util.c -o compel/src/lib/infect-util.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/infect.d -MT compel/src/lib/infect.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/infect.c -o compel/src/lib/infect.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/ptrace.d -MT compel/src/lib/ptrace.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/ptrace.c -o compel/src/lib/ptrace.d x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/src/lib/thread_area.d -MT compel/arch/x86/src/lib/thread_area.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/thread_area.c -o compel/arch/x86/src/lib/thread_area.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/main-host.d -MT compel/src/main-host.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -iquote include/ -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/main-host.c -o compel/src/main-host.d x86_64-pc-linux-gnu-gcc -M -MT compel/arch/x86/src/lib/handle-elf-host.d -MT compel/arch/x86/src/lib/handle-elf-host.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -iquote include/ -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/handle-elf-host.c -o compel/arch/x86/src/lib/handle-elf-host.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/handle-elf-host.d -MT compel/src/lib/handle-elf-host.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -iquote include/ -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/handle-elf-host.c -o compel/src/lib/handle-elf-host.d x86_64-pc-linux-gnu-gcc -M -MT compel/src/lib/log-host.d -MT compel/src/lib/log-host.o -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -iquote include/ -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/log-host.c -o compel/src/lib/log-host.d x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/cpu.c -o compel/arch/x86/src/lib/cpu.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/infect.c -o compel/arch/x86/src/lib/infect.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/log.c -o compel/src/lib/log.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/infect-rpc.c -o compel/src/lib/infect-rpc.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/infect-util.c -o compel/src/lib/infect-util.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/infect.c -o compel/src/lib/infect.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/src/lib/ptrace.c -o compel/src/lib/ptrace.o x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -DINCLUDEDIR=\"/usr/include\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/usr/lib64\" -DSTATIC_LIB=\"libcompel.a\" -DDYN_LIB=\"libcompel.so.1\" -iquote compel/arch/x86/src/lib/include -iquote compel/include -fno-strict-aliasing -fPIC -I compel/include/uapi compel/arch/x86/src/lib/thread_area.c -o compel/arch/x86/src/lib/thread_area.o protoc-c --proto_path=images/ --c_out=images/ images/stats.proto protoc-c --proto_path=images/ --c_out=images/ images/creds.proto protoc-c --proto_path=images/ --c_out=images/ images/google/protobuf/descriptor.proto protoc-c --proto_path=images/ --c_out=images/ images/rlimit.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/rseq.proto protoc-c --proto_path=images/ --c_out=images/ images/siginfo.proto protoc-c --proto_path=images/ --c_out=images/ images/cpuinfo.proto protoc-c --proto_path=images/ --c_out=images/ images/timer.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/fown.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/sk-opts.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/time.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/remap-file-path.proto protoc-c --proto_path=images/ --c_out=images/ images/fs.proto protoc-c --proto_path=images/ --c_out=images/ images/pstree.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/sk-packet.proto protoc-c --proto_path=images/ --c_out=images/ images/ipc-var.proto protoc-c --proto_path=images/ --c_out=images/ images/pipe-data.proto protoc-c --proto_path=images/ --c_out=images/ images/ipc-desc.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/utsns.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/macvlan.proto protoc-c --proto_path=images/ --c_out=images/ images/sysctl.proto protoc-c --proto_path=images/ --c_out=images/ images/file-lock.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/rpc.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/cgroup.proto protoc-c --proto_path=images/ --c_out=images/ images/pidns.proto protoc-c --proto_path=images/ --c_out=images/ images/userns.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/seccomp.proto protoc-c --proto_path=images/ --c_out=images/ images/autofs.proto protoc-c --proto_path=images/ --c_out=images/ images/binfmt-misc.proto protoc-c --proto_path=images/ --c_out=images/ images/timens.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/img-streamer.proto protoc-c --proto_path=images/ --c_out=images/ images/bpfmap-data.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c --proto_path=images/ --c_out=images/ images/apparmor.proto protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE protoc-c: symbol lookup error: protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE make[1]: *** No rule to make target 'images/stats.pb-c.c', needed by 'images/stats.o'. Stop. make: *** [Makefile:224: images/built-in.o] Error 2 make: *** Waiting for unfinished jobs.... x86_64-pc-linux-gnu-ar -rcs compel/libcompel.a compel/src/lib/log.o compel/arch/x86/src/lib/cpu.o compel/arch/x86/src/lib/infect.o compel/src/lib/infect-rpc.o compel/src/lib/infect-util.o compel/src/lib/infect.o compel/src/lib/ptrace.o compel/arch/x86/src/lib/thread_area.o * ERROR: sys-process/criu-3.18::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-process/criu-3.18::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-process/criu-3.18::gentoo'`. * The complete build log is located at '/var/log/portage/sys-process:criu-3.18:20230904-152600.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/criu-3.18/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-process/criu-3.18/temp/environment'. * Working directory: '/var/tmp/portage/sys-process/criu-3.18/work/criu-3.18' * S: '/var/tmp/portage/sys-process/criu-3.18/work/criu-3.18'