>>> Compiling source in /Users/fabian/Gentoo-10.13/var/tmp/portage/sys-apps/gentoo-functions-0.13/work/gentoo-functions-0.13 ... make SHELL=/Users/fabian/Gentoo-10.13/bin/bash -j3 x86_64-apple-darwin17-clang -march=native -O2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-dead_strip_dylibs consoletype.c -o consoletype consoletype.c:16:10: fatal error: 'sys/sysmacros.h' file not found #include <sys/sysmacros.h> ^~~~~~~~~~~~~~~~~ 1 error generated. make: *** [<builtin>: consoletype] Error 1 Reproducible: Always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a731b52a32224cf31d6321a717e67cfa83b8020 commit 3a731b52a32224cf31d6321a717e67cfa83b8020 Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2020-06-09 16:36:53 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2020-06-09 16:36:53 +0000 profiles/prefix/darwin/macos/package.mask: mask gentoo-functions-0.13 While we wait for having a fix, keep an older version that does compile on macOS. Bug: https://bugs.gentoo.org/727694 Signed-off-by: Fabian Groffen <grobian@gentoo.org> profiles/prefix/darwin/macos/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
(The other one is actually a duplicate of this, but I figured given he attached a patch, keep it in that one) *** This bug has been marked as a duplicate of bug 751511 ***