Jump to content


countpierre

Member Since 8 Aug 2020
Offline Last Active 12 Oct 2020 06:31
-----

Topics I've Started

Development Build DM8000

12 August 2020 - 15:25

I have the following error :

 

"

ERROR: Failed to spawn fakeroot worker to run OpenPLi-develop/openembedded-core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.2.bb:do_install: [Errno 32] Broken pipe
WARNING: OpenPLi-develop/bitbake/lib/bb/runqueue.py:2128: ResourceWarning: unclosed file <_io.BufferedWriter name=27>
  return True
WARNING: OpenPLi-develop/bitbake/lib/bb/runqueue.py:2128: ResourceWarning: unclosed file <_io.BufferedReader name=28>
  return True

"

 

Any ideas?


Dm8000 build error

8 August 2020 - 09:58

I have building OpenPLi images for many years, but have recently hit a problem.

 

I rebuilt the build environment on my build machine which runs Debian "stretch".

 

I am now getting a compile error when the build gets to enigma2-plugin-systemplugins-servicemp3.

 

The error:

"

../../git/servicemp3/servicemp3.cpp:151:27: error: invalid new-expression of abstract class type 'eServiceMP3'
  ptr = new eServiceMP3(ref);
                                            ^

"

The enigma2 compile and everything to this point works fine.

 

help please.