Summary: | emerging e2fsprogs-1.36 check failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris <clq2535> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | hardened |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | config.log |
Description
Chris
2005-02-06 20:01:03 UTC
Created attachment 50596 [details]
config.log
based on the error in your config.log you need to remove the USE=diet flag from your make.conf and or rebuild dietlibc with the hardened use flag and maybe ~arch it. Also I notice you have USE=hardened set but your using a 2.6.10-gentoo-r6 kernel. I'm not sure if this kernel supports PaX ASLR or not. If it does not then outside of getting SSP in an obscure mannor then there is not really much point in using the hardened use flag. If you want to go the gentoo hardened route then I'd suggest you build with USE="-diet" emerge binutils glibc e2fsprogs Be sure that gcc passes all checks and you have no __guard@GCC symbols on your system. And use hardened-dev-sources for your 2.6.x desires. hardened-dev-sources will become hardened-sources-2.6.x post 2005.0 added -diet use flags Thanks! |