Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6804 - "emerge rsync" is syntactically incorrect
Summary: "emerge rsync" is syntactically incorrect
Status: RESOLVED DUPLICATE of bug 6785
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 2765
  Show dependency tree
 
Reported: 2002-08-20 18:29 UTC by Keith Edmunds
Modified: 2011-10-30 22:21 UTC (History)
3 users (show)

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 Keith Edmunds 2002-08-20 18:29:17 UTC
The general format of the emerge command is "emerge -[-]option package".
However, the "emerge rsync" command breaks this protocol: rsync is both a
command and a package. "emerge rsync" should (re)emerge the latest version of
the rsync package. The current behaviour of that command should perhaps be
"emerge --sync-portage" with some arbitrary single-letter qualifier version too.

The only way I can update rsync itself is by "emerge net-misc/rsync" - an
outdated form of the emerge command.

[But guys, you're doing a great job!]
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-08-20 19:45:06 UTC
FWIW, this has been bothering me for the longest time, too, together with the
other commands to rsync.  For example, why are we so sure that there will not be
a package called 'clean'?  But if that happens, what would "emerge clean" really do?

At the very least, it would seem, "emerge -- rsync" should work.  But the best
way to fix this problem is to *always* require a command to `emerge' utility. 
For instance:

  emerge merge rsync

would install 'rsync' package.
Comment 2 SpanKY gentoo-dev 2002-08-21 08:48:34 UTC

*** This bug has been marked as a duplicate of 6785 ***