[Bug 758029] Install race in helpers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 13 00:41:31 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758029

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 09aa20746a0fef97fb811c5503928c13a1f55eb5
Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Nov 12 19:46:44 2015 +0000

    helpers: fix install race

    The install hook needs to be a install-data-hook not an install-exec-hook
as the
    helpers are installed into helperdir which is considered data (only path
    variables with "exec" in are considered executables).

    The explicit dependency on install-helpersPROGRAMS was an attempt at
solving
    this, but this causes occasional races where install-helpersPROGRAMS can
run
    twice in parallel (once via install-all, once via the hook's dependency).

    https://bugzilla.gnome.org/show_bug.cgi?id=758029

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


More information about the gstreamer-bugs mailing list