Gentoo Archives: gentoo-alt

From: Philipp Riegger <lists@××××××××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] dispatch-conf broken
Date: Tue, 10 Apr 2007 11:26:24
Message-Id: 04F234B9-B83D-4EF4-A400-690A101EFF31@anderedomain.de
In Reply to: Re: [gentoo-alt] dispatch-conf broken by Philipp Riegger
1 On 10.04.2007, at 13:19, Philipp Riegger wrote:
2
3 >> stoile@b136a ~/Library/Gentoo/usr/lib/portage/bin $ tabcheck.py
4 >> dispatch-conf
5 >> dispatch-conf 26 ' import portage\n'
6 >> stoile@b136a ~/Library/Gentoo/usr/lib/portage/bin $
7 >
8 > I think, i fixed this. Now i have:
9 >
10 > stoile@b136a ~/Library/Gentoo/usr/lib/portage/bin $ dispatch-conf
11 > Traceback (most recent call last):
12 > File "/Users/stoile/Library/Gentoo/usr/sbin/dispatch-conf", line
13 > 28, in ?
14 > import dispatch_conf, portage_const
15 > ImportError: No module named dispatch_conf
16 > stoile@b136a ~/Library/Gentoo/usr/lib/portage/bin $
17
18 dispatch_conf has to be replaced by portage.dispatch_conf. All in the
19 first 50 lines of the file and easy to find, therefore i have no patch.
20
21 For the first error import portage needs some more spaces in front of
22 it.
23
24 It's working again.
25
26 Philipp
27 --
28 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] dispatch-conf broken Fabian Groffen <grobian@g.o>