Rudi Heitbaum

Results 157 issues of Rudi Heitbaum

### NVIDIA Open GPU Kernel Modules Version 570.124.06 ### Operating System and Version Ubuntu 24.04 ### Kernel Release 6.12 ### Please confirm you are running a stable release kernel (e.g....

build-problem

use min...max syntax to allow build with newer cmake. ref: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html

**Describe the bug** Building 0.31.0 with boost-1.87.0 is building fine, but errors now with boost 1.88.0 **Steps to Reproduce** 1. Build with boost 1.87.0 is successful 2. Build with boost...

Fixes: ``` CMake Warning (dev) at CMakeLists.txt:317 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to...

Update the build scripts to optionally allow curl instead of wget.

use min...max syntax to allow build with newer cmake. ref: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html

Warning whilst building https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license ``` Executing (host): python3 -m build -n -w -x * Building wheel... /var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/toolchain/lib/python3.13/site-packages/setuptools/ dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following...

Warning whilst building https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license ``` Executing (target): python3 -m build -n -w -x * Building wheel... /var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/toolchain/lib/python3.13/site-packages/setuptools/ dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following...

When building with meson the following option should only build static. `-Ddefault_library=static`, the default should be shared. And there is the option to build both (which is what is currently...

help wanted