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 07:56:50
Message-Id: CAC=wYCG84eTxSyugQeaCzwSTbBea_bAYrr2g3bdNPTbS0GSK-A@mail.gmail.com
In Reply to: Re: [gentoo-user] meld ERROR - ImportError: This platform lacks a functioning sem_open by Joseph
1 > I've solved the problem by installing meld-1.6.0 from attic, 1.7.0 and
2 > 1.8.2 don't work.
3 > I've tried python2.7 and 3.2 make no difference.
4 >
5
6 FYI meld 1.8.2 works for me. From the use flags you can deduce that it cant
7 use 3.2, only 2.6 or 2.7.
8
9 [ebuild R ] dev-util/meld-1.8.2 USE="gnome highlight"
10 PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7
11 -python2_6" 0 kB
12
13 From the ebuild;
14 PYTHON_COMPAT=( python2_{6,7} )

Replies