| Summary: | sys-apps/portage: quickpkg blocking emerge =portage-2.1.9.24 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Joseph <syscon780> |
| Component: | [OLD] Core system | Assignee: | Portage team <dev-portage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Joseph
2010-11-27 16:56:52 UTC
Earlier portage did not install /usr/bin/quickpkg (it was installed in /usr/sbin/ instead), so it appears to be an orphan. You can simply remove the orphan file in order to prevent the collision. Actually the current portage has qickpkg installed in: /usr/bin/quickpkg lrwxrwxrwx 1 root root 27 Mar 6 2005 /usr/bin/quickpkg -> ../lib/portage/bin/quickpkg I just removed the link and it appear the new portage assigned new link: ll /usr/bin/quickpkg lrwxrwxrwx 1 root root 27 Nov 27 12:06 /usr/bin/quickpkg -> ../lib/portage/bin/quickpkg |