Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24346 - 'emerge --world update' is incorrect syntax
Summary: 'emerge --world update' is incorrect syntax
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Documentation (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Kurt Lieber (RETIRED)
URL: http://www.gentoo.org/doc/en/java.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-12 11:12 UTC by Todd Walton
Modified: 2003-07-17 10:35 UTC (History)
0 users

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


Attachments
java.xml.patch fixing emerge syntax (java.xml.patch,294 bytes, patch)
2003-07-17 00:51 UTC, Wesley Leggette
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Walton 2003-07-12 11:12:22 UTC
At the bottom of the Gentoo Java Guide there is a statement that "With some
versions of Portage, doing an emerge --world update will install the JDK
regardless if whether you have it installed before or not."  I suppose this is
still true, didn't old versions use 'emerge --world update'?  But that's not the
right syntax now, and probably should be changed.

Reproducible: Always
Steps to Reproduce:
1.Open web browser.
2.Type "http://www.gentoo.org/doc/en/java.xml" into address field.
3.Hit return.
Actual Results:  
Got web page.

Expected Results:  
Got web page.

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
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/config"
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=""
USE="x86 oss 3dnow apm avi crypt cups encode gif java jpeg libwww mmx mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb alsa
gdbm slang readline arts svga tcltk X sdl tcpd pam ssl esd imlib oggvorbis gtk
qt kde motif opengl mozilla moznoirc moznomail -libg++ -mad -mikmod -berkdb -gpm
perl -python -gnome -gphoto2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Wesley Leggette 2003-07-17 00:51:48 UTC
Created attachment 14590 [details, diff]
java.xml.patch fixing emerge syntax

I fixed this using the syntax "emerge --update world". I thought that for
documentation that would be better than "emerge -u world". Any comments?

-Wesley
Comment 2 Kurt Lieber (RETIRED) gentoo-dev 2003-07-17 10:35:39 UTC
fixed.  thanks.