Uhm, now the problem is gcc...
Openpli-5 (still next master)
Re: Openpli-5 (still next master) #1081
Re: Openpli-5 (still next master) #1082
Posted 6 June 2017 - 10:01
https://github.com/g...89654897906c499
looks that building 'morty' branch OE on bleeding-edge archlinux may not be the best idea, probably more errors to follow...
you can try to use gcc-6.3 recipes form OE
http://cgit.openembe...ls/gcc?h=master
(or, maybe just simply try to build using master branch OE instead of morty?)
Re: Openpli-5 (still next master) #1083
Posted 6 June 2017 - 18:00
We might want to try that in development after we have a release
* 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) #1084
Posted 7 June 2017 - 12:44
gcc-7 related issue (as the previous error)
https://github.com/g...89654897906c499
looks that building 'morty' branch OE on bleeding-edge archlinux may not be the best idea, probably more errors to follow...
you can try to use gcc-6.3 recipes form OE
http://cgit.openembe...ls/gcc?h=master
(or, maybe just simply try to build using master branch OE instead of morty?)
How to try building using master branch OE?
Re: Openpli-5 (still next master) #1085
Posted 7 June 2017 - 18:59
I read there will be no OpenPli 5 for WeTek. That's Bad News for me. I don't understand the Problems with the GStreamer at all. I tested OpenATV a few Weeks ago and all Streams were working... And now comes OpenPli 5 with new GStreamer and no more Support for WeTek. Perhaps, somebody could explain...
Greetz Ziegenmelker
Re: Openpli-5 (still next master) #1086
Posted 7 June 2017 - 19:05
We don't maintain the BSP layer (the hardware abstraction layer), the manufacturer does. If they don't build support in, we can't use it.
OpenATV doesn't have their own OE, they use it from the OE-Alliance, who try to build their own BSP's, which mixed forms of success.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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) #1087
Posted 8 June 2017 - 20:36
Need help.I am build vuultimo4k-openpli5-gcc 6.3-error compile webkit-git.Recipes webkit-git - oe-alliance-core.
Re: Openpli-5 (still next master) #1088
Posted 8 June 2017 - 20:51
I had the problems compiling webkit sorted out.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #1089
Posted 8 June 2017 - 22:44
Error
Re: Openpli-5 (still next master) #1090
Posted 9 June 2017 - 05:44
Did you changed PR to start from scratch the compile? (You had r4 with the non working version change to r5)
Edited by athoik, 9 June 2017 - 05:46.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #1091
Posted 10 June 2017 - 06:55
Edited by foxbob, 10 June 2017 - 06:59.
Re: Openpli-5 (still next master) #1092
Posted 10 June 2017 - 07:07
Because if you failing also using OE-A then problem is a missing "-dev/-src" package from your build environment.
BTW, did you fully copied recipe? Or copy paste parts? Eg there are extra depends in recipe.
Edited by athoik, 10 June 2017 - 07:09.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #1093
Re: Openpli-5 (still next master) #1094
Posted 10 June 2017 - 07:26
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #1095
Re: Openpli-5 (still next master) #1096
Posted 10 June 2017 - 07:46
I succeded both using debian-8 and ubuntu-16.
To make sure that no voodoo was used to build webkit, i used the OE-A and then create proper depends and a patch to work on PLi.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #1097
Posted 10 June 2017 - 13:08
I am build fedora-25.I am delete OE-A copy / paste gtk+ - error build.
g.o -MD -MP -MF Source/WebKit/gtk/tests/.deps/Programs_unittests_testmimehandling-testmimehandling.Tpo -c -o Source/WebKit/gtk/tests/Programs_unittests_testmimehandling-testmimehandling.o `test -f 'Source/WebKit/gtk/tests/testmimehandling.c' || echo '../git/'`Source/WebKit/gtk/tests/testmimehandling.c
Re: Openpli-5 (still next master) #1098
Posted 10 June 2017 - 21:19
1. Downloaded the net-install of debian-8
https://cdimage.debi...d64-netinst.iso
2. Installed only ssh-server and base tools (no UI etc)
3. Installed the following required for OE as root
apt-get install gawk wget git-core cvs subversion diffstat unzip texinfo gcc-multilib build-essential chrpath file zip screenAlso setup not to use dash
### Don't use dash... (no) dpkg-reconfigure dash4. Then as normal user downloaded the develop branch
git clone https://github.com/OpenPLi/openpli-oe-core.git openpli-dev -b develop cd openpli-dev make5. Then used SDG BSP that includes webkit
git clone https://github.com/satdreamgr/meta-vuplus meta-vuplus-sdg sed -i 's/meta-vuplus/meta-vuplus-sdg' Makefile echo 'DISTRO_FEATURES_append = " directfb"' >> site.conf make6. Finally added few more bbappend for directfb and gtk+ (attached...)
cd meta-local tar xf local.tar.gz cd ../
7. Build the image.... and failed.. on webkit
MACHINE=vusolo4k make image8. Then remember that I had to install more packages, the ones mentioned in OpenATV github page (https://github.com/o...ng-instructions)
I installed (as root) all except qemu.
apt-get install -y autoconf automake bison bzip2 cvs diffstat flex g++ gawk gcc gettext git-core gzip help2man ncurses-bin ncurses-dev libc6-dev libtool make texinfo patch perl pkg-config subversion tar texi2html wget zlib1g-dev chrpath libxml2-utils xsltproc libglib2.0-dev python-setuptools zip info coreutils diffstat chrpath libproc-processtable-perl libperl4-corelibs-perl sshpass default-jre default-jre-headless java-common libserf-dev quilt9. Changed recipe to r5 ... and then success
MACHINE=vusolo4k make imageIf somebody has the patience to find the package add the missing "depends" from above list would be nice. Newer versions of OE try to solve that...
Attached Files
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #1099
Re: Openpli-5 (still next master) #1100
Posted 14 June 2017 - 11:16
Oh,
I read there will be no OpenPli 5 for WeTek. That's Bad News for me. I don't understand the Problems with the GStreamer at all. I tested OpenATV a few Weeks ago and all Streams were working... And now comes OpenPli 5 with new GStreamer and no more Support for WeTek. Perhaps, somebody could explain...
Greetz Ziegenmelker
Is that really with gstreamer 1.x? Or still gstreamer 0.1?
As far as I can see openATV Wetek still uses gstreamer 0.1
So they are the same level as OpenPli 4 that also supports Wetek with gstreamer 0.1
(but no Wetek play2 as we do not backport to OpenPli4 anymore, so we wait for Wetek to supply gstreamer 1 code to support both wetek boxes in future OpenPli versions)
6 user(s) are reading this topic
0 members, 6 guests, 0 anonymous users