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

dev at openvswitch.org dev at openvswitch.org
Mon Jul 23 19:38:06 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.7 has been updated
       via  90af85e4d0233eedad912c71b593cdd41ff6cd94 (commit)
      from  70b2a704a855573bc18dac1e6a5ee587aaa75b0c (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 90af85e4d0233eedad912c71b593cdd41ff6cd94
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=90af85e4d0233eedad912c71b593cdd41ff6cd94
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