Jump to content


Photo

Thud branch.


  • Please log in to reply
101 replies to this topic

Re: Thud branch. #81 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 28 November 2019 - 11:45

Yes, thud works good and I do not see any issues.

Please check the eudev option as this works pretty nice and I hope in upcoming dev branch this is set as standard and see what still need to been fix for this "big" change.

 

 

Probably global issue as I test only with thud from some weeks:

On some reason a backup/restore file is placed on my USB stick.

When I install a new image I get direct a popup if I would restore the settings.

1. The restore settings seems to been made on a different box and model number. So there is no check if the restore image is from the right box?

2. When I say No it tries to install the packages...

3. When that fails because I have no online feeds it will come back in enigma2 and you get again the same restore question. When I select for second no it will go further with normal installation.

 

As told probably it's general issues but it should been check.


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Thud branch. #82 littlesat

  • PLi® Core member
  • 56,260 posts

+691
Excellent

Posted 28 November 2019 - 11:49

1. It will take the restore from the specific box on MAC address. When it is not available to takes the one from the softlink
2. It should not install anything when you select no
3. When there is non feed after e2 restart indeed the auto install is repeated

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Thud branch. #83 DimitarCC

  • PLi® Contributor
  • 1,329 posts

+46
Good

Posted 28 November 2019 - 15:33

Hello,

Well i am not sure is the right place to ask but i got totally confused so can someone clarify what is Thud branch?

And what is the difference from develop branch?

I see there is two different versions of enigma in github one is oe-core and another is "normal"?

In the latest beta 7.2 from which branch is built? From oe-core one or from normal one?

Is the Thud branch contains all fixes and enhancements that are included in 7.2?

 

Thanks in advance.


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & Triax 78 (39E)


Re: Thud branch. #84 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 28 November 2019 - 18:04

Latest public available rc7.2 images are build from rc branch (https://github.com/O...oe-core/tree/rc).

Normal develop takes place in develop branch.

We want to switch to new openembedded version in near future. To test and develop this I have created the thud branch (because the Openembedded version is called thud). At the moment thud and develop branch contains similar fixes/enhancements(except the underlying openembedded version). But this can differ again more and more.

Thud is experimental! It might change every day and it also might be deleted whenever we want. So don't use it unless you really know what you are doing.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Thud branch. #85 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 4 August 2020 - 16:45

Hi, is it possible build from develop branch by using python3? Because i get stuck

ERROR: initscripts-1.0-r155 do_package: Fatal errors occurred in subprocesses:
Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/umountfs']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/umountfs']' died with <Signals.SIGSYS: 31>.

Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/halt']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/halt']' died with <Signals.SIGSYS: 31>.

Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/urandom']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/urandom']' died with <Signals.SIGSYS: 31>.

Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/umountnfs.sh']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['file', '-b', '/home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/package/etc/init.d/umountnfs.sh']' died with <Signals.SIGSYS: 31>.


