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) #521 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 October 2016 - 14:22

Astra-sm master next.

 

Here a patch which solves the problem of build astra-sm in master-next.

 

First the compile patch that is just needed for master-next.

 

I unfortunately also needed to add whitout ffmpeg. Since there is a very severe error into building astra-sm with ffmpeg support. It will try to check up on availability off ffmpeg package on the main build system which is totally wrong. And only may and does lead to poisoning of the final (target cross compiled package). The person who added this package should review the whole bitbake file and consult the the package cross compile build manual for this package and or correct some severe errors into build configs of this package.

 

 

Attached Files



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

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 30 October 2016 - 21:56

I use newer srcrev of astra-sm : https://gitlab.com/b...29bb5466e00bcfc

No need for extra patches and astra-sm new great features in....

Will update bitbake the next days.

Edited by athoik, 30 October 2016 - 21:56.

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) #523 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 31 October 2016 - 13:44

Concerning the Makefile, I have here a patch which will not hard target the branch but look up the branch You cloned.

 

This means if You're working with the actif (master branch) then update will always be against the master branch.

If You're work with another branch it will update against that other branch.

 

This patch can then be set for all branches. inclusive the master branch.

 

 

Attached Files



Re: Openpli-5 (still next master) #524 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 31 October 2016 - 15:02

I here just changed the previous patch and used the way to issue a shell git command like they did for the rest. This to remain in same way as file was made initially.

 

Attached Files



Re: Openpli-5 (still next master) #525 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 31 October 2016 - 16:12

@Taapat

 

Master-next build failure but it's due to the blu-ray plugin :

ERROR: enigma2-plugin-extensions-blurayplayer-1+gitAUTOINC+e8612bf77a-r0 do_compile: python setup.py build execution failed.
ERROR: enigma2-plugin-extensions-blurayplayer-1+gitAUTOINC+e8612bf77a-r0 do_compile: Function failed: do_compile (log file is located at /home/christophe/openpli50/openpli-oe-core/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-blurayplayer/1+gitAUTOINC+e8612bf77a-r0/temp/log.do_compile.7734)
ERROR: Logfile of failure stored in: /home/christophe/openpli50/openpli-oe-core/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-blurayplayer/1+gitAUTOINC+e8612bf77a-r0/temp/log.do_compile.7734
Log data follows:
| DEBUG: Executing shell function do_compile
| ERROR: python setup.py build execution failed.
| running build
| running build_py
| creating build
| creating build/lib.linux-x86_64-2.7
| creating build/lib.linux-x86_64-2.7/Extensions
| creating build/lib.linux-x86_64-2.7/Extensions/BlurayPlayer
| copying src/plugin.py -> build/lib.linux-x86_64-2.7/Extensions/BlurayPlayer
| copying src/BlurayUi.py -> build/lib.linux-x86_64-2.7/Extensions/BlurayPlayer
| copying src/__init__.py -> build/lib.linux-x86_64-2.7/Extensions/BlurayPlayer
| copying src/BlurayAudioSelection.py -> build/lib.linux-x86_64-2.7/Extensions/BlurayPlayer
| copying src/icon.png -> build/lib.linux-x86_64-2.7/Extensions/BlurayPlayer
| running build_ext
| building 'Extensions.BlurayPlayer.blurayinfo' extension
| creating build/temp.linux-x86_64-2.7
| creating build/temp.linux-x86_64-2.7/src
| mipsel-oe-linux-gcc -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/christophe/openpli50/openpli-oe-core/build/tmp/sysroots/vuduo2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/christophe/openpli50/openpli-oe-core/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-blurayplayer/1+gitAUTOINC+e8612bf77a-r0=/usr/src/debug/enigma2-plugin-extensions-blurayplayer/1+gitAUTOINC+e8612bf77a-r0 -fdebug-prefix-map=/home/christophe/openpli50/openpli-oe-core/build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/christophe/openpli50/openpli-oe-core/build/tmp/sysroots/vuduo2= -fPIC -I/home/christophe/openpli50/openpli-oe-core/build/tmp/sysroots/vuduo2/usr/include/python2.7 -c src/blurayinfo.c -o build/temp.linux-x86_64-2.7/src/blurayinfo.o
| src/blurayinfo.c: In function 'storeInfo':
| src/blurayinfo.c:94:52: error: 'BLURAY_CLIP_INFO {aka struct bd_clip}' has no member named 'clip_id'
|    clip = _mk_path(tList[pos].clip_id, ti->clips[ii].clip_id);
|                                                     ^
| error: command 'mipsel-oe-linux-gcc' failed with exit status 1
| ERROR: Function failed: do_compile (log file is located at /home/christophe/openpli50/openpli-oe-core/build/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-blurayplayer/1+gitAUTOINC+e8612bf77a-r0/temp/log.do_compile.7734)
ERROR: Task /home/christophe/openpli50/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-blurayplayer.bb:do_compile (/home/christophe/openpli50/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-blurayplayer.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4809 tasks of which 4781 didn't need to be rerun and 1 failed.

Summary: 1 task failed:


Re: Openpli-5 (still next master) #526 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 31 October 2016 - 16:31

@Taapat

 

solved by using the libbluray.git out off pli master (inclusif the extra files)

 

Can the current master be merged with master-next ?

Thank's



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

  • PLi® Core member
  • 69,928 posts

+1,788
Excellent

Posted 31 October 2016 - 17:50

Have to ask Littlesat, there's an important revert to do before tonights build, which needs to be merged into master-next as well.


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) #528 littlesat

  • PLi® Core member
  • 56,965 posts

