Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15512 - depclean numbers are inconsistent... big deal... enjoy.
Summary: depclean numbers are inconsistent... big deal... enjoy.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 15:25 UTC by Brandon Low (RETIRED)
Modified: 2011-10-30 22:19 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 Brandon Low (RETIRED) gentoo-dev 2003-02-11 15:25:17 UTC
(14:05:19) Carpaskii: depclean doesn't account for masked packages, and improper
world files.
(14:06:30) LostLogicX: I don't have any of those...
(14:06:38) LostLogicX: if I tell you it's output is screwey I'm not lying to you
(14:06:39) LostLogicX: 
(14:11:22) LostLogicX: Packages installed:   510
Packages in world:    279
Packages in system:   73
Unique package names: 509
Required packages:    526
Number to remove:     0

(14:11:45) LostLogicX: why is required packages matches installed packages by
other counts, but unique package names and packages installed don't match that?
(14:12:13) Carpaskii: emerge -u --deep world -p
(14:12:19) Carpaskii: probably have 'N' packages.
(14:12:38) Carpaskii: unique == ignore different slots... just go by name
(14:13:20) LostLogicX: I'm all up to date according to --deep world -up
(14:13:35) Carpaskii: Eh.
(14:13:38) Carpaskii: Guess it's got a bug.
(14:13:41) Carpaskii: I know it does.
(14:13:51) LostLogicX: ok... I was just letting you know in case you didn't
(14:13:54) LostLogicX: lost sys-kernel # emerge world -ep|grep ebuild|wc -l
    526

(14:14:04) LostLogicX: required in depclean matches world -ep
(14:14:16) LostLogicX: lost sys-kernel # qpkg -I -v|wc -l
    530

(14:14:33) LostLogicX: doesn't match installed only because of multiple things
that satisfy same dep (kernel sources) installed
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2005-10-07 07:16:59 UTC
Packages installed:   273    <-- cat/pkg 
Packages in world:    49     <-- cat/pkg 
Packages in system:   64     <-- cat/pkg 
Unique package names: 261    <-- cat/pkg 
Required packages:    267    <-- cat/pkg-ver 
Number to remove:     12     <-- cat/pkg 
 
It is correct now, although the naming is a little confusing.