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

dev at openvswitch.org dev at openvswitch.org
Mon Jul 23 19:38:01 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.8 has been updated
       via  64452d5c7bfb01f2eb65ac22e394c4cc9ea1c53d (commit)
      from  9480168f21df87ec9cb0e5ec0051abbcbdd6a11a (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 64452d5c7bfb01f2eb65ac22e394c4cc9ea1c53d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=64452d5c7bfb01f2eb65ac22e394c4cc9ea1c53d
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