+695
Excellent

Posted 31 October 2016 - 17:54

I would prefer someone else cherry picks/mergesthe master into mater-next regarding openpli5.... Or offer a proper merge request. I cannot test/build this evening... Or at least if someone can confirm a git merge master is simply suffiicant...

Edited by littlesat, 31 October 2016 - 17:56.

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


Re: Openpli-5 (still next master) #529 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 31 October 2016 - 18:34

Well I do not know about merge stuff and so, but ... it has been done many times .

 

What I well suggest is first applying the patch mentioned on (it is a very very severe issue for other branches then master if persons are using make update when using other branch then master) :

 

http://forums.openpl...ndpost&p=608239

 

to master branch.

 

Then merge the master branch to master-next

Also merge the enigma2 master to next-master (there it is called next-master) as there is also a very very severe issue concerning service selection see :

http://forums.openpl...ndpost&p=608227

 

its confirmed problem there for all stb's.

 

These are very very important issues actually real blockers, .... and so very urgent.



Re: Openpli-5 (still next master) #530 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 31 October 2016 - 19:16

@christophecvr if you want to be fixed error in my plugin building I can create a pull request for libbluray in master-next.
But maybe is better a little wait for master merge in the master-next?


Re: Openpli-5 (still next master) #531 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 31 October 2016 - 19:45

 

@christophecvr if you want to be fixed error in my plugin building I can create a pull request for libbluray in master-next.
But maybe is better a little wait for master merge in the master-next?

 

no no it's better to wait on merge.

 

Unfortunately we are facing (again) very severe red alerts which means no build and or severe unstable builds due to persons who are able to (push and update) do not follow up or push what is required on time.



Re: Openpli-5 (still next master) #532 ostende

  • Senior Member
  • 69 posts

0
Neutral

Posted 2 November 2016 - 12:35

wat's wrong with the kernel link 

 

i try to build new but i got this error 

 

i try to put the file on source but i get also an error 

 

 

ERROR: linux-vusolo2-3.13.5-r2.6.4 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-h7RfXqNgx0"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/redouan/openpli/openpli-oe-core/openembedded-core/scripts:/home/redouan/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/mipsel-oe-linux:/home/redouan/openpli/openpli-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/redouan/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/redouan/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin:/home/redouan/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/sbin:/home/redouan/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/bin:/home/redouan/openpli/openpli-oe-core/openembedded-core/scripts:/home/redouan/openpli/openpli-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/redouan"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/redouan/openpli/openpli-oe-core/sources 'http://archive.vuplu...-3.13.5.tar.bz2' --progress=dot -v failed with exit code 4, output:

