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 629827 - [regression] playback: Switch to gstfactorylist from core
[regression] playback: Switch to gstfactorylist from core
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-16 07:13 UTC by Oleksij Rempel
Modified: 2010-09-16 07:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oleksij Rempel 2010-09-16 07:13:33 UTC
i can't compile git after this commit:

commit 9e0358930d05c7306fb3998c280f8aafb9f3f39d
Author: Edward Hervey <edward.hervey@collabora.co.uk>
Date:   Fri Aug 6 11:53:38 2010 +0200

    playback: Switch to gstfactorylist from core
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626181




make[4]: Entering directory `/home/lex/tmp/gst-plugins-base/gst/playback'
make[4]: *** No rule to make target `gstfactorylists.c', needed by `libgstplaybin_la-gstfactorylists.lo'.  Stop.
make[4]: Leaving directory `/home/lex/tmp/gst-plugins-base/gst/playback'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/lex/tmp/gst-plugins-base/gst/playback'
make[2]: *** [playback] Error 2
make[2]: Leaving directory `/home/lex/tmp/gst-plugins-base/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lex/tmp/gst-plugins-base'
make: *** [all] Error 2
Comment 1 Edward Hervey 2010-09-16 07:18:03 UTC
the changed Makefile.am should have cause the Makefile to be regenerated.

If that doesn't happen, re-run autogen.sh
Comment 2 Oleksij Rempel 2010-09-16 07:32:42 UTC
You right
my bad :/