Jump to content


Photo

openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed


  • Please log in to reply
28 replies to this topic

#1 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 25 August 2016 - 15:47

does anyone have any tip for this one ?

 

 

| ERROR: oe_runmake failed
|
| (-r:118280): GStreamer-WARNING **: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run. You might need to set the GST_PLUGIN_SCANNER environment variable if your setup is unusual. This should normally not be required though.
| qemu: uncaught target signal 4 (Illegal instruction) - core dumped
| Illegal instruction
| If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
| (typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
| Command '['///openpli-oe-core/build/tmp/sysroots/vuduo2/usr/bin/g-ir-scanner-qemuwrapper', '///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build/gst-libs/gst/player/tmp-introspectef9pox69/.libs/GstPlayer-1.0', '--introspect-dump=///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build/gst-libs/gst/player/tmp-introspectef9pox69/functions.txt,///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build/gst-libs/gst/player/tmp-introspectef9pox69/dump.xml']' returned non-zero exit status 1
| Makefile:1266: recipe for target 'GstPlayer-1.0.gir' failed
| make[4]: *** [GstPlayer-1.0.gir] Error 1
| make[4]: Leaving directory '///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build/gst-libs/gst/player'
| Makefile:1062: recipe for target 'player' failed
| make[3]: *** [player] Error 2
| make[3]: Leaving directory '///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build/gst-libs/gst'
| Makefile:771: recipe for target 'all-recursive' failed
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory '///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build/gst-libs'
| Makefile:947: recipe for target 'all-recursive' failed
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory '///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/build'
| Makefile:876: recipe for target 'all' failed
| make: *** [all] Error 2
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at ///openpli-oe-core/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-bad/1.8.2-r0/temp/log.do_compile.117818)
ERROR: Task ///openpli-oe-core/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.2.bb:do_compile (///openpli-oe-core/openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.2.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4025 tasks of which 4013 didn't need to be rerun and 1 failed.
 
 


Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #2 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 25 August 2016 - 15:54

 

does anyone have any tip for this one ?

 


| qemu: uncaught target signal 4 (Illegal instruction) - core dumped
| Illegal instruction

 

The qemu is crashing.

 

Disable gobject-introspection-data and see if that fixes your problem.

 

(in site.conf add the following)

 

DISTRO_FEATURES_BACKFILL_CONSIDERED += "gobject-introspection-data"

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #3 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 25 August 2016 - 16:29

Thank you. Worked.

 

This will be permanent or will be fix on gitupdate ?



Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #4 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 25 August 2016 - 16:54

This is a workaround when qemu faills...
 
I had problems with qemu when building arm image, but no problems with mips.
 
BTW I had another failure with qemu on arm and had to use GIO_MODULE_PACKAGES = "" as well to completely workaround it.
 
Here you can find more: https://lists.yoctop...ril/029579.html
 

4. I don't need introspection data (or Qemu does not work on my
combination of build host and target architecture), how can I switch it
off?

You have two options:
a ) add
DISTRO_FEATURES_BACKFILL_CONSIDERED = "gobject-introspection-data" to your
distro configuration. This will disable building introspection data using
qemu, but will still enable building introspection tools and libraries
(building them does not require the use of qemu).

b ) add
MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"
to your machine configuration. This will disable the use of qemu when
building packages for your machine; at the moment this feature is
used only by introspection recipes and has the same effect as option a),
but in the future there may be other features that this affects.


Edited by athoik, 25 August 2016 - 16:54.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #5 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 25 August 2016 - 17:03

Thanks a lot 

 

All this happened because i change distro from ubuntu 12.04LTS that is very old and changed to debian 8.5.

 

Now i have another problem

 

DEBUG: Executing python function set_image_size
DEBUG: Python function set_image_size finished
DEBUG: Executing shell function do_image_ubi
ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home//openpli-oe-core/build/tmp/deploy/images/vuduo2/openpli-enigma2-5-vuduo2.rootfs.ubifs"97136640 bytes (92.6 MiB)
/home//openpli-oe-core/build/tmp/work/vuduo2-oe-linux/openpli-enigma2-image/1.0-r0/temp/run.do_image_ubi.20452: 111: /home//openpli-oe-core/build/tmp/work/vuduo2-oe-linux/openpli-enigma2-image/1.0-r0/temp/run.do_image_ubi.20452: zip: not found
WARNING: exit code 127 from a shell command.
ERROR: Function failed: do_image_ubi (log file is located at /home//openpli-oe-core/build/tmp/work/vuduo2-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubi.20452)


Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #6 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 25 August 2016 - 17:06

zip: not found


apt-get install zip ?
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #7 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 25 August 2016 - 17:12

LoL same on me 

installed but another error again.

 

Must see what packages missing. Do we have complete Apps that needed for that ?

 

DEBUG: Executing python function set_image_size
DEBUG: Python function set_image_size finished
DEBUG: Executing shell function do_image_ubi
cp: cannot stat ‘/home/openpli-oe-core/build/tmp/work/vuduo2-oe-linux/openpli-enigma2-image/1.0-r0/rootfs/tmp/vmlinux.gz’: No such file or directory
WARNING: exit code 1 from a shell command.


Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #8 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 25 August 2016 - 17:19

There is a wiki available here: http://wiki.openpli....per-information

Feel free to update it if you find missing information.


I suggest to remove build/tmp (rm -rf build/tmp) and try again.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #9 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 25 August 2016 - 17:40

Thanks. Now finished ok.

 

made from start and all worked. Image completed succesfully.

 

Thanks a lot. 



Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #10 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 25 August 2016 - 17:42

Flash image and provide feedback ;)

