Activity for Oliver Schneider

  • Oliver Schneider Oliver Schneider created ticket #582

    Several warnings -Wnontrivial-memcall with Clang 22

  • Oliver Schneider Oliver Schneider posted a comment on ticket #581

    https://github.com/malaterre/GDCM/pull/208

  • Oliver Schneider Oliver Schneider posted a comment on ticket #579

    https://github.com/malaterre/GDCM/pull/209

  • Oliver Schneider Oliver Schneider created ticket #581

    FYI zlib 1.3.2 got released in February 2026

  • Oliver Schneider Oliver Schneider created ticket #580

    I think Applications/Cxx/deflate.cxx should include gdcm_zlib.h rather than zlib/zlib.h

  • Oliver Schneider Oliver Schneider modified a comment on ticket #562

    The FIPS-enabled trait usually means that the system (or libraries installed on it) has been placed into this mode. So this is in all likelihood some DSO reporting it (you already gave a suspect). However, I would assume that instead this comes from libcrypto itself (or similar). How do I come to this conclusion? There is no fips.c in this repo! Check yourself with find -type f -name fips.c. I suppose you trust the suspected gdcmswig.so file. If you do, run ldd /path/to/gdcmswig.so. If you don't,...

  • Oliver Schneider Oliver Schneider posted a comment on ticket #562

    The FIPS-enabled trait usually means that the system (or libraries installed on it) has been placed into this mode. So this is in all likelihood some DSO reporting it (you already gave a suspect). However, I would assume that instead this comes from libcrypto itself (or similar). How do I come to this conclusion? There is no fips.c in this repo! Check yourself with find -type f -name fips.c. I suppose you trust the suspected gdcmswig.so file. If you do, run ldd /path/to/gdcmswig.so. If you don't,...

  • Oliver Schneider Oliver Schneider posted a comment on ticket #579

    I forgot to mention the command line I use: preparational cleaning: rm -rf -- _build _output CMake generator step: env CFLAGS="-std=c17" CC=clang CXX=clang++ cmake -S . -B _build -DCMAKE_INSTALL_PREFIX=_output -DBUILD_SHARED_LIBS=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DGDCM_USE_SYSTEM_ZLIB=ON -DGDCM_USE_SYSTEM_EXPAT=ON Actual build: cmake --build _build --config Release As one long copypasta line: rm -rf -- _build _output; env CFLAGS="-std=c17"...

  • Oliver Schneider Oliver Schneider created ticket #579

    strnlen and posix_memalign not defined with Clang 22 inside Utilities/gdcmext/*.c translation units; missing: _POSIX_C_SOURCE=200809L

1
MongoDB Logo MongoDB