Changes between Initial Version and Version 1 of Ticket #34099


Ignore:
Timestamp:
Apr 17, 2012, 10:39:45 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting, to fill in the Port field, and to Cc the maintainer of that port.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34099

    • Property Owner changed from macports-tickets@… to landonf@…
    • Property Port meld added
  • Ticket #34099 – Description

    initial v1  
    1 using sudo install meld, I've install meld without problem.
     1using `sudo install meld`, I've install meld without problem.
    22However, when type meld, I got error below:
    33
     4{{{
    45** (process:27282): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    56
     
    2021    self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
    2122glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Not enough memory)
     23}}}
    2224
    2325how should I fix this?