Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
(2018-08-10, 22:50)Trespasser Wrote: [ -> ]Hi Milhouse,
What version of bash is used in Leia? The reason I ask is because I run a few bash scripts to get links from the internet, but I'm getting a segfault when I run one to bring in Weather Nation. It runs fine in Krypton (no segfault).

Has bash been upgraded past version 2.7?

Thanks.

Regards,
Bob

There is no bash in LibreELEC - it comes with Busybox ash (which can be and is used an alternative to actual bash).

It's hard to think how the shell can cause a segfault that isn't due to some other problem. If Kodi is segfaulting then upload the Kodi crash log, but without any useful information from the segfault (such as a back trace) it's impossible to suggest anything other than you should contact the add-on author for assistance.
New LibreELEC.tv Leia build #0810: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2f0799497571296dacc722064572188ab20ef951d7414f40b9408b6a2561fdca (RPi)
SHA256 Checksum: f94686ddb8194dda6c21cd3d394ffa8b63061c4925bf1f5fbe65b65fb1a097a4 (RPi2)

text:
# uname -a
Linux rpi512 4.14.61 #1 Fri Aug 10 21:08:06 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 10 2018 11:25:06
Copyright © 2012 Broadcom
version ae4ae721c2518e45e5b0a0a7c73497b3dc1007d6 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180810210349-#0810-gb98d2ae [Build #0810]

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

Based on tip of LibreELEC.tv master (b98d2ae, changelog) and tip of XBMC master (c074f25, changelog) with the following modifications: Build Highlights:
  1. New firmware (POE Hat support)
  2. linux: Add rpi-poe-fan driver
  3. Fix CApplicationPlayer::GetPercentage() to use new method CDataCacheCore::GetPercentage
Build Details:
  1. Firmware (Aug 10):
    • firmware: Add POE HAT support
  2. LibreELEC.tv:
    • chrome fix dl url (PR:2875, 2 commits, 5 files changed)
  3. XBMC:
    • [win10] allow stat for directory in windows library. (PR:14283, 1 commit, 3 files changed)
    • Fix CApplicationPlayer::GetPercentage() to use new method CDataCacheCore::GetPercentage (PR:14287, 1 commit, 3 files changed)
    • Fix stream playlists as directory (PR:14284, 2 commits, 1 file changed)
  4. vfs.libarchive:
    • [depends] download bzip2 from kodi mirrors (PR:20, 1 commit, 1 file changed)
    • [debian] add missing dependency on libssl-dev (PR:16, 1 commit, 1 file changed)
  5. kernel 4.14.y:
    • New commits in this build:
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: RPi: POE support
(2018-08-10, 23:10)Milhouse Wrote: [ -> ]
(2018-08-10, 22:50)Trespasser Wrote: [ -> ]Hi Milhouse,
What version of bash is used in Leia? The reason I ask is because I run a few bash scripts to get links from the internet, but I'm getting a segfault when I run one to bring in Weather Nation. It runs fine in Krypton (no segfault).

Has bash been upgraded past version 2.7?

Thanks.

Regards,
Bob

There is no bash in LibreELEC - it comes with Busybox ash (which can be and is used an alternative to actual bash).

It's hard to think how the shell can cause a segfault that isn't due to some other problem. If Kodi is segfaulting then upload the Kodi crash log, but without any useful information from the segfault (such as a back trace) it's impossible to suggest anything other than you should contact the add-on author for assistance. 
Thanks, Milhouse, for the reply. I'll have to do some reading about Busybox ash. BTW, it's not an addon that segfaults...it's my bash script (I ssh in and run it from terminal). As I said, the same script runs fine in Krypton.