Edited by athoik, 25 August 2016 - 17:42.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #11 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 25 August 2016 - 17:48

I am openpli fun more than 5 years and compile always my own. Was ununtu 12.04LTS but openpli5 now needs python 3.4 minimum after gitupdate that made today. So i decided to change distro at last. Now all back to normal. If any problem appears i will contact you. 

 

One more question. Why are not public openpli5 images ? will be or its too early ? 



Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #12 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 25 August 2016 - 17:55

It still require fixes in order to be complete...
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #13 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 26 August 2016 - 11:51

Hello again.

 

made Vuduo2 and osmini images ok yesterday 

Now trying to make for my dm8000 and getting this error

 

 

Log data follows:
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 vmlinux CC=mipsel-oe-linux-gcc  -fuse-ld=bfd LD=mipsel-oe-linux-ld.bfd
| ERROR: oe_runmake failed
|   GEN     /home//openpli-oe-core/build/tmp/work/dm8000-oe-linux/linux-dreambox/3.2-r14.19.51/build/Makefile
| scripts/kconfig/conf --silentoldconfig Kconfig
|   GEN     /home//openpli-oe-core/build/tmp/work/dm8000-oe-linux/linux-dreambox/3.2-r14.19.51/build/Makefile
|   CHK     include/linux/version.h
|   UPD     include/linux/version.h
|   CHK     include/generated/utsrelease.h
|   UPD     include/generated/utsrelease.h
|   HOSTCC  scripts/kallsyms
|   HOSTCC  scripts/conmakehash
|   Using /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source as source for kernel
|   CC      scripts/mod/empty.o
|   CC      kernel/bounds.s
|   HOSTCC  scripts/mod/mk_elfconfig
| In file included from /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/include/linux/compiler.h:48:0,
|                  from /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/include/linux/stddef.h:4,
|                  from /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/include/linux/posix_types.h:4,
|                  from /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/include/linux/types.h:17,
|                  from /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/include/linux/page-flags.h:8,
|                  from /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/kernel/bounds.c:9:
| /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/include/linux/compiler-gcc.h:105:30: fatal error: linux/compiler-gcc6.h: No such file or directory
|  #include gcc_header(__GNUC__)
|                               ^
| compilation terminated.
 
only this task left for compile all others are success 


Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #14 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 26 August 2016 - 11:56

Did you update prior trying?

 

make update


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #15 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 26 August 2016 - 13:39

yes made update before 

also 

 

git submodule init

git pull

git submodule update

 

and still the same



Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #16 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 26 August 2016 - 13:54

It seems my pull request was cherry-picked  into master instead master-next.

 

git cherry-pick d895b5f887657fab063de57a91739de9f8de2576

 

should fix it.


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #17 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 26 August 2016 - 14:18

error build image   http://mutagen.googl...m/files/mutagen



Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #18 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 26 August 2016 - 14:21

 

Error 404 ?

 

Please upload a log file to understand what the error is.


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #19 satrobinhood

  • Member
  • 16 posts

0
Neutral

Posted 26 August 2016 - 14:24

Still the same

 

Log data follows:
| NOTE: base_contains is deprecated, please use bb.utils.contains instead.
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 vmlinux CC=mipsel-oe-linux-gcc  -fuse-ld=bfd LD=mipsel-oe-linux-ld.bfd
| ERROR: oe_runmake failed
|   GEN     /home//openpli-oe-core/build/tmp/work/dm8000-oe-linux/linux-dreambox/3.2-r14.19.51/build/Makefile
|   CHK     include/linux/version.h
|   Using /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source as source for kernel
|   /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source is not clean, please run 'make mrproper'
|   in the '/home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source' directory.
| /home//openpli-oe-core/build/tmp/work-shared/dm8000/kernel-source/Makefile:969: recipe for target 'prepare3' failed
| make[2]: *** [prepare3] Error 1
| Makefile:130: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:26: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: Function failed: do_compile (log file is located at /home//openpli-oe-core/build/tmp/work/dm8000-oe-linux/linux-dreambox/3.2-r14.19.51/temp/log.do_compile.33980)


Re: openpli 5 gstreamer1.0-plugins-bad_1.8.2 failed #20 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 26 August 2016 - 14:27

WARNING: python-mutagen-1.18-r1 do_fetch: Failed to fetch URL http://mutagen.googlecode.com/files/mutagen-1.18.tar.gz, attempting MIRRORS if available
ERROR: python-mutagen-1.18-r1 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-5mStp4X0Yo"; export SSH_AUTH_SOCK="/run/user/1000/keyring-aPabz7/ssh"; export PATH="/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/python-native:/home/daimon/80002/openpli-oe-core/openembedded-core/scripts:/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/mipsel-oe-linux:/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/dm8000/usr/bin/crossscripts:/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin:/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/x86_64-linux/sbin:/home/daimon/80002/openpli-oe-core/build/tmp/sysroots/x86_64-linux/bin:/home/daimon/80002/openpli-oe-core/openembedded-core/scripts:/home/daimon/80002/openpli-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/daimon"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/daimon/80002/openpli-oe-core/sources 'http://mutagen.googlecode.com/files/mutagen-1.18.tar.gz' --progress=dot -v failed with exit code 8, output:
--2016-08-26 15:13:53--  http://mutagen.googlecode.com/files/mutagen-1.18.tar.gz
Resolving mutagen.googlecode.com (mutagen.googlecode.com)... 64.233.184.82, 2a00:1450:400c:c07::52
Connecting to mutagen.googlecode.com (mutagen.googlecode.com)|64.233.184.82|:80... connected.
NOTE: Tasks Summary: Attempted 1527 tasks of which 1510 didn't need to be rerun and 1 failed.




4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users