Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49353 - emerge sync oddness
Summary: emerge sync oddness
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Sparc Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 00:03 UTC by Geordon Marchak
Modified: 2004-05-20 16:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kernel config (20040429.config,14.33 KB, text/plain)
2004-04-29 00:06 UTC, Geordon Marchak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geordon Marchak 2004-04-29 00:03:21 UTC
# emerge sync 
::::::::::::::::

>>> Updating Portage cache... -Traceback (most recent call last):
  File "/usr/bin/emerge", line 2238, in ?
    mymatches=portage.portdb.xmatch("match-all",x)
  File "/usr/lib/portage/pym/portage.py", line 4705, in xmatch
    myval=match_from_list(mydep,self.cp_list(mykey))
  File "/usr/lib/portage/pym/portage.py", line 3539, in match_from_list
    raise KeyError, "Specific key requires an operator (%s) (try adding an '=')" % (mydep)
KeyError: "Specific key requires an operator (packages/bash205b-002) (try adding an '=')"
Comment 1 Geordon Marchak 2004-04-29 00:04:01 UTC
 # emerge info
Portage 2.0.50-r3 (default-sparc64-2004.0, gcc-3.2.3, glibc-2.3.2-r3, 2.4.24-sparc-r2)
=================================================================
System uname: 2.4.24-sparc-r2 sparc64 sun4u
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=ultrasparc"
CHOST="sparc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=ultrasparc"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X arts avi berkdb crypt cups encode esd fbcon foomaticdb gdbm gif gnome gtk imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt readline sdl slang sparc spell ssl tcpd truetype xml2 xmms xv zlib"
Comment 2 Geordon Marchak 2004-04-29 00:06:56 UTC
Created attachment 30299 [details]
kernel config
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2004-05-20 11:30:35 UTC
Does this problem still persist? Looks like it was temporary to me.
It's a dependency problem in an ebuild, it seems.

Reopen/Recreate if it still is a problem.
Comment 4 Geordon Marchak 2004-05-20 13:47:28 UTC
Still same problem on my U2 box.
Comment 5 Geordon Marchak 2004-05-20 16:08:18 UTC
Patches in /usr/portage/packages which were copied from the install CD caused
this.  Removing the patches allowed emerge sync to proceed.   Shouldn't this
not be a problem?  Anyways, solved for now.