Jump to content


Photo

Howto build unofficial pli for your unsupported receiver


  • This topic is locked This topic is locked
2740 replies to this topic

Re: Howto build unofficial pli for your unsupported receiver #341 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 22 March 2018 - 10:31

 

I got a failure for building odroid c2

 

ERROR: Task (/home/openvix/openpli-oe-core/pli-extras/recipes-connectivity/mediatek/rt7777_3.0.0.4.bb:do_compile) failed with exit code '1'

 

Any help would be greatly appreciated

 

What is your machine name?

e.g. MACHINE=what?

 

EDIT: nevermind, just run pli-extras/update.sh and your odroid image should build fine :)

 

I am also encountering same issue while compiling for wetek-play2 & amlogic-p200. I did run pli-extras/update.sh now but again same error:

ERROR: Task (/home/tahir/openpli/openpli-oe-core/pli-extras/recipes-connectivity/mediatek/rt7777_3.0.0.4.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5023 tasks of which 4959 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/tahir/openpli/openpli-oe-core/pli-extras/recipes-connectivity/mediatek/rt7777_3.0.0.4.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1


Re: Howto build unofficial pli for your unsupported receiver #342 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 22 March 2018 - 13:27

Managed to bypass above error and compiled an image for Wetek Play2 but it is named as "openpli-enigma2-homebuild-wetek-play2.rootfs.tar.bz2" while I was expecting a micro sd card image. Can any body guide, how to convert it into an image for Micro SD card?



Re: Howto build unofficial pli for your unsupported receiver #343 steef84

  • Member
  • 7 posts

0
Neutral

Posted 22 March 2018 - 20:37

Wow good job. Wanna try e2 on wetek play 2 also. Are you sharing your builds?

Re: Howto build unofficial pli for your unsupported receiver #344 kookesam

  • Senior Member
  • 151 posts

0
Neutral

Posted 22 March 2018 - 21:25

good evening what is this error=  ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please set a MACHINE in your local.conf or environment


 



Re: Howto build unofficial pli for your unsupported receiver #345 starz

  • Senior Member
  • 59 posts

+1
Neutral

Posted 23 March 2018 - 02:24

@kookesam probably your MACHINE name is wrong.

Re: Howto build unofficial pli for your unsupported receiver #346 taree

  • Senior Member
  • 48 posts

0
Neutral

Posted 23 March 2018 - 04:21

tahir bhai our wishes for wp2 e2 come true ?

thats a very good news that u are successfull in building e2 for s905 box.

hopefully last hurdles will be passed and u will give us happy news very soon.



Re: Howto build unofficial pli for your unsupported receiver #347 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 23 March 2018 - 06:31

Wow good job. Wanna try e2 on wetek play 2 also. Are you sharing your builds?

 

 

tahir bhai our wishes for wp2 e2 come true ?

thats a very good news that u are successfull in building e2 for s905 box.

hopefully last hurdles will be passed and u will give us happy news very soon.

Here are the links of OpenPLi Homebuild for Wetek Play2 compiled by me. But since it is not an SD card image, so in my view it may not be useful in this format until we convert it to SD Card Image.

Mediafire:

http://www.mediafire....rootfs.tar.bz2

Mega:

https://mega.nz/#!60...oxWdjiIU6XjK0eQ



Re: Howto build unofficial pli for your unsupported receiver #348 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 23 March 2018 - 06:57

Managed to bypass above error and compiled an image for Wetek Play2 but it is named as "openpli-enigma2-homebuild-wetek-play2.rootfs.tar.bz2" while I was expecting a micro sd card image. Can any body guide, how to convert it into an image for Micro SD card?


Try changing https://github.com/P...c-meson.inc#L14 to

IMAGE_FSTYPES += "ext4 sdcard"

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #349 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 23 March 2018 - 07:34

 

Managed to bypass above error and compiled an image for Wetek Play2 but it is named as "openpli-enigma2-homebuild-wetek-play2.rootfs.tar.bz2" while I was expecting a micro sd card image. Can any body guide, how to convert it into an image for Micro SD card?


Try changing https://github.com/P...c-meson.inc#L14 to

IMAGE_FSTYPES += "ext4 sdcard"

 

Thanks a lot sir, I will try now to recompile.



Re: Howto build unofficial pli for your unsupported receiver #350 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 23 March 2018 - 08:40

After adding that line, I got this error:

ERROR: /home/tahir/openpli/openpli-oe-core/meta-local/recipes-local/images/my-image.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard' - possibly invalid type name or missing support class --:--:--
ERROR: Failed to parse recipe: /home/tahir/openpli/openpli-oe-core/meta-local/recipes-local/images/my-image.bb

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1


Re: Howto build unofficial pli for your unsupported receiver #351 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 23 March 2018 - 15:24

Ok missing class, You have to wait for me and my next update but I'm on vacation ;)

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #352 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 23 March 2018 - 15:39

OK, I will wait. Thanks.



Re: Howto build unofficial pli for your unsupported receiver #353 kloklo

  • Senior Member
  • 35 posts

0
Neutral

Posted 23 March 2018 - 20:07

ERROR: Task (/home/openpli-oe-core/pli-extras/meta-dream/recipes-bsp/linux/linux-dreambox_2.6.18.bb:do_compile) failed with exit code '1'
 



Re: Howto build unofficial pli for your unsupported receiver #354 WanWizard

  • PLi® Core member
  • 69,943 posts

+1,788
Excellent

Posted 23 March 2018 - 20:56

Meaning?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Howto build unofficial pli for your unsupported receiver #355 satforindo

  • Senior Member
  • 62 posts

0
Neutral

Posted 24 March 2018 - 05:09

Hi guys.

 

I'm trying to build an image for my K1 Plus, and I use the 'amlogic-p200'.

I've successfully built images for my other boxes (i.e FormulerF4 and Dinobot4K) previously.

Only when compiling for the 'amlogic-p200', this error occurs. The log is here:

Initialising tasks: 100% |###############################################################################################################################| Time: 0:00:21
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: python3-pycairo-1.10.0-r2 do_configure: Function failed: do_configure (log file is located at /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/build/tmp/work/aarch64-oe-linux/python3-pycairo/1.10.0-r2/temp/log.do_configure.15885)
ERROR: Logfile of failure stored in: /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/build/tmp/work/aarch64-oe-linux/python3-pycairo/1.10.0-r2/temp/log.do_configure.15885
Log data follows:
| DEBUG: Executing shell function do_configure
| sh: 1: bunzip2: not found
| Error: Waf cannot be unpacked, check that bzip2 support is present
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/build/tmp/work/aarch64-oe-linux/python3-pycairo/1.10.0-r2/temp/log.do_configure.15885)
ERROR: Task (/media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/python/python3-pycairo_1.10.0.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3272 tasks of which 3269 didn't need to be rerun and 1 failed.


Summary: 1 task failed:
  /media/budiarno/MAXXIO1/Enigma2/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/python/python3-pycairo_1.10.0.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

I have bzip2 installed on my Linux Mint 18.2 netbook:

# bunzip2 --version
bzip2, a block-sorting file compressor.  Version 1.0.6, 6-Sept-2010.
# bzip2 --version
bzip2, a block-sorting file compressor.  Version 1.0.6, 6-Sept-2010.

What am I actually missing here?


Edited by Budiarno, 24 March 2018 - 05:11.


Re: Howto build unofficial pli for your unsupported receiver #356 kloklo

  • Senior Member
  • 35 posts

0
Neutral

Posted 24 March 2018 - 16:35

I've experimented more than once on a system and always have one error problem

 

Initialising tasks: 100% |#######################################| Time: 0:01:23
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: linux-dreambox-2.6.18-r7.4 do_compile: oe_runmake failed
ERROR: linux-dreambox-2.6.18-r7.4 do_compile: Function failed: do_compile (log file is located at /home/elhawary/openpli-oe-core/build/tmp/work/dm800-oe-linux/linux-dreambox/2.6.18-r7.4/temp/log.do_compile.31656)
ERROR: Logfile of failure stored in: /home/elhawary/openpli-oe-core/build/tmp/work/dm800-oe-linux/linux-dreambox/2.6.18-r7.4/temp/log.do_compile.31656
Log data follows:

| DEBUG: Executing shell function do_compile
| NOTE: make -j 2 HOSTCC=gcc  HOSTCPP=gcc  -E vmlinux CC=mipsel-oe-linux-gcc  -fuse-ld=bfd LD=mipsel-oe-linux-ld.bfd
| ERROR: oe_runmake failed
| make -C /home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source O=/home/elhawary/openpli-oe-core/build/tmp/work/dm800-oe-linux/linux-dreambox/2.6.18-r7.4/build vmlinux
|   GEN     /home/elhawary/openpli-oe-core/build/tmp/work/dm800-oe-linux/linux-dreambox/2.6.18-r7.4/build/Makefile
|   CHK     include/linux/version.h
|   CHK     include/linux/utsrelease.h
|   Using /home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source as source for kernel
|   /home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source is not clean, please run 'make mrproper'
|   in the '/home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source' directory.
| make[2]: *** [prepare3] Error 1
| make[1]: *** [vmlinux] Error 2
| make: *** [vmlinux] Error 2
| make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!
| ERROR: Function failed: do_compile (log file is located at /home/elhawary/openpli-oe-core/build/tmp/work/dm800-oe-linux/linux-dreambox/2.6.18-r7.4/temp/log.do_compile.31656)
ERROR: Task (/home/elhawary/openpli-oe-core/pli-extras/meta-dream/recipes-bsp/linux/linux-dreambox_2.6.18.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1577 tasks of which 1575 didn't need to be rerun and 1 failed.


Summary: 1 task failed:
  /home/elhawary/openpli-oe-core/pli-extras/meta-dream/recipes-bsp/linux/linux-dreambox_2.6.18.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
elhawary@elhawary-OptiPlex-GX620:~/openpli-oe-core/build$
 



Re: Howto build unofficial pli for your unsupported receiver #357 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 24 March 2018 - 17:35

 

I've experimented more than once on a system and always have one error problem

 

I
|   Using /home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source as source for kernel
|   /home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source is not clean, please run 'make mrproper'
|   in the '/home/elhawary/openpli-oe-core/build/tmp/work-shared/dm800/kernel-source' directory.
|

 

Delete 'tmp' directory in openpli-oe-core/build.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Howto build unofficial pli for your unsupported receiver #358 kloklo

  • Senior Member
  • 35 posts

0
Neutral

Posted 24 March 2018 - 17:48

Thank you very much for your help and I will tell you the result



Re: Howto build unofficial pli for your unsupported receiver #359 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 24 March 2018 - 20:00

MACHINE=dm800 bitbake -c cleanall -f linux-dreambox

Re: Howto build unofficial pli for your unsupported receiver #360 kloklo

  • Senior Member
  • 35 posts

0
Neutral

Posted 25 March 2018 - 10:18

MastaG

Thank you :)




25 user(s) are reading this topic

0 members, 22 guests, 0 anonymous users


    Bing (3)