Jump to content


Photo

Really BIG upgrade tomorrow


  • Please log in to reply
121 replies to this topic

Re: Really BIG upgrade tomorrow #61 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 20 November 2014 - 10:23

PM for blzr and betacentauri.

Edited by Erik Slagter, 20 November 2014 - 10:25.

* 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: Really BIG upgrade tomorrow #62 ims

  • PLi® Core member
  • 13,624 posts

+212
Excellent

Posted 20 November 2014 - 18:10

ERROR: Nothing RPROVIDES 'python-difflib,' (but /home/martin/oe4_formuler1/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-seriesplugin.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-difflib,' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-difflib,']
ERROR: Required build target 'openpli-enigma2-feed' has no buildable providers.
Missing or unbuildable dependency chain was: ['openpli-enigma2-feed', 'packagegroup-openplugins', 'enigma2-plugin-extensions-seriesplugin', 'python-difflib,']


todays build


Kdo nic nedělá, nic nezkazí!

Re: Really BIG upgrade tomorrow #63 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 20 November 2014 - 18:12

Thx. This is apparently caused by adding the SeriesPlugin.


* 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: Really BIG upgrade tomorrow #64 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 20 November 2014 - 18:24

The bb file has:

RDEPENDS_${PN} = "python-difflib, python-html, python-json, python-shell, python-re, python-xml, python-ctypes"

Apparently there is no RDEPENDS in OE for python-difflib, although OE does feature it. Maybe it should be a DEPENDS instead? It's a bit difficult to test without committing it.


* 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: Really BIG upgrade tomorrow #65 ims

  • PLi® Core member
  • 13,624 posts

+212
Excellent

Posted 20 November 2014 - 19:58

I removed it temporary from my bb list, but next error:

ERROR: Function failed: do_compile (log file is located at /home/martin/oe4_formuler1/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-epgimportfilter/1.0-r0/temp/log.do_compile.15988)
ERROR: Logfile of failure stored in: /home/martin/oe4_formuler1/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-epgimportfilter/1.0-r0/temp/log.do_compile.15988
Log data follows:
| DEBUG: Executing shell function do_compile
| /home/martin/oe4_formuler1/build/tmp/sysroots/x86_64-linux/usr/bin/python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
| ERROR: python setup.py build_ext execution failed.
| WARNING: /home/martin/oe4_formuler1/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-epgimportfilter/1.0-r0/temp/run.do_compile.15988:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_compile (log file is located at /home/martin/oe4_formuler1/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-epgimportfilter/1.0-r0/temp/log.do_compile.15988)
ERROR: Task 2447 (/home/martin/oe4_formuler1/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-epgimportfilter.bb, do_compile) failed with exit code '1'


Kdo nic nedělá, nic nezkazí!

Re: Really BIG upgrade tomorrow #66 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 20 November 2014 - 21:57

Apparently there is no RDEPENDS in OE for python-difflib, although OE does feature it. Maybe it should be a DEPENDS instead? It's a bit difficult to test without committing it.

 
yep, seems that somethings like this:

DEPENDS = "python-difflib"
RDEPENDS_${PN} = "\
    python-html \
    python-json \
    python-shell \
    python-re \
    python-xml \
    python-ctypes \
    "

fixes this error
 
but now, the key question is: where is the repo? ;)
 

ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: remote error:
  Repository not found.

True sarcasm doesn't need green font...

Re: Really BIG upgrade tomorrow #67 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 20 November 2014 - 22:12

 

I removed it temporary from my bb list, but next error:

ERROR: Logfile of failure stored in: /home/martin/oe4_formuler1/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-epgimportfilter/1.0-r0/temp/log.do_compile.15988
Log data follows:
| DEBUG: Executing shell function do_compile
| /home/martin/oe4_formuler1/build/tmp/sysroots/x86_64-linux/usr/bin/python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
| ERROR: python setup.py build_ext execution failed.

 

not sure, but for me the plugin either needs configure.ac, as it is now,

or just switch to build via setuptools like most of e2openplugins /?/


True sarcasm doesn't need green font...

Re: Really BIG upgrade tomorrow #68 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 21 November 2014 - 16:07

I've sent the author a PM with a pointer to here, hope he'll join soon.

 

In the meantime I will deactivate this plugin from e2openplugins.


* 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: Really BIG upgrade tomorrow #69 mire

  • Senior Member
  • 53 posts

0
Neutral

Posted 22 November 2014 - 14:45

What has happened to this big update? About a week ago I've got 33 updates, and now there is only one available - enigma fonts. Do I need to flash the latest build?

Vu+ duo


Re: Really BIG upgrade tomorrow #70 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 22 November 2014 - 14:58

At this moment we're strugling with our build server... so please hold-on.


Edited by littlesat, 22 November 2014 - 14:58.

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


Re: Really BIG upgrade tomorrow #71 mire

  • Senior Member
  • 53 posts

0
Neutral

Posted 22 November 2014 - 15:47

Ah, sorry. I thought that you've fixed it and that the problem was on my end.

