Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] recent update broke meld
Date: Mon, 15 Sep 2008 05:46:54
Message-Id: 48CDF6C6.30800@bellsouth.net
In Reply to: [gentoo-user] recent update broke meld by Grant Edwards
1 Grant Edwards wrote:
2 > After updating, meld no longer works. When started with no
3 > command parameters, it works fine. When started with two file
4 > names this happens:
5 >
6 > # meld /etc/ssmtp/ssmtp.conf /etc/ssmtp/._cfg0000_ssmtp.conf
7 > ImportError: could not import bonobo.ui
8 >
9 > (meld:7012): GnomeUI-WARNING **: While connecting to session manager:
10 > Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
11 > Traceback (most recent call last):
12 > File "/usr/bin/meld", line 109, in <module>
13 > meldapp.main()
14 > File "/usr/lib/meld/meldapp.py", line 876, in main
15 > tab = app.append_diff(args)
16 > File "/usr/lib/meld/meldapp.py", line 777, in append_diff
17 > return self.append_filediff(paths)
18 > File "/usr/lib/meld/meldapp.py", line 764, in append_filediff
19 > doc.set_files(files)
20 > File "/usr/lib/meld/filediff.py", line 561, in set_files
21 > self.fileentry[i].set_filename(absfile)
22 > AttributeError: '__main__.GnomeFileEntry' object has no attribute 'set_filename'
23 >
24 > How does one go about figuring out what needs to be re-emerged
25 > when stuff like this breaks after an update?
26 >
27 >
28 >
29 >
30
31 Did it say anything about doing a emerge @preserved-rebuild after the
32 updates? May want to try it just in case it slipped by you.
33
34 Dale
35
36 :-) :-)

Replies

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