It is only available in the build system. Binaries are downloadable from https://github.com/NixOS/patchelf/releases but I have never tested them, we always build it from source.
Posts by heitbaum
-
-
12.2 has the “latest”. There is a further libheif update that will go into master and 12.2 over the next few days. Not sure if this addresses the issue.
-
12.2 has the latest
-
Any plans to upgrade Docker to 28.3.x in LE12?
Regards!There are dependency issues - so not planned.
-
I have raised a PR. It needed some patching of upstream due to cross compiling and path limit issues. It runs, but I have not testing the TTS. https://github.com/LibreELEC/LibreELEC.tv/pull/10136
-
What does your ldd of your binary show?
You can use patchelf to update your binary to use the same by doing patchelf --add-rpath '${ORIGIN}/../lib.private' ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/* depending on where you locate your binary. If it is in the backup directory as you have shown. Then patchelf --add-rpath '/storage/.kodi/addons/virtual.system-tools/lib.private' backup/pcloud if you put your pcloud binary in /storage/.kodi/addons/virtual.system-tools/bin the '${ORIGIN}/../lib.private' would be correct.
-
-
It can be added. But wouldnt expect it to give a different result to current nightly) as it addresses gcc-15 compile and legacy cflags (for kernel 6.24+)
-
I can’t see anything in the log either. Suggest checking in on the Kodi forum for the “missing” file / folders now that we have ruled out curl itself (that doesn’t mean it still might not be curl - but it will be the api of curl)
-
I would suggest testing if curl or Kodi/curl api is the issue. Kodi Piers (LE13) is in development presently with curl 8.13.0. If there is an issue it would be the right time to get it fixed at the source.
From LE - something like -curl -k --user myusername:mypassword ftps://ftpserver.mine
and check that it is showing you the files you expect, they are accessible ….
- and why / what are the missing files?
What is the common pattern? E.g. Is it path length…. Is it special characters?
if a curl issue, then needs to be raised with the curl team (they release approximately every 2 months)If a Kodi issue then will need to be raised on the Kodi forum with a reproducible case.
but first best share debug logs will be required to analyze further with the current LE13 nightlies.
Also the results of the “locally executed curl”
-
There was no Omega/Piers branches. So just needed to do a manual update. PRs created
-
I'm trying to add a custom package to a debug build of LibreELEC.
My (WiP) packages/debug/heaptrack/package.mk:Code: packages/debug/heaptrack/package.mk
Display MorePKG_NAME="heaptrack" PKG_VERSION="1.5" #PKG_REV="0" PKG_SHA256="2f87cd1b7da7ef387ba042719119caec4abafa71313e956c19e214e7983d9090" PKG_LICENSE="GPL2" PKG_SITE="https://apps.kde.org/heaptrack/" # https://invent.kde.org/sdk/heaptrack/-/archive/1.5/heaptrack-1.5.tar.bz2 PGK_URL="https://invent.kde.org/sdk/${PKG_NAME}/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2" #PKG_DEPENDS_HOST="toolchain:host" PKG_DEPENDS_TARGET="toolchain binutils boost elfutils libunwind zlib zstd" PKG_SHORTDESC="a heap memory profiler" PKG_LONGDESC="Heaptrack traces all memory allocations and annotates these events with stack traces."
(And I added it to packages/virtual/debug with a new HEAPTRACK switch.)
When the build gets to this package, it will try to detect the required toolchain (which should be cmake / cmake-make); but the build.LibreELEC-Generic.x86_64-13.0-devel/build/heaptrack-1.5/ directory is empty save for two stamp files.
There is no trace of the heaptrack-1.5.tar.bz2 source file in sources/ (or anywhere), nor any indication in any log that I can find where it would be downloaded.
I've verified the PKG_URL by running scripts/build edited to #!/bin/bash -x and it resolves as expected, and manually wget'ing that URL yields an archive with the source files.
What am I missing / what could be going wrong here?Typo? PGK_URL
-
Here is the changelog. So could be kernel 6.6.63 to 6.6.66. Nothing else stands out.
Comparing f894320...32f8832 · LibreELEC/LibreELEC.tvJust enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.github.com -
Updates published. Please test
-
PR raised to rebuild these addons against the new libxml2. https://github.com/LibreELEC/LibreELEC.tv/pull/9923
-
-
What nightly are you running? It will need to be a recent version. And which Architecture/Device?
-
Sorry - missed numbers - ilmich may have to assist. I’ll close th3 PR as 3228 is not what you need.