Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 31864

Summary: "emerge rsync" will attempt to do an "emerge sync" instead of emerging the rsync package
Product: Portage Development Reporter: Sumit Khanna <SKhanna21>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sumit Khanna 2003-10-23 17:30:42 UTC
example, if I do an "emerge -Up rsync" it will tell me that -p (pretend) can't
be using when doing an "emerge sync". Doing "emerge rsync" will begin to do an
"emerge sync" instead. The problem lies in the way emerge handles command line
arguments. This could becomne a problem with other packages that contian the
word "sync"

Reproducible: Always
Steps to Reproduce:
1. "emerge -Up rsync" OR
2. "emerge rsync"
3.

Actual Results:  
it fails to emerge rsync and instead thinks I want to sync the portage tree.

Expected Results:  
emerge the rsync tool
Comment 1 SpanKY gentoo-dev 2003-10-23 22:02:33 UTC

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