Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374191 - sys-apps/openrc: make check doesn't like simultaneous jobs
Summary: sys-apps/openrc: make check doesn't like simultaneous jobs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Lowest minor (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 22:19 UTC by Christian Ruppert (idl0r)
Modified: 2017-02-01 00:08 UTC (History)
0 users

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 Christian Ruppert (idl0r) gentoo-dev 2011-07-05 22:19:52 UTC
===> sh (check)
make[1]: Entering directory `/home/idl0r/dev/gentoo/openrc/sh'
../sh/functions.sh: line 101: eval_ecolors: command not found

Well.. we could simply force -j1 but there may be a better solution for it.
Comment 1 Matt Turner gentoo-dev 2017-01-31 20:11:43 UTC
I don't think this is related to parallel make. I see the same thing with make -j1 check:

make[1]: Entering directory '/home/mattst88/projects/openrc/sh'
../sh/functions.sh: line 113: eval_ecolors: command not found
 * Testing yesno() ...                                                                                                                                                      [ ok ]
./runtests.sh
../sh/functions.sh: line 113: eval_ecolors: command not found
 * Testing yesno() ...                                                                                                                                                      [ ok ]
make[1]: Leaving directory '/home/mattst88/projects/openrc/sh'
===> src (check)
make[1]: Entering directory '/home/mattst88/projects/openrc/src'
===> src/test (check)
make[2]: Entering directory '/home/mattst88/projects/openrc/src/test'
./runtests.sh
../../sh/functions.sh: line 113: eval_ecolors: command not found
Comment 2 William Hubbs gentoo-dev 2017-02-01 00:08:32 UTC
https://github.com/openrc/openrc/commit/85c1930

I have never been able to reproduce the issue. However, I have been advised by
William that this resolves it.

Thanks for the patch, this will be in 0.24.