Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get make check to work with -j again #4930

Closed
brson opened this issue Feb 14, 2013 · 8 comments
Closed

Get make check to work with -j again #4930

brson opened this issue Feb 14, 2013 · 8 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Feb 14, 2013

Several people have mentioned recently that -j doesn't work when running tests.

@nickdesaulniers
Copy link

I just built successfully make -j check
Mac OSX 10.8.2
4 Hyper Threaded Cores

@jdm
Copy link
Contributor

jdm commented Feb 25, 2013

Did you specify -j#?

@nickdesaulniers
Copy link

From the man pages:
If the -j option is given without an argument, make will not limit the number of jobs that can run simultaneously.

@catamorphism
Copy link
Contributor

Not critical for 0.7. Nominating for milestone 5 (production-ready).

@graydon
Copy link
Contributor

graydon commented May 2, 2013

declined; we will live if it doesn't do this

@catamorphism
Copy link
Contributor

(bug triage) I run make -j8 check all the time, but if it doesn't work on some platforms, that should still be fixed.

@pnkfelix
Copy link
Member

Part of #8058

there are definitely problems relating to -j style options, but this particular bug might be too vague for us to work with. (I assume the core issue here is that -jK is not working for some K, not that the K-less variant -j is not working while the others are.)

For an example of such an issue, see #8057. (Though that is not one what I suspect to be going on here, unless people are only seeing this if they jump straight into make clean; make check instead of doing make clean; make; make check)

@pnkfelix
Copy link
Member

i'm closing this. We'll open new bugs as we discover them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

6 participants