Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When the "source" USE flag is set, the commons-el-1.0 emerge fails, as the call to java-pkg_dosrc on line 50 is malformed - no parameter is passed to the call, and at least one is expected. The error message on failure is as follows: >>> Install commons-el-1.0 into /var/tmp/portage/commons-el-1.0/image/ category dev-java !!! ERROR: dev-java/commons-el-1.0 failed. !!! Function java-pkg_dosrc, Line 342, Exitcode 0 !!! java-pkg_dosrc: at least one argument needed !!! If you need support, post the topmost build error, NOT this status message. Reproducible: Always Steps to Reproduce: 1. USE="source" emerge commons-el Actual Results: Emerge fails at Install phase Expected Results: Emerge completion with package sources installed properly
Created an attachment (id=57401) [details] Corrected commons-el ebuild, versioned commons-el-1.0-r1 This is the corrected commons-el-1.0 ebuild - the java-pkg_dosrc call on line 50 now passes "src/*" as the parameter, and this is verfied to appropriately install the commons-el source.
Should be fixed, emerge sync and try again. *** This bug has been marked as a duplicate of 90480 ***