Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89354 - glibc-2.3.4.20050125-r1 fails bootstrap for selinux
Summary: glibc-2.3.4.20050125-r1 fails bootstrap for selinux
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-16 14:39 UTC by glen martin
Modified: 2007-03-25 21:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description glen martin 2005-04-16 14:39:22 UTC
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"
Comment 1 Robert Paskowitz (RETIRED) gentoo-dev 2005-04-16 16:56:39 UTC
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.
Comment 2 Chris PeBenito (RETIRED) gentoo-dev 2007-03-25 21:08:57 UTC
Closing stable bugs