Tomasz Kłoczko

Results 1128 issues of Tomasz Kłoczko

gcc 11.0.1 ``` atf-c/check.c: In function 'cleanup_tmpdir': atf-c/check.c:100:21: warning: unused variable 'err' [-Wunused-variable] 100 | atf_error_t err = atf_fs_rmdir(dir); | ^~~ atf-c/check.c: In function 'atf_check_exec_array': atf-c/check.c:467:21: warning: unused variable 'err2'...

``` + cd kyua-kyua-0.13 + HOME=/home/tkloczko/rpmbuild/BUILD/kyua-kyua-0.13/check + /usr/bin/make -O -j48 V=1 VERBOSE=1 check /usr/bin/make check-local make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/kyua-kyua-0.13' Resource limits: POSIX message queues (bytes, -q) 819200 (hard) POSIX message...

Wint gcc 11.0.1 there are a lot of `[-Wdeprecated-declarations]` warnings like below: ``` In file included from cli/main.hpp:38, from main.cpp:29: ./cli/common.hpp:71:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead...

http://sg.danny.cz/sg/sg3_utils.html says that latest version is 1.45 but there is no here that tagged version. Could you please update?

1.44 + all patches up to master. Gcc 1.0.1 from rawhide. ``` [tkloczko@barrel sg3_utils-1.44]$ make make all-recursive make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/sg3_utils-1.44' Making all in include make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/sg3_utils-1.44/include' make[2]:...

Looks like with below patch sequeler can be compiled with gtksourceview-4 ```patch --- a/src/meson.build~ 2019-04-07 18:31:49.000000000 +0100 +++ b/src/meson.build 2019-04-23 06:51:25.180368032 +0100 @@ -59,7 +59,7 @@ dependency('libgda-5.0'), dependency('libssh2'), dependency('libsecret-1'), -...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

Looks like there are some test units order dependecies and ~2-3 out of 10 tries fails usually with: ```console + /usr/bin/pytest -ra =========================================================================== test session starts ============================================================================ platform linux --...

I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account. - "setup.py build"...

tests
question