From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from smtp-1.attica.net.nz (pop3-1.tranzpeer.net [202.180.66.199]) by chiba.3jane.net (Postfix) with SMTP id 8B117AC3BF for ; Mon, 17 Jun 2002 00:49:02 -0500 (CDT) Received: (qmail 48877 invoked from network); 17 Jun 2002 05:48:57 -0000 Received: from 210-86-52-1.jetstart.xtra.co.nz (HELO BMF) (210.86.52.1) by pop3-1.tranzpeer.net with SMTP; 17 Jun 2002 05:48:57 -0000 Date: Mon, 17 Jun 2002 17:48:56 +1200 From: Milos Negovanovic To: gentoo-dev@lists.gentoo.org Message-Id: <20020617174856.43dcc888.milosn@slingshot.co.nz> X-Mailer: Sylpheed version 0.7.7 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [gentoo-dev] portage 2.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: f8147996-1c2b-4091-b8bb-534fa5fce65b X-Archives-Hash: 536584bea781b8cf16615de8098423cd Hi, ive emerged portage 2.0 and this is the error i get when i try to run "emerge --pretend --update world" or "... system": These are the packages that I would merge, in order. Calculating world dependencies - !!! Portage had a problem processing this file: !!! /usr/portage/sys-libs/glibc/glibc-2.2.5-r4.ebuild /usr/sbin/ebuild.sh: /usr/portage/eclass/flag-o-matic.eclass: line -611: unexpec ted EOF while looking for matching `"' /usr/sbin/ebuild.sh: /usr/portage/eclass/flag-o-matic.eclass: line -608: syntax error: unexpected end of file !!! ERROR: The ebuild did not complete successfully. !!! Function inherit, Line 46, Exitcode 1 !!! died sourcing /usr/portage/eclass/flag-o-matic.eclass in inherit() !!! aborting. Traceback (most recent call last): File "/usr/bin/emerge", line 1193, in ? if not mydepgraph.syscreate(getworldlist()): File "/usr/bin/emerge", line 494, in syscreate if not self.create(self.match(myline,mykey="update (likely old /var/db/pkg e ntry)")): File "/usr/bin/emerge", line 399, in create mydb=open(mydbkey,"r") IOError: [Errno 2] No such file or directory: '/var/cache/edb/dep/dep-glibc-2.2. 5-r4.ebuild' 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? Milos