Summary: | sys-power/iasl-20080514 src_test fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pinky <j-pi> |
Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | mlm |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | iasl-20080514.ebuild.patch |
Description
Pinky
2008-06-01 17:39:43 UTC
Try FEATURES="test" USE="test" emerge -v1 =iasl-20080514 I think the reason is that ASLTSDIR is exported by aslts_test(), which is called by src_test(), which is called only if FEATURES="test" is enabled. If such behavior is not a bug, the user should be at least informed about it. I suggest removing IUSE="test" entirely and checking only portage FEATURES. This patch seems to work for me. Created attachment 155157 [details, diff]
iasl-20080514.ebuild.patch
Fixed. Don't use =~ in the bash constructs. Not safe on older versions. |