Gentoo Archives: gentoo-dev

From: Chad Huneycutt <chad.huneycutt@×××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] problems with ebuild/emerge
Date: Wed, 24 Oct 2001 09:14:33
Message-Id: 3BD6DADF.3010400@acm.org
In Reply to: [gentoo-dev] problems with ebuild/emerge by Jon Nelson
1 Jon Nelson wrote:
2
3 > Why do I get this error (same thing happens if I use emerge)?
4 >
5 > goblin gcc # pwd
6 > /usr/portage/sys-devel/gcc
7 > goblin gcc # ebuild gcc-3.0.ebuild package
8 > Traceback (most recent call last):
9 > File "/usr/sbin/ebuild", line 32, in ?
10 > a=portage.doebuild(pargs[0],x,getroot(),debug=debug)
11 > File "/usr/lib/python2.0/site-packages/portage.py", line 605, in
12 > doebuild
13 > a=open(settings["T"]+"/deps","r")
14 > IOError: [Errno 2] No such file or directory:
15 > '/var/tmp/portage/gcc-3.0/temp/deps'
16 > goblin gcc #
17 >
18 >
19
20 I don't know the answer, but here are a few sanity checking questions?
21
22 Does /var/tmp/portage/gcc-3.0/temp/deps exist?
23 Did you install gcc-3.0? I don't know if that is necessary, but I would
24 think that it is.
25
26 Chad