Again, thank you.
If you can identify the shell command that triggers the segfault (or post a reproducible test case) then maybe it can be investigated further.
(2018-08-01, 22:50)smp1 Wrote: [ -> ]
(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. 
Looking at PR13416 I found one commit with relevance to DVD menus: https://github.com/xbmc/xbmc/commit/90c1...fba79c1a65
Not sure if it's responsible but testing a build with the commit reverted might be worth a try.

so long,

Hias
(2018-08-11, 10:58)HiassofT Wrote: [ -> ]Looking at PR13416 I found one commit with relevance to DVD menus: https://github.com/xbmc/xbmc/commit/90c1...fba79c1a65
Not sure if it's responsible but testing a build with the commit reverted might be worth a try.

so long,

Hias

Build #0816b has the commit reverted: RPi2

I haven't been able to test it myself.
(2018-08-11, 13:21)Milhouse Wrote: [ -> ]
(2018-08-11, 10:58)HiassofT Wrote: [ -> ]Looking at PR13416 I found one commit with relevance to DVD menus: https://github.com/xbmc/xbmc/commit/90c1...fba79c1a65
Not sure if it's responsible but testing a build with the commit reverted might be worth a try.

so long,

Hias

Build #0816b has the commit reverted: RPi2

I haven't been able to test it myself. 
 @smp1 could you test if this works? I can't check myself as I don't have any DVD rips as folder structure.

so long,

Hias
(2018-08-11, 14:01)HiassofT Wrote: [ -> ] @smp1 could you test if this works? I can't check myself as I don't have any DVD rips as folder structure.
No improvement, unfortunately. Here are 2 samples that stopped working properly in build #0127 and later:
Sample 1 (DVD menu issue): shows blank screen (with gui menu overlay visible and audio). Disabling mmal makes it work. Disabling "adjust framerate" makes it work.
Sample 2 (BD issue): blank screen with audio when trying to start the movie from within an on-disc menu. Disabling mmal makes it work. Also no issues when starting the movie from "Select playback item" instead of the on-disc menu.
(2018-08-07, 19:20)Milhouse Wrote: [ -> ]
(2018-08-06, 15:52)TDown Wrote: [ -> ]Please use the below for download:

https://www.dropbox.com/s/i6ykmn53b8kmx4...i.zip?dl=0

The screen flicker when using software decode and your test file starts with #0613, can you confirm?
 Confirmed.  Jumping from #0612 to #0613 introduced the flicker with the sample file as well as live PVR streams.  Thank you for locating this and looking into the issue.
(2018-08-09, 00:08)Milhouse Wrote: [ -> ]New LibreELEC.tv Leia build #0808: RPi / RPi2(Supercedes previous build)

VideoPlayer: do not reset interlaced (@TDown : fixes software decode flickering)
 I've installed #0810 and confirmed this fix.  Thank you again!
(2018-08-11, 02:10)Milhouse Wrote: [ -> ]If you can identify the shell command that triggers the segfault (or post a reproducible test case) then maybe it can be investigated further.
Hi Milhouse,
In Leia, at present, BusyBox is at version 1.28.1 (from Feb 15, 2018). Since then there have been updates for BusyBox. The current stable version is 1.29.2 (July 31, 2018) which includes a fix for wget (the problem command in my bash script).

I'll be looking forward to seeing BusyBox updated. I think that might solve my script problem...at least I hope so.

Have a good day everyone. Smile.

Later...
Bob
Can you post a reproducible test case for wget?
New LibreELEC.tv Leia build #0812: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: f895eee8e4b6666fa76ce9b76ce170a8ac0c101e11bac9cff1e182ac43898c4b (RPi)
SHA256 Checksum: 7ffb7040a5c840b3962a444fec5e1fd3d5401459bf9ea82326ebc155da287fe2 (RPi2)

text:
# uname -a
Linux rpi512 4.14.61 #1 Sun Aug 12 21:05:09 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 10 2018 11:25:06
Copyright © 2012 Broadcom
version ae4ae721c2518e45e5b0a0a7c73497b3dc1007d6 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180812210354-#0812-gb98d2ae [Build #0812]

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

Based on tip of LibreELEC.tv master (b98d2ae, changelog) and tip of XBMC master (881a9e6, changelog) with the following modifications: Build Highlights:
  1. kodi: use HTTPS and SHA256 for LibreELEC repo addons
  2. Fix GUI sounds not updating when changed
  3. Retroplayer: black screen fix for ARGB1555 and some other small changes
  4. [bluray] Change log messages after the fs callbacks refactoring.
Build Details:
  1. XBMC:
    • Fix GUI sounds not updating when changed (PR:14285, 1 commit, 3 files changed)
    • Retroplayer: black screen fix for ARGB1555 and some other small changes (PR:14281, 4 commits, 5 files changed)
    • [docs] Add missing Player infolabels/boolean conditions (PR:14261, 2 commits, 1 file changed)
    • [Docs] Unescaped comma in Player.PlaySpeed (PR:14289, 1 commit, 1 file changed)
    • [bluray] Change log messages after the fs callbacks refactoring. (PR:14288, 3 commits, 5 files changed)
    • [gui] Cosmetic improvements and fixes (PR:14290, 3 commits, 3 files changed)
    • OpenGL: fix gui fonts for GL version 2.1 (PR:14293, 1 commit, 1 file changed)
    • Revert "Retroplayer: RenderBufferPoolOpenGLES: use internal format GL (PR:14292, 1 commit, 1 file changed)
  2. pvr.hts:
    • Demuxer fixes (PR:371, 2 commits, 4 files changed)
  3. newclock5:
    • Commits no longer in build:
      • VideoPlayer: blurays - do not read chunked in open_stream path (08b2c68b)
  4. kernel 4.14.y:
    • New commits in this build:
      • devicetree: add RPi CM3 dts to arm64; mimic the RPi 3B arm64 dts implementation, by referring to the actual dts file in the arm directory (248e0f71)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2876 (perma): open-vm-tools: bump to stable-10.3.0
    • Added: [env] PR:2877 (perma): kodi: use HTTPS and SHA256 for LibreELEC repo addons
(2018-03-19, 02:27)Milhouse Wrote: [ -> ]We'll look into the IPv6/firewall issue and try to fix that - thanks for the report (and thanks @HiassofT for the temporary workaround!)
Has anything been done on this?
I tried to enable ipv6 on the #0808 build and it would not receive a non local IP from my network without disabling the firewall. Hence the issue from March still seem to persist?

Regarding the firewall, could it be, that the dhcpv6 gets filtered?
I just wiped OE off my Pi today and installed the LE unstable 8-10-18 build from here on a Berryboot setup:
Berryboot images
So far, working beautifully and fully compatible with my VPN, which uses an SSL cert. set to expire after 2038; Kodi 17 was incompatible with it, but 18 works which is why I went 18/unstable. So far, seems pretty solid.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495