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) #1161 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 30 July 2017 - 12:16

@Persian Prince

My bro ..

I have tried before to build DM800 image on ubuntu 16.04 but I can not (As you know dm800 need old glib 2.19 and new ubuntu after 14.04 not compatible to compile glib2.19)

I got a lot of error to build images.

With ubuntu 14.04 every things works perfect I have build dm800 and 800se without any problem ..

 

Do you thing (Ubuntu 16.04.2 LTS (4.8.0-58 kernel) ) can compile glib2.19 ?!

Thank you


DM500s
DM800

DM800se

DM920UHD


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

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 30 July 2017 - 12:27

Sorry, but that's probably due to gcc 5/6 in Ubuntu 16.04 and other dev-tools. Not kernel.


DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1163 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 30 July 2017 - 12:33

Ok .. Got it 

Thank you my friend


DM500s
DM800

DM800se

DM920UHD


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

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 30 July 2017 - 12:37

Old box = old kernel = old glibc = old Ubuntu.

 

Unless you want spent your time to hack OE-core upside down and inside out.

 

But nice to hear it does build with Ubuntu 14.04.

 

Now awaiting for OE-core update OpenPLi.(DM7080HD/DM820).


DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1165 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 30 July 2017 - 15:20

We can look at that after 6 is released (for maybe implementation in 7).

 

I have been testing with gcc7, which is very strict, you'll be amazed at the amount of coding errors in OE (for most I found fixes committed in the last few months). ;)


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: Openpli-5 (still next master) #1166 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 31 July 2017 - 11:41

Yes..gcc7 is really strict. Even Linus Torvald has problems with it.

 

https://git.kernel.o...cc9394d7930cb9c

 

I use Ubuntu with gcc6 as host. But my dm8000 image is build against latest OE-core, thus has gcc7 as gcc cross compiler.

 

Indeed a lot of build failures, most of them due to the RSS(Recipe Specific Sysroots) in latest OE-core.

 

So a lot of work to do when updating OE-core.

 

I only had to drop dvb-apps so far ,due to several build failures(fetch problem. PERL problem, build against latest v4l-utils-native). So end of story to dvb-apps.

 

OpenPli develop branch doesn't build out of the box with Ubuntu 17.04 due to html5lib.py. But that can be solved with a tiny backport patch.

 

Anyway.. Hope OpenPLi 6 will be released soon, so OE-core can be updated.


Edited by Beeker, 31 July 2017 - 11:46.

DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1167 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 31 July 2017 - 12:02

simple set in your distro

 

GCCVERSION = "6.3%"

 

and build with gcc 6.3.0

 

and wait 6-12 month for more gcc 7.1.x fixes



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

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 31 July 2017 - 12:09

The only problem with gcc7 is streamproxy for vusolo2, due to C++11 , all other packages build flawlessly.


DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1169 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 31 July 2017 - 12:15

I know there are ways to deal with gcc7, my point was that it exposed all sorts of nasty bugs in the OE code, so from that point of view, the strict mode is a good idea.

 

We also have to think about continuity. At the moment, we already have to use a special buildserver for OpenPLi 4 (based on Ubuntu 14.04), as it doesn't build on our standard server build (based on Ubuntu 16.04). Ideally I would not like to expand the farm further, so I'd like to postpone introducing gcc7 if we can, or find a modus in which gcc versions can coexist.

 

I just bumped into it because I work on Fedora, and brainlessly decided to update to F26 without thinking about the impact that would have on building the image. ;)


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: Openpli-5 (still next master) #1170 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 3 August 2017 - 16:25

simple set in your distro

 

GCCVERSION = "6.3%"

 

and build with gcc 6.3.0

 

and wait 6-12 month for more gcc 7.1.x fixes

With archlinux can i do the trick?

Where i can set GCCVERSION?



Re: Openpli-5 (still next master) #1171 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 12 August 2017 - 21:12

Guys..

In openpli6 (wget) can not download some links such as some https and others ..

But if I use fullwget to (samsamsam) from IPTVPlayer feed every things works and download it without any problems.

 

Here photo to show that problem from dd_subtitle plugin as example ..

 

With original wget in image the poster photo not appeared  ..

 

Attached File  1.jpg   135.45KB   11 downloads

 

With fullwget the poster photo appeared..

 
Attached File  2.jpg   220.3KB   9 downloads
 
Thank you ..

Edited by fairbird, 12 August 2017 - 21:16.

DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #1172 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 12 August 2017 - 22:34

Why download it via wget... As it could be downloaded via the download tool in python?

Edited by littlesat, 12 August 2017 - 22:35.

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


Re: Openpli-5 (still next master) #1173 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 12 August 2017 - 22:50

No my friend .. I did not download it manually. 

I'm Just open dd_subtitle plugin normally and the poster photo not appeared.

And after delete symlink to wget from /usr/bin and then send fullwget file to same path with symlink

rm -rf /usr/bin/wget
ln -sfn fullwget /usr/bin/wget

Plugin work again and as the photo shows in my previous replay the poster photo appeared.

 

Thank you


Edited by fairbird, 12 August 2017 - 22:51.

DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #1174 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 12 August 2017 - 23:27

In openpli6 (wget) can not download some links such as some https and others ..

Not only in OpenPLi ...

By default wget gets provided by shittybox (TPFKAB) The program formerly known as busybox) which is becoming increasingly useless.

"ar" is another example for a useless busybox applet, it simply can not extract current ar(chives), e.g. the ipk created under decently new Debian, MiNT or Ubuntu.

Edited by SpaceRat, 12 August 2017 - 23:27.

1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390

Re: Openpli-5 (still next master) #1175 Huevos

  • PLi® Contributor
  • 4,231 posts

+158
Excellent

Posted 12 August 2017 - 23:50

No idea why people use wget from inside python scripts. Should use urllib2 or similar python extension.



Re: Openpli-5 (still next master) #1176 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 13 August 2017 - 08:33

I pointed to the plugin... When the plugin does not use wget it should be fine... No need to have https on wget... Huevos explained it... I bet the plugin also uses os.system or so to execute wget, which is expensive (fork, ram usage)... I Recently adapted the downloader tool so it could be used more easily (see FlashImage.py)

Edited by littlesat, 13 August 2017 - 08:37.

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


Re: Openpli-5 (still next master) #1177 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 13 August 2017 - 11:55

Besides that, the wget package is available in the feeds, so a simple "opkg install wget" should do, no need to fiddle with all sorts of external stuff.


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: Openpli-5 (still next master) #1178 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 16 August 2017 - 17:59

Various OE updates (mainly because the then current version gave unsurmountable problems) are actually the reason why there never was an OpenPLi 5 release. Let's not go on that path again. OE updates only in experimental environments.


* 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.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users