ERROR: Logfile of failure stored in: /home/davide/openpli_dev/openpli-oe-core/build/tmp/work/mips32el-oe-linux/initscripts/1.0-r155/temp/log.do_package.835690
ERROR: Task (/home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1077 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/davide/openpli_dev/openpli-oe-core/openembedded-core/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

It's seem related to python


Edited by dax, 4 August 2020 - 16:46.


Re: Thud branch. #86 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 4 August 2020 - 17:22

I have the same error on NATIVELSBSTRING      = "manjaro".

I haven't found a solution yet.There is one suggestion https://lists.yoctop...sys/70908401?p= but it didn't work for me.



Re: Thud branch. #87 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 5 August 2020 - 14:24

So the only way is to build using python2, right?



Re: Thud branch. #88 Pr2

  • PLi® Contributor
  • 6,070 posts

+257
Excellent

Posted 5 August 2020 - 14:55

Yes the whole python code is not yet compatible with python 3 so we are still on python 2.


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Thud branch. #89 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 5 August 2020 - 15:34

Yes the whole python code is not yet compatible with python 3 so we are still on python 2.

Thanks, i will try to build using python2.



Re: Thud branch. #90 WanWizard

  • PLi® Core member
  • 68,544 posts

+1,737
Excellent

Posted 5 August 2020 - 15:53

There is a difference between what Enigma needs (which is Python 2) vs what Bitbake needs to build. The errors above are bitbake errors, from the build process.

 

This seems to be the culprit: https://patchwork.op...g/patch/165913/

 

If someone can confirm that, we can add a bbappend for it.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: Thud branch. #91 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 5 August 2020 - 18:40

Tried removing "--disable-libseccomp" the same error.Added meta python2-error.

I tried to collect from meta-dunfell-collected without errors,almost.

Build Configuration:
BB_VERSION           = "1.46.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "manjaro"
TARGET_SYS           = "arm-oe-linux-gnueabi"
MACHINE              = "et1x000"
DISTRO               = "openpli"
DISTRO_VERSION       = "develop"
TUNE_FEATURES        = "arm vfp cortexa15 neon vfpv4 callconvention-hard"
TARGET_FPU           = "hard"
meta-oe              
meta-filesystems     
meta-multimedia      
meta-networking      
meta-python          
meta-webserver       = "dunfell:cc6fc6b1641ab23089c1e3bba11e0c6394f0867c"
meta                 = "dunfell:7ce425fa1295a9dca48f8474be58db3ac8aa540d"
meta-python2         = "dunfell:e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d"
meta-openpli         
meta-dream           = "develop:4264b589544ec684683257408f985eafdd840b0a"
meta-vuplus          = "HEAD:e14a30ab57139463596299ff8f609e9dfd707eb1"
meta-xsarius.pli5    = "HEAD:a34584060942c7d8b6a3d31346b07ef4da058814"
meta-qviart          = "HEAD:405a48b0b49afb75735a3218737dbda841ea179c"
meta-xp              = "HEAD:88108487c4b00340f3f663b72496c2916f9963b7"
meta-xtrend          = "HEAD:24e56e7a49333f92d94cc283b730fd3d4fc3b9d7"
meta-formuler        = "HEAD:a4bc6e6353283860d76f0411e5ac9e0c3bf3fe01"
meta-gfutures        = "HEAD:0caafad88034a0a23826bf7d94d3528b1d97858a"
meta-xpeedc          = "HEAD:e9292d17bc94c8c68b1ab3a0e54c126c712a9313"
meta-zgemma          = "HEAD:cd32502d9fa74dd244363b3ab20ac61685e4eedc"
meta-edision         = "HEAD:555a69b4e06f2b4e3074743c88f6bac1b333cfb2"
meta-miraclebox      = "HEAD:ddd0ef7532215793ebbf38afc4cf84b8a4bcfe99"
meta-spycat          = "HEAD:38174b4aa036915abfb98ebcf04820f285c21656"
meta-gi              = "develop:4264b589544ec684683257408f985eafdd840b0a"
meta-sab             = "HEAD:8aabe51e555121ddc7ba02839a70108591d8a62a"
meta-gigablue        = "HEAD:05bdef91f5fecb26c0e5294ad8d1cd0643811237"
meta-amiko           = "HEAD:7e6a6277b68d14ce160055958990f536bbd68e8d"
meta-axasuhd         = "HEAD:198650f8ed78951c092956cf3982dd6a101ed2a2"
meta-maxytec         = "HEAD:f33b3ea05fae8d399331736b0d3c7f5c8ee05d0a"
meta-octagon         = "HEAD:4c2bd7a4102cbd0b297ffab5506650681f252cdb"
meta-uclan           = "HEAD:1d50f15bebc3cdffc08ebb292b7798b736d041d1"
meta-local           = "develop:4264b589544ec684683257408f985eafdd840b0a"
meta-qt5             = "dunfell:0e7015f7a86dda995a39662edbb5c26da647c496"

Initialising tasks: 100% |#######################################| Time: 0:00:06
Sstate summary: Wanted 652 Found 637 Missed 15 Current 1699 (97% match, 99% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 7289 tasks of which 7241 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.
[foxbob@foxbob-systemproductname openpli-oe-core]$


Re: Thud branch. #92 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 10 August 2020 - 16:16

On archlinux machine same error (python2 or python3) of post https://forums.openp...dpost&p=1241646 on develop branch



Re: Thud branch. #93 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 10 August 2020 - 16:38

Yes,I have a build error on Arch Linux.I have found a possible solution but I can't.

System file error - file 5.39-1,need to turn on "--enable-libseccomp" and add patch.

 

Attached Files



Re: Thud branch. #94 Opvolger

  • Member
  • 9 posts

0
Neutral

Posted 19 December 2020 - 22:38

I run into the same problem with Manjaro.

First tried to follow the developers manual. From which I concluded that I still have to install BitBake. Neatly made a PKGBUILD file for this. But soon found out that these are included with the code (version 1.44)

BitBake (1.44) requires at least python version 3.5.0. So Build MUST even with python3.

But I'm stuck at the same point as dax.

I already had 2 problems before I came here.

1 Error: usr / bin / ld: scripts / dtc / dtc-parser.tab.o :(. Bss + 0x50): multiple definition of 'yylloc'; scripts / dtc / dtc-lexer.lex.o:

solved by making an adjustment in dtc-lexer.l

YYLTYPE yylloc; -> external YYLTYPE yylloc;

Hereafter a problem because I have a gcc version that is too new (10).

2 Error: 'sys_siglist' undeclared

This solved by the following adjustment in
/build/tmp/work/x86_64-linux/groff-native/1.22.4-r0/groff-1.22.4/src/roff/groff/pipeline.c


 

#ifdef NSIG
#if HAVE_DECL_SYS_SIGLIST
  if (n >= 0 && n < NSIG && strsignal(n) != 0)
    return strsignal(n);
#endif /* HAVE_DECL_SYS_SIGLIST */
#endif /* NSIG */
  sprintf(buf, "Signal %d", n);
  return buf;
}

But now:

[opvolger@opvolger openpli-oe-core]$ MACHINE=sf8008 make image
Building image for sf8008
Loading cache: 100% |###################################################################################| Time: 0:00:00
Loaded 4191 entries from dependency cache.
Parsing recipes: 100% |#################################################################################| Time: 0:00:09
Parsing of 3323 .bb files complete (3031 cached, 292 parsed). 4483 targets, 620 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.44.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "manjaro"
TARGET_SYS           = "arm-oe-linux-gnueabi"
MACHINE              = "sf8008"
DISTRO               = "openpli"
DISTRO_VERSION       = "homebuild"
TUNE_FEATURES        = "arm vfp cortexa15 neon vfpv4 callconvention-hard"
TARGET_FPU           = "hard"
meta-oe              
meta-filesystems     
meta-multimedia      
meta-networking      
meta-python          
meta-webserver       = "HEAD:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta                 = "HEAD:db8ceed8f2eca92a4cffe8295481d8041281fdd0"
meta-openpli         = "develop:bd5de639eadfedb62a2799ae42b98e84346cf915"
meta-dream           = "HEAD:ee521e211359ff0a1c96aba732d341c8c7542795"
meta-vuplus          = "HEAD:11ee3e3a340301b94c237c9917a3df5a34f3d82f"
meta-xsarius.pli5    = "HEAD:aeff9d3f0ca0426204e0cfe71ee2d146c3a4bd22"
meta-qviart          = "HEAD:658b202860d2474e6856d95b3a864ffe6fc18338"
meta-xp              = "HEAD:06604806bd0979fa7551d7509b7d331649c3c9d7"
meta-xtrend          = "HEAD:26b5218d7312f85bbb9dc829df81b55862a4be75"
meta-formuler        = "HEAD:7d357becbc8aca5ac952ff9b435054790402ff4a"
meta-gfutures        = "HEAD:fa638ecd9b8b69d823a9852034f649b75e8007c7"
meta-xpeedc          = "HEAD:c2c48cfc36b2eb443e56df9de3f93e4051ed16e0"
meta-zgemma          = "HEAD:87f3c9785b60b44431873a8c55ed51bb19cf818f"
meta-edision         = "HEAD:04c0e16d8fd5c1ceaab74340aeaa1e36cfe36457"
meta-miraclebox      = "HEAD:85fa16b86a70d073bbf8d5c9c2b0173dcc177489"
meta-spycat          = "HEAD:efddb7b23bb78b636bc4340d8f49f865d1fa702e"
meta-gi              = "HEAD:09bca41908b28666cd5e7b0a816b81248cd9d574"
meta-sab             = "HEAD:2785e19a5ccd9b700758c9dd12319c2cb12f5c70"
meta-gigablue        = "HEAD:f28d6b436e215a21b75274b29686befe5b4780ea"
meta-amiko           = "HEAD:94c7bb8f27fd45742a6d21492007e2534fbe9012"
meta-axasuhd         = "HEAD:2ded7f8166040d0c5a46c4f34bfd32da66677def"
meta-maxytec         = "HEAD:edf7e3614970fb2a8ac2e68de319bbb8ec717237"
meta-octagon         = "HEAD:e5dd0cdbdd9aed10e237985bd2602dc7a30895d3"
meta-uclan           = "HEAD:9e1d46d597c34f5cc23080fa9cc36561c127aa21"
meta-local           = "develop:bd5de639eadfedb62a2799ae42b98e84346cf915"
meta-qt5             = "HEAD:852e279a45da2b68719fecdaad3573b2ada9558c"

Initialising tasks: 100% |##############################################################################| Time: 0:00:04
Sstate summary: Wanted 1796 Found 4 Missed 1792 Current 317 (0% match, 15% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: initscripts-1.0-r155 do_package: Fatal errors occurred in subprocesses:
Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/rmnologin.sh']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/rmnologin.sh']' died with <Signals.SIGSYS: 31>.    

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/mountnfs.sh']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/mountnfs.sh']' died with <Signals.SIGSYS: 31>.     

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/rmnologin.sh']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):                                                                                                                      
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/rmnologin.sh']' died with <Signals.SIGSYS: 31>.    

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/mountnfs.sh']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/mountnfs.sh']' died with <Signals.SIGSYS: 31>.     

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/halt']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):       
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/halt']' died with <Signals.SIGSYS: 31>.            

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/sendsigs']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):   
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/sendsigs']' died with <Signals.SIGSYS: 31>.        

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/umountnfs.sh']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):                                                                                                                      
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/package/etc/init.d/umountnfs.sh']' died with <Signals.SIGSYS: 31>.    


