Petr Vaněk

Results 38 issues of Petr Vaněk

This PR corrects dependencies in `sys-apps/openrc` and `sys-kernel/dracut` which makes it properly alternative init system.

assigned
bug linked

I am not sure if this line was intentionaly added in commit b1947dd126df - `sys-cluster/slurm: Update to new version` but it is inconsistent with other `metadata.xml` files.

assigned
no bug found

I am experiencing weird behavior of tests when I try to run just subset of tests. For example ```sh nosetests -v --all-modules tests/TaskEventTest.py ``` all tests pass but ```sh nosetests...

Clang 16 makes -Wincompatible-function-pointer-types an error by default, which causes build failure for `(*_poll)` function because `nfds_t` does not need to be equivalent to `unsigned int`. This commit changes it...

This PR serves both as an issue report and a preliminary attempt to fix a problem in the `ScanStruct` method of `goqu`. The method encounters errors when dealing with structs...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd *...

bug

**Describe the bug** After updating to version 6.3.4, I noticed the test `Slave is able to evict keys created in writable slaves` consistently fails, see the error log below. I've...

I am in commit `a66f97b855cc - net-misc/ofono: drop 1.33` in `::gentoo` tree and this is my staged change: ```diff diff --git a/dev-db/mariadb/mariadb-10.11.6.ebuild b/dev-db/mariadb/mariadb-10.11.6.ebuild index 9b2a4c5785b0..053886557e4b 100644 --- a/dev-db/mariadb/mariadb-10.11.6.ebuild +++ b/dev-db/mariadb/mariadb-10.11.6.ebuild...

This patch is taken from Gentoo.

This library is broken with Python 3.12 because of removed `asyncore` module ``` 27f4772d425a ~ # python3.12 pyinotify-0.9.6/python3/pyinotify.py -h Traceback (most recent call last): File "/root/pyinotify-0.9.6/python3/pyinotify.py", line 71, in import...