Meld on RHEL5


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Meld on RHEL5
# 1  
Old 09-14-2010
Meld on RHEL5

Hi All

I'm trying to run meld on RHEL5, to diff 2 directories. I able to see the files in diff. But when I click on the file to view the diff, I get the below error. Anyway to resolve this?

Meld version that I use is 1.3.3.

Code:
(meld:14757): libgnomevfs-CRITICAL **: gnome_vfs_get_uri_from_local_path: assertion `g_path_is_absolute (local_full_path)' failed

(meld:14757): libgnomevfs-CRITICAL **: gnome_vfs_get_uri_from_local_path: assertion `g_path_is_absolute (local_full_path)' failed
/usr/local/lib/meld/meld/ui/gnomeglade.py:52: Warning: g_value_get_enum: assertion `G_VALUE_HOLDS_ENUM (value)' failed
  self.xml = gtk.glade.XML(filename, root, typedict=override)
Traceback (most recent call last):
  File "/usr/local/lib/meld/meld/ui/gnomeglade.py", line 29, in custom_handler
    __import__(module)
  File "/usr/local/lib/meld/meld/diffmap.py", line 136, in ?
    ('width', float,
AttributeError: 'module' object has no attribute 'G_MAXFLOAT'
/usr/lib64/python2.4/site-packages/gtk-2.0/gobject/__init__.py:49: Warning: cannot register existing type `DiffMap'
  type_register(cls, namespace.get('__gtype_name__'))
Traceback (most recent call last):
  File "/usr/local/lib/meld/meld/ui/gnomeglade.py", line 29, in custom_handler
    __import__(module)
  File "/usr/local/lib/meld/meld/diffmap.py", line 22, in ?
    class DiffMap(gtk.DrawingArea):
  File "/usr/lib64/python2.4/site-packages/gtk-2.0/gobject/__init__.py", line 37, in __init__
    cls._type_register(cls.__dict__)
  File "/usr/lib64/python2.4/site-packages/gtk-2.0/gobject/__init__.py", line 49, in _type_register
    type_register(cls, namespace.get('__gtype_name__'))
RuntimeError: could not create new GType
Traceback (most recent call last):
  File "/usr/local/lib/meld/meld/meldapp.py", line 492, in <lambda>
    page.connect("create-diff", lambda obj,arg: self.append_diff(arg) )
  File "/usr/local/lib/meld/meld/meldapp.py", line 544, in append_diff
    return self.append_filediff(paths)
  File "/usr/local/lib/meld/meld/meldapp.py", line 510, in append_filediff
    doc = filediff.FileDiff(self.prefs, len(files))
  File "/usr/local/lib/meld/meld/filediff.py", line 196, in __init__
    self.set_num_panes(num_panes)
  File "/usr/local/lib/meld/meld/filediff.py", line 1225, in set_num_panes
    w.setup(scroll, self.textbuffer[i], chunk_change_fn(i))
AttributeError: 'gtk.Label' object has no attribute 'setup'

# 2  
Old 09-28-2010
Solved

I reported it as a bug and buddy solved it. Smilie

bugzilla.gnome.org/show_bug.cgi?id=630148
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

RHEL5.4 Upgrade

Hello, WE currently have a RedHat5.4 server which we need to upgrade with latest patches. This runs database Oracle 11gR2. If anyone can suggest if it is better to perform patches update or just migrate to a higher supported RHEL5.x version.. From what I know Oracle 11gR2 is supported by... (2 Replies)
Discussion started by: ikn3
2 Replies

2. Ubuntu

installation of meld failing

Hi, I have Ubuntu 9.10 and I need to install "meld" for file comparison. I did sudo apt-get install meld but the command is failing with this error: 404 Not Found Failed to fetch 404 Not Found E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ... (1 Reply)
Discussion started by: sdj
1 Replies

3. Red Hat

Patch Rhel5.4

Hi, I am managing a Few Applications (like Apache,Jboss) running on RHEL 5.4. I have just been notified that these servers need to be patched. My question is ,will the configurations for Apache and Jboss and other applications get disturbed if the server is patched.? If so what precautions... (5 Replies)
Discussion started by: Hari_Ganesh
5 Replies

4. Red Hat

RHEL5.4 upgrade

Hi All, I want to upgrade a VM server from RHEL5.4 to RHEL5.5. My server is inside my office intranet and the yum.conf contents look like this: cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

5. Red Hat

samba on RHEL5

morning all, anyone has installed samba on redhat el 5 server? after installed service (smb service in) where to edit samba configurations? as for the el4, on desktop in application --> system setting --> server setting -- > samba. but in el5, in the server setting no such samba... (5 Replies)
Discussion started by: maxlee24
5 Replies

6. Red Hat

./setup_install_server not working on RHEL5

# uname -a Linux rhel5srv 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux # mount .... /dev/mapper/OsImageVG-rhel5LV on /OSIMAGE/rhel5 type ext3 (rw) /dev/mapper/OsImageVG-solaris10LV on /OSIMAGE/solaris10 type ext3 (rw) /dev/hda on /mnt/cdrom type iso9660 (ro) ... (2 Replies)
Discussion started by: dplinux
2 Replies

7. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

8. Red Hat

Squirrelmail Rhel5

Hi , I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the squirrelmail-1.4.2-1.noarch.rpm And i downloaded the same but it is not working . can anyone can give any link to download the same for Rhel5.?? Thanks (1 Reply)
Discussion started by: saurabh84g
1 Replies
Login or Register to Ask a Question