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 05:53:18
Message-Id: gakt7o$a60$1@ger.gmane.org
In Reply to: Re: [gentoo-user] recent update broke meld by Dale
1 On 2008-09-15, Dale <dalek1967@×××××××××.net> wrote:
2 > Grant Edwards wrote:
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 --
37 Grant

Replies

Subject Author
[gentoo-user] Re: recent update broke meld Grant Edwards <grante@××××.com>