Bug #1100
Parallel make builds (make -jN) sometimes fail
Status: | New | Start: | 01/26/2017 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco 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 2856 days ago
- 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 2856 days ago
- Status changed from New to Feedback
Updated by Mirco Bauer 2856 days ago
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 2855 days ago
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 2855 days ago
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 2855 days ago
- Subject changed from Suspect build error with mono-4.6.2 to Parallel make builds (make -jN) sometimes fail
Updated by Mirco Bauer 2855 days ago
- Status changed from Feedback to New
- Complexity set to Medium