Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc 10 and build over 4.13.3 #30

Open
FAMILIAR-project opened this issue Dec 16, 2020 · 0 comments
Open

gcc 10 and build over 4.13.3 #30

FAMILIAR-project opened this issue Dec 16, 2020 · 0 comments

Comments

@FAMILIAR-project
Copy link
Collaborator

In file included from scripts/selinux/genheaders/genheaders.c:18:
./security/selinux/include/classmap.h:242:2: error: #error New address family defined, please update secclass_map.
  242 | #error New address family defined, please update secclass_map.
      |  ^~~~~
make[3]:  [scripts/Makefile.host:101: scripts/selinux/genheaders/genheaders] Error 1
make[2]:  [scripts/Makefile.build:561: scripts/selinux/genheaders] Error 2
make[1]: *** [scripts/Makefile.build:561: scripts/selinux] Error 2

this thread explains everything: https://lkml.org/lkml/2019/4/22/794

workaround: downgrade glibc (2.28 instead of 2.29 says)
in general the challenge is now to have gcc versions together with good libc/glibc versions (see also #27)
another attitude is to apply patch but I'm not that comfortable with this idea, I really would like we setup a Debian-like image with good versions

This was referenced Dec 16, 2020
@FAMILIAR-project FAMILIAR-project added this to experiments with compilers in TuxML roadmap 2021 Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
TuxML roadmap 2021
experiments with compilers
Development

No branches or pull requests

1 participant