DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
DEBUG: Executing shell function do_compile
NOTE: make -j 22
ERROR: oe_runmake failed
make  all-recursive
make[1]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/build'
Making all in pkgconfig
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/build/pkgconfig'
  CP     gstreamer-0.10.pc
  CP     gstreamer-controller-0.10.pc
  CP     gstreamer-base-0.10.pc
  CP     gstreamer-net-0.10.pc
  CP     gstreamer-dataprotocol-0.10.pc
  CP     gstreamer-base-0.10-uninstalled.pc
  CP     gstreamer-0.10-uninstalled.pc
  CP     gstreamer-controller-0.10-uninstalled.pc
  CP     gstreamer-net-0.10-uninstalled.pc
  CP     gstreamer-dataprotocol-0.10-uninstalled.pc
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/build/pkgconfig'
Making all in gst
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/build/gst'
glib-mkenums \
--fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--fprod "\n/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
--ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \
../../gstreamer-0.10.36/gst/gst.h ../../gstreamer-0.10.36/gst/glib-compat.h ../../gstreamer-0.10.36/gst/gstobject.h ../../gstreamer-0.10.36/gst/gstbin.h ../../gstreamer-0.10.36/gst/gstbuffer.h ../../gstreamer-0.10.36/gst/gstbufferlist.h ../../gstreamer-0.10.36/gst/gstbus.h ../../gstreamer-0.10.36/gst/gstcaps.h ../../gstreamer-0.10.36/gst/gstchildproxy.h ../../gstreamer-0.10.36/gst/gstclock.h ../../gstreamer-0.10.36/gst/gstcompat.h ../../gstreamer-0.10.36/gst/gstdatetime.h ../../gstreamer-0.10.36/gst/gstdebugutils.h ../../gstreamer-0.10.36/gst/gstelement.h ../../gstreamer-0.10.36/gst/gstelementfactory.h ../../gstreamer-0.10.36/gst/gsterror.h ../../gstreamer-0.10.36/gst/gstevent.h ../../gstreamer-0.10.36/gst/gstfilter.h ../../gstreamer-0.10.36/gst/gstformat.h ../../gstreamer-0.10.36/gst/gstghostpad.h ../../gstreamer-0.10.36/gst/gstindex.h ../../gstreamer-0.10.36/gst/gstindexfactory.h ../../gstreamer-0.10.36/gst/gstinfo.h ../../gstreamer-0.10.36/gst/gstinterface.h ../../gstreamer-0.10.36/gst/gstiterator.h ../../gstreamer-0.10.36/gst/gstatomicqueue.h ../../gstreamer-0.10.36/gst/gstmacros.h ../../gstreamer-0.10.36/gst/gstmessage.h ../../gstreamer-0.10.36/gst/gstminiobject.h ../../gstreamer-0.10.36/gst/gstpad.h ../../gstreamer-0.10.36/gst/gstpadtemplate.h ../../gstreamer-0.10.36/gst/gstparamspecs.h ../../gstreamer-0.10.36/gst/gstpipeline.h ../../gstreamer-0.10.36/gst/gstplugin.h ../../gstreamer-0.10.36/gst/gstpluginfeature.h ../../gstreamer-0.10.36/gst/gstpoll.h ../../gstreamer-0.10.36/gst/gstpreset.h ../../gstreamer-0.10.36/gst/gstquery.h ../../gstreamer-0.10.36/gst/gstsegment.h ../../gstreamer-0.10.36/gst/gststructure.h ../../gstreamer-0.10.36/gst/gstsystemclock.h ../../gstreamer-0.10.36/gst/gsttaglist.h ../../gstreamer-0.10.36/gst/gsttagsetter.h ../../gstreamer-0.10.36/gst/gsttask.h ../../gstreamer-0.10.36/gst/gsttaskpool.h ../../gstreamer-0.10.36/gst/gsttrace.h ../../gstreamer-0.10.36/gst/gsttypefind.h ../../gstreamer-0.10.36/gst/gsttypefindfactory.h ../../gstreamer-0.10.36/gst/gsturi.h ../../gstreamer-0.10.36/gst/gstutils.h ../../gstreamer-0.10.36/gst/gstvalue.h ../../gstreamer-0.10.36/gst/gstregistry.h ../../gstreamer-0.10.36/gst/gstparse.h ../../gstreamer-0.10.36/gst/gstxml.h > gstenumtypes.h
glib-genmarshal --header --prefix=gst_marshal ../../gstreamer-0.10.36/gst/gstmarshal.list > gstmarshal.h.tmp && \
mv gstmarshal.h.tmp gstmarshal.h
glib-mkenums \
--fhead "#include \"gst_private.h\"\n#include <gst/gst.h>\n#define C_ENUM(v) ((gint) v)\n#define C_FLAGS(v) ((guint) v)\n " \
--fprod "\n/* enumerations from \"@filename@\" */" \
--vhead "GType\n@enum_name@_get_type (void)\n{\n  static gsize id = 0;\n  static const G@Type@Value values[] = {"     \
--vprod "    { C_@TYPE@(@VALUENAME@), \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail "    { 0, NULL, NULL }\n  };\n\n  if (g_once_init_enter (&id)) {\n    GType tmp = g_@type@_register_static (\"@EnumName@\", values);\n    g_once_init_leave (&id, tmp);\n  }\n\n  return (GType) id;\n}" \
../../gstreamer-0.10.36/gst/gst.h ../../gstreamer-0.10.36/gst/glib-compat.h ../../gstreamer-0.10.36/gst/gstobject.h ../../gstreamer-0.10.36/gst/gstbin.h ../../gstreamer-0.10.36/gst/gstbuffer.h ../../gstreamer-0.10.36/gst/gstbufferlist.h ../../gstreamer-0.10.36/gst/gstbus.h ../../gstreamer-0.10.36/gst/gstcaps.h ../../gstreamer-0.10.36/gst/gstchildproxy.h ../../gstreamer-0.10.36/gst/gstclock.h ../../gstreamer-0.10.36/gst/gstcompat.h ../../gstreamer-0.10.36/gst/gstdatetime.h ../../gstreamer-0.10.36/gst/gstdebugutils.h ../../gstreamer-0.10.36/gst/gstelement.h ../../gstreamer-0.10.36/gst/gstelementfactory.h ../../gstreamer-0.10.36/gst/gsterror.h ../../gstreamer-0.10.36/gst/gstevent.h ../../gstreamer-0.10.36/gst/gstfilter.h ../../gstreamer-0.10.36/gst/gstformat.h ../../gstreamer-0.10.36/gst/gstghostpad.h ../../gstreamer-0.10.36/gst/gstindex.h ../../gstreamer-0.10.36/gst/gstindexfactory.h ../../gstreamer-0.10.36/gst/gstinfo.h ../../gstreamer-0.10.36/gst/gstinterface.h ../../gstreamer-0.10.36/gst/gstiterator.h ../../gstreamer-0.10.36/gst/gstatomicqueue.h ../../gstreamer-0.10.36/gst/gstmacros.h ../../gstreamer-0.10.36/gst/gstmessage.h ../../gstreamer-0.10.36/gst/gstminiobject.h ../../gstreamer-0.10.36/gst/gstpad.h ../../gstreamer-0.10.36/gst/gstpadtemplate.h ../../gstreamer-0.10.36/gst/gstparamspecs.h ../../gstreamer-0.10.36/gst/gstpipeline.h ../../gstreamer-0.10.36/gst/gstplugin.h ../../gstreamer-0.10.36/gst/gstpluginfeature.h ../../gstreamer-0.10.36/gst/gstpoll.h ../../gstreamer-0.10.36/gst/gstpreset.h ../../gstreamer-0.10.36/gst/gstquery.h ../../gstreamer-0.10.36/gst/gstsegment.h ../../gstreamer-0.10.36/gst/gststructure.h ../../gstreamer-0.10.36/gst/gstsystemclock.h ../../gstreamer-0.10.36/gst/gsttaglist.h ../../gstreamer-0.10.36/gst/gsttagsetter.h ../../gstreamer-0.10.36/gst/gsttask.h ../../gstreamer-0.10.36/gst/gsttaskpool.h ../../gstreamer-0.10.36/gst/gsttrace.h ../../gstreamer-0.10.36/gst/gsttypefind.h ../../gstreamer-0.10.36/gst/gsttypefindfactory.h ../../gstreamer-0.10.36/gst/gsturi.h ../../gstreamer-0.10.36/gst/gstutils.h ../../gstreamer-0.10.36/gst/gstvalue.h ../../gstreamer-0.10.36/gst/gstregistry.h ../../gstreamer-0.10.36/gst/gstparse.h ../../gstreamer-0.10.36/gst/gstxml.h > gstenumtypes.c
echo "#include \"gst_private.h\"" > gstmarshal.c.tmp && \
echo "#include \"glib-object.h\"" >> gstmarshal.c.tmp && \
echo "#include \"gstmarshal.h\"" >> gstmarshal.c.tmp && \
glib-genmarshal --body --prefix=gst_marshal ../../gstreamer-0.10.36/gst/gstmarshal.list >> gstmarshal.c.tmp && \
mv gstmarshal.c.tmp gstmarshal.c
/bin/bash: line 1: glib-mkenums: command not found
/bin/bash: glib-genmarshal: command not found
Makefile:1808: recipe for target 'gstenumtypes.h' failed
make[2]: *** [gstenumtypes.h] Error 127
make[2]: *** Waiting for unfinished jobs....
Makefile:1797: recipe for target 'gstmarshal.h' failed
make[2]: *** [gstmarshal.h] Error 127
/bin/bash: line 1: glib-mkenums: command not found
/bin/bash: line 3: glib-genmarshal: command not found
Makefile:1816: recipe for target 'gstenumtypes.c' failed
make[2]: *** [gstenumtypes.c] Error 127
Makefile:1801: recipe for target 'gstmarshal.c' failed
make[2]: *** [gstmarshal.c] Error 127
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/build/gst'
Makefile:743: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/build'
Makefile:647: recipe for target 'all' failed
make: *** [all] Error 2
ERROR: Function failed: do_compile (log file is located at TOPDIR/tmp-glibc/work/i586-oe-linux/gstreamer/0.10.36-r2/temp/log.do_compile.17962)

Error details

Submitted on:
09/02/17 01:38
Error type:
Recipe
Task:
do_compile
Recipe:
gstreamer
Recipe version:
0.10.36-r2
Machine:
qemux86
Distro:
nodistro
Build system:
x86_64-linux
Target system:
i586-oe-linux
Host distro:
ubuntu-16.04
Branch:
jansa/master
Commit:
bb4d0357db8bb0ce30db55b60f41faee72c13cd7
Build:
#32021
Submitter:
Martin.Jansa@gmail.com
Similar errors:
7
Open a bug