Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408211 - selinux profile disables xml use flag on python
Summary: selinux profile disables xml use flag on python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 20:21 UTC by schmitt953
Modified: 2012-06-28 20:01 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 schmitt953 2012-03-14 20:21:26 UTC
When installing selinux python's xml use flag is disabled causing the rebuild to fail. We could mitigate this with adding xml to use.force.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2012-03-27 18:49:18 UTC
I'm having difficulties reproducing this.

testsys ~ # eselect profile list

Available profile symlink targets:
  [1]   default/linux/amd64/10.0
  [2]   default/linux/amd64/10.0/selinux
  [3]   default/linux/amd64/10.0/desktop
  [4]   default/linux/amd64/10.0/desktop/gnome
  [5]   default/linux/amd64/10.0/desktop/kde
  [6]   default/linux/amd64/10.0/developer
  [7]   default/linux/amd64/10.0/no-multilib
  [8]   default/linux/amd64/10.0/server
  [9]   hardened/linux/amd64
  [10]  hardened/linux/amd64/selinux
  [11]  hardened/linux/amd64/no-multilib
  [12]  hardened/linux/amd64/no-multilib/selinux *

testsys ~ # emerge --info | grep ^USE | grep xml
testsys ~ # emerge -pv python

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-lang/python-3.2.2  USE="gdbm ipv6 ncurses readline ssl threads (wide-unicode) xml -build -doc -examples -sqlite -tk -wininst" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Where do you get the USE="-xml" from?
Comment 2 schmitt953 2012-06-28 20:01:23 UTC
When I had the issue I used the multilib profile. That may be the difference however with the new stages I have not seen this issue.