Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 37360

Summary: emerge -up world failed with libwww-perl installed
Product: Gentoo Linux Reporter: Leonid Kabanov <leonid.kabanov>
Component: Current packagesAssignee: PPC Porters <ppc>
Status: RESOLVED FIXED    
Severity: normal CC: cselkirk, perl
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Leonid Kabanov 2004-01-05 19:19:31 UTC
I have dev-perl/libwww-perl package installed. After sync I try `emerge -up
world' command and got following output:

# emerge -pu world

These are the packages that I would merge, in order:

Calculating world dependencies \
!!! all ebuilds that could satisfy ">=dev-perl/URI-1.0.9" have been masked.
!!!    (dependency required by "dev-perl/libwww-perl-5.68" [ebuild])

!!! Problem with ebuild dev-perl/libwww-perl-5.68
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

I unmasked dev-perl/URI-1.0.9 for ppc and found that there another
dependency problem:

!!! all ebuilds that could satisfy "dev-perl/digest-base" have been masked.
!!!    (dependency required by "dev-perl/Digest-MD5-2.33" [ebuild])

!!! Problem with ebuild dev-perl/libwww-perl-5.68
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

Then I unmasked dev-perl/digest-base-1.05:

!!! all ebuilds that could satisfy ">=dev-perl/HTML-Parser-3.13" have been
masked.
!!!    (dependency required by "dev-perl/libwww-perl-5.68" [ebuild])

!!! Problem with ebuild dev-perl/libwww-perl-5.68
!!! Possibly a DEPEND/*DEPEND problem.

Only after unmasking HTML-Parser/HTML-Parser-3.28 I resolved the problem.
`emerge -up world' works and all packages compiled/installed well. 

So there is 2 ways - mask newer ebuilds for subj or unmask dev-perl/URI-1.0.9,
dev-perl/digest-base-1.05 and HTML-Parser/HTML-Parser-3.28.


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -pDu world


Actual Results:  
!!! all ebuilds that could satisfy ">=dev-perl/URI-1.0.9" have been masked.
!!!    (dependency required by "dev-perl/libwww-perl-5.68" [ebuild])

!!! Problem with ebuild dev-perl/libwww-perl-5.68
!!! Possibly a DEPEND/*DEPEND problem.



Expected Results:  
normal `emerge -pDu world' output
Comment 1 Luca Barbato gentoo-dev 2004-01-05 19:41:04 UTC
addressing it right now
Comment 2 Luca Barbato gentoo-dev 2004-01-05 19:54:09 UTC
should be fixed
Comment 3 SpanKY gentoo-dev 2004-01-07 22:24:10 UTC
*** Bug 37366 has been marked as a duplicate of this bug. ***