GDPR-1 i have a stupid question, when i try to build without media_build drivers, i get only software decoding... what can i do ?
Posts by pogo1975
-
-
Hi i'am trying to compile your master branch and have this error on media_build
creating symbolic links...
make[3]: Entering directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/v4l/firmware'
make[3]: Leaving directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/v4l/firmware'
make -C firmware
make[3]: Entering directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/v4l/firmware'
make[3]: Nothing to be done for 'default'.
make[3]: Leaving directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/v4l/firmware'
Kernel build directory is /mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/linux-99798df
make -C ../linux apply_patches
make[3]: Entering directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/linux'
Applying patches for kernel 3.14.29
patch -s -f -N -p1 -i ../backports/api_version.patch
patch -s -f -N -p1 -i ../backports/pr_fmt.patch
patch -s -f -N -p1 -i ../backports/debug.patch
patch -s -f -N -p1 -i ../backports/drx39xxj.patch
patch -s -f -N -p1 -i ../backports/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch
patch -s -f -N -p1 -i ../backports/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch
patch -s -f -N -p1 -i ../backports/linux-062-imon_pad_ignore_diagonal.patch
patch -s -f -N -p1 -i ../backports/linux-202-lnbp22_patch_for_more_power_if_rotor.patch
patch -s -f -N -p1 -i ../backports/linux-203-stb0899_enable_low_symbol_rate.patch
patch -s -f -N -p1 -i ../backports/linux-204-lirc_fix_for_4.12.patch
patch -s -f -N -p1 -i ../backports/linux-220-hauppauge_dualhd_second_tuner_support.patch
patch -s -f -N -p1 -i ../backports/linux-249-gpioplug.patch
The next patch would create the file drivers/media/rc/gpioplug-ir-recv.c,
which already exists! Skipping patch.
1 out of 1 hunk ignored
make[3]: *** [Makefile:139: apply_patches] Error 1
make[3]: Leaving directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/linux'
make[2]: *** [Makefile:52: default] Error 2
make[2]: Leaving directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi/v4l'
make[1]: *** [Makefile:26: all] Error 2
make[1]: Leaving directory '/mnt/4TERA4/agamg-xda/build.LibreELEC-S905.arm-9.0-devel/media_build-2017-06-20-rpi'
Makefile:9: recipe for target 'release' failed
could you help ? -
hmm, cannot compile your tree, fails on a pynacl, suggestions ?
BUILD pynacl (target)
Traceback (most recent call last):
File "setup.py", line 232, in <module>
"Programming Language :: Python :: 3.6",
File "/mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/toolchain/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 319, in __init__
File "/mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/toolchain/lib/python2.7/distutils/dist.py", line 287, in __init__
self.finalize_options()
File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 386, in finalize_options
File "/mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/pynacl-1.1.2/.eggs/cffi-1.11.1-py2.7-linux-x86_64.egg/cffi/setuptools_ext.py", line 188, in cffi_modules
add_cffi_module(dist, cffi_module)
File "/mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/pynacl-1.1.2/.eggs/cffi-1.11.1-py2.7-linux-x86_64.egg/cffi/setuptools_ext.py", line 49, in add_cffi_module
execfile(build_file_name, mod_vars)
File "/mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/pynacl-1.1.2/.eggs/cffi-1.11.1-py2.7-linux-x86_64.egg/cffi/setuptools_ext.py", line 25, in execfile
exec(code, glob, glob)
File "src/bindings/build.py", line 32, in <module>
ffi = FFI()
File "/mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/pynacl-1.1.2/.eggs/cffi-1.11.1-py2.7-linux-x86_64.egg/cffi/api.py", line 46, in __init__
import _cffi_backend as backend
ImportError: /mnt/4TERA4/Leia9/build.LibreELEC-Odroid_C2.arm-9.0-devel/pynacl-1.1.2/.eggs/cffi-1.11.1-py2.7-linux-x86_64.egg/_cffi_backend.so: wrong ELF class: ELFCLASS32
Makefile:9: recipe for target 'release' failed
-
pogo1975 Was it working for you with leia7?
yeah it was, but forget it for now, it has something to do with my settings, probably cache i will investigate further.
-
GDPR-1 regarding Leia8 for me it is regression, when i try to skip forward/backward i get still image. Time is goig forward but no sound and still image.
-
Here is a little preview for rb-leia7:
-current Kodi and LE master
-updated addons
- Includes libnss and libnspr* for newer versions of widevine
I've tested the builds with pvr.zattoo, NF, Amazon and Dazn with inputstream.adaptive 2.1
Should also solve some a/v sync issues.
in regards to this and nss, i'am trying to build your tree, and with nss dep[ends enabled i get this:
configure: WARNING: unrecognized options: --disable-static, --enable-shared
Executing (target): make NSINSTALL=/mnt/4TERA4/Leia6/build.LibreELEC-Odroid_C2.arm-9.0-devel/toolchain/bin/nsinstall
make[1]: Entering directory '/mnt/4TERA4/Leia6/build.LibreELEC-Odroid_C2.arm-9.0-devel/nss-3.29.5/nspr'
make -C config export
make[2]: Entering directory '/mnt/4TERA4/Leia6/build.LibreELEC-Odroid_C2.arm-9.0-devel/nss-3.29.5/nspr/config'
/mnt/4TERA4/Leia6/build.LibreELEC-Odroid_C2.arm-9.0-devel/toolchain/bin/host-gcc -o now.o -c -march=armv8-a+crc -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a53 -mfloat-abi=hard -mfpu=neon-fp-armv8 -fomit-frame-pointer -Wall -pipe -Os -flto -ffat-lto-objects -DXP_UNIX now.c
gcc: error: unrecognized argument in option '-mabi=aapcs-linux'
gcc: note: valid arguments to '-mabi=' are: ms sysv
gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gcc: error: unrecognized command line option '-mfloat-abi=hard'
gcc: error: unrecognized command line option '-mfpu=neon-fp-armv8'
make[2]: *** [../config/rules.mk:447: now.o] Error 1
compiling on ubuntu 16.04, when i revert commit Kodi: depend on nss it works... -
Hi.
Yes, if I power off the TV and then power On the TV (leaving LibreELEC powered on) these "extra" key works... strange behavior
But, anyway, after a LibreELEC reboot these key will not works again. And, as you can imagine, I don't like to power off the TV and then power On the TV to have these keys working...SOLUTION:
I made some troubleshooting and I was able to get these buttons working always by disabling the CEC in the boot of Odroid C-2.
So I edited the file "boot.ini" in "/flash" and changed the row from setenv hdmi_cec "1" to setenv hdmi_cec "0".Disabling HDMI-CEC at boot solved the issue. CEC will anyhow works because it will be stared later from LibreELEC.
Ha, nice find will check it later this week when I get home. Thanks.Wysłane z mojego HTC One M9 przy użyciu Tapatalka
-
Hi.
To control LibreELEC (Krypton) v7.90.008 ALPHA on Odroid C-2 I use the CEC feature (over HDMI), then with the TV remote control I can also control LibreELEC. I have a Panasonic Plasma TV and the remote control is Panasonic N2QAYB000489.
Here a photo of the TV remote control: ZOOM_N2QAYB000489-ZOOM.pngAll works well but the lower keys (extra buttons) of the Panasonic TV remote control does not works.
So the keys I have tested that does not works are:Play
Stop
Pause
Rewind
Fast ForwardWith OpenELEC 6.0.3 and LibreELEC 7.0.2 on Raspberry Pi2 I don't have this problem (same TV and same remote control), I can use these lower keys without problems.
So I think the problem is on the CEC configuration for Odroid or LibreELEC (Krypton) v7.90.008 ALPHA.
How Can I have these lower keys working?
If you need some test or help to address the issue let me know, I'm available for help/test.Thanks.
I have this problem also, but if i turn off tv and turn it on leaving odroid running these keys starts to work ....
Also on panasonic plasma