* Package: app-admin/mcelog-188  * Repository: gentoo  * Maintainer: bkohler@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU  * FEATURES: network-sandbox preserve-libs userpriv usersandbox * Checking whether python3_11 is suitable ... * >=dev-lang/python-3.11.0_beta4:3.11 ...  [ ok ] * Using python3.11 to build (via PYTHON_COMPAT iteration) >>> Unpacking source... >>> Unpacking mcelog-188.tar.gz to /var/tmp/portage/app-admin/mcelog-188/work >>> Source unpacked in /var/tmp/portage/app-admin/mcelog-188/work >>> Preparing source in /var/tmp/portage/app-admin/mcelog-188/work/mcelog-188 ... * Applying mcelog-0.8_pre1-timestamp-mcelog.patch ...  [ ok ] * Applying mcelog-129-debugflags.patch ...  [ ok ] * Fixing shebang in genconfig.py. >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-admin/mcelog-188/work/mcelog-188 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-admin/mcelog-188/work/mcelog-188 ... make -j3 -l3 ./mkcputype cmp lookup_intel_cputype.c lookup_intel_cputype.tmp || mv lookup_intel_cputype.tmp lookup_intel_cputype.c cmp: lookup_intel_cputype.c: No such file or directory [ -f cputype.h ] || touch cputype.h x86_64-pc-linux-gnu-gcc -MM -I. p4.c k8.c mcelog.c dmi.c tsc.c core2.c bitfield.c intel.c nehalem.c dunnington.c tulsa.c config.c memutil.c msg.c eventloop.c leaky-bucket.c memdb.c server.c trigger.c client.c cache.c sysfs.c yellow.c page.c rbtree.c sandy-bridge.c ivy-bridge.c haswell.c broadwell_de.c broadwell_epex.c skylake_xeon.c denverton.c i10nm.c msr.c bus.c unknown.c lookup_intel_cputype.c > .depend.X && mv .depend.X .depend ./mkcputype x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wstrict-prototypes -Wformat-security -Wmissing-declarations -Wdeclaration-after-statement -o mcelog.o mcelog.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wstrict-prototypes -Wformat-security -Wmissing-declarations -Wdeclaration-after-statement -o p4.o p4.c p4.c: In function β€˜check_for_mirror’: p4.c:305:17: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 305 | switch (cputype) { | ^~~~~~~ p4.c:306:14: error: β€˜CPU_BROADWELL_EPEX’ undeclared (first use in this function) 306 | case CPU_BROADWELL_EPEX: | ^~~~~~~~~~~~~~~~~~ p4.c:306:14: note: each undeclared identifier is reported only once for each function it appears in p4.c:308:14: error: β€˜CPU_SKYLAKE_XEON’ undeclared (first use in this function) 308 | case CPU_SKYLAKE_XEON: | ^~~~~~~~~~~~~~~~ p4.c:310:14: error: β€˜CPU_ICELAKE_XEON’ undeclared (first use in this function) 310 | case CPU_ICELAKE_XEON: | ^~~~~~~~~~~~~~~~ p4.c:311:14: error: β€˜CPU_SAPPHIRERAPIDS’ undeclared (first use in this function) 311 | case CPU_SAPPHIRERAPIDS: | ^~~~~~~~~~~~~~~~~~ p4.c: In function β€˜decode_intel_mc’: p4.c:409:22: error: β€˜CPU_P6OLD’ undeclared (first use in this function) 409 | case CPU_P6OLD: | ^~~~~~~~~ p4.c:412:22: error: β€˜CPU_DUNNINGTON’ undeclared (first use in this function) 412 | case CPU_DUNNINGTON: | ^~~~~~~~~~~~~~ p4.c:413:22: error: β€˜CPU_CORE2’ undeclared (first use in this function) 413 | case CPU_CORE2: | ^~~~~~~~~ p4.c:416:22: error: β€˜CPU_TULSA’ undeclared (first use in this function) 416 | case CPU_TULSA: | ^~~~~~~~~ p4.c:417:22: error: β€˜CPU_P4’ undeclared (first use in this function) 417 | case CPU_P4: | ^~~~~~ p4.c:420:22: error: β€˜CPU_NEHALEM’ undeclared (first use in this function) 420 | case CPU_NEHALEM: | ^~~~~~~~~~~ p4.c:421:22: error: β€˜CPU_XEON75XX’ undeclared (first use in this function) 421 | case CPU_XEON75XX: | ^~~~~~~~~~~~ p4.c:441:14: error: β€˜CPU_SANDY_BRIDGE’ undeclared (first use in this function) 441 | case CPU_SANDY_BRIDGE: | ^~~~~~~~~~~~~~~~ p4.c:442:14: error: β€˜CPU_SANDY_BRIDGE_EP’ undeclared (first use in this function) 442 | case CPU_SANDY_BRIDGE_EP: | ^~~~~~~~~~~~~~~~~~~ p4.c:445:14: error: β€˜CPU_IVY_BRIDGE_EPEX’ undeclared (first use in this function) 445 | case CPU_IVY_BRIDGE_EPEX: | ^~~~~~~~~~~~~~~~~~~ p4.c:448:14: error: β€˜CPU_HASWELL_EPEX’ undeclared (first use in this function) 448 | case CPU_HASWELL_EPEX: | ^~~~~~~~~~~~~~~~ p4.c:451:14: error: β€˜CPU_BROADWELL_DE’ undeclared (first use in this function) 451 | case CPU_BROADWELL_DE: | ^~~~~~~~~~~~~~~~ p4.c:454:14: error: β€˜CPU_BROADWELL_EPEX’ undeclared (first use in this function) 454 | case CPU_BROADWELL_EPEX: | ^~~~~~~~~~~~~~~~~~ p4.c:457:14: error: β€˜CPU_SKYLAKE_XEON’ undeclared (first use in this function) 457 | case CPU_SKYLAKE_XEON: | ^~~~~~~~~~~~~~~~ p4.c:460:14: error: β€˜CPU_ICELAKE_XEON’ undeclared (first use in this function) 460 | case CPU_ICELAKE_XEON: | ^~~~~~~~~~~~~~~~ p4.c:461:14: error: β€˜CPU_ICELAKE_DE’ undeclared (first use in this function) 461 | case CPU_ICELAKE_DE: | ^~~~~~~~~~~~~~ p4.c:462:14: error: β€˜CPU_TREMONT_D’ undeclared (first use in this function) 462 | case CPU_TREMONT_D: | ^~~~~~~~~~~~~ p4.c:463:14: error: β€˜CPU_SAPPHIRERAPIDS’ undeclared (first use in this function) 463 | case CPU_SAPPHIRERAPIDS: | ^~~~~~~~~~~~~~~~~~ p4.c:466:14: error: β€˜CPU_DENVERTON’ undeclared (first use in this function) 466 | case CPU_DENVERTON: | ^~~~~~~~~~~~~ p4.c: In function β€˜check_for_mirror’: p4.c:316:1: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 316 | } | ^ make: *** [Makefile:95: p4.o] Error 1 make: *** Waiting for unfinished jobs.... mcelog.c:63:6: error: variable β€˜cputype’ has initializer but incomplete type 63 | enum cputype cputype = CPU_GENERIC; | ^~~~~~~ mcelog.c:63:24: error: β€˜CPU_GENERIC’ undeclared here (not in a function) 63 | enum cputype cputype = CPU_GENERIC; | ^~~~~~~~~~~ mcelog.c: In function β€˜bankname’: mcelog.c:126:24: error: β€˜CPU_INTEL’ undeclared (first use in this function) 126 | if (cputype >= CPU_INTEL) | ^~~~~~~~~ mcelog.c:126:24: note: each undeclared identifier is reported only once for each function it appears in mcelog.c:126:13: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 126 | if (cputype >= CPU_INTEL) | ^~~~~~~ mcelog.c:128:29: error: β€˜CPU_K8’ undeclared (first use in this function) 128 | else if (cputype == CPU_K8) | ^~~~~~ mcelog.c:128:18: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 128 | else if (cputype == CPU_K8) | ^~~~~~~ mcelog.c: In function β€˜mce_filter’: mcelog.c:149:24: error: β€˜CPU_INTEL’ undeclared (first use in this function) 149 | if (cputype >= CPU_INTEL) | ^~~~~~~~~ mcelog.c:149:13: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 149 | if (cputype >= CPU_INTEL) | ^~~~~~~ mcelog.c:151:29: error: β€˜CPU_K8’ undeclared (first use in this function) 151 | else if (cputype == CPU_K8) | ^~~~~~ mcelog.c:151:18: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 151 | else if (cputype == CPU_K8) | ^~~~~~~ mcelog.c: In function β€˜print_tsc’: mcelog.c:165:56: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 165 | ret = decode_tsc_current(&buf, cpunum, cputype, cpumhz, tsc); | ^~~~~~~ mcelog.c:165:56: error: type of formal parameter 3 is incomplete mcelog.c: At top level: mcelog.c:228:21: error: return type is an incomplete type 228 | static enum cputype lookup_cputype(char *name) | ^~~~~~~~~~~~~~ mcelog.c: In function β€˜lookup_cputype’: mcelog.c:233:33: warning: β€˜return’ with a value, in function returning void []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 233 | return c->val; | ~^~~~~ mcelog.c:228:21: note: declared here 228 | static enum cputype lookup_cputype(char *name) | ^~~~~~~~~~~~~~ mcelog.c: At top level: mcelog.c:272:21: error: return type is an incomplete type 272 | static enum cputype setup_cpuid(u32 cpuvendor, u32 cpuid) | ^~~~~~~~~~~ mcelog.c: In function β€˜setup_cpuid’: mcelog.c:280:24: error: invalid use of undefined type β€˜enum cputype’ 280 | return select_intel_cputype(family, model); | ^~~~~~~~~~~~~~~~~~~~ mcelog.c:280:24: warning: β€˜return’ with a value, in function returning void []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] mcelog.c:272:21: note: declared here 272 | static enum cputype setup_cpuid(u32 cpuvendor, u32 cpuid) | ^~~~~~~~~~~ mcelog.c:283:32: error: β€˜CPU_K8’ undeclared (first use in this function) 283 | return CPU_K8; | ^~~~~~ mcelog.c:283:32: warning: β€˜return’ with a value, in function returning void []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] mcelog.c:272:21: note: declared here 272 | static enum cputype setup_cpuid(u32 cpuvendor, u32 cpuid) | ^~~~~~~~~~~ mcelog.c:288:24: warning: β€˜return’ with a value, in function returning void []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 288 | return CPU_GENERIC; | ^~~~~~~~~~~ mcelog.c:272:21: note: declared here 272 | static enum cputype setup_cpuid(u32 cpuvendor, u32 cpuid) | ^~~~~~~~~~~ mcelog.c: In function β€˜mce_cpuid’: mcelog.c:296:22: error: variable β€˜t’ has initializer but incomplete type 296 | enum cputype t = setup_cpuid(m->cpuvendor, m->cpuid); | ^~~~~~~ mcelog.c:296:30: error: storage size of β€˜t’ isn’t known 296 | enum cputype t = setup_cpuid(m->cpuvendor, m->cpuid); | ^ mcelog.c:298:33: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 298 | cputype = t; | ^ mcelog.c:299:28: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 299 | else if (t != cputype && t != CPU_GENERIC && !warned) { | ^~ mcelog.c:301:33: error: β€˜cputype_name’ undeclared (first use in this function) 301 | cputype_name[cputype], | ^~~~~~~~~~~~ mcelog.c:296:30: warning: unused variable β€˜t’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] 296 | enum cputype t = setup_cpuid(m->cpuvendor, m->cpuid); | ^ mcelog.c:305:20: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 305 | } else if (cputype == CPU_GENERIC && !cpu_forced) { | ^~~~~~~ mcelog.c: In function β€˜dump_mce’: mcelog.c:345:24: error: β€˜CPU_K8’ undeclared (first use in this function) 345 | if (cputype == CPU_K8) | ^~~~~~ mcelog.c:345:13: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 345 | if (cputype == CPU_K8) | ^~~~~~~ mcelog.c:347:29: error: β€˜CPU_INTEL’ undeclared (first use in this function) 347 | else if (cputype >= CPU_INTEL) | ^~~~~~~~~ mcelog.c:347:18: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 347 | else if (cputype >= CPU_INTEL) | ^~~~~~~ mcelog.c:348:36: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 348 | decode_intel_mc(m, cputype, &ismemerr, recordlen); | ^~~~~~~ mcelog.c:378:24: error: β€˜CPU_ATOM’ undeclared (first use in this function) 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~~~~~~~ mcelog.c:378:13: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~~~~~~ mcelog.c:378:47: error: β€˜CPU_CORE2’ undeclared (first use in this function) 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~~~~~~~~ mcelog.c:378:33: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~ mcelog.c:378:71: error: β€˜CPU_DUNNINGTON’ undeclared (first use in this function) 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~~~~~~~~~~~~~ mcelog.c:378:57: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~ mcelog.c:378:86: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 378 | if (cputype == CPU_ATOM || cputype == CPU_CORE2 || cputype == CPU_DUNNINGTON || | ^~ mcelog.c:379:50: error: β€˜CPU_HASWELL’ undeclared (first use in this function) 379 | cputype == CPU_GENERIC || cputype == CPU_HASWELL || cputype == CPU_ICELAKE || | ^~~~~~~~~~~ mcelog.c:379:36: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 379 | cputype == CPU_GENERIC || cputype == CPU_HASWELL || cputype == CPU_ICELAKE || | ^~ mcelog.c:379:76: error: β€˜CPU_ICELAKE’ undeclared (first use in this function) 379 | cputype == CPU_GENERIC || cputype == CPU_HASWELL || cputype == CPU_ICELAKE || | ^~~~~~~~~~~ mcelog.c:379:62: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 379 | cputype == CPU_GENERIC || cputype == CPU_HASWELL || cputype == CPU_ICELAKE || | ^~ mcelog.c:379:88: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 379 | cputype == CPU_GENERIC || cputype == CPU_HASWELL || cputype == CPU_ICELAKE || | ^~ mcelog.c:380:48: error: β€˜CPU_IVY_BRIDGE’ undeclared (first use in this function) 380 | cputype == CPU_INTEL || cputype == CPU_IVY_BRIDGE || cputype == CPU_K8 || | ^~~~~~~~~~~~~~ mcelog.c:380:34: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 380 | cputype == CPU_INTEL || cputype == CPU_IVY_BRIDGE || cputype == CPU_K8 || | ^~ mcelog.c:380:63: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 380 | cputype == CPU_INTEL || cputype == CPU_IVY_BRIDGE || cputype == CPU_K8 || | ^~ mcelog.c:381:24: error: β€˜CPU_NEHALEM’ undeclared (first use in this function) 381 | cputype == CPU_NEHALEM || cputype == CPU_P4 || cputype == CPU_P6OLD || | ^~~~~~~~~~~ mcelog.c:380:84: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 380 | cputype == CPU_INTEL || cputype == CPU_IVY_BRIDGE || cputype == CPU_K8 || | ^~ mcelog.c:381:50: error: β€˜CPU_P4’ undeclared (first use in this function) 381 | cputype == CPU_NEHALEM || cputype == CPU_P4 || cputype == CPU_P6OLD || | ^~~~~~ mcelog.c:381:36: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 381 | cputype == CPU_NEHALEM || cputype == CPU_P4 || cputype == CPU_P6OLD || | ^~ mcelog.c:381:71: error: β€˜CPU_P6OLD’ undeclared (first use in this function) 381 | cputype == CPU_NEHALEM || cputype == CPU_P4 || cputype == CPU_P6OLD || | ^~~~~~~~~ mcelog.c:381:57: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 381 | cputype == CPU_NEHALEM || cputype == CPU_P4 || cputype == CPU_P6OLD || | ^~ mcelog.c:382:24: error: β€˜CPU_SANDY_BRIDGE’ undeclared (first use in this function) 382 | cputype == CPU_SANDY_BRIDGE || cputype == CPU_TULSA || cputype == CPU_XEON75XX) | ^~~~~~~~~~~~~~~~ mcelog.c:381:81: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 381 | cputype == CPU_NEHALEM || cputype == CPU_P4 || cputype == CPU_P6OLD || | ^~ mcelog.c:382:55: error: β€˜CPU_TULSA’ undeclared (first use in this function) 382 | cputype == CPU_SANDY_BRIDGE || cputype == CPU_TULSA || cputype == CPU_XEON75XX) | ^~~~~~~~~ mcelog.c:382:41: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 382 | cputype == CPU_SANDY_BRIDGE || cputype == CPU_TULSA || cputype == CPU_XEON75XX) | ^~ mcelog.c:382:79: error: β€˜CPU_XEON75XX’ undeclared (first use in this function) 382 | cputype == CPU_SANDY_BRIDGE || cputype == CPU_TULSA || cputype == CPU_XEON75XX) | ^~~~~~~~~~~~ mcelog.c:382:65: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 382 | cputype == CPU_SANDY_BRIDGE || cputype == CPU_TULSA || cputype == CPU_XEON75XX) | ^~ mcelog.c: In function β€˜is_cpu_supported’: mcelog.c:464:51: error: β€˜CPU_K8’ undeclared (first use in this function) 464 | cputype = CPU_K8; | ^~~~~~ mcelog.c:464:49: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 464 | cputype = CPU_K8; | ^ mcelog.c:473:43: error: invalid use of undefined type β€˜enum cputype’ 473 | cputype = select_intel_cputype(family, model); | ^~~~~~~~~~~~~~~~~~~~ mcelog.c:473:41: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 473 | cputype = select_intel_cputype(family, model); | ^ mcelog.c: In function β€˜modifier’: mcelog.c:992:27: error: β€˜CPU_K8’ undeclared (first use in this function) 992 | cputype = CPU_K8; | ^~~~~~ mcelog.c:992:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 992 | cputype = CPU_K8; | ^ mcelog.c:996:27: error: β€˜CPU_P4’ undeclared (first use in this function) 996 | cputype = CPU_P4; | ^~~~~~ mcelog.c:996:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 996 | cputype = CPU_P4; | ^ mcelog.c:1000:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1000 | cputype = CPU_GENERIC; | ^ mcelog.c:1004:27: error: β€˜CPU_CORE2’ undeclared (first use in this function); did you mean β€˜O_CORE2’? 1004 | cputype = CPU_CORE2; | ^~~~~~~~~ | O_CORE2 mcelog.c:1004:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1004 | cputype = CPU_CORE2; | ^ mcelog.c:1013:27: error: invalid use of undefined type β€˜enum cputype’ 1013 | cputype = select_intel_cputype(fam, mod); | ^~~~~~~~~~~~~~~~~~~~ mcelog.c:1013:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1013 | cputype = select_intel_cputype(fam, mod); | ^ mcelog.c:1014:21: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1014 | if (cputype == CPU_GENERIC) { | ^~~~~~~ mcelog.c:1023:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1023 | cputype = lookup_cputype(optarg); | ^ mcelog.c:1025:32: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1025 | intel_cpu_init(cputype); | ^~~~~~~ mcelog.c:1025:32: error: type of formal parameter 1 is incomplete mcelog.c: In function β€˜main’: mcelog.c:1339:25: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1339 | switch (cputype) { | ^~~~~~~ mcelog.c:1340:22: error: β€˜CPU_SANDY_BRIDGE_EP’ undeclared (first use in this function) 1340 | case CPU_SANDY_BRIDGE_EP: | ^~~~~~~~~~~~~~~~~~~ mcelog.c:1341:22: error: β€˜CPU_IVY_BRIDGE_EPEX’ undeclared (first use in this function) 1341 | case CPU_IVY_BRIDGE_EPEX: | ^~~~~~~~~~~~~~~~~~~ mcelog.c:1342:22: error: β€˜CPU_HASWELL_EPEX’ undeclared (first use in this function) 1342 | case CPU_HASWELL_EPEX: | ^~~~~~~~~~~~~~~~ mcelog.c:1382:37: error: β€˜cputype’ has an incomplete type β€˜enum cputype’ 1382 | set_imc_log(cputype); | ^~~~~~~ mcelog.c: At top level: mcelog.c:63:14: error: storage size of β€˜cputype’ isn’t known 63 | enum cputype cputype = CPU_GENERIC; | ^~~~~~~ make: *** [Makefile:95: mcelog.o] Error 1 * ERROR: app-admin/mcelog-188::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-admin/mcelog-188::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-admin/mcelog-188::gentoo'`. * The complete build log is located at '/var/log/elog/app-admin:mcelog-188:20220815-175911.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-admin/mcelog-188/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-admin/mcelog-188/temp/environment'. * Working directory: '/var/tmp/portage/app-admin/mcelog-188/work/mcelog-188' * S: '/var/tmp/portage/app-admin/mcelog-188/work/mcelog-188'