gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvramops.o nvramops.c gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o bios.o bios.c bios.c:27:6: error: unknown type name __uint8_t 27 | __uint8_t type; | ^~~~~~~~~ bios.c:28:6: error: unknown type name __uint8_t ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20200316-165821 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-gentoo-linux-musl-9.3.0 * clang version 10.0.0 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.41.1 * repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Wed, 18 Mar 2020 13:38:27 +0000 emerge -qpvO sys-power/nvram-wakeup [ebuild N ] sys-power/nvram-wakeup-1.1 USE="nls"
Created attachment 622704 [details] emerge-info.txt
Created attachment 622706 [details] emerge-history.txt
Created attachment 622708 [details] environment
Created attachment 622710 [details] etc.portage.tbz2
Created attachment 622712 [details] sys-power:nvram-wakeup-1.1:20200319-131952.log
Created attachment 622714 [details] temp.tbz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b0b2e547f3649cbbe17b12cefb470fd167cc17 commit 42b0b2e547f3649cbbe17b12cefb470fd167cc17 Author: David Seifert <soap@gentoo.org> AuthorDate: 2020-10-24 15:26:07 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-10-24 15:26:07 +0000 package.mask: Last rite sys-power/nvram-wakeup Bug: https://bugs.gentoo.org/124755 Bug: https://bugs.gentoo.org/713472 Bug: https://bugs.gentoo.org/726020 Bug: https://bugs.gentoo.org/740912 Bug: https://bugs.gentoo.org/742434 Signed-off-by: David Seifert <soap@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a59c270a9b0a7d45d25b7541d88c2753d078033 commit 1a59c270a9b0a7d45d25b7541d88c2753d078033 Author: David Seifert <soap@gentoo.org> AuthorDate: 2020-11-22 14:54:06 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-11-22 14:54:06 +0000 sys-power/nvram-wakeup: Remove last-rited package Closes: https://bugs.gentoo.org/124755 Closes: https://bugs.gentoo.org/713472 Closes: https://bugs.gentoo.org/726020 Closes: https://bugs.gentoo.org/740912 Closes: https://bugs.gentoo.org/742434 Signed-off-by: David Seifert <soap@gentoo.org> profiles/package.mask | 6 -- sys-power/nvram-wakeup/Manifest | 1 - .../files/nvram-wakeup-0.97-nonls.patch | 18 ------ sys-power/nvram-wakeup/metadata.xml | 11 ---- sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild | 73 ---------------------- 5 files changed, 109 deletions(-)
Users: If you're looking for a maintained replacement for nvram-wakeup, on non-EFI systems, you should look at busybox rtcwake. The same caveats as nvram-wakeup apply: the code interacts directly with the NVRAM/CMOS state.