Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17373 - when using -pe, update info displayed but installed version matched with current's
Summary: when using -pe, update info displayed but installed version matched with curr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 08:25 UTC by joseph
Modified: 2003-12-06 19:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description joseph 2003-03-12 08:25:15 UTC
When running emerge -pe system, I get:
....
[ebuild  N   ] sys-apps/portage-2.0.47-r8
*** Please update portage to the above version before proceeding.
    Failure to do so may result in failed or improper merges.
    A simple 'emerge -u portage' is sufficient.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
No update info

laptop root # emerge --info
Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20-gentoo-r1 i686 Mobile Pentium II
GENTOO_MIRRORS=" ftp://mirror.iawnet.sandia.gov/pub/gentoo/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode gif imlib jpeg libg++ mikmod mmx
motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib
gdbm berkdb slang readline svga java X sdl gpm tcpd pam libwww ssl python esd
oggvorbis gnome gtk opengl aalib acpi alsa -arts bonobo dga directfb doc
ethereal fbcon flash gb gd ggi gphoto2 gtk2 gtkhtml innodb ipv6 jikes -kde
kerberos ldap libgda matrox mozilla mysql odbc pcmcia perl pic -qt sasl snmp sse
tcltk tetex tiff trusted usb xface xml"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium2 -O3 -pipe"
CXXFLAGS="-march=pentium2 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j4"
AUTOCLEAN="yes"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 joseph 2003-03-12 08:26:45 UTC
Hi,
  Very minor bug. 
Comment 2 joseph 2003-03-24 04:02:42 UTC
Hi,
  I found out the reason:
  in /usr/lib/portage/bin/, file emerge, line 992, where:
          if mysplit[1]+"-"+mysplit[2]!=portage.VERSION:
  it should be:
          if mysplit[1]+mysplit[2]!=portage.VERSION:
  since mysplit[2] contains "-"

  There is also a same comparision on line 983.  It should also be changed.  
Comment 3 Andrew Cooks (RETIRED) gentoo-dev 2003-12-06 04:36:25 UTC
I was unable to reproduce this bug. Please reopen if the problem persists.
Comment 4 SpanKY gentoo-dev 2003-12-06 19:05:35 UTC
yes, latest version of portage has had that "-" removed