After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758325 - fix `make distcheck`
fix `make distcheck`
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 758397
 
 
Reported: 2015-11-19 10:31 UTC by Víctor Manuel Jáquez Leal
Modified: 2016-02-05 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Víctor Manuel Jáquez Leal 2015-11-19 10:31:48 UTC
`make distcheck` target is broken:

1\ The new libvpx (commit f06798) can't be built in distcheck because its new directory structure
2\ gtk-doc generation fails

A related task to use the common module from gstreamer, and, with it, 2\ can be fixed easily.
Comment 1 sreerenj 2015-11-20 14:27:45 UTC
Issue 1 seems to be fixed:
commit f355e62170d75ceb2c7eccb5cebdd583e2f27e46
Author: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Date:   Wed Nov 18 20:48:30 2015 +0100

    build: libvpx: update the sources lists
    
    `make dist` broke since commit f06798 (libvpx: Update the submodule to
    libvpx-1.4.0) because the sources.frag does not contain all the module
    sources.
    
    This patch updates thoroughly the sources.
    
    Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755525
Comment 2 Víctor Manuel Jáquez Leal 2016-02-05 12:10:15 UTC
This problem has been fixed in the unstable development version (bug #759192). The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.