* Package: app-benchmarks/bootchart2-0.14.9-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_single_target_python3_10 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using python3.10 to build >>> Unpacking source... >>> Unpacking bootchart2-0.14.9.tar.gz to /var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work >>> Source unpacked in /var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work >>> Preparing source in /var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work/bootchart-0.14.9 ... * Applying bootchart2-0.14.8-no-compressed-man.patch ... [ ok ] * Using python3.10 to build >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work/bootchart-0.14.9 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work/bootchart-0.14.9 ... make -j4 x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread \ -DEARLY_PREFIX='""' \ -DLIBDIR='"/lib"' \ -DPKGLIBDIR='"/lib/bootchart"' \ -DPROGRAM_PREFIX='""' \ -DPROGRAM_SUFFIX='""' \ -DVERSION='"0.14.9"' \ \ -c collector/collector.c -o collector/collector.o x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread \ -DEARLY_PREFIX='""' \ -DLIBDIR='"/lib"' \ -DPKGLIBDIR='"/lib/bootchart"' \ -DPROGRAM_PREFIX='""' \ -DPROGRAM_SUFFIX='""' \ -DVERSION='"0.14.9"' \ \ -c collector/output.c -o collector/output.o x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread \ -DEARLY_PREFIX='""' \ -DLIBDIR='"/lib"' \ -DPKGLIBDIR='"/lib/bootchart"' \ -DPROGRAM_PREFIX='""' \ -DPROGRAM_SUFFIX='""' \ -DVERSION='"0.14.9"' \ \ -c collector/tasks.c -o collector/tasks.o x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread \ -DEARLY_PREFIX='""' \ -DLIBDIR='"/lib"' \ -DPKGLIBDIR='"/lib/bootchart"' \ -DPROGRAM_PREFIX='""' \ -DPROGRAM_SUFFIX='""' \ -DVERSION='"0.14.9"' \ \ -c collector/tasks-netlink.c -o collector/tasks-netlink.o In file included from /usr/include/linux/fs.h:19, from collector/collector.c:37: /usr/include/linux/mount.h:95:6: error: redeclaration of ‘enum fsconfig_command’ 95 | enum fsconfig_command { | ^~~~~~~~~~~~~~~~ In file included from collector/common.h:16, from collector/collector.c:33: /usr/include/sys/mount.h:189:6: note: originally defined here 189 | enum fsconfig_command | ^~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:96:9: error: redeclaration of enumerator ‘FSCONFIG_SET_FLAG’ 96 | FSCONFIG_SET_FLAG = 0, /* Set parameter, supplying no value */ | ^~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:191:3: note: previous definition of ‘FSCONFIG_SET_FLAG’ with type ‘enum fsconfig_command’ 191 | FSCONFIG_SET_FLAG = 0, /* Set parameter, supplying no value */ | ^~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:97:9: error: redeclaration of enumerator ‘FSCONFIG_SET_STRING’ 97 | FSCONFIG_SET_STRING = 1, /* Set parameter, supplying a string value */ | ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:193:3: note: previous definition of ‘FSCONFIG_SET_STRING’ with type ‘enum fsconfig_command’ 193 | FSCONFIG_SET_STRING = 1, /* Set parameter, supplying a string value */ | ^~~~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:98:9: error: redeclaration of enumerator ‘FSCONFIG_SET_BINARY’ 98 | FSCONFIG_SET_BINARY = 2, /* Set parameter, supplying a binary blob value */ | ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:195:3: note: previous definition of ‘FSCONFIG_SET_BINARY’ with type ‘enum fsconfig_command’ 195 | FSCONFIG_SET_BINARY = 2, /* Set parameter, supplying a binary blob value */ | ^~~~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:99:9: error: redeclaration of enumerator ‘FSCONFIG_SET_PATH’ 99 | FSCONFIG_SET_PATH = 3, /* Set parameter, supplying an object by path */ | ^~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:197:3: note: previous definition of ‘FSCONFIG_SET_PATH’ with type ‘enum fsconfig_command’ 197 | FSCONFIG_SET_PATH = 3, /* Set parameter, supplying an object by path */ | ^~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:100:9: error: redeclaration of enumerator ‘FSCONFIG_SET_PATH_EMPTY’ 100 | FSCONFIG_SET_PATH_EMPTY = 4, /* Set parameter, supplying an object by (empty) path */ | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:199:3: note: previous definition of ‘FSCONFIG_SET_PATH_EMPTY’ with type ‘enum fsconfig_command’ 199 | FSCONFIG_SET_PATH_EMPTY = 4, /* Set parameter, supplying an object by (empty) path */ | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:101:9: error: redeclaration of enumerator ‘FSCONFIG_SET_FD’ 101 | FSCONFIG_SET_FD = 5, /* Set parameter, supplying an object by fd */ | ^~~~~~~~~~~~~~~ /usr/include/sys/mount.h:201:3: note: previous definition of ‘FSCONFIG_SET_FD’ with type ‘enum fsconfig_command’ 201 | FSCONFIG_SET_FD = 5, /* Set parameter, supplying an object by fd */ | ^~~~~~~~~~~~~~~ /usr/include/linux/mount.h:102:9: error: redeclaration of enumerator ‘FSCONFIG_CMD_CREATE’ 102 | FSCONFIG_CMD_CREATE = 6, /* Invoke superblock creation */ | ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:203:3: note: previous definition of ‘FSCONFIG_CMD_CREATE’ with type ‘enum fsconfig_command’ 203 | FSCONFIG_CMD_CREATE = 6, /* Invoke superblock creation */ | ^~~~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:103:9: error: redeclaration of enumerator ‘FSCONFIG_CMD_RECONFIGURE’ 103 | FSCONFIG_CMD_RECONFIGURE = 7, /* Invoke superblock reconfiguration */ | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/mount.h:205:3: note: previous definition of ‘FSCONFIG_CMD_RECONFIGURE’ with type ‘enum fsconfig_command’ 205 | FSCONFIG_CMD_RECONFIGURE = 7, /* Invoke superblock reconfiguration */ | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:129:8: error: redefinition of ‘struct mount_attr’ 129 | struct mount_attr { | ^~~~~~~~~~ /usr/include/sys/mount.h:161:8: note: originally defined here 161 | struct mount_attr | ^~~~~~~~~~ make: *** [Makefile:56: collector/collector.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: app-benchmarks/bootchart2-0.14.9-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-benchmarks/bootchart2-0.14.9-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-benchmarks/bootchart2-0.14.9-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-benchmarks:bootchart2-0.14.9-r1:20220807-090729.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work/bootchart-0.14.9' * S: '/var/tmp/portage/app-benchmarks/bootchart2-0.14.9-r1/work/bootchart-0.14.9'