heitbaum - thanks for that. I had docker, so I am off and building now and past the area that was causing the issue.
thanks
heitbaum - thanks for that. I had docker, so I am off and building now and past the area that was causing the issue.
thanks
Hi All,
I am trying to build LE10 from
and checking out branch libreelec-10.0
my environment is
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal
libtool: link: /media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc -shared -fPIC -DPIC .libs/gl_array_list.o .libs/basename-lgpl.o .libs/binary-io.o .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/cloexec.o .libs/concat-filename.o .libs/exitfail.o .libs/fatal-signal.o .libs/fd-hook.o .libs/fd-ostream.o .libs/file-ostream.o .libs/full-write.o .libs/get_ppid_of.o .libs/get_progname_of.o .libs/getprogname.o .libs/html-ostream.o .libs/html-styled-ostream.o .libs/iconv-ostream.o .libs/gl_list.o glthread/.libs/lock.o .libs/malloca.o .libs/math.o .libs/mem-hash-map.o .libs/memory-ostream.o .libs/noop-styled-ostream.o .libs/ostream.o .libs/printf-frexp.o .libs/printf-frexpl.o .libs/safe-read.o .libs/safe-write.o .libs/sig-handler.o .libs/sockets.o .libs/stat-time.o .libs/styled-ostream.o .libs/sys_socket.o .libs/term-ostream.o .libs/term-style-control.o .libs/term-styled-ostream.o glthread/.libs/threadlib.o .libs/unistd.o unistr/.libs/u8-mbtouc.o unistr/.libs/u8-mbtouc-aux.o .libs/xmalloc.o .libs/xstrdup.o .libs/xconcat-filename.o .libs/xgethostname.o .libs/gl_xlist.o .libs/xsize.o .libs/xvasprintf.o .libs/xasprintf.o .libs/color.o .libs/misc.o .libs/version.o .libs/asnprintf.o .libs/asprintf.o .libs/fcntl.o .libs/memchr.o .libs/obstack.o .libs/printf-args.o .libs/printf-parse.o .libs/snprintf.o .libs/vasnprintf.o .libs/vasprintf.o -Wl,--whole-archive ./.libs/libcroco_rpl.a ./.libs/libglib_rpl.a ./.libs/libxml_rpl.a -Wl,--no-whole-archive -lm -L/usr/lib64 -ltermcap -march=x86-64 -m64 -mmmx -msse -msse2 -mfpmath=sse -O2 -march=x86-64 -m64 -Wl,--as-needed -Wl,-soname -Wl,libtextstyle.so.0 -Wl,-version-script -Wl,.libs/libtextstyle.ver -o .libs/libtextstyle.so.0.1.1
/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/lib/gcc/x86_64-libreelec-linux-gnu/10.3.0/../../../../x86_64-libreelec-linux-gnu/bin/ld: warning: library search path "/usr/lib64" is unsafe for cross-compilation, ignore it
/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/lib/gcc/x86_64-libreelec-linux-gnu/10.3.0/../../../../x86_64-libreelec-linux-gnu/bin/ld: cannot find -ltermcap
collect2: error: ld returned 1 exit status
make[6]: *** [Makefile:2375: libtextstyle.la] Error 1
make[6]: Leaving directory '/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/build/gettext-0.21/.x86_64-libreelec-linux-gnu/libtextstyle/lib'
make[5]: *** [Makefile:2157: all] Error 2
make[5]: Leaving directory '/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/build/gettext-0.21/.x86_64-libreelec-linux-gnu/libtextstyle/lib'
make[4]: *** [Makefile:1786: all-recursive] Error 1
make[4]: Leaving directory '/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/build/gettext-0.21/.x86_64-libreelec-linux-gnu/libtextstyle'
make[3]: *** [Makefile:1714: all] Error 2
make[3]: Leaving directory '/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/build/gettext-0.21/.x86_64-libreelec-linux-gnu/libtextstyle'
make[2]: *** [Makefile:403: all-recursive] Error 1
make[2]: Leaving directory '/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/build/gettext-0.21/.x86_64-libreelec-linux-gnu'
make[1]: *** [Makefile:359: all] Error 2
make[1]: Leaving directory '/media/data2/LibreELEC.tv/build.LibreELEC-Generic.x86_64-11.0-devel/build/gettext-0.21/.x86_64-libreelec-linux-gnu'
FAILURE: scripts/build gettext:target during make_target (default)
*********** FAILED COMMAND ***********
make ${PKG_MAKE_OPTS_TARGET}
Display More
I am getting the above error it looks like termcap is missing but I have libncurses5 installed, any ideas what is missing on my build system or any other issues?
Note. I have previously built LE but it was probably a year or two ago..
Thanks
I just downloaded your image to start using it - so thanks for your hard work on this.
I have noticed that the ds4drv doesn't seem to be working on the x86_64
LibreELEC-x11.x86_64-11.0-RR-20211227-1f7ed72.tar
LibreELEC:~ # ds4drv --hidraw
Traceback (most recent call last):
File "/usr/bin/ds4drv", line 33, in <module>
sys.exit(load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')())
File "/usr/bin/ds4drv", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 843, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/lib/python3.8/site-packages/ds4drv/__main__.py", line 7, in <module>
File "/usr/lib/python3.8/site-packages/ds4drv/backends/__init__.py", line 2, in <module>
File "/usr/lib/python3.8/site-packages/ds4drv/backends/hidraw.py", line 9, in <module>
File "/usr/lib/python3.8/site-packages/pyudev/__init__.py", line 40, in <module>
File "/usr/lib/python3.8/site-packages/pyudev/_errors.py", line 33, in <module>
ModuleNotFoundError: No module named 'six'
Is this a packing issue or is anyone using ds4drv?
Thanks
Latest nightly has fixed the issue - as a kodi update was merged - it was likely a kodi bug.
thanks
Thanks for the suggestion - the issue still happens on a clean system with just tvheadend enabled to play TV.
Here is the crash log.
I don't think so... reverting back to the latest stable version works as expected.
I will try clearing the settings but I think there must be an issue in the latest kernel for my device or maybe within the latest kodi build.
Hi There,
I regularly try the latest builds from test.libreelec.tv. The latest builds are causing my system to crash when playing TV or videos.
Here is the crash log.
Thanks
I updated to the latest in gihub and last night on 5.10.1 it didn't seems to have the issue. I will check a few more nights and see if it was just a bug in 5.9.x and now resolved in 5.10.x.
Its one of these...
GB-BXBT-2807 (rev. 1.0) Overview | Mini-PC Barebone (BRIX) - GIGABYTE Global
let me know if you want me to create a log, I have had a look but there is nothing to see, it just resumes like you would normally see.
Thanks
Hi All,
I have an issue with the device randomly resuming during the night since moving to 5.9.x from 5.8.x.
I have recompiled back it works as expected.
Any thoughts on how to resolve this? Its like 4-6hrs after going to sleep it does it rather than a certain time.
Thanks!