Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37360 - emerge -up world failed with libwww-perl installed
Summary: emerge -up world failed with libwww-perl installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
: 37366 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-05 19:19 UTC by Leonid Kabanov
Modified: 2006-02-04 06:04 UTC (History)
2 users (show)

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 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. ***