Rudi Heitbaum
Rudi Heitbaum
Partially revert "removed lz4c target" This reverts commit 65998fecaffe7828df7b2bd9c04e9392e9704a0b. - fixes #1478 - Updates #1460
**Describe the bug** A clear and concise description of what the bug is. lz4c is missing. - Whilst this was as per the #1460 - It is used by Linux...
Fix gcc 14 build
- Fixes #87 ./vclog/vclog.c:211:34: error: argument 2 value '4294967288' exceeds maximum object size 2147483647 [-Werror=alloc-size-larger-than=] 211 | payload_buffer = realloc(payload_buffer, payload_buffer_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./vclog/vclog.c:17: ../../toolchain/armv7ve-libreelec-linux-gnueabihf/sysroot/usr/include/stdlib.h:683:14: note:...
build error ``` ./vclog/vclog.c:211:34: error: argument 2 value '4294967288' exceeds maximum object size 2147483647 [-Werror=alloc-size-larger-than=] 211 | payload_buffer = realloc(payload_buffer, payload_buffer_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./vclog/vclog.c:17: ../../toolchain/armv7ve-libreelec-linux-gnueabihf/sysroot/usr/include/stdlib.h:683:14: note:...
### Summary of the new feature / enhancement With QR functionality MS Entra ID https://github.com/ubuntu/authd/issues/497 being introduced in ubuntu auth/sshd/ - please enable utf-8. I have tested with the latest...
## Description ### linux use MFD_NOEXEC_SEAL for shared memory ref: https://lore.kernel.org/lkml/[email protected]/ The new MFD_NOEXEC_SEAL and MFD_EXEC flags allows application to set executable bit at creation time (memfd_create). When MFD_NOEXEC_SEAL is...
When running the Intel xe driver instead of the i915 driver. nvtop does not recognize the GPU (it recognizes the GPU when using the i915 kernel module) ``` nuc12:~ #...
#### **Describe the bug** A clear and concise description of the bug, including your use case for exiv2. the following options are missing in the meson build (as compared to...
``` BUILD pvr.freebox (target) TOOLCHAIN cmake (auto-detect) Executing (target): cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_TOOLCHAIN_FILE=/var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/toolchain/etc/cmake-x86_64-libreelec-linux-gnu.conf -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release /var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/build/pvr.freebox-22.1.0-Piers -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is...