Bug 1204749 - no longer works on 7.1
Summary: no longer works on 7.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: meld
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-23 13:01 UTC by Levente Farkas
Modified: 2015-03-23 15:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-23 15:20:07 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Levente Farkas 2015-03-23 13:01:15 UTC
meld no longer works on rhel-7.1. if you try to compare 2 files it gives:
----------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/meld/meldwindow.py", line 616, in <lambda>
    self.append_diff(arg, **kwargs))
  File "/usr/lib/python2.7/site-packages/meld/meldwindow.py", line 678, in append_diff
    paths, merge_output=merge_output, meta=meta)
  File "/usr/lib/python2.7/site-packages/meld/meldwindow.py", line 645, in append_filediff
    doc = filediff.FileDiff(len(files))
  File "/usr/lib/python2.7/site-packages/meld/filediff.py", line 247, in __init__
    self.findbar = findbar.FindBar(self.grid)
  File "/usr/lib/python2.7/site-packages/meld/ui/findbar.py", line 31, in __init__
    settings = GtkSource.SearchSettings()
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 316, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 135, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.GtkSource' object has no attribute 'SearchSettings'
----------------------------

Comment 1 Lubomir Rintel 2015-03-23 15:20:07 UTC
Maybe you're using epel-testing?

I suppose this is probably due to bug #1192623 rebase; I'm going to unpush that one.


Note You need to log in before you can comment on or make changes to this bug.