Gentoo Archives: gentoo-dev

From: Parag Mehta <pm@g.o>
To: gentoo-dev <gentoo-dev@××××××××××.org>
Subject: [gentoo-dev] portage 1.5.4 errors
Date: Tue, 14 Aug 2001 10:39:02
Message-Id: 20010814103902.A17357@cvs.gentoo.org
1 Hi Daniel,
2
3 after merging portage 1.5.4 i'm unable to do the follwoing :
4
5 1) ebuild foo.ebuild fetch
6
7 2) ebuild foo.ebuild digest
8
9 3) ebuild foo.ebuild clean unpack compile install
10 Traceback (most recent call last):
11 File "/usr/sbin/ebuild", line 32, in ?
12 a=portage.doebuild(pargs[0],x,getroot(),debug=debug)
13 File "/usr/lib/python2.0/site-packages/portage.py", line 486, in doebuild
14 myso=getstatusoutput("/usr/sbin/ebuild.sh depend")
15 File "/usr/lib/python2.0/commands.py", line 52, in getstatusoutput
16 text = pipe.read()
17 KeyboardInterrupt
18
19 nothing happens for a long time and have to interrupt the oprations using ctrl+c
20
21 Best Regards,
22
23 pm
24 --
25 Developer <pm@g.o>
26 Gentoo Linux http://gentoo.org

Replies

Subject Author
Re: [gentoo-dev] portage 1.5.4 errors Daniel Robbins <drobbins@g.o>