Summary: | gentoolkit: dep-clean failed to retrieve system packages | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Alex <arthax> |
Component: | Tools | Assignee: | Portage Tools Team <tools-portage> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alex
2003-10-08 03:50:23 UTC
Line 152 is missing the pipe symbol. The line should read sort -u | uniq \ not sort -u uniq \ I just realized that this is a duplicate of #30248 The affected line should actually read "sort -u \" although putting the pipe in also works as you are just outputting the same unique output twice :) this tool is deprecated |