Jump to content


andrejicd

Member Since 29 Jun 2018
Offline Last Active 25 Jun 2024 06:20
-----

Posts I've Made

In Topic: OpenPLi-py3

1 June 2022 - 17:44

 

Where can I find OpenPLi-Pyt3 test image ?

 

For Vu zero 4K you can here https://www.mediafir...zn5nketq2/IMAGE
 
for the others I do not know

In Topic: OpenPLi-py3

19 March 2022 - 21:13

 

Is the problem with me or you

do I need to delete the BUILD folder

 

 

ERROR: enigma2-plugin-extensions-openwebif-gitAUTOINC+6ab96145aa-r0 do_package: Error executing a python function in exec_python_func() autogenerated:

 
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:do_package(d)
     0003:
File: '/home/andrejicd/openpli-oe-core/openembedded-core/meta/classes/package.bbclass', lineno: 2396, function: do_package
     2392:    # Setup PKGD (from D)
     2393:    ###########################################################################
     2394:
     2395:    for f in (d.getVar('PACKAGEBUILDPKGD') or '').split():
 *** 2396:        bb.build.exec_func(f, d)
     2397:
     2398:    ###########################################################################
     2399:    # Split up PKGD into PKGDEST
     2400:    ###########################################################################
File: '/home/andrejicd/openpli-oe-core/bitbake/lib/bb/build.py', lineno: 194, function: exec_func
     0190:    flags = d.getVarFlags(func)
     0191:    cleandirs = flags.get('cleandirs') if flags else None
     0192:    if cleandirs:
     0193:        for cdir in d.expand(cleandirs).split():
 *** 0194:            bb.utils.remove(cdir, True)
     0195:            bb.utils.mkdirhier(cdir)
     0196:
     0197:    if flags and dirs is None:
     0198:        dirs = flags.get('dirs')
File: '/home/andrejicd/openpli-oe-core/bitbake/lib/bb/utils.py', lineno: 697, function: remove
     0693:        # shutil.rmtree(name) would be ideal but its too slow
     0694:        cmd = []
     0695:        if ionice:
     0696:            cmd = ['ionice', '-c', '3']
 *** 0697:        subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path))
     0698:        return
     0699:    for name in glob.glob(path):
     0700:        try:
     0701:            os.unlink(name)
File: '/usr/lib/python3.8/subprocess.py', lineno: 364, function: check_call
     0360:    if retcode:
     0361:        cmd = kwargs.get("args")
     0362:        if cmd is None:
     0363:            cmd = popenargs[0]
 *** 0364:        raise CalledProcessError(retcode, cmd)
     0365:    return 0
     0366:
     0367:
     0368:def check_output(*popenargs, timeout=None, **kwargs):
Exception: subprocess.CalledProcessError: Command '['rm', '-rf', '/home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/package']' died with <Signals.SIGABRT: 6>.
 
ERROR: Logfile of failure stored in: /home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/temp/log.do_package.2100745
ERROR: Task (/home/andrejicd/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-openwebif.bb:do_package) failed with exit code '1' 
Pseudo log:
Setup complete, sending SIGUSR1 to pid 2100751.
path mismatch [2 links]: ino 10361861 db '/home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/image/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/images/boxes/osnino.png' req '/home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/package/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/modern/plugins/node-waves'.
 
NOTE: Tasks Summary: Attempted 4593 tasks of which 4586 didn't need to be rerun and 1 failed.
 
Summary: 1 task failed:
  /home/andrejicd/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-openwebif.bb:do_package
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [Makefile:130: image] Error 1
 

 

 

I deleted the BULID folder and made that image without error.


In Topic: OpenPLi-py3

18 March 2022 - 18:15

Is the problem with me or you

do I need to delete the BUILD folder

 

 

ERROR: enigma2-plugin-extensions-openwebif-gitAUTOINC+6ab96145aa-r0 do_package: Error executing a python function in exec_python_func() autogenerated:

 
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:do_package(d)
     0003:
File: '/home/andrejicd/openpli-oe-core/openembedded-core/meta/classes/package.bbclass', lineno: 2396, function: do_package
     2392:    # Setup PKGD (from D)
     2393:    ###########################################################################
     2394:
     2395:    for f in (d.getVar('PACKAGEBUILDPKGD') or '').split():
 *** 2396:        bb.build.exec_func(f, d)
     2397:
     2398:    ###########################################################################
     2399:    # Split up PKGD into PKGDEST
     2400:    ###########################################################################
File: '/home/andrejicd/openpli-oe-core/bitbake/lib/bb/build.py', lineno: 194, function: exec_func
     0190:    flags = d.getVarFlags(func)
     0191:    cleandirs = flags.get('cleandirs') if flags else None
     0192:    if cleandirs:
     0193:        for cdir in d.expand(cleandirs).split():
 *** 0194:            bb.utils.remove(cdir, True)
     0195:            bb.utils.mkdirhier(cdir)
     0196:
     0197:    if flags and dirs is None:
     0198:        dirs = flags.get('dirs')
