Summary: | xorg-x11-6.8.2-r4 build fails on mailbox.c error, stderr undeclared | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Corin Goodier <aronars> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch for Mailbox.c in xbiff program for xorg-x11-6.8.2-r4
Patch for greet.c in xdm for xorg-x11-6.8.2-r4 Patch for Login.c in xdm in xorg-x11-6.8.2-r4 |
Description
Corin Goodier
2005-09-20 13:46:30 UTC
Created attachment 68882 [details, diff]
Patch for Mailbox.c in xbiff program for xorg-x11-6.8.2-r4
*** Bug 106721 has been marked as a duplicate of this bug. *** *** Bug 106720 has been marked as a duplicate of this bug. *** Created attachment 68887 [details, diff]
Patch for greet.c in xdm for xorg-x11-6.8.2-r4
Created attachment 68888 [details, diff]
Patch for Login.c in xdm in xorg-x11-6.8.2-r4
Why are you using a default profile with a hardened USE-flag/kernel? Take a look at http://www.gentoo.org/proj/en/hardened/selinux/selinux-amd64-handbook.xml?part=0&chap=0 Also, http://www.gentoo.org/proj/en/hardened/hardenedxorg.xml I don't see these problems on my non-hardened/x86. I'm using a default like that because I haven't tuned it yet. I just got this to compile by applying the 3 changes to Xorg while the emerge was running. So whether it happened on your system or not, the problems exist in the c files. I'm not saying the compile didn't fail (it didn't), but in the case of one or two of those files the suggested problems don't exist. The stdio include is actually in the .c file that you say it's missing from. As far as I know you can't mixed hardened stuff with a non-hardened profile, and this could potentially cause wacky stuff to happen. |