--2016-11-02 12:24:11--  http://archive.vuplu...-3.13.5.tar.bz2
Resolving archive.vuplus.com (archive.vuplus.com)... 50.62.36.1
Connecting to archive.vuplus.com (archive.vuplus.com)|50.62.36.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94621523 (90M) [application/x-bzip2]
Saving to: ‘/home/redouan/openpli/openpli-oe-core/sources/stblinux-3.13.5.tar.bz2’
 
     0K .......... .......... .......... .......... ..........  0%  160K 9m38s
    50K .......... .......... .......... .......... ..........  0% 21.2K 41m7s
   100K .......... .......... .......... .......... ..........  0%  163K 30m32s
   150K .......... .......... .......... .......... ..........  0%  110M 22m54s
   200K .......... .......... .......... .......... ..........  0% 21.8K 32m23s
   250K .......... .......... .......... .......... ..........  0% 29.0K 35m47s
   300K .......... .......... .......... .......... ..........  0% 41.0K 36m0s
   350K .......... .......... .......... .......... ..........  0% 24.5K 39m19s
   400K .......... .......... .......... .......... ..........  0% 19.6K 43m38s
   450K .......... .......... .......... .......... ..........  0% 30.1K 44m20s
   500K .......... .......... .......... .......... ..........  0% 22.5K 46m28s
   550K .......... .......... .......... .......... ..........  0% 20.7K 48m44s
   600K .......... .......... .......... .......... ..........  0% 34.0K 48m25s
   650K .......... .......... .......... .......... ..........  0% 46.0K 47m19s
   700K .......... .......... .......... .......... ..........  0% 26.8K 47m56s
   750K .......... .......... .......... .......... ..........  0% 18.6K 50m2s
   800K .......... .......... .......... .......... ..........  0% 29.2K 50m8s
   850K .......... .......... .......... .......... ..........  0% 24.2K 50m50s
   900K .......... .......... .......... .......... ..........  1% 21.1K 51m56s
   950K .......... .......... .......... .......... ..........  1% 26.9K 52m9s
  1000K .......... .......... .......... .......... ..........  1% 26.6K 52m21s
  1050K .......... .......... .......... .......... ..........  1% 36.3K 51m51s
  1100K .......... .......... .......... .......... ..........  1% 44.7K 51m3s
  1150K .......... .......... .......... .......... ..........  1% 15.5K 52m59s
  1200K .......... .......... .......... .......... ..........  1% 30.1K 52m51s
  1250K .......... .......... .......... .......... ..........  1% 42.9K 52m9s
  1300K .......... .......... .......... .......... ..........  1% 38.8K 51m38s
  1350K .......... .......... .......... .......... ..........  1% 33.4K 51m23s
  1400K .......... .......... .......... .......... ..........  1% 35.8K 51m3s
  1450K .......... .......... .......... .......... ..........  1% 48.0K 50m22s
  1500K .......... .......... .......... .......... ..........  1% 41.0K 49m55s
  1550K .......... .......... .......... .......... ..........  1% 19.8K 50m43s
  1600K .......... .......... .......... .......... ..........  1% 29.0K 50m44s
  1650K .......... .......... .......... .......... ..........  1% 18.9K 51m34s
  1700K .......... .......... .......... .......... ..........  1% 26.3K 51m42s
  1750K .......... .......... .......... .......... ..........  1% 32.0K 51m33s
  1800K .......... .......... .......... .......... ..........  2% 22.5K 51m56s
  1850K .......... .......... .......... .......... ..........  2% 36.6K 51m37s
  1900K .......... .......... .......... .......... ..........  2% 40.9K 51m13s
  1950K .......... .......... .......... .......... ..........  2% 35.6K 50m58s
  2000K .......... .......... .......... .......... ..........  2% 22.8K 51m19s
  2050K .......... .......... .......... .......... ..........  2% 36.7K 51m2s
  2100K .......... .......... .......... .......... ..........  2% 36.4K 50m47s
  2150K ........                                                2% 12.5K=73s
 
2016-11-02 12:25:25 (29.5 KB/s) - Connection closed at byte 2210112. Retrying.
 