File: '/home/andrejicd/openpli-oe-core/bitbake/lib/bb/utils.py', lineno: 697, function: remove
     0693:        # shutil.rmtree(name) would be ideal but its too slow
     0694:        cmd = []
     0695:        if ionice:
     0696:            cmd = ['ionice', '-c', '3']
 *** 0697:        subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path))
     0698:        return
     0699:    for name in glob.glob(path):
     0700:        try:
     0701:            os.unlink(name)
File: '/usr/lib/python3.8/subprocess.py', lineno: 364, function: check_call
     0360:    if retcode:
     0361:        cmd = kwargs.get("args")
     0362:        if cmd is None:
     0363:            cmd = popenargs[0]
 *** 0364:        raise CalledProcessError(retcode, cmd)
     0365:    return 0
     0366:
     0367:
     0368:def check_output(*popenargs, timeout=None, **kwargs):
Exception: subprocess.CalledProcessError: Command '['rm', '-rf', '/home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/package']' died with <Signals.SIGABRT: 6>.
 
ERROR: Logfile of failure stored in: /home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/temp/log.do_package.2100745
ERROR: Task (/home/andrejicd/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-openwebif.bb:do_package) failed with exit code '1' 
Pseudo log:
Setup complete, sending SIGUSR1 to pid 2100751.
path mismatch [2 links]: ino 10361861 db '/home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/image/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/images/boxes/osnino.png' req '/home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/gitAUTOINC+6ab96145aa-r0/package/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/modern/plugins/node-waves'.
 
NOTE: Tasks Summary: Attempted 4593 tasks of which 4586 didn't need to be rerun and 1 failed.
 
Summary: 1 task failed:
  /home/andrejicd/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-openwebif.bb:do_package
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [Makefile:130: image] Error 1
 

In Topic: OpenPLi-py3

11 February 2022 - 13:59

Vu Zero 4K
 
When I'm in NetworkBrowser and it asks for my username and password the system crashes
 
For now, this is what I found in the homebuild version of the bugs
 
However, the possibilities are limited in Homebuild  :D

 

 


In Topic: OpenPLi-py3

10 February 2022 - 15:49

 

WARNING: enigma2-plugin-systemplugins-bluetoothsetup-1.0-20200812-py3.r0 do_fetch: Checksum mismatch for local file /home/andrejicd/openpli-oe-core/sources/enigma2-plugin-bluetoothsetup-vuzero4k-20200812-py3.r0.tar.gz
Cleaning and trying again.
WARNING: enigma2-plugin-systemplugins-bluetoothsetup-1.0-20200812-py3.r0 do_fetch: Renaming /home/andrejicd/openpli-oe-core/sources/enigma2-plugin-bluetoothsetup-vuzero4k-20200812-py3.r0.tar.gz to /home/andrejicd/openpli-oe-core/sources/enigma2-plugin-bluetoothsetup-vuzero4k-20200812-py3.r0.tar.gz_bad-checksum_e73a3c3865a8405bb5c3e56e07909b1cf7d8ba2a08690ff20770445c46676a9c
WARNING: enigma2-plugin-systemplugins-bluetoothsetup-1.0-20200812-py3.r0 do_fetch: Checksum failure encountered with download of http://code.vuplus.c...2-py3.r0.tar.gz - will attempt other sources if available
ERROR: enigma2-plugin-systemplugins-bluetoothsetup-1.0-20200812-py3.r0 do_fetch: Fetcher failure for URL: 'http://code.vuplus.c...2-py3.r0.tar.gz'. Checksum mismatch!
File: '/home/andrejicd/openpli-oe-core/sources/enigma2-plugin-bluetoothsetup-vuzero4k-20200812-py3.r0.tar.gz' has md5 checksum '811b9ddfd2b00d5a71ffdfae207baed1' when 'e94e91d562f4da88a3ab535cb7f982de' was expected
File: '/home/andrejicd/openpli-oe-core/sources/enigma2-plugin-bluetoothsetup-vuzero4k-20200812-py3.r0.tar.gz' has sha256 checksum 'e73a3c3865a8405bb5c3e56e07909b1cf7d8ba2a08690ff20770445c46676a9c' when 'e138db70b21a9d73672cae0a91fca397112c1159ea6c0f488d2d51699c17a4e9' was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[sha256sum] = "e73a3c3865a8405bb5c3e56e07909b1cf7d8ba2a08690ff20770445c46676a9c"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.
ERROR: enigma2-plugin-systemplugins-bluetoothsetup-1.0-20200812-py3.r0 do_fetch: Fetcher failure for URL: 'http://code.vuplus.c...2-py3.r0.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/andrejicd/openpli-oe-core/build/tmp/work/vuzero4k-oe-linux-gnueabi/enigma2-plugin-systemplugins-bluetoothsetup/1.0-20200812-py3.r0/temp/log.do_fetch.2827969
ERROR: Task (/home/andrejicd/openpli-oe-core/meta-vuplus/recipes-bsp/drivers/bluetoothsetup-vuzero4k.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5719 tasks of which 5299 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/andrejicd/openpli-oe-core/meta-vuplus/recipes-bsp/drivers/bluetoothsetup-vuzero4k.bb:do_fetch
Summary: There were 3 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
make: *** [Makefile:130: image] Error 1