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 795885 - Autogen/Configure fails
Autogen/Configure fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
git master
Other Linux
: Normal critical
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-07 14:55 UTC by U. Artie Eoff
Modified: 2018-05-07 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix configure.ac (791 bytes, patch)
2018-05-07 15:01 UTC, U. Artie Eoff
committed Details | Review

Description U. Artie Eoff 2018-05-07 14:55:17 UTC
$ ./autogen.sh --disable-silent-rules --prefix="/opt/media/install" --disable-gtk-doc --disable-wayland

configure.ac:1089: error: required file 'gst-libs/gst/base/Makefile.in' not found

Bad Commit is:

commit 77527d67abe4ac74e51618953f69ae52c68cca06
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Sat May 5 17:57:49 2018 +0200

    libs: remove gstbitwriter
    
    Since it is deployed in gstreamer-core, there is no need to use
    our custom version.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795848
Comment 1 U. Artie Eoff 2018-05-07 15:01:44 UTC
Created attachment 371775 [details] [review]
fix configure.ac
Comment 2 Sebastian Dröge (slomo) 2018-05-07 15:37:20 UTC
commit 9229780b262481697559def0ce4ed52ccd05ceba (HEAD -> master, origin/master, origin/HEAD)
Author: U. Artie Eoff <ullysses.a.eoff@intel.com>
Date:   Mon May 7 07:59:25 2018 -0700

    fix configure.ac regression
    
    Fixes regression introduced by 77527d67abe
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795885