Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open
Date: Sun, 29 Dec 2013 02:35:47
Message-Id: CAC=wYCHjRXLm0BjwWr32hEjRbHMxfCruV5+EURi1qAJK6J-fyA@mail.gmail.com
In Reply to: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open by Joseph
1 On Sun, Dec 29, 2013 at 11:10 AM, Joseph <syscon780@×××××.com> wrote:
2
3 > I just upgraded my system and "meld" as well.
4 > I'm using "cfg-update -u" to compare files that did change utilizing meld
5 >
6 > When I try to compare two file as root using meld I get:
7 >
8 > meld /etc/ddclient/ddclient.conf /etc/ddclient/._cfg0000_ddclient.conf
9 > Traceback (most recent call last):
10 > File "/usr/bin/meld", line 173, in <module>
11 > main()
12 > File "/usr/bin/meld", line 165, in main
13 > new_window = app.parse_args(sys.argv[1:])
14 > File "/usr/lib64/meld/meld/meldapp.py",
15 >
16
17 Since meld is written in python, the easiest thing to try is running
18 python-updater, in case a python upgrade has broken something.

Replies