Issue 165 - Monotone fails to build correctly with the "-j" option to make >1 (monotone)
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <53cccaa2fd7b9f8316565f13f56ff170@localhost> |
Hello, A new issue has been created and assigned to you: 165 - Monotone fails to build correctly with the "-j" option to make >1 Project: monotone Status: New Reported by: Francis Russell Labels: Type:Defect Priority:Medium Description: Steps to reproduce the problem: ------------------------------- 1. Download and untar monotone 1.0 source. 2. ./configure 3. make; make -j2 Expected result: ---------------- First make causes monotone to build. Second call to make does almost nothing. Actual results: --------------- First make invocation builds monotone. Second make call does not complete, consumes 100% CPU indefinitely. --------------- This issue was discovered while debugging build failures of Monotone under Debian. It seemed like it only affected the make check target, but it appears to affect multiple successive make invocations when using the -j option to Make. -- Issue: https://code.monotone.ca/p/monotone/issues/165/