Jump to content


Photo

Problems building OpenPli 4.0


  • Please log in to reply
11 replies to this topic

#1 pe2mbs

  • Member
  • 12 posts

0
Neutral

Posted 14 July 2014 - 20:32

Hi all, 
 
 git clone git://git.code.sf.net/p/openpli/openpli-oe-core
cd openpli-oe-core
make -f Makefile
cd build
source env.source
MACHINE=dm7020hd
bitbake openpli-enigma2-image
 
I tried to build openpli 4.0, but got this error 
 
ERROR: Function failed: Unpack failure for URL: 'http://download.berl...i-0.5.0.tar.bz2'. Unpack command PATH="/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/bin/python-native:/home/mbertens/openpli4/openpli-oe-core/openembedded-core/scripts:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mips32el-oe-linux:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/dm7020hd/usr/bin/crossscripts:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/bin:/home/mbertens/openpli4/openpli-oe-core/openembedded-core/scripts:/home/mbertens/openpli4/openpli-oe-core/bitbake/bin:/home/mbertens/openpli/openpli-oe-core/openembedded-core/scripts:/home/mbertens/openpli/openpli-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" bzip2 -dc /home/mbertens/openpli4/openpli-oe-core/sources/python-wifi-0.5.0.tar.bz2 | tar x --no-same-owner -f - failed with return value 2
ERROR: Logfile of failure stored in: /home/mbertens/openpli4/openpli-oe-core/build/tmp/work/mips32el-oe-linux/python-wifi/0.5.0-r1/temp/log.do_unpack.16645
 
the package http://download.berl...i-0.5.0.tar.bz2 doesn't exist anymore. I fixed the problem manually to continue. 

Edited by pe2mbs, 14 July 2014 - 20:36.

DM7020HD OpenPLi 4.0 

HTPC OpenELEC (official) Version: 4.0.6 - XBMC 13.1


Re: Problems building OpenPli 4.0 #2 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 14 July 2014 - 20:43

I tried to build openpli 4.0, but got this error 
 
the package http://download.berl...i-0.5.0.tar.bz2 doesn't exist anymore.

It's better bitbake to make use of sf.net http://sourceforge.n...onwifi.berlios/
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: Problems building OpenPli 4.0 #3 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 14 July 2014 - 21:19

Here is the patch...
Subject: [PATCH] python-wifi: use sf.net SRC_URI


diff --git a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
index 7f2ccb7..d186df0 100644
--- a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
+++ b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
@@ -10,6 +10,7 @@ RDEPENDS_${PN} = "python-ctypes python-datetime"
 PR = "r1"
 
-SRC_URI = "http://download.berlios.de/pythonwifi/${P}.tar.bz2"
+SRC_URI = "http://downloads.sourceforge.net/project/pythonwifi.berlios/${P}.tar.bz2"
 SRC_URI[md5sum] = "8fe7fd0a4edce1f9bedaff4acb7fd500"
 SRC_URI[sha256sum] = "3e3f645d37ab20450f60c785cec5f21b330f28a6c46c7c1b0898305dd7a34b26"

Attached Files


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: Problems building OpenPli 4.0 #4 pe2mbs

  • Member
  • 12 posts

0
Neutral

Posted 15 July 2014 - 18:16

Here is the patch...

Subject: [PATCH] python-wifi: use sf.net SRC_URI


diff --git a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
index 7f2ccb7..d186df0 100644
--- a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
+++ b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
@@ -10,6 +10,7 @@ RDEPENDS_${PN} = "python-ctypes python-datetime"
 PR = "r1"
 
-SRC_URI = "http://download.berlios.de/pythonwifi/${P}.tar.bz2"
+SRC_URI = "http://downloads.sourceforge.net/project/pythonwifi.berlios/${P}.tar.bz2"
 SRC_URI[md5sum] = "8fe7fd0a4edce1f9bedaff4acb7fd500"
 SRC_URI[sha256sum] = "3e3f645d37ab20450f60c785cec5f21b330f28a6c46c7c1b0898305dd7a34b26"


Great thanks for the patch, i'll try it. When is this pushed on too the main repository ?

Marc

DM7020HD OpenPLi 4.0 

HTPC OpenELEC (official) Version: 4.0.6 - XBMC 13.1


Re: Problems building OpenPli 4.0 #5 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 22 July 2014 - 14:23

If it's not yet committed, I'll do shortly.


* 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: Problems building OpenPli 4.0 #6 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 26 July 2014 - 18:43

Applied. Thanks for the patience :)


* 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: Problems building OpenPli 4.0 #7 zingfrid

  • Member
  • 1 posts

0
Neutral

Posted 8 October 2015 - 08:40

Same thing happens now, with vuduo build. Pythonwifi is not available on sourceforge anymore. I've created issue in Github tickets system, because I did not find any other. 

https://github.com/O...e-core/issues/5



Re: Problems building OpenPli 4.0 #8 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 16 October 2015 - 10:34

I will provide a patch soon.

 

Here is another mirror of the file: http://pkgs.fedorapr...i-0.5.0.tar.bz2


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: Problems building OpenPli 4.0 #9 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 16 October 2015 - 18:47

@OpenPLi https://github.com/O...-oe-core/pull/8
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: Problems building OpenPli 4.0 #10 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 17 October 2015 - 09:24

Applied by MiLo.


* 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: Problems building OpenPli 4.0 #11 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 17 October 2015 - 10:56

I get build issues with linux kernel 3.9.6 and linux-dummy ??

 

Some investigation it's caused by xsarius BSP layer. Please add "COMPATIBLE_MACHINE" to avoid build issues.


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Problems building OpenPli 4.0 #12 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 5 November 2015 - 21:30

I get build issues with linux kernel 3.9.6 and linux-dummy ??
 
Some investigation it's caused by xsarius BSP layer. Please add "COMPATIBLE_MACHINE" to avoid build issues.


I've send pull request. https://github.com/p...-xsarius/pull/2
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


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users