Gentoo Archives: gentoo-user

From: Matthias Guede <matthias.guede@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge can not work !
Date: Thu, 21 Feb 2008 12:25:07
Message-Id: 50ba04d20802210425i609a3fd0j4ebb7edb210b742@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge can not work ! by Joseph
1 2008/2/21, Joseph <syscon@×××××××××.com>:
2
3 > When trying to emerge "./python /usr/bin/emerge python"
4 > I got an error:
5 >
6 >
7 > ./python /usr/bin/emerge python
8 >
9 > Calculating dependencies... done!
10 > >>> Verifying ebuild Manifests...
11 >
12 > >>> Emerging (1 of 1) dev-lang/python-2.4.4-r6 to /
13 > * Python-2.4.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
14 > [ ok ]
15 > * python-gentoo-patches-2.4.4-r4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...[ ok ]
16 > * checking ebuild checksums ;-) ... [ ok ]
17 > * checking auxfile checksums ;-) ...[ ok ]
18 > * checking miscfile checksums ;-) ...[ ok ]
19 > * checking Python-2.4.4.tar.bz2 ;-) ...[ ok ]
20 > * checking python-gentoo-patches-2.4.4-r4.tar.bz2 ;-) ...[ ok ]
21 > /usr/bin/env: python: No such file or directory
22 > /usr/bin/env: python: No such file or directory
23 > /usr/bin/env: python: No such file or directory
24 >
25 > What is it looking for?
26
27 Make sure your working directory is in the path:
28
29 PATH="${PATH}:./" ./python /usr/bin/emerge python
30 --
31 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge can not work ! Eric Martin <freak4uxxx@×××××.com>