Vu+ duo


Re: Really BIG upgrade tomorrow #72 Acds

  • Senior Member
  • 108 posts

+4
Neutral

Posted 23 November 2014 - 10:27

I've sent the author a PM with a pointer to here, hope he'll join soon.

 

In the meantime I will deactivate this plugin from e2openplugins.

 

Hi everyone,

 

I did not get the PM (for some reason?) but pointed out to the problems here from another thread.

 

I made some bad reference change on the last build that might be affecting the compile. So please try again compiling the build with latest git version.

 

If there are still errors can you post detailed error log so I can figure out what seems to be the problem?



Re: Really BIG upgrade tomorrow #73 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 23 November 2014 - 10:40

Is the error that blzr reports fixed?

 

Do you have a build environment to test a compile run from within?


* 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: Really BIG upgrade tomorrow #74 Acds

  • Senior Member
  • 108 posts

+4
Neutral

Posted 23 November 2014 - 10:43

Is the error that blzr reports fixed?

 

Do you have a build environment to test a compile run from within?

 

I had one reference to difflib inside the code. The code was never executing so it did not report problems on normal run but some kind of compile procedure could see it as an issue.

 

I use difflib.py file renamed as localdifflib.py file so it integrates to the project without the necessity to install difflib library on the linux itself.

 

No, I don't have the environment to compile the code outside of normal execution on the box itself.


Edited by Acds, 23 November 2014 - 10:44.


Re: Really BIG upgrade tomorrow #75 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 23 November 2014 - 13:24

I use difflib.py file renamed as localdifflib.py file so it integrates to the project without the necessity to install difflib library on the linux itself.


Sounds like a BAD idea. It's much better to get it from the system.
Real musicians never die - they just decompose

Re: Really BIG upgrade tomorrow #76 ims

  • PLi® Core member
  • 13,624 posts

+212
Excellent

Posted 23 November 2014 - 13:32

| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c: In function 'decode_old_sigaction':
| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c:631:21: error: 'struct old_sigaction' has no member named 'sa_restorer'
|    tprintf(", %p", sa.sa_restorer);
|                      ^
| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c: In function 'decode_new_sigaction':
| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c:1224:21: error: 'struct new_sigaction' has no member named 'sa_restorer'
|    tprintf(", %p", sa.sa_restorer);
|                      ^
| make[2]: *** [strace-signal.o] Error 1
| make[2]: Leaving directory `/home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/build'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/temp/run.do_compile.21533:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_compile (log file is located at /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/temp/log.do_compile.21533)

today's home build for dm800se


Kdo nic nedělá, nic nezkazí!

Re: Really BIG upgrade tomorrow #77 Acds

  • Senior Member
  • 108 posts

+4
Neutral

Posted 23 November 2014 - 13:35

 

I use difflib.py file renamed as localdifflib.py file so it integrates to the project without the necessity to install difflib library on the linux itself.


Sounds like a BAD idea. It's much better to get it from the system.

 

Then difflib must become standard package inside open pli installation?

 

Similar problem with CrossEPG addon and OpenPli for example.

 

Currently if you want to use CrossEPG you need to exeucute this code on telnet:

 

opkg install libcurl4

 

The CrossEPG addon is part of plugin list but after installation on OpenPLI it won't work. We need something here for normal users

that can't run telnet commands and expect things to be working right "out of the box".

 

That's why I simply made local difflib lib as part of the project. It should work ok but if you want it removed and add difflib as standard openpli package we can make that change..



Re: Really BIG upgrade tomorrow #78 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 23 November 2014 - 13:39

Crossepg misses a dependancy...

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


Re: Really BIG upgrade tomorrow #79 Beeker

  • PLi® Contributor
  • 1,477 posts

+198
Excellent

Posted 23 November 2014 - 13:42

 

I removed it temporary from my bb list, but next error:

| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c: In function 'decode_old_sigaction':
| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c:631:21: error: 'struct old_sigaction' has no member named 'sa_restorer'
| tprintf(", %p", sa.sa_restorer);
| ^
| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c: In function 'decode_new_sigaction':
| /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/strace-4.9/signal.c:1224:21: error: 'struct new_sigaction' has no member named 'sa_restorer'
| tprintf(", %p", sa.sa_restorer);
| ^
| make[2]: *** [strace-signal.o] Error 1
| make[2]: Leaving directory `/home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/build'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: /home/martin/oe4_dm800se/build/tmp/work/mips32el-oe-linux/strace/4.9-r0/temp/run.do_compile.21533:1 exit 1 from
| exit 1

 

http://sourceforge.n...96bbc32df2b796/


Edited by Beeker, 23 November 2014 - 13:45.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Really BIG upgrade tomorrow #80 Acds

  • Senior Member
  • 108 posts

+4
Neutral

Posted 23 November 2014 - 13:44

Crossepg misses a dependancy...

 

Yeah, true.

 

Ok let's change it in epgimportfilter. How can I add dependency toward difflib in the project so difflib is installed together with the plugin?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users