Gentoo Archives: gentoo-dev

From: Ryan Shaw <ryan.shaw@××××××××××××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] running ebuild on an ebuild not in the portage tree?
Date: Tue, 25 Jun 2002 08:35:58
Message-Id: 1025011577.4982.4.camel@momo
1 hello,
2
3 i usually develop ebuilds by working on them
4 in my home directory, and using the "ebuild"
5 command (rather than "emerge") to try out the
6 different stages before submitting.
7
8 this used to (2 weeks ago) work just fine:
9
10 ebuild ant-1.5_beta3.ebuild digest
11
12 but now i get:
13
14 !!! doebuild: /usr/portage/dev-java/ant/ant-1.5_beta3.ebuild not found.
15 Traceback (most recent call last):
16 File "/usr/sbin/ebuild", line 33, in ?
17 a=portage.doebuild(pargs[0],x,getroot(),debug=debug)
18 File "/usr/lib/python2.2/site-packages/portage.py", line 1073, in
19 doebuild
20 settings["SLOT"], settings["RESTRICT"], myuris =
21 db["/"]["porttree"].dbapi.aux_get(mykey,["SLOT","RESTRICT","SRC_URI"])
22 File "/usr/lib/python2.2/site-packages/portage.py", line 2548, in
23 aux_get
24 mycent=open(mydbkey,"r")
25 IOError: [Errno 2] No such file or directory:
26 '/var/cache/edb/dep/dev-java/ant-1.5_beta3'
27
28 what happened?
29
30 ryan

Attachments

File name MIME type
signature.asc application/pgp-signature