Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 956 - emerging package rsync
Summary: emerging package rsync
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 04:39 UTC by Bjarke Sørensen
Modified: 2011-10-30 22:22 UTC (History)
0 users

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 Bjarke Sørensen 2002-03-04 04:39:40 UTC
When I want to upgrade the package called rsync I write:

$ emerge rsync

Which performs an rsync instead (of course)
Bit then I figured since I want to upgrade libxml2 aswell I write:

$ emerge rsync libxml2
or
$ emerge libxml2 rsync

Which performs an rsync instead. Hrm.
Bug or not, it's peculiar.
Comment 1 Bjarke Sørensen 2002-03-04 05:52:52 UTC
So I want to find the group rsynx is in, and I do like this:

 # emerge --search rsync

No search terms provided.

eek!
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-03-05 13:37:28 UTC
ok, the fix to the first problem is to specify the category.  The "no category"
specification is more of a convenience thing anyway and I won't go out of my way
to prevent name collisions.  The second problem has been fixed in the 1.8.9_pre
series that will be coming soon to a Gentoo Linux near you :)