Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107126 - emerge glibc fails on amd64 when running selinux
Summary: emerge glibc fails on amd64 when running selinux
Status: RESOLVED DUPLICATE of bug 104904
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-24 16:39 UTC by Albert Lash
Modified: 2005-09-24 16:47 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 Albert Lash 2005-09-24 16:39:52 UTC
configure: error: SELinux explicitly required, but sufficiently recent SELinux library not found


Reproducible: Didn't try
Steps to Reproduce:
1. Build normal 2005.1 amd64 system
2. Convert to a selinux system
3. Try to compile glibc
Actual Results:  
configure: error: SELinux explicitly required, but sufficiently recent SELinux library not found


Expected Results:  
successfully compile

This should work, must be an issue with the configure script. I am running selinux: 

SELinux status:         enabled
SELinuxfs mount:        /selinux
Current mode:           permissive
Policy version:         18

Policy booleans:
secure_mode             inactive
ssh_sysadm_login        inactive
user_ping               inactive

franklin ~ # gcc-config -l
 [1] x86_64-pc-linux-gnu-3.4.4
 [2] x86_64-pc-linux-gnu-3.4.4-hardened *
 [3] x86_64-pc-linux-gnu-3.4.4-hardenednopie
 [4] x86_64-pc-linux-gnu-3.4.4-hardenednopiessp
 [5] x86_64-pc-linux-gnu-3.4.4-hardenednossp

Same results when selecting regular 3.4.4. 

I am guessing this is caused by the profile.
Comment 1 Chris PeBenito (RETIRED) gentoo-dev 2005-09-24 16:47:13 UTC
*** This bug has been marked as a duplicate of 104904 ***