• 1
  • 404
  • 405
  • 406(current)
  • 407
  • 408
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
It turns out we might not build gcc for host after all - the "host" gcc we are building is actually the cross-compile gcc for the target. Which means we always depend on the build host gcc (5.4.0, 7.3.0, whatever) which is obviously a bit of a lottery. Adding the CXXFLAGS to force the build host gcc to compile flatbuffers will hopefully work as a quick fix, but ultimately I think I'd rather we built a host gcc which we could then use in preference to /usr/bin/gcc - that way we would avoid this gcc version lottery when building the host packages, but it is overkill to build gcc for the host as it isn't required in most cases (just use the right flags etc.), so may not happen soon (if at all).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
>but ultimately I think I'd rather we built a host gcc which we could then use in preference to /usr/bin/gcc - that way we would avoid this gcc version lottery when building the host packages
From the consistency POV this is the right thing to do.
But it's a burden Sad
I'm a bit inclined to see this as an issue in the flatbuffer's build system. If it requires compiler flags or C/C++ standard that' are not default on semi-recent compilers it should check for that and if needed add the appropriate C/CXX flags.

so long,

Hias
@smp1, @asavah: I've updated the flatbuffers package in this branch and it now compiles successfully with gcc-5.3.0 on Ubuntu 16.04, and gcc-7.3.0 on Ubuntu 17.10. Thanks to you both.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Thank you again milhouse!
Finally i'm up and running again.
The tip regarding space on my sdcard was the right track.