--2016-11-02 12:25:26--  (try: 2)  http://archive.vuplu...-3.13.5.tar.bz2
Connecting to archive.vuplus.com (archive.vuplus.com)|50.62.36.1|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 94621523 (90M), 92411411 (88M) remaining [application/x-bzip2]
Saving to: ‘/home/redouan/openpli/openpli-oe-core/sources/stblinux-3.13.5.tar.bz2’
 
        [ skipping 2150K ]
  2150K ,,,,,,,,.. .......... .......... .......... ..........  2% 39.9K 45m10s
  2200K .......... .......... .......... .......... ..........  2% 58.3K 34m34s
  2250K .......... .......... .......... .......... ..........  2% 53.7K 32m14s
  2300K .......... .......... .......... .......... ..........  2% 28.1K 37m44s
  2350K .......... .......... .......... .......... ..........  2% 24.3K 42m42s
  2400K .......... .......... .......... .......... ..........  2% 34.0K 42m55s
  2450K .......... .......... .......... .......... ..........  2% 44.5K 41m33s
  2500K .......... .......... .......... .......... ..........  2% 20.0K 45m47s
  2550K .......... .......... .......... .......... ..........  2% 21.3K 48m31s
  2600K .......... .......... .......... .......... ..........  2% 31.9K 48m20s
  2650K .......... .......... .......... .......... ..........  2% 40.5K 47m15s
  2700K .......... .......... .......... .......... ..........  2% 50.6K 45m44s
  2750K .......... .......... .......... .......... ..........  3% 29.4K 46m6s
  2800K .......... .......... .......... .......... ..........  3% 44.1K 45m11s
  2850K .......... .......... .......... .......... ..........  3% 56.5K 43m54s
  2900K .......... .......... .......... .......... ..........  3% 26.4K 44m40s
  2950K .......... .......... .......... .......... ..........  3% 35.0K 44m31s
  3000K .......... .......... .......... .......... ..........  3% 19.3K 46m20s
  3050K .......... .......... .......... .......... ..........  3% 26.1K 46m52s
  3100K .......... .......... .......... .......... ..........  3% 22.3K 47m51s
  3150K .......... .......... .......... .......... ..........  3% 33.8K 47m38s
  3200K .......... .......... .......... .......... ..........  3% 40.5K 47m7s
  3250K .......... .......... .......... .......... ..........  3% 27.9K 47m21s
  3300K .......... .......... .......... .......... ..........  3% 32.7K 47m15s
  3350K .......... .......... .......... .......... ..........  3% 54.0K 46m25s
  3400K .......... .......... .......... .......... ..........  3% 31.6K 46m25s
  3450K .......... .......... .......... .......... ..........  3% 32.8K 46m21s
  3500K .......... .......... .......... .......... ..........  3% 21.8K 47m6s
  3550K .......... .......... .......... .......... ..........  3% 29.3K 47m11s
  3600K .......... .......... .......... .......... ..........  3% 36.0K 46m57s
  3650K .......... .......... .......... .......... ..........  4% 44.6K 46m29s
  3700K .......... .......... .......... .......... ..........  4% 58.1K 45m48s
  3750K .......... .......... .......... .......... ..........  4% 40.5K 45m29s
  3800K .......... .......... .......... .......... ..........  4% 23.6K 45m58s
  3850K .......... .......... .......... .......... ..........  4% 13.5K 47m46s
  3900K .......... .......... .......... .......... ..........  4% 27.3K 47m55s
  3950K .......... .......... .......... .......... ..........  4% 16.2K 49m3s
  4000K .......... .......... .......... .......... ..........  4% 40.5K 48m42s
  4050K .......... .......... .......... .......... ..........  4% 32.4K 48m35s
  4100K .......... .......... .......... .......... ..........  4% 14.8K 49m50s
  4150K .......... .......... .......... .......... ..........  4% 18.9K 50m29s
  4200K .......... .......... .......... .......... ..........  4% 32.5K 50m20s
  4250K .......... .......... .......... .......... ..........  4% 34.9K 50m7s
  4300K .                                                       4% 2092G=73s
 
2016-11-02 12:26:40 (29.3 KB/s) - Connection closed at byte 4404323. Giving up.
 
 
ERROR: linux-vusolo2-3.13.5-r2.6.4 do_fetch: Function failed: Fetcher failure for URL: 'http://archive.vuplu...-3.13.5.tar.bz2'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/redouan/openpli/openpli-oe-core/build/tmp/work/vusolo2-oe-linux/linux-vusolo2/3.13.5-r2.6.4/temp/log.do_fetch.21468
ERROR: Task /home/redouan/openpli/openpli-oe-core/meta-vuplus/recipes-bsp/linux/linux-vusolo2_3.13.5.bb:do_fetch (/home/redouan/openpli/openpli-oe-core/meta-vuplus/recipes-bsp/linux/linux-vusolo2_3.13.5.bb:do_fetch) failed with exit code '1'
 


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

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 2 November 2016 - 17:37

What's wrong is that VU+ it's web servers drops the connection after 4300 Kbytes. It's not the first time that this is happening.


