Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301442 - dev-perl/sdl-perl-2.2.6 should depend on dev-perl/yaml
Summary: dev-perl/sdl-perl-2.2.6 should depend on dev-perl/yaml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-18 21:48 UTC by Small_Penguin
Modified: 2010-01-23 11:08 UTC (History)
3 users (show)

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


Attachments
Build log for dev-perl/sdl-perl-2.2.6 (sdl-perl-2.2.6-build.log,2.15 KB, text/plain)
2010-01-19 09:06 UTC, Small_Penguin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Small_Penguin 2010-01-18 21:48:39 UTC
dev-perl/sdl-perl-2.2.6 needs dev-perl/yaml, otherwise configure fails.

Reproducible: Always

Steps to Reproduce:
1. emerge -C dev-perl/yaml if installed
2. emerge dev-perl/sdl-perl
3. read the error message

Actual Results:  
Error during configure.

Expected Results:  
Successful emerge.

Only "truetype" USE flag is set for dev-perl/sdl-perl.
Comment 1 Small_Penguin 2010-01-19 09:06:49 UTC
Created attachment 216885 [details]
Build log for dev-perl/sdl-perl-2.2.6
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-01-19 09:29:04 UTC
AFAICS YAML isn't used, so we can remove it:

src_prepare() {
       sed -i "/^use YAML/d" "${S}"/Build.PL || die
       perl-module_src_prepare
}
Comment 3 Oschtan 2010-01-21 15:09:16 UTC
Yes) It's work
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2010-01-23 11:08:18 UTC
Committed. Thanks