Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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)

xapian-bindings-0.9.6-parallel-make.patch (460 bytes ) - added by Marien Zwart 19 years ago.
Add missing dependency to Makefile.am

Download all attachments as: .zip

Change History (3)

by Marien Zwart, 19 years ago

Add missing dependency to Makefile.am

comment:1 by Olly Betts, 19 years ago

Resolution: fixed
Status: newclosed

Fix committed, thanks.

comment:2 by Olly Betts, 18 years ago

Operating System: Linux
Resolution: fixedreleased
Note: See TracTickets for help on using tickets.