Martin Liška

Results 404 comments of Martin Liška

@Conan-Kudo: May I please remind this?

`srpm_build_deps` seems to be resolved, keeping that opened for `opensuse-tumbleweed-aarch64`.

Right now, we face an issue with `rpm-build:opensuse-tumbleweed-x86_64` that is related to the recent update of TW to `openssl-3`: ``` Public key for terminfo-base-6.4.20230121-3.1.x86_64.rpm is not installed. Failing package is:...

> Hopefully it gets resolved by Packit Service soon. Hasn't been resolved yet: https://github.com/packit/packit/issues/1852

Note `rpm-build:mageia-cauldron-*` fails due to: ``` E ImportError: zstd C API versions mismatch; Python bindings were not compiled/linked against expected zstd version (10504 returned by the lib, 10502 hardcoded in...

> Note `rpm-build:mageia-cauldron-*` fails due to: > > ``` > E ImportError: zstd C API versions mismatch; Python bindings were not compiled/linked against expected zstd version (10504 returned by the...

And I'm going to disable it for now in #1005.

All issues are fixed, let's close this and open a new one if there will be something in the future.

I reproduced the issue while enabling LLVM tests on Windows target. Apparently, it's connected to the fact that LLVM can't emit `inline-asm` stack probe on win64 and thus we end...

If we use the standard probe mechanism, we end up with an unresolved symbol call to the MSVC run-time library: `__chkstk`.