* 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) #534 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 7 November 2016 - 19:36

What happens?

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "ArchLinux"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolo2"
DISTRO            = "openpli"
DISTRO_VERSION    = "5"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "HEAD:7a491f384c277ee42ac895fec6fc2ef70f15df4d"
meta              = "HEAD:2a59d0fa7bda78927435603e3049ce373cf6a198"
meta-openpli      
meta-dream        = "master-next:0bb837464479ce11daa146f2e744e49f877db741"
meta-vuplus       = "HEAD:8c1ad6d94b62ca45096a746d0cef0c523a977b0c"
meta-xsarius      = "HEAD:fd1d22a114074aac38aeb4e6f3bfb3053d468a66"
meta-xp           = "HEAD:3b0534aeeb8108d029d3db2cffbcf92d3079bcc2"
meta-xtrend       = "HEAD:4dc1373ccbf7a5d0c789ee3d85e0ac0018bb7f7f"
meta-formuler     = "HEAD:9ba268f8142b2ac3619787f848f4bb322ec22ddf"
meta-hd           = "HEAD:f0cc3625f35c67b9b77f2249639aa25ca82f46f2"
meta-xpeedc       = "HEAD:5dd87db177f8f67725ef6cb220123ca9aee927a6"
meta-wetek        = "HEAD:5868788e42986be336d0e6a5f7b47f741df102bb"
meta-zgemma       = "HEAD:8e3da52e517a8accf27d8869d1fb379f4a8a7b26"
meta-edision      = "HEAD:776934070adcf857fb9ea3769958ea718df77760"
meta-miraclebox   = "HEAD:0f1aca1dcaaa43f7768aff0c16a0c2ce1b32bdfd"
meta-spycat       = "HEAD:718b41b432dbd0b787ab8a2987462e03103e7793"
meta-gi           = "HEAD:6a9a4ce636831f0d37ae8178bcc2367c0766895f"
meta-local        = "master-next:0bb837464479ce11daa146f2e744e49f877db741"

Initialising tasks: 100% |###################################################################################################| Time: 0:00:09
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: pseudo-native-1.8.1-r0 do_compile: oe_runmake failed
ERROR: pseudo-native-1.8.1-r0 do_compile: Function failed: do_compile (log file is located at /home/davide/openpli_5.0/openpli-oe-core/build/tmp/work/x86_64-linux/pseudo-native/1.8.1-r0/temp/log.do_compile.10929)
ERROR: Logfile of failure stored in: /home/davide/openpli_5.0/openpli-oe-core/build/tmp/work/x86_64-linux/pseudo-native/1.8.1-r0/temp/log.do_compile.10929
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: Building/installing only 64-bit libpseudo.so for pseudo-native.
| NOTE: If you need to run 32-bit executables, ensure that NO32LIBS is set to 0.
| NOTE: make -j 4
| ERROR: oe_runmake failed
| SQLite header for version 3014001 found in /home/davide/openpli_5.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr.
| getfattr runs, enabling extended attribute support
| Enabling in-memory database by default.
| mkdir -p lib/pseudo/lib64
| CC="gcc  -isystem/home/davide/openpli_5.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -pipe -std=gnu99 -Wall -W -Wextra -fPIC -D_LARGEFILE64_SOURCE -D_ATFILE_SOURCE -isystem/home/davide/openpli_5.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -DPSEUDO_PREFIX='"/home/davide/openpli_5.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr"' -DPSEUDO_SUFFIX='""' -DPSEUDO_BINDIR='"bin"' -DPSEUDO_LIBDIR='"lib/pseudo/lib64"' -DPSEUDO_LOCALSTATEDIR='"var/pseudo"' -DPSEUDO_VERSION='"1.8.1"' -DUSE_MEMORY_DB -DPSEUDO_FORCE_ASYNC -DPSEUDO_PASSWD_FALLBACK='NULL'   -DPSEUDO_XATTR_SUPPORT       -O2 -g -L/home/davide/openpli_5.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/lib -I/home/davide/openpli_5.0/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include " ./makewrappers "xattr=true"
| ./maketables enums/*.in
| mkdir -p bin
|   File "./maketables", line 76
|     print "Flags: set for %s" % self.name
|                             ^
| SyntaxError: Missing parentheses in call to 'print'
| make: *** [Makefile:147: tables] Error 1
| make: *** Waiting for unfinished jobs....
|   File "./makewrappers", line 327
|     return """/* This function is not called if pseudo is configured --enable-force-async */
|                                                                                            ^
| TabError: inconsistent use of tabs and spaces in indentation
| make: *** [Makefile:150: wrappers] Error 1
| ERROR: Function failed: do_compile (log file is located at /home/davide/openpli_5.0/openpli-oe-core/build/tmp/work/x86_64-linux/pseudo-native/1.8.1-r0/temp/log.do_compile.10929)
ERROR: Task (virtual:native:/home/davide/openpli_5.0/openpli-oe-core/openembedded-core/meta/recipes-devtools/pseudo/pseudo_1.8.1.bb:do_compile) failed with exit code '1'


