#77 closed defect (released)
python buildings occasionally fail with parallel make
| Reported by: | Marien Zwart | Owned by: | Olly Betts |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xapian-bindings | Version: | 0.9.6 |
| Severity: | trivial | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Operating System: | Linux |
Description
To build xapian.pyc python needs to import _xapian, but the Makefile does not explicitly mention this. With just "make" this seems to just work, but with "make -j2" xapian.pyc is occasionally built in parallel with or before the actual bindings are. Patch adding a dependency attached.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | xapian-bindings-0.9.6-parallel-make.patch added |
|---|
comment:2 by , 19 years ago
| Operating System: | → Linux |
|---|---|
| Resolution: | fixed → released |
Note:
See TracTickets
for help on using tickets.

Add missing dependency to Makefile.am