how it fixes the bug: we import pyanaconda.languages during the build, that does pyanaconda.__init__, that imports pyblock, we get that error output: dm.c: 1640: not running as root returning empty list it ends up in the lang-names file, then the traceback at the anaconda start. --- isys/__init__.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/isys/__init__.py b/isys/__init__.py index f5cd0b1..61b9610 100755 --- a/isys/__init__.py +++ b/isys/__init__.py @@ -35,7 +35,6 @@ import warnings import resource import re import struct -import block import dbus import selinux -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list