[Bug 12029] Makefile missing dep gives parallel race for rounding.h

samba-bugs at samba.org samba-bugs at samba.org
Wed Jul 20 07:22:24 UTC 2016


https://bugzilla.samba.org/show_bug.cgi?id=12029

--- Comment #1 from Greg Whiteley <greg.whiteley at gmail.com> ---
Created attachment 12280
  --> https://bugzilla.samba.org/attachment.cgi?id=12280&action=edit
Patch to depend on generated proto.h for rounding.h

The temporary `rounding` requires rsync.h to be includable, which requires
proto.h to have been pre-generated

Generation of rounding.h seems to be the only exception to the proto.h
dependencies applied by line 96:

> $(OBJS): $(HEADERS)


This is almost certainly a duplicate of bug 10910, however without context in
that error report I cannot be sure.

If they are duplicate then the patch attached to bug 10910 is not correct as
proto.h rsync.h is source and not generated by make, and thus its "up-to-date"
status is dependent on checkout ordering.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list