Re: Openpli-5 (still next master) #535 asiBenlik

  • Senior Member
  • 44 posts

0
Neutral

Posted 7 November 2016 - 21:03

What happens? 

I could not make it.

Loading cache: 100% |###################################################################################################################################| Time: 0:00:01
Loaded 3017 entries from dependency cache.
NOTE: /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/openmultiboot/openmultiboot.bb: base_contains is deprecated, please use bb.utils.contains instead.
NOTE: /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/openmultiboot/openmultiboot.bb: base_contains is deprecated, please use bb.utils.contains instead.
NOTE: /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/openmultiboot/openmultiboot.bb: base_contains is deprecated, please use bb.utils.contains instead.
NOTE: /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/openmultiboot/openmultiboot.bb: base_contains is deprecated, please use bb.utils.contains instead.
NOTE: /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/openmultiboot/openmultiboot.bb: base_contains is deprecated, please use bb.utils.contains instead.
NOTE: /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/openmultiboot/openmultiboot.bb: base_contains is deprecated, please use bb.utils.contains instead.
Parsing recipes: 100% |#################################################################################################################################| Time: 0:00:11
Parsing of 2391 .bb files complete (2321 cached, 70 parsed). 3087 targets, 489 skipped, 0 masked, 0 errors.
NOTE: There are 1 recipes to be removed from sysroot vusolose, removing...
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "LinuxMint-17.3"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolose"
DISTRO            = "openpli"
DISTRO_VERSION    = "5"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "HEAD:7a491f384c277ee42ac895fec6fc2ef70f15df4d"
meta              = "HEAD:2a59d0fa7bda78927435603e3049ce373cf6a198"
meta-openpli      
meta-dream        = "master-next:14ae13d35df8689fa8245e987b6b8c4af3737f95"
meta-vuplus       = "HEAD:2621a0fce74c39b36f5fd0fea69e0954f1c76028"
meta-xsarius      = "HEAD:fd1d22a114074aac38aeb4e6f3bfb3053d468a66"
meta-xp           = "HEAD:3b0534aeeb8108d029d3db2cffbcf92d3079bcc2"
meta-xtrend       = "HEAD:e84fd3fdbc28db74aa5f4e2e9b0b8aea419bd9ae"
meta-formuler     = "HEAD:9ba268f8142b2ac3619787f848f4bb322ec22ddf"
meta-hd           = "HEAD:f0cc3625f35c67b9b77f2249639aa25ca82f46f2"
meta-xpeedc       = "HEAD:5dd87db177f8f67725ef6cb220123ca9aee927a6"
meta-wetek        = "HEAD:5868788e42986be336d0e6a5f7b47f741df102bb"
meta-zgemma       = "HEAD:8e3da52e517a8accf27d8869d1fb379f4a8a7b26"
meta-edision      = "HEAD:776934070adcf857fb9ea3769958ea718df77760"
meta-miraclebox   = "HEAD:049167faac2b0665a32200efc098946f8e53f58c"
meta-spycat       = "HEAD:718b41b432dbd0b787ab8a2987462e03103e7793"
meta-gi           = "HEAD:6a9a4ce636831f0d37ae8178bcc2367c0766895f"
meta-local        = "master-next:14ae13d35df8689fa8245e987b6b8c4af3737f95"

