* Package: sys-power/pmtools-20110323-r1:0 * Repository: gentoo * Maintainer: robbat2@gentoo.org prometheanfire@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pmtools-20110323.tar.gz to /var/tmp/portage/sys-power/pmtools-20110323-r1/work >>> Source unpacked in /var/tmp/portage/sys-power/pmtools-20110323-r1/work >>> Preparing source in /var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools ... * Applying pmtools-20100123-acpixtract-pmtools.patch ... [ ok ] * Applying pmtools-20100123-madt.patch ... [ ok ] * Applying pmtools-20071116-64bit.patch ... [ ok ] * Applying pmtools-20101124-cflags-ldflags.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools ... make -j4 CC=x86_64-pc-linux-gnu-gcc 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' for i in acpidump acpixtract madt turbostat; do make -C $i all; done make[1]: Entering directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/acpidump' x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../include -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 acpidump.c -o acpidump acpidump.c: In function ‘main’: acpidump.c:492:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 492 | write(fd, raw, length); | ^~~~~~~~~~~~~~~~~~~~~~ acpidump.c:521:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 521 | write(fd, x, (rsdpx.revision < 2) ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 522 | ACPI_RSDP_CHECKSUM_LENGTH : ACPI_RSDP_XCHECKSUM_LENGTH); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:526:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 526 | write(fd, buff, length); | ^~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:530:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 530 | write(fd, buff, 1); | ^~~~~~~~~~~~~~~~~~ acpidump.c: In function ‘write_table’: acpidump.c:188:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 188 | write(fd, tbl, tbl->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:198:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 198 | write(fd, tbl, tbl->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c: In function ‘acpi_show_table’: acpidump.c:175:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 175 | write(fd, buff, len); | ^~~~~~~~~~~~~~~~~~~~ acpidump.c:178:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 178 | write(fd, buff, 1); | ^~~~~~~~~~~~~~~~~~ acpidump.c: In function ‘acpi_show_data’: acpidump.c:162:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 162 | write(fd, buffer, len); | ^~~~~~~~~~~~~~~~~~~~~~ acpidump.c: In function ‘main’: acpidump.c:343:39: warning: ‘%s’ directive writing up to 255 bytes into a region of size 222 [-Wformat-overflow=] 343 | sprintf(filename, "%s/%s", DYNAMIC_SSDT, entry->d_name); | ^~ In file included from /usr/include/stdio.h:906, from acpidump.c:41: In function ‘sprintf’, inlined from ‘acpi_dump_dynamic_SSDT’ at acpidump.c:343:3, inlined from ‘main’ at acpidump.c:532:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 35 and 290 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/acpidump' make[1]: Entering directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/acpixtract' x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes -I../../include -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 acpixtract.c -o acpixtract acpixtract.c: In function ‘ExtractTables’: acpixtract.c:534:13: warning: ‘__builtin_strncpy’ output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation] 534 | strncpy (ThisSignature, Buffer, 4); | ^ acpixtract.c:554:44: warning: ‘.dat’ directive writing 4 bytes into a region of size between 2 and 11 [-Wformat-overflow=] 554 | sprintf (Filename, "%4.4s%u.dat", ThisSignature, ThisInstance); | ^~~~ In file included from /usr/include/stdio.h:906, from acpixtract.c:118: In function ‘sprintf’, inlined from ‘ExtractTables’ at acpixtract.c:554:17: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 10 and 19 bytes into a destination of size 16 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/acpixtract' make[1]: Entering directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/madt' x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 madt.c -o madt madt.c:45:1: error: return type defaults to ‘int’ [-Werror=implicit-int] 45 | get_next_entry(acpi_table_entry_header * entry_header) | ^~~~~~~~~~~~~~ madt.c:56:1: error: return type defaults to ‘int’ [-Werror=implicit-int] 56 | main() | ^~~~ cc1: some warnings being treated as errors make[1]: *** [Makefile:6: madt] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/madt' make[1]: Entering directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/turbostat' x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 turbostat.c -o turbostat turbostat.c: In function ‘get_physical_package_id’: turbostat.c:659:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 659 | fscanf(filep, "%d", &pkg); | ^~~~~~~~~~~~~~~~~~~~~~~~~ turbostat.c: In function ‘get_core_id’: turbostat.c:676:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 676 | fscanf(filep, "%d", &core); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools/turbostat' >>> Source compiled. >>> Test phase [not enabled]: sys-power/pmtools-20110323-r1 >>> Install sys-power/pmtools-20110323-r1 into /var/tmp/portage/sys-power/pmtools-20110323-r1/image !!! dobin: madt/madt does not exist * ERROR: sys-power/pmtools-20110323-r1::gentoo failed (install phase): * dobin failed * * If you need support, post the output of `emerge --info '=sys-power/pmtools-20110323-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-power/pmtools-20110323-r1::gentoo'`. * The complete build log is located at '/var/log/portage/sys-power:pmtools-20110323-r1:20221003-170259.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-power/pmtools-20110323-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-power/pmtools-20110323-r1/temp/environment'. * Working directory: '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools' * S: '/var/tmp/portage/sys-power/pmtools-20110323-r1/work/pmtools' * QA Notice: file does not exist: * * dobin: madt/madt does not exist