Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
portage updating
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
Arow_M
n00b
n00b


Joined: 29 Jun 2004
Posts: 6
Location: Germany

PostPosted: Tue Jun 29, 2004 5:37 pm    Post subject: portage updating Reply with quote

Hello every1,

well after i installed the realplayer i cant update my system

can any1 help me?

bash-2.05b# emerge -u world

Calculating world dependencies
Traceback (most recent call last):
File "/usr/bin/emerge", line 2517, in ?
if not mydepgraph.xcreate(myaction):
File "/usr/bin/emerge", line 1109, in xcreate
myeb=portage.portdb.xmatch("bestmatch-visible",mydep)
File "/usr/lib/portage/pym/portage.py", line 4699, in xmatch
myval=best(self.xmatch("match-visible",None,mydep,mykey))
File "/usr/lib/portage/pym/portage.py", line 4710, in xmatch
myval=match_from_list(mydep,self.xmatch("list-visible",None,mydep,mykey))
File "/usr/lib/portage/pym/portage.py", line 4696, in xmatch
myval=self.gvisible(self.visible(self.cp_list(mykey)))
File "/usr/lib/portage/pym/portage.py", line 4806, in gvisible
if db["/"]["porttree"].dbapi.xmatch("bestmatch-list", mykey, None, None, [mycpv]):
File "/usr/lib/portage/pym/portage.py", line 4703, in xmatch
myval=best(match_from_list(mydep,mylist))
File "/usr/lib/portage/pym/portage.py", line 3537, in match_from_list
raise KeyError, "Specific key requires an operator (%s) (try adding an '=')" % (mydep)
KeyError: "Specific key requires an operator (media-video/realplayer-8-r7) (try adding an '=')"

thanx ......


8O 8O
Back to top
View user's profile Send private message
jkt
Retired Dev
Retired Dev


Joined: 06 Feb 2004
Posts: 1250
Location: Prague, Czech republic, EU

PostPosted: Tue Jun 29, 2004 8:22 pm    Post subject: Reply with quote

bug in /usr/portage/media-video/realplayer-8-r7.ebuild, do `emerge sync` or fix it manually if you know how to deal with ebuilds.
Back to top
View user's profile Send private message
curtis119
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 2160
Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.

PostPosted: Tue Jun 29, 2004 9:21 pm    Post subject: Reply with quote

Code:
emerge regen


should fix it.

or jsut a plain old

Code:
emerge sync

_________________
Gentoo: it's like wiping your ass with silk.
Back to top
View user's profile Send private message
Arow_M
n00b
n00b


Joined: 29 Jun 2004
Posts: 6
Location: Germany

PostPosted: Tue Jun 29, 2004 11:40 pm    Post subject: Reply with quote

Hello again .. firstly thanx for answering me very fast

but i still have the same Problem . i even cant emerge anything . after i did emerge regen and emerge sync i got the same erorr as above . well if its realy from realplayer, how can i uninstall it ?


wrote 14705 bytes read 3381138 bytes 73028.88 bytes/sec
total size is 70813831 speedup is 20.85

>>> Updating Portage cache... ...done!

Traceback (most recent call last):
File "/usr/bin/emerge", line 2251, in ?
mybestpv=portage.portdb.xmatch("bestmatch-visible","sys-apps/portage")
File "/usr/lib/portage/pym/portage.py", line 4699, in xmatch
myval=best(self.xmatch("match-visible",None,mydep,mykey))
File "/usr/lib/portage/pym/portage.py", line 4710, in xmatch
myval=match_from_list(mydep,self.xmatch("list-visible",None,mydep,mykey))
File "/usr/lib/portage/pym/portage.py", line 4696, in xmatch
myval=self.gvisible(self.visible(self.cp_list(mykey)))
File "/usr/lib/portage/pym/portage.py", line 4806, in gvisible
if db["/"]["porttree"].dbapi.xmatch("bestmatch-list", mykey, None, None, [mycpv]):
File "/usr/lib/portage/pym/portage.py", line 4703, in xmatch
myval=best(match_from_list(mydep,mylist))
File "/usr/lib/portage/pym/portage.py", line 3537, in match_from_list
raise KeyError, "Specific key requires an operator (%s) (try adding an '=')" % (mydep)
KeyError: "Specific key requires an operator (media-video/realplayer-8-r7) (try adding an '=')"

thanx ... :cry:
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9538
Location: beyond the rim

PostPosted: Wed Jun 30, 2004 12:55 am    Post subject: Reply with quote

Looks like an error in your /etc/portage/package.* files.
Back to top
View user's profile Send private message
curtis119
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 2160
Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.

PostPosted: Wed Jun 30, 2004 12:58 am    Post subject: Reply with quote

OK. This should work. Edit the file /usr/portage/profiles/package.mask comment out the realplayer entries and then save the file. emerge sync should work now.[/code]
_________________
Gentoo: it's like wiping your ass with silk.
Back to top
View user's profile Send private message
curtis119
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 2160
Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.

PostPosted: Wed Jun 30, 2004 1:00 am    Post subject: Reply with quote

genone you posted while I was typing. I hate it when that happens. I think the package.mask file may be the cause of Arow_M problem. But you are the developer not me so...I accede.
_________________
Gentoo: it's like wiping your ass with silk.
Back to top
View user's profile Send private message
Arow_M
n00b
n00b


Joined: 29 Jun 2004
Posts: 6
Location: Germany

PostPosted: Wed Jun 30, 2004 1:38 am    Post subject: Reply with quote

ok curtis119 now it works thanx for the help
:lol:
Back to top
View user's profile Send private message
curtis119
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 2160
Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.

PostPosted: Wed Jun 30, 2004 1:49 am    Post subject: Reply with quote

cool. No problem.
_________________
Gentoo: it's like wiping your ass with silk.
Back to top
View user's profile Send private message
tomk
Bodhisattva
Bodhisattva


Joined: 23 Sep 2003
Posts: 7221
Location: Sat in front of my computer

PostPosted: Fri Aug 06, 2004 3:01 pm    Post subject: Reply with quote

Moved to from Other Things Gentoo, please see this sticky topic:

https://forums.gentoo.org/viewtopic.php?t=136184
_________________
Search | Read | Answer | Report | Strip
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum