I'm bootstrapping an initial selinux system on an EPIA SP. After the bootstrap has gone for a while it gets to glibc, build seems to work fine but fails on actual glibc install. I've reviewed 86465 and 85555, which seem to be a different problem. Reproducible: Always Steps to Reproduce: 1. Follow the x86 handbook for selinux. :) 2. relink /etc/make.profile to .../2005.1/... from .../2004.1/... 3. Added "ACCEPT_KEYWORDS="~x86" to make.conf to statisfy prior problem of bootstrap doing nothing because all ebuilds masked 4. Proceed to "scripts/bootstrap.sh" Actual Results: Error message (copied by hand): /usr/portage/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild: linu 493: 9276 Segmentation fault "${D}"/$(get_libdir}/ls-*.so --library-path "${D}"/$(get_libdir) ${x} >/dev/null Expected Results: Install would succeed and proceed to the next package in the bootstrap. :) make.conf (copied by hand): CFLAGS="-march=i586 -m3dnow -Os -pipe -fomit-frame-pointer -mmmx" CHOST="i586-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="" USE="selinux" ACCEPT_KEYWORDS="~x86"
You should continue using the 2004.1 profile for now. Exert from profiles/selinux/2005.1/README: These are experimental profiles. Use at your own peril.
Closing stable bugs