Dennis Veatch

Results 6 issues of Dennis Veatch

__Steps to reproduce:__ List the minimal actions needed to reproduce the behaviour. 1. ... install rust-1.75.0 2. ... compile influxdb-2.7.5 3. ... __Expected behaviour:__ compile without error __Actual behaviour:__ Flux...

/usr/bin/pkgconf is present, why it's not found by which isn't clear to me. Running which pkgconf from cli and the correct path is returned. The more puzzling part is c-test-2...

Trying to compile 5.1.58 using mbedtls-3.2.1. Cmake is configured as; ` BcUnit_DIR /usr/share/BCunit/cmake CMAKE_BUILD_TYPE RELEASE CMAKE_INSTALL_PREFIX /usr Decaf_DIR /usr/share/decaf/cmake ENABLE_DECAF ON ENABLE_MBEDTLS ON ENABLE_PACKAGE_SOURCE OFF ENABLE_POLARSSL ON ENABLE_SHARED ON ENABLE_STATIC...

[ 74%] Building C object src/modules/color/modules/CMakeFiles/oyranos_elDB_cmm_module.dir/oyranos_cmm_elDB.c.o /usr/src/oyranos-0.9.6/src/modules/color/modules/oyranos_cmm_elDB.c: In function 'oyGetByName': /usr/src/oyranos-0.9.6/src/modules/color/modules/oyranos_cmm_elDB.c:134:30: warning: passing argument 1 of 'kdbOpen' from incompatible pointer type [-Wincompatible-pointer-types] 134 | KDB * oy_handle_ = kdbOpen(error_key); oyERRopen(error_key)...

`-- Checking for mandatory dependencies... -- Found expat: /usr/include (found suitable version "2.7.1", minimum required is "2.5.0") -- Found expat (version "2.7.1") -- Found yaml-cpp: /usr/lib/libyaml-cpp.so.0.8.0 (found suitable version "0.8.0",...

I decided to switch to a cmake build because the meson method didn't/doesn't install the various *cmake configuration files. These are the switches I used to compile it; `cd build/cmake...