Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387085 - x11-themes/gnome-themes-2.32.1 should depend on dev-perl/XML-Simple-2.180.0
Summary: x11-themes/gnome-themes-2.32.1 should depend on dev-perl/XML-Simple-2.180.0
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 03:11 UTC by Roman
Modified: 2011-11-22 01:25 UTC (History)
1 user (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 Roman 2011-10-14 03:11:23 UTC
Producing error
...
Can't locate XML/Simple.pm in @INC ...

Fixed by
emerge dev-perl/XML-Simple manually

Reproducible: Always

Steps to Reproduce:
1. emerge =gnome-themes-2.32.1
Actual Results:  
does not compile

Expected Results:  
should compile
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2011-10-15 17:20:29 UTC
The information you present do NOT justify any changes in the gnome-themes ebuild.
I tried to grep for XML.*Simple in the gnome-themes sources and it didn't match at all. So I guess XML::Simple is used indirect.

So please show which command misses XML::Simple.
Comment 2 Roman 2011-10-15 17:49:12 UTC
Yes, dependence is indirect.
The error appeared during configure stage, that's why I think there must be explicit dependence on XML-Simple in ebuild so that it will be installed/upgraded automatically before gnome-themes.
Comment 3 Roman 2011-10-15 17:51:35 UTC
When I have time I'll try to unmerge XML-Simple and re-emerge gnome-themes to justify.
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-10-15 20:44:07 UTC
Try "emerge --deep -1 gnome-themes". That should pull in any indirect dependencies. And if XML-Simple is not pulled in by --deep, that would be a bug.
Comment 5 Pacho Ramos gentoo-dev 2011-11-22 01:25:15 UTC
(In reply to comment #4)
> Try "emerge --deep -1 gnome-themes". That should pull in any indirect
> dependencies. And if XML-Simple is not pulled in by --deep, that would be a
> bug.