[ovs-git] Open vSwitch: Fix race condition in parallel execution of "make install". (branch-1.5)

dev at openvswitch.org dev at openvswitch.org
Mon Jul 23 19:38:16 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.5 has been updated
       via  cbef58b6978ce7d7ffa87f11ae60b98fa9927ae9 (commit)
      from  b1d868a4d834c1059fc3a458814b97fb5095e852 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cbef58b6978ce7d7ffa87f11ae60b98fa9927ae9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cbef58b6978ce7d7ffa87f11ae60b98fa9927ae9
Author: Ben Pfaff <blp at nicira.com>
		
Fix race condition in parallel execution of "make install".
		
ovs-vsctl is listed, incorrectly, in both bin_PROGRAMS and bin_SCRIPTS.
This meant that "make install" with the -j option could try to install
ovs-vsctl two times in parallel, a race that occasionally caused a build
failure, e.g.:
http://buildd.debian.org/status/fetch.php?pkg=openvswitch&arch=s390&ver=1.4.2%2Bgit20120612-5&stamp=1342851603

Debian bug #682384.
CC: 682384 at bugs.debian.org
Reported-by: Bastian Blank <waldi at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 utilities/automake.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list