Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727694 - sys-apps/gentoo-functions-0.13 fails to compile on Darwin
Summary: sys-apps/gentoo-functions-0.13 fails to compile on Darwin
Status: RESOLVED DUPLICATE of bug 751511
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-09 16:32 UTC by Fabian Groffen
Modified: 2020-10-27 21:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2020-06-09 16:32:05 UTC
>>> 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
Comment 1 Larry the Git Cow gentoo-dev 2020-06-09 16:38:34 UTC
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(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-27 21:53:55 UTC
(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 ***