Holger Jaekel

Results 6 comments of Holger Jaekel

Similar failure also on Alpine Linux Edge on all architectures: **Describe the bug** ``` make[5]: Entering directory '/builds/hjaekel/aports/community/hdf5/src/hdf5-1.14.5/fortran/test' ============================ Fortran API: Testing fortranlib_test ============================ Fortran API: Test log for fortranlib_test...

Unfortunately, I still get an error: ``` [190/413] Building CXX object tiledb/CMakeFiles/TILEDB_CORE_OBJECTS.dir/api/c_api/domain/domain_api.cc.o ninja: job failed: /usr/bin/c++ -DAWS_AUTH_USE_IMPORT_EXPORT -DAWS_CAL_USE_IMPORT_EXPORT -DAWS_CHECKSUMS_USE_IMPORT_EXPORT -DAWS_COMMON_USE_IMPORT_EXPORT -DAWS_COMPRESSION_USE_IMPORT_EXPORT -DAWS_CRT_CPP_USE_IMPORT_EXPORT -DAWS_ENABLE_EPOLL -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT -DAWS_HTTP_USE_IMPORT_EXPORT -DAWS_IO_USE_IMPORT_EXPORT -DAWS_MQTT_USE_IMPORT_EXPORT -DAWS_S3_USE_IMPORT_EXPORT -DAWS_SDKUTILS_USE_IMPORT_EXPORT -DAWS_SDK_VERSION_MAJOR=1...

Just to motivate you: we are though the main library and are now compiling the unit tests. 😅 Alpine also uses `-DCUSTOM_MEMORY_MANAGEMENT=ON` for aws-sdk-cpp. unit-s3.cc:451:76 ``` [75/497] Building CXX object...

Great, everything compiles now against aws-sdk-cpp-1.11.584 on Alpine Linux Edge. However, I have not tested the library with an S3. Thank you for your support.

I tried with TileDB main and aws-sdk-cpp 1.11.584 on Alpine Linux Edge. I get the following error when I compile: Build error message ``` [190/413] Building CXX object tiledb/CMakeFiles/TILEDB_CORE_OBJECTS.dir/api/c_api/domain/domain_api.cc.o ninja:...

We use Ninja, so I guess the change in the Makefile will have no effect. I tried with `ctest -j 1` with the same test failure than before. Finally I...