Gentoo Archives: gentoo-dev

From: Gontran <gontran@×××××××.net>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] pkg_postinst errors portage 1.5.3
Date: Sun, 05 Aug 2001 13:39:54
Message-Id: 20010805122740.B8870@potre
In Reply to: Re: [gentoo-dev] pkg_postinst errors portage 1.5.3 by Daniel Robbins
1 * Daniel Robbins (drobbins@g.o) wrote:
2 > On Sun, Aug 05, 2001 at 01:00:07PM -0600, Daniel Robbins wrote:
3 >
4 > > The permission denied message is a problem related to those files being
5 > > busy.
6 >
7 > Um; this is now fixed on CVS. Everyone should remerge the new portage-1.5.3;
8 > if for some reason Portage doesn't run, then make sure you have portage.py and
9 > xpak.py in /usr/lib/python2.0/site-packages. If so, then zap the portage.py(c)
10 > and xpak.py(c) files in /usr/lib/python2.0/, which is the old location.
11 >
12
13 I got the new portage from 12:08 MST with
14
15 > emerge rsync
16
17 but ...
18
19 > cd /usr/portage/sys-apps/portage
20 > emerge portage-1.5.3.ebuild
21 Calculating dependencies.Traceback (most recent call last):
22 File "/usr/sbin/emerge", line 436, in ?
23 mydepgraph.create(mytype+" "+portage.root+" "+mykey)
24 File "/usr/sbin/emerge", line 55, in create
25 edepend=portage.doebuild(myebuild,"depend",1,edebug)
26 TypeError: too many arguments; expected 3, got 4
27
28
29 Rgds,
30 Gontran

Replies

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