Summary: | Coreutils-5.0-r3 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lisa Seelye (RETIRED) <lisa> |
Component: | [OLD] Core system | Assignee: | Chris PeBenito (RETIRED) <pebenito> |
Status: | RESOLVED WORKSFORME | ||
Severity: | critical | CC: | azarah, hardened, mholzer, seemant |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Lisa Seelye (RETIRED)
![]() CXXFLAGS="-Os -mcpu=k6-2 -funroll-loops -pipe" -Os with k6* could be a problem try -Os with i586 Can anybody else with selinux test this ? (Seemant, know who they are ?) I can't reproduce this. I successfully compiled it with these flags: CFLAGS="-Os -mcpu=k6-2 -funroll-loops -pipe" CXXFLAGS="-Os -mcpu=k6-2 -funroll-loops -pipe" though it was on the selinux demo machine (p3 1ghz), not on a k6-2. <lisa> pebenito: about that coreutils thing... i tacked -fstack-protector on the end of my cflags and there have been no problems. go fig ;) <pebenito> but then it'll fail w/o -fstack-protector? <lisa> umm i should check * lisa tries again with -Os -mcpu=k6-2 -funroll-loops -pipe <lisa> works without -fstackprotector (5-0.r3). <lisa> vooodoooooo |