Tomasz Kłoczko

Results 2524 comments of Tomasz Kłoczko

ctest fails with ```console + /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ctest-process -j48 Internal ctest changing into directory: /home/tkloczko/rpmbuild/BUILD/weechat-4.3.1/x86_64-redhat-linux-gnu Test project /home/tkloczko/rpmbuild/BUILD/weechat-4.3.1/x86_64-redhat-linux-gnu Start 1: unit 1/1 Test #1: unit .............................***Failed 2.60 sec...

> First it's weird that the WeeChat version is 4.1.0 instead of 4.3.1: Good catch 👍 Looks like somewhere project version not been propagated over cmake $PROJECT 🤔

Just retested 4.3.2 and still fails in the same unit.

It it was caused by another unit it means that there are some dependencies between units. https://www.scivision.dev/cmake-resource-lock-ctest/

I've tested 4.3.2 + 6b7137aa and test suite still fails. I've tested as well without parallelisation. ```console + cd weechat-4.3.2 + /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ctest-process -j48 ' -j1' Internal...

In that patch is implemented fallback to 3.8 support. BTW 3.8 will be EOLed Oct this year.

And extracted stderr ```console In file included from src/gui/core/widget_definition.hpp:22, from src/gui/widgets/styled_widget.hpp:20, from src/gui/widgets/label.hpp:18, from src/gui/widgets/label.cpp:18: src/gui/auxiliary/typed_formula.hpp:61:34: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 61 | explicit typed_formula(const std::string&...