From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SJbkj-0005OA-A0 for garchives@archives.gentoo.org; Mon, 16 Apr 2012 02:33:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01BC4E0B08; Mon, 16 Apr 2012 02:32:54 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id C065CE0E72 for ; Mon, 16 Apr 2012 02:31:20 +0000 (UTC) Received: (qmail invoked by alias); 16 Apr 2012 02:31:19 -0000 Received: from p5485151D.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.21.29] by mail.gmx.net (mp031) with SMTP; 16 Apr 2012 04:31:19 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX18LTNw8AjQLiEypeGN/vvEmy1wFcG+ISfeMvMtomx SMwkIeXDe+YwjU Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Mon, 16 Apr 2012 04:31:19 +0200 (CEST) Date: Mon, 16 Apr 2012 04:31:19 +0200 From: meino.cramer@gmx.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: /usr/local/bin/python??? Message-ID: <20120416023119.GA3052@solfire> References: <20120415024645.GA3326@solfire> <20120415161107.GA12409@solfire> <4F8B4B97.4010105@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F8B4B97.4010105@gentoo.org> User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 3d17a6f3-44df-42ae-95e4-270b2218eddf X-Archives-Hash: d90061ca0768d483ac276bb0e2d20ab0 Sebastian Pipping [12-04-16 04:05]: > On 04/15/2012 06:11 PM, meino.cramer@gmx.de wrote: > > In the meanwhile I found: > > > > The reason was the first lines in the effected scripts: > > #! /usr/local/bin/python > > > > Fixing this to > > #! /usr/bin/python > > > > fixed that problem. > > I which script of which package did you fix this? > > Best, > > > > > Sebastian > As already mentioned in a previous mail of mine, the package is app-portage/gentoolkit-0.3.0.5. The effected scripts are: -rwxr-xr-x 1 root root 1032 2012-04-15 11:27 eclean -rwxr-xr-x 1 root root 1370 2012-04-15 11:27 revdep-rebuild.py -rwxr-xr-x 1 root root 1470 2012-04-15 11:27 epkginfo -rwxr-xr-x 1 root root 1280 2012-04-15 11:27 enalyze -rwxr-xr-x 1 root root 13100 2012-04-15 11:27 glsa-check -rwxr-xr-x 1 root root 1296 2012-04-15 11:27 equery -rwxr-xr-x 1 root root 232 2012-04-15 11:27 eshowkw Best regards