Initialising tasks: 100% |##############################################################################################################################| Time: 0:00:09
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: openpli-enigma2-image-1.0-r0 do_image_ubi: Function failed: do_image_ubi (log file is located at /media/yetkin/LINUXX/openpli-next/build/tmp/work/vusolose-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubi.5684)
ERROR: Logfile of failure stored in: /media/yetkin/LINUXX/openpli-next/build/tmp/work/vusolose-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubi.5684
Log data follows:
| DEBUG: Executing python function set_image_size
| DEBUG: Python function set_image_size finished
| DEBUG: Executing shell function do_image_ubi
| ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/media/yetkin/LINUXX/openpli-next/build/tmp/work/vusolose-oe-linux/openpli-enigma2-image/1.0-r0/deploy-openpli-enigma2-image-image-complete/openpli-enigma2-5-vusolose.rootfs.ubifs"95232000 bytes (90.8 MiB)
| cp: cannot stat ‘/media/yetkin/LINUXX/openpli-next/build/tmp/deploy/images/vusolose/openpli-enigma2-5-vusolose.rootfs.ubi’: No such file or directory
| WARNING: /media/yetkin/LINUXX/openpli-next/build/tmp/work/vusolose-oe-linux/openpli-enigma2-image/1.0-r0/temp/run.do_image_ubi.5684:1 exit 1 from 'cp /media/yetkin/LINUXX/openpli-next/build/tmp/deploy/images/vusolose/openpli-enigma2-5-vusolose.rootfs.ubi /media/yetkin/LINUXX/openpli-next/build/tmp/deploy/images/vusolose/vuplus/solose/root_cfe_auto.bin'
| ERROR: Function failed: do_image_ubi (log file is located at /media/yetkin/LINUXX/openpli-next/build/tmp/work/vusolose-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubi.5684)
ERROR: Task (/media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_ubi) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4729 tasks of which 4712 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /media/yetkin/LINUXX/openpli-next/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_ubi
Summary: There was 1 ERROR message shown, returning a non-zero exit code

my ubinize-openpli-enigma2-5-vusolose.cfg file

[ubifs]
mode=ubi
image=/media/yetkin/LINUXX/openpli-next/build/tmp/work/vusolose-oe-linux/openpli-enigma2-image/1.0-r0/deploy-openpli-enigma2-image-image-complete/openpli-enigma2-5-vusolose.rootfs.ubifs
vol_id=0
vol_type=dynamic
vol_name=rootfs
vol_flags=autoresize

~~THINK OUTSIDE THE BOX~~

~PLi-Turko~

~HürTeam~


Re: Openpli-5 (still next master) #536 ostende

  • Senior Member
  • 69 posts

0
Neutral

Posted 7 November 2016 - 21:18

 

What happens? 

I could not make it.

| cp: cannot stat ‘/media/yetkin/LINUXX/openpli-next/build/tmp/deploy/images/vusolose/openpli-enigma2-5-vusolose.rootfs.ubi’: No such file or directory

did you delet some files or what



Re: Openpli-5 (still next master) #537 asiBenlik

  • Senior Member
  • 44 posts

0
Neutral

Posted 7 November 2016 - 22:27

I did not erase anything.
This is the first compilation.

~~THINK OUTSIDE THE BOX~~

~PLi-Turko~

~HürTeam~


Re: Openpli-5 (still next master) #538 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 8 November 2016 - 05:50

 

I was able to compile the latest head for Vu+ Uno. So far working well. 

 

I think so too, until I tried ffmpeg.
At the library is load, I got an error:

error while loading shared libraries: /usr/lib/libavformat.so.57: ELF file ABI version invalid

But I see that on the openembedded-core has been added glibc patch that would fix it and so I'll try to update openembedded-core again.

I wanted to add that immediately after gcc 6.1 update on openembedded-core, I did not have such problems.

 

P.S.

Or any of openpli watched pull requests and comments on github?

 

Hi Taapat,

 

I have the same issue on ffmpeg atm.

Did you mean this patch for glibc? https://github.com/o...dfee344def9e53a



Re: Openpli-5 (still next master) #539 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 8 November 2016 - 07:21

Sorry, I do not remember anymore.
But on master-nex already is added my pull request, which for me fix this problem: https://github.com/O...8cc7553bf305977


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

  • Senior Member
  • 115 posts

+1
Neutral

Posted 8 November 2016 - 07:28

for me upgrade to 3.1.3 solved the issue 


T90 | 28.2E-23.5E-19.2E-13E-9E-4.8E-0.8W-4W

Zgemma H7S | OpenPLI develop branch



8 user(s) are reading this topic

0 members, 7 guests, 0 anonymous users


    Facebook (1)