ERROR: Logfile of failure stored in: /home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/initscripts/1.0-r155/temp/log.do_package.1886043                                                              
ERROR: Task (/home/opvolger/code/openpli-oe-core/openembedded-core/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package) failed with exit code '1'
ERROR: base-files-3.0.14-r89 do_package: Fatal errors occurred in subprocesses:
Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/base-files/3.0.14-r89/package/etc/skel/.bashrc']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/base-files/3.0.14-r89/package/etc/skel/.bashrc']' died with <Signals.SIGSYS: 31>.                          

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/base-files/3.0.14-r89/package/etc/skel/.profile']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/base-files/3.0.14-r89/package/etc/skel/.profile']' died with <Signals.SIGSYS: 31>.                         


ERROR: Logfile of failure stored in: /home/opvolger/code/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/base-files/3.0.14-r89/temp/log.do_package.1886067
ERROR: Task (/home/opvolger/code/openpli-oe-core/openembedded-core/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package) failed with exit code '1'
ERROR: glibc-2.30-r0 do_package: Fatal errors occurred in subprocesses:
Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libc-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libc-2.30.so']' died with <Signals.SIGSYS: 31>.                  

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libdl-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):            
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libdl-2.30.so']' died with <Signals.SIGSYS: 31>.                 

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libutil-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):          
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libutil-2.30.so']' died with <Signals.SIGSYS: 31>.               

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libanl-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):           
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libanl-2.30.so']' died with <Signals.SIGSYS: 31>.                

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libresolv-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):        
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libresolv-2.30.so']' died with <Signals.SIGSYS: 31>.             

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libnss_hesiod-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libnss_hesiod-2.30.so']' died with <Signals.SIGSYS: 31>.         

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libnss_compat-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libnss_compat-2.30.so']' died with <Signals.SIGSYS: 31>.         

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libpthread-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):       
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libpthread-2.30.so']' died with <Signals.SIGSYS: 31>.            

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libm-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):             
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libm-2.30.so']' died with <Signals.SIGSYS: 31>.                  

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libBrokenLocale-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):  
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run                  
    ret = self._target(*self._args, **self._kwargs)                                                                    
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf              
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")                   
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output                                                   
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,                                                   
  File "/usr/lib/python3.8/subprocess.py", line 512, in run                                                            
    raise CalledProcessError(retcode, process.args,                                                                    
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libBrokenLocale-2.30.so']' died with <Signals.SIGSYS: 31>.

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libnss_db-2.30.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libnss_db-2.30.so']' died with <Signals.SIGSYS: 31>.

Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libthread_db-1.0.so']' died with <Signals.SIGSYS: 31>.: Traceback (most recent call last):
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/utils.py", line 276, in run
    ret = self._target(*self._args, **self._kwargs)
  File "/home/opvolger/code/openpli-oe-core/openembedded-core/meta/lib/oe/package.py", line 74, in is_elf
    result = subprocess.check_output(["file", "-b", path], stderr=subprocess.STDOUT).decode("utf-8")
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['file', '-b', '/home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/package/lib/libthread_db-1.0.so']' died with <Signals.SIGSYS: 31>.


ERROR: Logfile of failure stored in: /home/opvolger/code/openpli-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/glibc/2.30-r0/temp/log.do_package.1886013
ERROR: Task (/home/opvolger/code/openpli-oe-core/openembedded-core/meta/recipes-core/glibc/glibc_2.30.bb:do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1552 tasks of which 1537 didn't need to be rerun and 3 failed.

Summary: 3 tasks failed:
  /home/opvolger/code/openpli-oe-core/openembedded-core/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package
  /home/opvolger/code/openpli-oe-core/openembedded-core/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package
  /home/opvolger/code/openpli-oe-core/openembedded-core/meta/recipes-core/glibc/glibc_2.30.bb:do_package
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
make: *** [Makefile:129: image] Error 1



Re: Thud branch. #95 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 22 December 2020 - 19:10

I put back this update https://github.com/O...8b273dd17f1ec00 and hbbtv works.

 

True I only returned back libupnp.Check someone else.

Attached Files



Re: Thud branch. #96 WanWizard

  • PLi® Core member
  • 68,544 posts

+1,737
Excellent

Posted 22 December 2020 - 19:29

Which hbbtv? Odd that it would need upnp, does it try to open ports on a router or so?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: Thud branch. #97 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 22 December 2020 - 19:41

Of course it’s strange,but it works.Maybe it’s just like that for me.



Re: Thud branch. #98 WanWizard

  • PLi® Core member
  • 68,544 posts

+1,737
Excellent

Posted 22 December 2020 - 19:43

On which box, which which HbbTV browser?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: Thud branch. #99 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 22 December 2020 - 19:49

et11000,webkit-classic.



Re: Thud branch. #100 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 26 December 2020 - 19:22

And on VU+ also,returned back libupnp and hbbtv work.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users