Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29966 - Some typos in portage
Summary: Some typos in portage
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2003-09-29 20:21 UTC by Jason Santos
Modified: 2011-10-30 22:20 UTC (History)
0 users

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


Attachments
Diff from portage-2.0.49-r3 (bug29966.diff,1.43 KB, patch)
2003-09-29 20:22 UTC, Jason Santos
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Santos 2003-09-29 20:21:00 UTC
Corrections for some typos in portage.

--- cut here ---

--- portage-2.0.49-r3/pym/portage.py    2003-09-02 03:14:31.000000000 -0700
+++ portage.py  2003-09-29 20:13:28.000000000 -0700
@@ -885,7 +885,7 @@
                if profiledir:
                        self.mygcfg=getconfig("/etc/make.profile/make.defaults")
                        if self.mygcfg==None:
-                               sys.stderr.write("!!! Parse error in
/etc/make.defaults. Never modify this file.\n")
+                               sys.stderr.write("!!! Parse error in
/etc/make.profile/make.defaults. Never modify this file.\n")
                                sys.stderr.write("!!! 'emerge sync' may fix
this. If it does not then please report\n")
                                sys.stderr.write("!!! this to bugs.gentoo.org
and, if possible, a dev on #gentoo (IRC)\n")
                                sys.exit(1)
@@ -1422,7 +1422,7 @@
                if not mydigests.has_key(x):
                        print
                        print red("!!! No message digest entry found for file
\""+x+".\"")
-                       print "!!! Most likely a temporary problem. Try 'emerge
rsync' again later."
+                       print "!!! Most likely a temporary problem. Try 'emerge
sync' again later."
                        print "!!! If you are certain of the authenticity of the
file then you may type"
                        print "!!! the following to generate a new digest:"
                        print "!!!   ebuild
/usr/portage/category/package/package-version.ebuild digest"
@@ -2623,7 +2623,7 @@
        #up until here, we haven't needed to look at the database tree
  
        if mysplit==None:
-               return [0,"Parse Error (parenthesis mismatch?)"]
+               return [0,"Parse Error (parentheses mismatch?)"]
        elif mysplit==[]:
                #dependencies were reduced to nothing
                return [1,[]]

--- cut here ---

Reproducible: Always
Steps to Reproduce:
Noticed reference to 'emerge rsync' when tracking down a flaky ebuild...
Actual Results:  
The grammar and spelling were improved!


Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r6)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
distcc 2.9 i586-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -msse2 -mfpmath=sse -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.ccccom.com
http://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.pair.com/
http://gentoo.noved.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="oss apm cups foomaticdb libg++ mmx nls spell gtkhtml gdbm berkdb slang nas
bonobo guile tcpd oggvorbis X gtk gtk2 gnome gnomedb aalib alsa acpi cdr arts
avi crypt directfb dga dvd encode esd ethereal fbcon gd ggi gif gphoto2 gpm
imlib jack java jpeg kde ladcca libwww mad mbox mikmod motif mozilla mpeg
ncurses opengl pam pdflib perl plotutils png ppds prelude python qt quicktime
readline ruby samba sdl sse ssl svga tcltk tiff truetype usb wmf wxwindows Xaw3d
xml xml2 xmms xv zeo zlib x86 tetex apache2 mysql curl lcms"
Comment 1 Jason Santos 2003-09-29 20:22:29 UTC
Created attachment 18515 [details, diff]
Diff from portage-2.0.49-r3

Well, this should be easier to read than the one in the body of the bug!
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-02-08 17:55:16 UTC
supposed to be fixed in 2.0.50 which is stable now. If this bug is not fixed please reopen.