[gentoo-user] /usr/local/bin/python???

2012-04-14 Thread meino . cramer
Hi,

I installed app-portage/gentoolkit-0.3.0.5.

After installing it says:
 * Another alternative to equery is app-portage/portage-utils
 * 
 * glsa-check since gentoolkit 0.3 has modified some output,
 * options and default behavior. The list of injected GLSAs
 * has moved to /var/lib/portage/glsa_injected, please
 * run 'glsa-check -p affected' before copying the existing checkfile.


Running 

glsa-check -p affected


produces:

solfire:/root>glsa-check -p affected
zsh: /usr/bin/glsa-check: bad interpreter: /usr/local/bin/python: no such 
file or directory
[1]28461 exit 127   glsa-check -p affected


to figure out the package, glsa-check is part of:

solfire:/root>emerge -vp /usr/bin/glsa-check

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R] app-portage/gentoolkit-0.3.0.5  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Why do I need an installation of Python for this under /usr/locl/ ?

Best regards,
mcc

PS: Other tools of gentoolkit are also effected...








Re: [gentoo-user] /usr/local/bin/python???

2012-04-14 Thread Pandu Poluan
On Apr 15, 2012 9:50 AM,  wrote:
>
> Hi,
>
> I installed app-portage/gentoolkit-0.3.0.5.
>
> After installing it says:
>  * Another alternative to equery is app-portage/portage-utils
>  *
>  * glsa-check since gentoolkit 0.3 has modified some output,
>  * options and default behavior. The list of injected GLSAs
>  * has moved to /var/lib/portage/glsa_injected, please
>  * run 'glsa-check -p affected' before copying the existing checkfile.
>
>
> Running
>
>glsa-check -p affected
>
>
> produces:
>
>solfire:/root>glsa-check -p affected
>zsh: /usr/bin/glsa-check: bad interpreter: /usr/local/bin/python: no
such file or directory
>[1]28461 exit 127   glsa-check -p affected
>
>
> to figure out the package, glsa-check is part of:
>
>solfire:/root>emerge -vp /usr/bin/glsa-check
>
>These are the packages that would be merged, in order:
>
>Calculating dependencies... done!
>[ebuild   R] app-portage/gentoolkit-0.3.0.5  0 kB
>
>Total: 1 package (1 reinstall), Size of downloads: 0 kB
>
> Why do I need an installation of Python for this under /usr/locl/ ?
>
> Best regards,
> mcc
>
> PS: Other tools of gentoolkit are also effected...
>

eselect python list ?

Rgds,


Re: [gentoo-user] /usr/local/bin/python???

2012-04-14 Thread meino . cramer
Pandu Poluan  [12-04-15 05:28]:
> On Apr 15, 2012 9:50 AM,  wrote:
> >
> > Hi,
> >
> > I installed app-portage/gentoolkit-0.3.0.5.
> >
> > After installing it says:
> >  * Another alternative to equery is app-portage/portage-utils
> >  *
> >  * glsa-check since gentoolkit 0.3 has modified some output,
> >  * options and default behavior. The list of injected GLSAs
> >  * has moved to /var/lib/portage/glsa_injected, please
> >  * run 'glsa-check -p affected' before copying the existing checkfile.
> >
> >
> > Running
> >
> >glsa-check -p affected
> >
> >
> > produces:
> >
> >solfire:/root>glsa-check -p affected
> >zsh: /usr/bin/glsa-check: bad interpreter: /usr/local/bin/python: no
> such file or directory
> >[1]28461 exit 127   glsa-check -p affected
> >
> >
> > to figure out the package, glsa-check is part of:
> >
> >solfire:/root>emerge -vp /usr/bin/glsa-check
> >
> >These are the packages that would be merged, in order:
> >
> >Calculating dependencies... done!
> >[ebuild   R] app-portage/gentoolkit-0.3.0.5  0 kB
> >
> >Total: 1 package (1 reinstall), Size of downloads: 0 kB
> >
> > Why do I need an installation of Python for this under /usr/locl/ ?
> >
> > Best regards,
> > mcc
> >
> > PS: Other tools of gentoolkit are also effected...
> >
> 
> eselect python list ?
> 
> Rgds,


Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.2

Rgds,