[Bug 793234] New: Building for Android with gstreamer-1.0.mk fails

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 7 06:58:10 UTC 2018


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

            Bug ID: 793234
           Summary: Building for Android with gstreamer-1.0.mk fails
    Classification: Platform
           Product: GStreamer
           Version: 2.x
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: sschadt at supra-elektronik.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Building GStreamer 1.12.4 with Android NDK on Windows fails.
Following error message is reported:


-->
GStreamer      : [GEN] => gst-build-armeabi/gstreamer_android.c
Done rm
Done mkdir

Der Befehl "#" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

Done cp

make: *** [genstatic_armeabi] Error 1
make: *** Waiting for unfinished jobs....
<--


The German sentence means, that the "#" command is spelled incorrectly or
missing.

I traced this back to following code in gstreamer-1.0.mk:


-->
genstatic_$(TARGET_ARCH_ABI):
    @$(HOST_ECHO) "GStreamer      : [GEN] => $(PRIV_C)"
    @$(call host-mkdir,$(PRIV_B_DIR))
    @# android-studio doesn't seem to like line continuation characters when
executing shell commands
    @$(SED_LOCAL) "s/@PLUGINS_DECLARATION@/$(PRIV_P_D)/g" $(PRIV_C_IN) |
$(SED_LOCAL) "s/@PLUGINS_REGISTRATION@/$(PRIV_P_R)/g" | $(SED_LOCAL)
"s/@G_IO_MODULES_LOAD@/$(PRIV_G_L)/g" | $(SED_LOCAL)
"s/@G_IO_MODULES_DECLARE@/$(PRIV_G_R)/g" > $(PRIV_C)
<--


Problem is solved if the "@# android-studio..." line is removed.

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