Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278254 - perl-IO-Zlib isn't pulled as a world dependency
Summary: perl-IO-Zlib isn't pulled as a world dependency
Status: RESOLVED DUPLICATE of bug 246000
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-18 11:00 UTC by Alexandru Cepoi
Modified: 2009-07-18 16:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,3.57 KB, text/plain)
2009-07-18 11:01 UTC, Alexandru Cepoi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Cepoi 2009-07-18 11:00:14 UTC
It seems that the following two packages aren't pulled in as deep world dependencies. Is this normal?

emerge -pve world | grep 'U '
[ebuild     U ] perl-core/IO-Zlib-1.10 [1.09] 10 kB
[ebuild     U ] virtual/perl-IO-Zlib-1.10 [1.09] 0 kB

emerge -NuDpv world
These are the packages that would be merged, in order:
Calculating dependencies... done!
Total: 0 packages, Size of downloads: 0 kB

equery d perl-IO-Zlib
 * Searching for perl-IO-Zlib ...
perl-core/Archive-Tar-1.52 (>=virtual/perl-IO-Zlib-1.01)

equery d Archive-Tar
 * Searching for Archive-Tar ...
virtual/perl-Archive-Tar-1.52 (~perl-core/Archive-Tar-1.52)

equery d perl-Archive-Tar
 * Searching for perl-Archive-Tar ...
perl-core/Module-Build-0.34 (>=virtual/perl-Archive-Tar-1.09)

equery d Module-Build
 * Searching for Module-Build ...
virtual/perl-Module-Build-0.34 (~perl-core/Module-Build-0.34)

equery d perl-Module-Build
 * Searching for perl-Module-Build ...
dev-perl/DateManip-5.54 (virtual/perl-Module-Build)
dev-perl/Error-0.17.015 (virtual/perl-Module-Build)
perl-core/ExtUtils-CBuilder-0.26.02 (virtual/perl-Module-Build)
perl-core/ExtUtils-ParseXS-2.20 (virtual/perl-Module-Build)
perl-core/File-Spec-3.30 (virtual/perl-Module-Build)
Comment 1 Alexandru Cepoi 2009-07-18 11:01:28 UTC
Created attachment 198403 [details]
emerge --info
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-18 16:55:28 UTC
You probably forgot about --with-bdeps=y option.

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