On 12/29/13 13:14, Hinnerk van Bruinehsen wrote:
Hi,
A few days ago there was a similar issue discussed in
[1]http://www.gossamer-threads.com/lists/gentoo/user/281003
In the last answer James proposed a solution that seemingly resolved
that issue.
Wkr
Hinnerk
Joseph <[email protected]> wrote:
I just upgraded my system and "meld" as well.
I'm using "cfg-update -u" to compare files that did change utilizing meld
When I try to compare two file as root using meld I get:
meld /etc/ddclient/ddclient.conf /etc/ddclient/._cfg0000_ddclient.conf
Traceback (most recent call last):
File "/usr/bin/meld", line 173, in <module>
main()
File "/usr/bin/meld", line 165, in main
new_window = app.parse_args(sys.argv[1:])
File "/usr/lib64/meld/meld/[2]meldapp.py", line 169, in parse_args
tab = open_paths(args, options.auto_compare, options.auto_merge)
File "/usr/lib64/meld/meld/[3]meldwindow.py", line 796, in open_paths
tab = self.append_diff(paths, auto_compare, auto_merge)
File "/usr/lib64/meld/meld/[4]meldwindow.py", line 746, in append_diff
return
self.append_filediff(paths, merge_output=merge_output)
File "/usr/lib64/meld/meld/[5]meldwindow.py", line 703, in append_filediff
doc = filediff.FileDiff(app.prefs, len(files))
File "/usr/lib64/meld/meld/[6]filediff.py", line 214, in __init__
self._cached_match = CachedSequenceMatcher()
File "/usr/lib64/meld/meld/[7]filediff.py", line 72, in __init__
None, matchers.init_worker, maxtasksperchild=1)
File "/usr/lib64/python2.7/multiprocessing/__init__.py", line 232, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild)
File "/usr/lib64/python2.7/multiprocessing/[8]pool.py", line 138, in __init__
self._setup_queues()
File "/usr/lib64/python2.7/multiprocessing/[9]pool.py", line 232, in _setup_qu
eues
from .queues import SimpleQueue
File "/usr/lib64/python2.7/multiprocessing/[10]queues.py", line 48, in <module
from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, C
ondition
File "/usr/lib64/python2.7/multiprocessing/[11]synchronize.py", line 59, in <m
odule>
" function, see issue 3770.")
ImportError: This platform lacks a functioning sem_open implementation, therefor
e, the required synchronization primitives needed will not function, see issue 3
770.
--
Joseph
I've changed to permission on /dev/shm to 1777 and recompile both pythons
2.7.5-r3 and 3.3.2-r2
but it makes no difference.
Meld 1.8.2 starts empty OK but when I try to open any file I get that error.
--
Joseph