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 793750 - gst-libav fails to build because of a libavcodec/x86/simple_idct.c compilation error
gst-libav fails to build because of a libavcodec/x86/simple_idct.c compilatio...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-23 12:31 UTC by Carlos Rafael Giani
Modified: 2018-02-23 19:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Rafael Giani 2018-02-23 12:31:27 UTC
With latest git master, building gst-libav has proven to be impossible so far. This is because the build fails with this error:

** No rule to make target 'libavcodec/x86/simple_idct.c', needed by 'libavcodec/x86/simple_idct.o'.  Stop.

I build GStreamer for the PC, on a Ubuntu 17.04 installation.
Comment 1 Tim-Philipp Müller 2018-02-23 13:43:44 UTC
Have you tried a fresh checkout and/or

 $ git clean -x -d -f
 $ git submodule foreach git clean -x -d -f
 $ ./autogen.sh

?
Comment 2 Carlos Rafael Giani 2018-02-23 19:07:05 UTC
I did. Didn't help. However, I completely erased my copy and did a clean git clone, and it worked. Strange. Anyway, sorry, false alert.