Springen naar inhoud


lilo74

Lid geworden: 14 mrt 2015
Offline Laatste activiteit: 21 jun 2018 22:21
-----

Berichten die ik gemaakt heb

In Topic:Howto build unofficial pli for your unsupported receiver

1 april 2018 - 17:37

my log:


In Topic:Howto build unofficial pli for your unsupported receiver

5 maart 2018 - 18:44

Hi PERSIAN ,

 

WARNING: xz-native-5.2.3-r0 do_fetch: Failed to fetch URL http://tukaani.org/xz/xz-5.2.3.tar.gz, attempting MIRRORS if available
WARNING: mpfr-native-3.1.5-r0 do_fetch: Failed to fetch URL http://www.mpfr.org/...fr-3.1.5.tar.xz, attempting MIRRORS if available
WARNING: libmpc-native-1.0.3-r0 do_fetch: Failed to fetch URL http://www.multiprec...pc-1.0.3.tar.gz, attempting MIRRORS if available
WARNING: ucl-native-1.03-r0 do_fetch: Failed to fetch URL http://www.oberhumer...ucl-1.03.tar.gz, attempting MIRRORS if available
ERROR: ucl-native-1.03-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/carlos/openpli-oe-core/openembedded-core/scripts/native-intercept:/home/carlos/openpli-oe-core/openembedded-core/scripts:/home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/recipe-sysroot-native/usr/bin/i686-linux:/home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/recipe-sysroot-native/usr/bin:/home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/recipe-sysroot-native/usr/sbin:/home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/recipe-sysroot-native/usr/bin:/home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/recipe-sysroot-native/sbin:/home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/recipe-sysroot-native/bin:/home/carlos/openpli-oe-core/bitbake/bin:/home/carlos/openpli-oe-core/build/tmp/hosttools"; export HOME="/home/carlos"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/carlos/openpli-oe-core/sources 'http://www.oberhumer...ucl-1.03.tar.gz' --progress=dot -v failed with exit code 4, output:
--2018-03-05 11:19:56--  http://www.oberhumer...ucl-1.03.tar.gz
Resolving www.oberhumer.com (www.oberhumer.com)... failed: Name or service not known.
wget: unable to resolve host address ‘www.oberhumer.com’

ERROR: ucl-native-1.03-r0 do_fetch: Fetcher failure for URL: 'http://www.oberhumer...ucl-1.03.tar.gz'. Unable to fetch URL from any source.
ERROR: ucl-native-1.03-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/carlos/openpli-oe-core/build/tmp/work/i686-linux/ucl-native/1.03-r0/temp/log.do_fetch.32655
ERROR: Task (virtual:native:/home/carlos/openpli-oe-core/pli-extras/meta-dream/recipes-support/upx/ucl_1.03.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 307 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  virtual:native:/home/carlos/openpli-oe-core/pli-extras/meta-dream/recipes-support/upx/ucl_1.03.bb:do_fetch
Summary: There were 11 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
 


In Topic:Howto build unofficial pli for your unsupported receiver

5 maart 2018 - 17:37

Hi Persian, look:

 

WARNING: xz-native-5.2.3-r0 do_fetch: Failed to fetch URL http://tukaani.org/xz/xz-5.2.3.tar.gz, attempting MIRRORS if available
WARNING: mpfr-native-3.1.5-r0 do_fetch: Failed to fetch URL http://www.mpfr.org/...fr-3.1.5.tar.xz, attempting MIRRORS if available


In Topic:Howto build unofficial pli for your unsupported receiver

4 maart 2018 - 23:45

no more OpenPLi for axas e3hd, many mistakes(fallen mirrors)etc,etc. Thanks all for you help.


In Topic:Howto build unofficial pli for your unsupported receiver

3 maart 2018 - 00:04

ERROR: ExpansionError during parsing /home/######/openpli-oe-core/meta-openpli/recipes-multimedia/readymedia/readymedia.bb
Traceback (most recent call last):
  File "/home/carlos/openpli-oe-core/bitbake/lib/bb/data_smart.py", line 412, in DataSmart.expandWithRefs(s='1.1.0+git${SRCPV}', varname='PV'):
                 try:
    >                s = __expand_var_regexp__.sub(varparse.var_sub, s)
                     try:
  File "/home/carlos/openpli-oe-core/bitbake/lib/bb/data_smart.py", line 111, in VariableParse.var_sub(match=<_sre.SRE_Match object; span=(9, 17), match='${SRCPV}'>):
                 else:
    >                var = self.d.getVarFlag(key, "_content")
                 self.references.add(key)
  File "/home/carlos/openpli-oe-core/bitbake/lib/bb/data_smart.py", line 794, in DataSmart.getVarFlag(var='SRCPV', flag='_content', expand=True, noweakdefault=False, parsing=False):
                     cachename = var + "[" + flag + "]"
    >            value = self.expand(value, cachename)
     
  File "/home/carlos/openpli-oe-core/bitbake/lib/bb/data_smart.py", line 436, in DataSmart.expand(s='${@bb.fetch2.get_srcrev(d)}', varname='SRCPV'):
         def expand(self, s, varname = None):
    >        return self.expandWithRefs(s, varname).value
     
  File "/home/carlos/openpli-oe-core/bitbake/lib/bb/data_smart.py", line 426, in DataSmart.expandWithRefs(s='${@bb.fetch2.get_srcrev(d)}', varname='SRCPV'):
                 except Exception as exc:
    >                raise ExpansionError(varname, s, exc) from exc
     
bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/carlos/openpli-oe-core/openembedded-core/scripts:/home/carlos/openpli-oe-core/build/tmp/work/mips32el-oe-linux/readymedia/fetcheravoidrecurse-r0/recipe-sysroot-native/usr/bin/mipsel-oe-linux:/home/carlos/openpli-oe-core/build/tmp/work/mips32el-oe-linux/readymedia/fetcheravoidrecurse-r0/recipe-sysroot/usr/bin/crossscripts:/home/carlos/openpli-oe-core/build/tmp/work/mips32el-oe-linux/readymedia/fetcheravoidrecurse-r0/recipe-sysroot-native/usr/sbin:/home/carlos/openpli-oe-core/build/tmp/work/mips32el-oe-linux/readymedia/fetcheravoidrecurse-r0/recipe-sysroot-native/usr/bin:/home/carlos/openpli-oe-core/build/tmp/work/mips32el-oe-linux/readymedia/fetcheravoidrecurse-r0/recipe-sysroot-native/sbin:/home/carlos/openpli-oe-core/build/tmp/work/mips32el-oe-linux/readymedia/fetcheravoidrecurse-r0/recipe-sysroot-native/bin:/home/carlos/openpli-oe-core/bitbake/bin:/home/carlos/openpli-oe-core/build/tmp/hosttools"; export HOME="/home/carlos"; git -c core.fsyncobjectfiles=0 ls-remote git://git.code.sf.net/p/minidlna/git  failed with exit code 128, output:
fatal: unable to connect to git.code.sf.net:
git.code.sf.net[0: 216.105.38.16]: errno=Connection timed out




Summary: There were 4 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
carlos@carlos-desktop:~/openpli-oe-core/build$