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

Bug 384137

Summary: dev-perl/Inline-0.480.0: fails tests with parallel make
Product: Gentoo Linux Reporter: Alex Efros <powerman-asdf>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED OBSOLETE    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 300119    
Attachments: build.log (failed parallel build)
build.log (passed non-parallel build)

Description Alex Efros 2011-09-22 21:19:37 UTC
Current latest version in portage is previous (0.470.0) to version I've installed, but keeping in mind I've just renamed 0.470.0 ebuild I think both have same issue, and may be earlier versions too.

With FEATURE=test and SRC_TEST=do Inline fail on test t/08taint.t because of running parallel make. MAKEOPTS=-j1 while EBUILD_PHASE=test will fix this issue.
Comment 1 Agostino Sarubbo gentoo-dev 2011-09-26 09:38:58 UTC
Please add build.log as attachment
Comment 2 Alex Efros 2011-09-26 12:20:17 UTC
Created attachment 287765 [details]
build.log (failed parallel build)
Comment 3 Alex Efros 2011-09-26 12:24:26 UTC
Created attachment 287767 [details]
build.log (passed non-parallel build)
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2011-09-27 16:26:48 UTC
Fixed in 0.480.0.

It runs the tests for Inline and the coupled Inline::C parallel and fails.
Does anyone have a proper fix?
Comment 5 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2013-07-29 19:51:45 UTC
Current stable (0.500.0) / current unstable (0.510.0) works fine with MAKEOPTS="-j3" . 0.480.0 no longer in the tree.