do not import block from isys. not needed. (#601291).
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(-)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
06-10-2010, 01:34 PM
Chris Lumens
do not import block from isys. not needed. (#601291).
> 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.
ACK. Incidentally, I'm okay with people pushing quick and obvious
patches like this to master without review. Perhaps when we get close
to a release, it'll matter but right now I'm not concerned.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
06-10-2010, 02:39 PM
Ales Kozumplik
do not import block from isys. not needed. (#601291).
On 06/10/2010 03:34 PM, Chris Lumens wrote:
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.
ACK. Incidentally, I'm okay with people pushing quick and obvious
patches like this to master without review. Perhaps when we get close
to a release, it'll matter but right now I'm not concerned.
- Chris
Great! I'll try to judge 'quick and obvious'-ness responsibly.
Ales
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list