Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: recent update broke meld Dale <dalek1967@×××××××××.net>