Regatds
Chris
New LibreELEC.tv Leia build #0731: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: dd78036608fbd43c1f52fa68e3423905df20984b900321060642ac3dc4c709ec (RPi)
SHA256 Checksum: 365d8030a18969a40a870f73d71488117dfcab1730be44aa95bdc00fa06fcc73 (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Tue Jul 31 22:18:33 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180731221609-#0731-gaf9932c [Build #0731]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (af9932c, changelog) and tip of XBMC master (e3dd2e4, changelog) with the following modifications: Build Highlights:
  1. gcc-8.2.0, binutils 2.31.1
  2. bump to v18 beta1
Build Details:
  1. LibreELEC.tv:
    • Kodi: next (August-ish) (PR:2846, 4 commits, 17 files changed)
  2. XBMC:
    • [docs] doxygen fixes (PR:14243, 2 commits, 1 file changed)
    • [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH). (PR:14239, 1 commit, 5 files changed)
    • bump to v18 beta1 (PR:14251, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2853 (perma): gcc: update to gcc-8.2.0
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-06-20, 03:08)smp1 Wrote: I'm still having an issue when building Kodi with parallel LTO. I have to disable LTO, otherwise DVD playback is not working.
That LTO issue had something to do with Ubuntu 16.04. No such problem when building in Ubuntu 18.04.
Hello, i have allways a problem to play DVD's on my Raspberry Pi 3b+. If i deactivated MMAL Hardware rendering, than, i can play DVD with Menu. With MMAL Hardware Rendering, it's hang in menu.
(2018-08-01, 18:34)Mister XY Wrote: Hello, i have allways a problem to play DVD's on my Raspberry Pi 3b+. If i deactivated MMAL Hardware rendering, than, i can play DVD with Menu. With MMAL Hardware Rendering, it's hang in menu.
I can confirm that there are major issues with DVD menus on current builds. This is specific to RPi/mmal - no such issues on a PC.
(2018-08-01, 06:06)smp1 Wrote:
(2018-06-20, 03:08)smp1 Wrote: I'm still having an issue when building Kodi with parallel LTO. I have to disable LTO, otherwise DVD playback is not working.
That LTO issue had something to do with Ubuntu 16.04. No such problem when building in Ubuntu 18.04.

Thanks, good to know (and explains why these builds are not affected as I'm using Ubuntu 17.10). A shame we are unlikely to discover what causes this issue with 16.04, although we still build release builds on 16.04 (using Jenkins) and it may be something we need to keep an eye out for once we start publishing official LE9 alpha/beta builds.

(2018-08-01, 19:09)smp1 Wrote:
(2018-08-01, 18:34)Mister XY Wrote: Hello, i have allways a problem to play DVD's on my Raspberry Pi 3b+. If i deactivated MMAL Hardware rendering, than, i can play DVD with Menu. With MMAL Hardware Rendering, it's hang in menu.
I can confirm that there are major issues with DVD menus on current builds. This is specific to RPi/mmal - no such issues on a PC.

Can either of you identify when these menu issues first appeared in these test builds?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-08-01, 22:20)Milhouse Wrote: Can either of you identify when these menu issues first appeared in these test builds? 
I believe build #0127 introduced most of those issues.

VideoPlayer: rewrite yuv to rgb conversion for OpenGL (PR:13428, 8 commits, 50 files changed)
[GLES] VideoShader cleanup (PR:13416, 5 commits, 40 files changed)


DVD menus were never perfect in Kodi but those 2 PRs really screwed things up.
New LibreELEC.tv Leia build #0801: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: f9e848e748ce2ab412154a09be9221b8ca2e74e3daa11d1318c3bd0ce201ad99 (RPi)
SHA256 Checksum: c2b90644e0d637e52fa73d90aa8fca2518e8a82be639593673e630eb8b93302c (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Wed Aug 1 21:04:43 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180801210308-#0801-gd455e47 [Build #0801]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (d455e47, changelog) and tip of XBMC master (8384518, changelog) with the following modifications: Build Highlights:
  1. VideoPlayer: allow saving video buffers on flush
  2. Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
Build Details:
  1. LibreELEC.tv:
    • libretro-uae4arm: fix none neon builds (PR:2856, 1 commit, 1 file changed)
    • DVB Addons are embedded (PR:2855, 3 commits, 3 files changed)
  2. XBMC:
    • [wayland] Do not link wayland-client-extra++ (PR:14254, 1 commit, 1 file changed)
    • [depends] bump openssl to 1.1.0h (PR:14226, 3 commits, 4 files changed)
    • VideoPlayer: allow saving video buffers on flush (PR:14253, 1 commit, 16 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2854 (perma): scripts/create_addon: minor cleanup
    • Added: [pkg] PR:14252 (perma): Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #0802: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 861a4190dc7f0048b935dddf74918ae50143065d62aa372869dba0a51a177f69 (RPi)
SHA256 Checksum: 0e37f20635cf50b3197b3189f34e134ed9c2acbaaeec7bd80d2c7650d30b09d8 (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Thu Aug 2 22:18:18 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180802221552-#0802-gc26408a [Build #0802]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (c26408a, changelog) and tip of XBMC master (ca8e010, changelog) with the following modifications: Build Highlights:
  1. glibc: update to glibc-2.28
  2. pulseaudio: update to v12.2
Build Details:
  1. LibreELEC.tv:
    • visualization.wavforhue: drop package (PR:2857, 1 commit, 1 file changed)
    • syncthing: update to 0.14.49 (PR:2861, 1 commit, 3 files changed)
    • chromium: build only for x86_64 (PR:2863, 1 commit, 1 file changed)
    • scripts/create_addon: minor cleanup (PR:2854, 1 commit, 1 file changed)
  2. XBMC:
    • [fix] check directory implementation for null (PR:14255, 1 commit, 1 file changed)
    • [fix][win32] rebuild libcec to also ship cec.lib (PR:14256, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2858 (perma): pulseaudio: update to v12.2 / drop unneeded patches
    • Added: [env] PR:2859 (perma): samba: needs attr
    • Added: [env] PR:2862 (perma): glibc: update to glibc-2.28
    • Updated: [pkg] PR:14252 (perma): Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #0803: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 95589ae88605eb17f98c0623db1212a1fe4d6864bd121604947cc2d5ad3c1875 (RPi)
SHA256 Checksum: 5425852d42e8834616987134d914c51abdca69f03680575aaa6c2e2d7c64d7ac (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Fri Aug 3 21:05:01 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180803210342-#0803-gec66cab [Build #0803]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ec66cab, changelog) and tip of XBMC master (66e479c, changelog) with the following modifications: Build Highlights:
  1. samba: make services depend on network-online.target
  2. VideoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a
Build Details:
  1. LibreELEC.tv:
    • game.libretro.mame20xx: dont build broken addon (PR:2864, 1 commit, 4 files changed)
    • samba: needs attr (PR:2859, 2 commits, 2 files changed)
  2. XBMC:
    • [linux] windowing/gbm: add drm modifiers (PR:14097, 2 commits, 7 files changed)
    • VideoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a (PR:14260, 1 commit, 1 file changed)
    • OpenGL support for the GBM windowing system (PR:14234, 14 commits, 36 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare (perma): samba: make services depend on network-online.target
    • Updated: [env] PR:2838 (perma): linux (Generic): update to linux-4.17.12
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
I started a new thread with the below but I figure it should be posted here.  This issue is definitely specific to V18:

I have witnessed a black screen flickering across multiple v18 Nightlies on a RPi 3B+.  I have since returned to v17 without this issue.

The issue only appears to happen with Standard Definition channels (480i).

http://ix.io/1fNI
http://www.filehosting.org/file/details/...licker.zip

The above are uploaded logs as well as a short clip recorded through Kodi/NPVR (I apologize for the randomly located hosting service).  The TS file when played through v18 flickers the same as watching a live channel.  Flickering does not exist when TS file is watched on PC.
  • 1
  • 404
  • 405
  • 406(current)
  • 407
  • 408
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24