Jump to content


Photo

Openpli-5 (still next master)


  • Please log in to reply
1177 replies to this topic

Re: Openpli-5 (still next master) #41 peti

  • Senior Member
  • 115 posts

+1
Neutral

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


Re: Openpli-5 (still next master) #42 Akki

  • Senior Member
  • 204 posts

+3
Neutral

Posted 15 January 2016 - 02:49

a fresh Image built LCD4Linux not working.

 

Error message: Python simplejson not exist, but it is in the Image.

root@vuduo2:~# opkg list | grep simplejson 
python-simplejson - 3.8.1-r1               
root@vuduo2:~# 

Can anyone check this times? Thanks

 

 

 

Attached Files

  • Attached File  bild.jpg   33.72KB   28 downloads


Re: Openpli-5 (still next master) #43 Akki

  • Senior Member
  • 204 posts

+3
Neutral

Posted 16 January 2016 - 01:46

If the error is only with me? one answer would be once good

Attached Files



Re: Openpli-5 (still next master) #44 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 16 January 2016 - 08:21

You have to use
opkg list-installed | grep simplejson

List means, what is available on the feed server.

If it is not installed, install it.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli-5 (still next master) #45 Akki

  • Senior Member
  • 204 posts

+3
Neutral

Posted 16 January 2016 - 11:16

I have no idea what it is


openpli 5 vuduo2


vuduo2 login: root
root@vuduo2:~# opkg list-installed | grep simplejson
python-simplejson - 3.8.1-r1
root@vuduo2:~#

it is installed in the image, but we as not installed appear in the Screen

Attached Files



Re: Openpli-5 (still next master) #46 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 16 January 2016 - 13:09

Strange. Perhaps plugin wants a specific version of simplejson.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli-5 (still next master) #47 Akki

  • Senior Member
  • 204 posts

+3
Neutral

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.


Re: Openpli-5 (still next master) #48 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

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 ???


I suggest that LCD4Linux must be fixed, not the other way around.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Openpli-5 (still next master) #49 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 16 January 2016 - 16:01

Copy python-simplejson*.bb file and directory from one build environment to the other. But as athoik said it's better to fix LCD4linux as build with old version may fail because other software needs new version.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli-5 (still next master) #50 Akki

  • Senior Member
  • 204 posts

+3
Neutral

Posted 16 January 2016 - 17:02

@athoik

This can make only the PLI team, I know am not from there.

 

Must then the enigma2-plugin-extensions-lcd4linux.bb be adjusted.

 

 

@betacentauri

 

Thanks for the info. I wait until the bb File is adjusted.

 

Greeting Akki



Re: Openpli-5 (still next master) #51 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

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.


Re: Openpli-5 (still next master) #52 Akki

  • Senior Member
  • 204 posts

+3
Neutral

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.


Re: Openpli-5 (still next master) #53 Akki

  • Senior Member
  • 204 posts

+3
Neutral

Posted 17 January 2016 - 19:13

Here is the test:

openpli 5 vuduo2


vuduo2 login: root
root@vuduo2:~# python
Python 2.7.9 (default, Jan 17 2016, 14:25:19)
[GCC 5.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import simplejson
>>>



Re: Openpli-5 (still next master) #54 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 17 January 2016 - 21:19

build  vusolo2  dm8000 update error

 

ERROR: An uncaught exception occured in runqueue, please see the failure below:
ERROR: Running idle function
openpli-oe-core/bitbake/lib/bb/runqueue.py", line 1118, in RunQueue.execute_runqueue():
 
openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb.do_image_ubi.nfi'], dataCache=<bb.cache.CacheData object at 0x2b7daa806650>):
         def get_taskhash(self, fn, task, deps, dataCache):
    >        h = super(bb.siggen.SignatureGeneratorBasicHash, self).get_taskhash(fn, task, deps, dataCache)
 
 

KeyError:  openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb.do_image_ubi'


Edited by daimon, 17 January 2016 - 21:20.


Re: Openpli-5 (still next master) #55 Beeker

  • PLi® Contributor
  • 1,476 posts

+197
Excellent

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.


Re: Openpli-5 (still next master) #56 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 18 January 2016 - 19:20

vusolo2 ok build well

dm8000 fails



Re: Openpli-5 (still next master) #57 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 18 January 2016 - 19:43

patch ok now rebuild again for 8000



Re: Openpli-5 (still next master) #58 Beeker

  • PLi® Contributor
  • 1,476 posts

+197
Excellent

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.


Re: Openpli-5 (still next master) #59 Beeker

  • PLi® Contributor
  • 1,476 posts

+197
Excellent

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.


Re: Openpli-5 (still next master) #60 Beeker

  • PLi® Contributor
  • 1,476 posts

+197
Excellent

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.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users