Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: recent update broke meld
Date: Mon, 15 Sep 2008 06:13:53
Message-Id: 48CDFCE6.2070402@bellsouth.net
In Reply to: [gentoo-user] Re: recent update broke meld by Grant Edwards
1 Grant Edwards wrote:
2 > On 2008-09-15, Grant Edwards <grante@××××.com> wrote:
3 >
4 >
5 >>>> After updating, meld no longer works. When started with no
6 >>>> command parameters, it works fine. When started with two file
7 >>>> names this happens:
8 >>>>
9 >>>> # meld /etc/ssmtp/ssmtp.conf /etc/ssmtp/._cfg0000_ssmtp.conf
10 >>>> ImportError: could not import bonobo.ui
11 >>>>
12 >>>> (meld:7012): GnomeUI-WARNING **: While connecting to session manager:
13 >>>> Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
14 >>>> Traceback (most recent call last):
15 >>>> File "/usr/bin/meld", line 109, in <module>
16 >>>> meldapp.main()
17 >>>> File "/usr/lib/meld/meldapp.py", line 876, in main
18 >>>> tab = app.append_diff(args)
19 >>>> File "/usr/lib/meld/meldapp.py", line 777, in append_diff
20 >>>> return self.append_filediff(paths)
21 >>>> File "/usr/lib/meld/meldapp.py", line 764, in append_filediff
22 >>>> doc.set_files(files)
23 >>>> File "/usr/lib/meld/filediff.py", line 561, in set_files
24 >>>> self.fileentry[i].set_filename(absfile)
25 >>>> AttributeError: '__main__.GnomeFileEntry' object has no attribute 'set_filename'
26 >>>>
27 >>>> How does one go about figuring out what needs to be re-emerged
28 >>>> when stuff like this breaks after an update?
29 >>>>
30 >>> Did it say anything about doing a emerge @preserved-rebuild after the
31 >>> updates?
32 >>>
33 >> There's nothing about prserved-rebuild in the portage logs for
34 >> the past month or so. I've got three other machines with very
35 >> similar configurations, and none of them seem to have had this
36 >> problem.
37 >>
38 >
39 > I think I may have forgotten to run python-updater on this
40 > machine after Python got updated from 2.4 to 2.5. I'm going to
41 > give that a try (it'll take a while).
42 >
43 >
44
45 I only mentioned it earlier because I just did my updates and had to run
46 it. OOo needs to compile naturally. < sighs >
47
48 Dale
49
50 :-) :-)