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

Bug 84779

Summary: Wrong command line parameters
Product: Portage Development Reporter: Slobodan D. Sredojevic <ssl>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Slobodan D. Sredojevic 2005-03-10 12:27:44 UTC
If a user issue this command
emerge -pvu -deep world then portage should report error in command line parameters as user forgot an dash(-) before deep.  Portage instead returns some verbose/debug output.

So far when we call non existing emerge switch as emerge -r mozilla portage returns:
!!! Error: -r is an invalid short action or option.
On the other hand non existing option as emerge --real mozilla returns:
!!! Error: --real is an invalid option.

Tried emerge -pretend mozilla but it is ok with emerge output. This -deep is kinda special? Seems emerge interprets it as first letter of --debug option (that has (-d) short)?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-03-10 12:32:38 UTC

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