Gentoo Archives: gentoo-dev

From: Milos Negovanovic <milosn@××××××××××××.nz>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] portage 2.0
Date: Mon, 17 Jun 2002 00:49:02
Message-Id: 20020617174856.43dcc888.milosn@slingshot.co.nz
1 Hi,
2
3 ive emerged portage 2.0 and this is the error i get when i try to run "emerge --pretend --update world" or "... system":
4
5
6 These are the packages that I would merge, in order.
7
8 Calculating world dependencies -
9
10 !!! Portage had a problem processing this file:
11 !!! /usr/portage/sys-libs/glibc/glibc-2.2.5-r4.ebuild
12 /usr/sbin/ebuild.sh: /usr/portage/eclass/flag-o-matic.eclass: line -611: unexpec
13 ted EOF while looking for matching `"'
14 /usr/sbin/ebuild.sh: /usr/portage/eclass/flag-o-matic.eclass: line -608: syntax
15 error: unexpected end of file
16
17 !!! ERROR: The ebuild did not complete successfully.
18 !!! Function inherit, Line 46, Exitcode 1
19 !!! died sourcing /usr/portage/eclass/flag-o-matic.eclass in inherit()
20
21 !!! aborting.
22
23 Traceback (most recent call last):
24 File "/usr/bin/emerge", line 1193, in ?
25 if not mydepgraph.syscreate(getworldlist()):
26 File "/usr/bin/emerge", line 494, in syscreate
27 if not self.create(self.match(myline,mykey="update (likely old /var/db/pkg e
28 ntry)")):
29 File "/usr/bin/emerge", line 399, in create
30 mydb=open(mydbkey,"r")
31 IOError: [Errno 2] No such file or directory: '/var/cache/edb/dep/dep-glibc-2.2.
32 5-r4.ebuild'
33
34
35 Ive emerged portage 1.9.13 back in the system but the error is still there when i try to "... --update world" or "... --update system". Any ideas on how i should fix this?
36
37 Milos

Replies

Subject Author
Re: [gentoo-dev] portage 2.0 Bart Verwilst <verwilst@g.o>
Re: [gentoo-dev] portage 2.0 Ryan Phillips <rphillips@g.o>