[Psi-Devel] make -j (was Re: Psi 0.13-rc2)

Justin Karneges justin-psi2 at affinix.com
Tue Jul 14 16:21:42 PDT 2009


On Monday 13 July 2009 11:47:17 Vladimír Jarý wrote:
> Hello, I can confirm the problem:  I am using Arch Linux x86_64 (Core2 Quad
> Q9300) with gcc 4.4.0, QtMod 4.5.1, GNU Make 3.81.
> I regularly build Psi from GIT. Last successful build with  "-j5"  flags
> was done on 30th June. Since then I have the same issue that Maxime Chéramy
> has reported. Switching to "-j1" solves the problem.

I cannot reproduce the problem here (-j2 works on a clean tarball).

Whoever does have this problem can maybe do some debugging:
  1) run configure, then make, and see what is going on at the very start (be 
prepared to hit ctrl-c quickly).  see if the src dir is active or if the src 
dir had qmake run in it.  this early in the compile, only the iris dir should 
have done anything, and nothing should happen with src until iris is 
completely finished.
  2) run make in just the iris dir.  does it succeed?
  3) run make in the base dir (which should build src).  does it succeed?

If this all succeeds, maybe someone can investigate why just running make in 
the base directory doesn't succeed.

note: if you are using a static qca then that should happen before iris.

-Justin


More information about the Psi-Devel mailing list