> >
> > I'm using the native bash and prepending the
> > $PREFIX/bin:$PREFIX/usr/bin:$PREFIX/sbin:$PREFIX/usr/sbin to it....
>
> I you are only doing this in your env it won't work. Portage will
> automatically cleanse the PATHs to include the $PREFIX.
>
>
Thanks.  I put it in portage_const.py
Now I'm getting:
$ emerge  -av system
!!! Problem with sandbox binary. Disabling...


These are the packages that would be merged, in order:

Calculating system dependencies /
aux_get(): (0) Error in sys-devel/patch-2.5.9-r1 ebuild. (-1)
               Check for syntax error or corruption in the ebuild. (--debug)


!!! All ebuilds that could satisfy "sys-devel/patch" have been masked.
!!! One of the following masked packages is required to complete your request:

aux_get(): (0) Error in sys-devel/patch-2.5.9-r1 ebuild. (-1)
               Check for syntax error or corruption in the ebuild. (--debug)

Traceback (most recent call last):
  File "/tmp/Mar10/bin/emerge", line 3184, in ?
    if not mydepgraph.xcreate(myaction):
  File "/tmp/Mar10/bin/emerge", line 1395, in xcreate
    if not self.select_dep(portage.root, mydep, raise_on_missing=True):
  File "/tmp/Mar10/bin/emerge", line 1323, in select_dep
    if not self.create(myk,myparent,"--onlydeps" not in
myopts,myuse=binpkguseflags):
  File "/tmp/Mar10/bin/emerge", line 1020, in create
    if not self.select_dep("/",mydep["/"],myparent=mp,myuse=myuse):
  File "/tmp/Mar10/bin/emerge", line 1318, in select_dep
    if not self.create(myk,myparent,myuse=binpkguseflags):
  File "/tmp/Mar10/bin/emerge", line 1020, in create
    if not self.select_dep("/",mydep["/"],myparent=mp,myuse=myuse):
  File "/tmp/Mar10/bin/emerge", line 1318, in select_dep
    if not self.create(myk,myparent,myuse=binpkguseflags):
  File "/tmp/Mar10/bin/emerge", line 1020, in create
    if not self.select_dep("/",mydep["/"],myparent=mp,myuse=myuse):
  File "/tmp/Mar10/bin/emerge", line 1263, in select_dep
    mreasons = portage.getmaskingstatus(p)
  File "/tmp/Mar10/lib/portage/pym/portage.py", line 3633, in getmaskingstatus
    mygroups, eapi = portdb.aux_get(mycpv, ["KEYWORDS", "EAPI"])
  File "/tmp/Mar10/lib/portage/pym/portage.py", line 4895, in aux_get
    raise KeyError

....

-- 
[email protected] mailing list

Reply via email to