From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-148161-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5B93D1381F3
	for <garchives@archives.gentoo.org>; Fri, 14 Jun 2013 08:50:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 38DE0E09F7;
	Fri, 14 Jun 2013 08:50:22 +0000 (UTC)
Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CC233E0898
	for <gentoo-user@lists.gentoo.org>; Fri, 14 Jun 2013 08:50:20 +0000 (UTC)
Received: by mail-bk0-f54.google.com with SMTP id it16so129555bkc.27
        for <gentoo-user@lists.gentoo.org>; Fri, 14 Jun 2013 01:50:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:reply-to:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        bh=nziWKHwE8WmAyuM4mX5UX6KZ5Fntgs+bNeKtRyhaIf0=;
        b=Qp572H/goudxL0c+0+hjj7xA03T+Q3PdWiNc78XF1JK/FAfAfpCToBpBamw2u8RU6e
         FccobQreHV2ocgFluhkfAm2TSGxoh73oJjjASqN0NZW19TFEFWtsWBmXUJH7BfPmgIxk
         K5rl4VbsVkH+Bd+85TogCamixoUe6Yzh/9ppVtQq3InGMRmnwF5DzJpkuNd8icPHVWIf
         s2h8gRYQRBc1uZ8z4T0yT3Wd7NPPdXRRZGWosgp/IY5TLjUfjw9/NFpBdTuXkMFn3Y0a
         Xv+TyAdGpaNne9MbWWPax1jUDa7YpIOKBNUsLbhCy8/ByMNzxdPfPFBidNxd40nZ41MK
         206g==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.204.233.137 with SMTP id jy9mr164591bkb.29.1371199819244;
 Fri, 14 Jun 2013 01:50:19 -0700 (PDT)
Sender: daniel.pielmeier@gmail.com
Received: by 10.204.238.137 with HTTP; Fri, 14 Jun 2013 01:50:19 -0700 (PDT)
In-Reply-To: <20130614015609.caf6bd9a87989e06ca28aebe@web.de>
References: <20130613201959.f750c8d63bfe7e43f817ec20@web.de>
	<51BA0F6C.1030304@gentoo.org>
	<20130614015609.caf6bd9a87989e06ca28aebe@web.de>
Date: Fri, 14 Jun 2013 10:50:19 +0200
X-Google-Sender-Auth: lle2gEeJ8w4xft5MkvminRMQz3A
Message-ID: <CAJnEOsjOfswvL2wnQNzKPC2-ykCAq_hp0Sc35K4GfhysMABKeA@mail.gmail.com>
Subject: Re: [gentoo-user] java-config, flaggie
From: Daniel Pielmeier <billie@gentoo.org>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 409125f1-781a-4226-ab09-815412c02401
X-Archives-Hash: f99fa9b5836bf626983677f2cef41aca

2013/6/14 Silvio Siefke <siefke_listen@web.de>:
> Hello,
>
> On Thu, 13 Jun 2013 20:29:00 +0200 Daniel Pielmeier <billie@gentoo.org>
> wrote:
>
>> pkg_resources is provided by setuptools. Maybe there is something
>> wrong with it.
>
> Yes i think so, now is the problem that they need python package in
> version which is not in portage:
>
> siefke@gentoo-mobile ~ $ flaggie
> Traceback (most recent call last):
>   File "/usr/bin/flaggie", line 5, in <module>
>     from pkg_resources import load_entry_point
>   File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 2852, in <module>
>     working_set.require(__requires__)
>   File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 697, in require
>     needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 595, in resolve
>     raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: setuptools==0.7.2
>
> siefke@gentoo-mobile ~ $ java-config -help
> Traceback (most recent call last):
>   File "/usr/bin/java-config-2", line 5, in <module>
>     from pkg_resources import load_entry_point
>   File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 2852, in <module>
>     working_set.require(__requires__)
>   File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 697, in require
>     needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 595, in resolve
>     raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: setuptools==0.7.2
>
> Can i install manual the tool in this version?
>
> Thank you & Greetings
> Silvio
>

setuptools has been bumped recently to 0.7.2. However I don't know why
the packages should require a version which is not even available! I
think your problem must lie deeper. It looks like you have set python3
as main python interpreter. I recommend switching back to python2.

-- 
Regards
Daniel