Bug #1100

avatar

Parallel make builds (make -jN) sometimes fail

Added by Antonio Trande 2643 days ago. Updated 2641 days ago.

Status:New Start:01/26/2017
Priority:Normal Due date:
Assigned to:avatarMirco Bauer % Done:

0%

Category:Other
Target version:-
Complexity:

Medium

Found in Version:

1.0.5

Votes: 0

Description

Hi all.

I'm not able to compile smuxi-1.0.5 on Fedora rawhide (development branch) with mono-4.6.2.
I suspect that it's caused by a sort of incompatibility with latest version of Mono.

Build log: https://kojipkgs.fedoraproject.org//work/tasks/1844/17411844/build.log

Please, take a look.

History

Updated by Mirco Bauer 2642 days ago

avatar
  • Category changed from Common to Other

I believe this is caused by the parallel build feature of make:

+ /usr/bin/make -O -j6
Making all in lib

Can you try disabling that? (-j1)

Updated by Mirco Bauer 2642 days ago

avatar
  • Status changed from New to Feedback

Updated by Mirco Bauer 2642 days ago

avatar

PS: I just linked the 1.0.6 release on the website, it does not contain changes related to this issue but probably still good to include bugfix-only releases.

Updated by Antonio Trande 2641 days ago

avatar

Mirco Bauer wrote:

I believe this is caused by the parallel build feature of make:

[...]

Can you try disabling that? (-j1)

That was the problem.
Smuxi updated to 1.0.6 on Fedora.

Thank you.

Updated by Mirco Bauer 2641 days ago

avatar

For the record the Smuxi build system already signals the build tool to not do parallel builds with the .NOTPARALLEL:target but somehow that gets overridden/ignored.

Updated by Mirco Bauer 2641 days ago

avatar
  • Subject changed from Suspect build error with mono-4.6.2 to Parallel make builds (make -jN) sometimes fail

Updated by Mirco Bauer 2641 days ago

avatar
  • Status changed from Feedback to New
  • Complexity set to Medium

Also available in: Atom PDF