StefanBruens

Results 166 comments of StefanBruens

There are apparently more issues when using an out-of-tree pybind11_abseil: 1. Missing implementations of `ImportStatusModule`. This is located in `import_status_module.cc`, but that is not part of any exported shared library....

And even more: The `status_caster` and `statusor_caster` libraries are not actually INTERFACE libraries, as these depend on several compiled source files which are not available outside the source tree. Makes...

vdb shoud set the wanted API explicitly, e.g. `#define H5_USE_18_API`. As a workaround, one can pass this via CMake, `-DCMAKE_C_FLAGS="-DH5_USE_18_API"`.

Trivial solution would be to symlink `cc/gcc/aarch64` to `cc/gcc/arm64`. Note, gbench expects the directory to be called `arm64` (gbench:build-system/configure.ac): `aarch64:* ) vdb_inc_subdirs="cc/gcc/arm64 $vdb_inc_subdirs" ;;` -> Renaming breaks gbench.

Exported symbols should be kept at minimum. For most users it is just dead code, increasing the size of the binary - code section and symbol table.

[steam-filetransfer.xml.txt](https://github.com/firewalld/firewalld/files/12008578/steam-filetransfer.xml.txt)