[Bug 789596] New: gstreamer build fails if .git isn't in the expected place

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Oct 28 16:28:46 UTC 2017


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

            Bug ID: 789596
           Summary: gstreamer build fails if .git isn't in the expected
                    place
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: don't know
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: a.j.buxton at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Because of:

    https://cgit.freedesktop.org/gstreamer/gstreamer/tree/autogen.sh#n37

If the .git directory is not at the top of the repository then this will fail.

There are multiple reasons why this might be the case: the repository might be
a submodule of some other, or the working dir may have been checked out to a
different place.

This also affects the meson build system, see:

    https://cgit.freedesktop.org/gstreamer/gstreamer/tree/meson.build#n454

And it also affects all gstreamer plugin repositories which use the common
submodule.


The actual location of the .git directory can be found with:

    git rev-parse --git-dir

-- 
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