tried today a fresh build, compiled fine (with custom gst recipes), just one issue with icesat.inc - it's pointing to a non-existing revision...
due to samba changes (just the samba-base is included now) it's smaller, and still working great.
Posted 14 January 2016 - 23:32
tried today a fresh build, compiled fine (with custom gst recipes), just one issue with icesat.inc - it's pointing to a non-existing revision...
due to samba changes (just the samba-base is included now) it's smaller, and still working great.
T90 | 28.2E-23.5E-19.2E-13E-9E-4.8E-0.8W-4W
Zgemma H7S | OpenPLI develop branch
Posted 16 January 2016 - 15:43
Hi betacentauri,
I found the mistake.
New Image has built today
openpli 5 vuduo2 vuduo2 login: root root@vuduo2:~# opkg list-installed | grep simplejson python-simplejson - 3.8.1-r1 root@vuduo2:~# opkg list-installed | grep enigma2-plugin-extensions-lcd4linux enigma2-plugin-extensions-lcd4linux - 4.6-r0-9+fe325f8-r0 root@vuduo2:~#
Backup Image from 13.01.216
openpli 5 vuduo2 vuduo2 login: root root@vuduo2:~# opkg list-installed | grep simplejson python-simplejson - 2.2.1-r1 root@vuduo2:~# opkg list-installed | grep enigma2-plugin-extensions-lcd4linux enigma2-plugin-extensions-lcd4linux - 4.6-r0-9+fe325f8-r0 root@vuduo2:~#
Works with Python-simplejson2.2.1-r1
LCD4Linux, with python-simplejson - 3.8.1-r1 not !!!
In the new PLI 5 master next is a newer version of Python simplejson,
therefore work not LCD4Linux.
How can I build with Image with older Python simplejson - 2.2.1-r1 ???
Greeting Akki
Edited by Akki, 16 January 2016 - 15:45.
Posted 16 January 2016 - 15:48
LCD4Linux, with python-simplejson - 3.8.1-r1 not !!!
In the new PLI 5 master next is a newer version of Python simplejson,
therefore work not LCD4Linux.
How can I build with Image with older Python simplejson - 2.2.1-r1 ???
Posted 16 January 2016 - 16:01
Posted 16 January 2016 - 17:05
The developer of lcd4linux should fix it. Maybe he already did.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 17 January 2016 - 18:19
here's the answer from DEV L4L joergM6 in German, after I asked whether LCD4Linux plugin not with python-simplejson -3.8.1-r1
cooperation?:
keine Ahnung, ich habe kein PLI und kann/werde es daher nicht probieren. Aber da der import fehl schlägt ist, kann auch das Paket simplejson defekt sein. Probiere in deinem Image im Telnet, ob das funktioniert. root@box:~# python Python 2.7.2 (default, May 9 2012, 00:37:07) [GCC 4.6.4 20120303 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import simplejson >>> Ctrl-D wird ein Fehler ausgegeben, kann L4L nichts dafür.
Become a later test and write here.
Greeting Akki
Edited by Akki, 17 January 2016 - 18:19.
Posted 17 January 2016 - 21:19
build vusolo2 dm8000 update error
KeyError: openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb.do_image_ubi'
Edited by daimon, 17 January 2016 - 21:20.
Posted 18 January 2016 - 16:52
Same here.
Caused by this.
http://git.openembed...b9ea4235cbbc140
With previous commit building ok, but rootfs failed.
caused by this
http://git.openembed...1acafc3404c8b5f
So last commit in OE-core wich is building fine is.
http://git.openembed...69f7c17309c1b48
Bitbake and meta-openembedded are up to date.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 19 January 2016 - 10:40
Correction The commit wich causing rootfs failing is:
http://git.openembed...862d43c97415156
Just removing one line(line 250 (addtask do_image after do_rootfs before do_build) in openpli-oe-core/openembedded-core/meta/classes/imagebbclass is enough.
# Generate rootfs create_rootfs(d) } fakeroot python do_image () { from oe.image import create_image # generate final images create_image(d) } do_image[dirs] = "${TOPDIR}" do_image[umask] = "022" - addtask do_image after do_rootfs before do_build MULTILIBRE_ALLOW_REP =. "${base_bindir}|${base_sbindir}|${bindir}|${sbindir}|${libexecdir}|${sysconfdir}|${nonarch_base_libdir}/udev|/lib/modules/[^/]*/modules.*|" MULTILIB_CHECK_FILE = "${WORKDIR}/multilib_check.py" MULTILIB_TEMP_ROOTFS = "${WORKDIR}/multilib"
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 19 January 2016 - 11:00
Line 260. Now try to build from stratch with OE git master HEAD..
See if there is a proper solution for dm8000 without breaking the builds for others boxes.
Otherwise this will be a openpli5 stopper for dm8000/dm800.
I did a new git clone without any patches.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 19 January 2016 - 12:27
Ok image is building fine against latest OE-Core git master HEAD of today.
But feed still complains about perl-native-runtime.
ERROR: Nothing PROVIDES 'perl-native-runtime' (but /home/hains/openpli-oe-core/meta-openpli/recipes-connectivity/openssl/openssl-old_0.9.8x.bb DEPENDS on or otherwise requires it). Close matches: perl-native nativesdk-gcc-runtime NOTE: Runtime target 'libcrypto-compat' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libcrypto-compat', 'openssl-old', 'perl-native-runtime'] NOTE: Runtime target 'softcams-enigma2-meta-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['softcams-enigma2-meta-dev', 'enigma2-plugin-softcams-mgcamd', 'libcrypto-compat', 'openssl-old', 'perl-native-runtime'] NOTE: Runtime target 'softcams-enigma2-meta' is unbuildable, removing... Missing or unbuildable dependency chain was: ['softcams-enigma2-meta', 'enigma2-plugin-softcams-mgcamd', 'libcrypto-compat', 'openssl-old', 'perl-native-runtime'] NOTE: Runtime target 'libcrypto-compat-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libcrypto-compat-dev', 'openssl-old', 'perl-native-runtime'] NOTE: Runtime target 'libcrypto0.9.8x' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libcrypto0.9.8x', 'perl-native-runtime'] NOTE: Runtime target 'libssl0.9.8x' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libssl0.9.8x', 'perl-native-runtime'] NOTE: Runtime target 'openssl-old-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['openssl-old-dev', 'perl-native-runtime'] NOTE: Runtime target 'openssl-old' is unbuildable, removing... Missing or unbuildable dependency chain was: ['openssl-old', 'perl-native-runtime']
Time to get rid of openssl-old
Edited by Beeker, 19 January 2016 - 12:29.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
0 members, 6 guests, 0 anonymous users