Re: [gentoo-user] big problem with emerge

2006-01-18 Thread Manuel Pérez López
El Miércoles 18 Enero 2006 19:24, David Morgan escribió:

Thanks David, but 'emerge sync' was not possible with the same error (a 
recursive problem). With the correct line 
into /usr/portage/profiles/updates/1Q-2006, I can now do a portage sync. 
Thanks again

Manuel


> On 19:13 Wed 18 Jan , Manuel Pérez López wrote:
> > Hello everyone:
> >
> > Yesterday I did a portage sync, and now I can not emerge anything. Help
> > me to correct this issue. See this lines:
> >
> > # emerge -pvuD world
> >
> >
> > Performing Global Updates: /usr/portage/profiles/updates/1Q-2006
> > (Could take a couple of minutes if you have a lot of binary packages.)
> >   .='update pass'  *='binary update'  @='/var/db move'
> >   s='/var/db SLOT move' S='binary SLOT move' p='update
> > /etc/portage/package.*' KeyError: "Specific key requires an operator
> > (dev-perl/DateTime-0.2901) (try adding an '=')"
>
> This is a known issue, which I think has been fixed now. So just emerge
> sync again and you should be ok.
>
> --
> djm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] big problem with emerge

2006-01-18 Thread Nagatoro

Manuel Pérez López wrote:

Hello everyone:

Yesterday I did a portage sync, and now I can not emerge anything. Help me to 
correct this issue. See this lines:


run emerge --sync and try again.

It was a misstake by one developer.

--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] big problem with emerge

2006-01-18 Thread Ciaran McCreesh
On Wed, 18 Jan 2006 19:13:08 +0100 Manuel Pérez López
<[EMAIL PROTECTED]> wrote:
| Yesterday I did a portage sync, and now I can not emerge anything.
| Help me to correct this issue. See this lines:

https://bugs.gentoo.org/show_bug.cgi?id=119352

-- 
Ciaran McCreesh : Gentoo Developer (King of all Londinium)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



signature.asc
Description: PGP signature


Re: [gentoo-user] big problem with emerge

2006-01-18 Thread David Morgan
On 19:13 Wed 18 Jan , Manuel Pérez López wrote:
> Hello everyone:
> 
> Yesterday I did a portage sync, and now I can not emerge anything. Help me to 
> correct this issue. See this lines:
> 
> # emerge -pvuD world
> 
> 
> Performing Global Updates: /usr/portage/profiles/updates/1Q-2006
> (Could take a couple of minutes if you have a lot of binary packages.)
>   .='update pass'  *='binary update'  @='/var/db move'
>   s='/var/db SLOT move' S='binary SLOT move' p='update /etc/portage/package.*'
> KeyError: "Specific key requires an operator (dev-perl/DateTime-0.2901) (try 
> adding an '=')"

This is a known issue, which I think has been fixed now. So just emerge
sync again and you should be ok.

-- 
djm
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] big problem with emerge

2006-01-18 Thread Manuel Pérez López
Hello everyone:

Yesterday I did a portage sync, and now I can not emerge anything. Help me to 
correct this issue. See this lines:

# emerge -pvuD world


Performing Global Updates: /usr/portage/profiles/updates/1Q-2006
(Could take a couple of minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
  s='/var/db SLOT move' S='binary SLOT move' p='update /etc/portage/package.*'
Traceback (most recent call last):
  File "/usr/bin/emerge", line 10, in ?
import portage
  File "/usr/lib/portage/pym/portage.py", line 7480, in ?
do_upgrade(mykey)
  File "/usr/lib/portage/pym/portage.py", line 7372, in do_upgrade
db["/"]["vartree"].dbapi.move_ent(mysplit)
  File "/usr/lib/portage/pym/portage.py", line 4683, in move_ent
origmatches=self.match(origcp,use_cache=0)
  File "/usr/lib/portage/pym/portage.py", line 4829, in match
return match_from_list(mydep,self.cp_list(mykey,use_cache=use_cache))
  File "/usr/lib/portage/pym/portage.py", line 4134, in match_from_list
raise KeyError, "Specific key requires an operator (%s) (try adding an 
'=')" % (mydep)
KeyError: "Specific key requires an operator (dev-perl/DateTime-0.2901) (try 
adding an '=')"
-- 
gentoo-user@gentoo.org mailing list