Davide Cavalca

Results 46 issues of Davide Cavalca

On Debian Stretch, I'm getting nasty OpenGL-related errors and a solid black window: ``` QOpenGLShaderProgram: could not create shader program QOpenGLShader: could not create shader QOpenGLShader: could not create shader...

When building goterm for ppc64le and s390x on Linux, the OpenPTY calls fail: ``` github.com/google/goterm/term --- FAIL: TestClose (0.00s) termios_test.go:92: OpenPTY failed: open /dev/pts/4294967296: no such file or directory ---...

Filing this to summarize our in-person conversations during DevConf and track any required work. Please let me know if I got anything wrong. Currently restarting dbus-broker disconnects all clients from...

With version 3.0.1 I'm seeing `TestHashBasic` and `TestHashRandom` fail on s390x: ``` --- FAIL: TestHashBasic (0.00s) murmur_test.go:29: Backward compatibillity break. murmur_test.go:29: Backward compatibillity break. [...] --- FAIL: TestHashRandom (0.02s) murmur_test.go:60:...

While trying to package rbspy for Fedora I noticed a number of test failures around bindgen on 32 bit architectures: - armv7hl: https://koji.fedoraproject.org/koji/taskinfo?taskID=78334998 - i686: https://koji.fedoraproject.org/koji/taskinfo?taskID=78334999 You can see the...

The API has changed so this also updates its usage.

When building [this config](https://pagure.io/fedora-asahi/mkosi/blob/main/f/mkosi.default) on a Fedora 36 x86_64 host with `qemu-user-static-aarch64` installed I get: ``` ‣ Installing boot loader… Copied "/usr/lib/systemd/boot/efi/systemd-bootaa64.efi" to "/efi/EFI/systemd/systemd-bootaa64.efi". Copied "/usr/lib/systemd/boot/efi/systemd-bootaa64.efi" to "/efi/EFI/BOOT/BOOTAA64.EFI". Random seed...

bug

When building this library on s390x in Fedora a couple of the tests fail: ``` testing: github.com/mdlayher/netlink github.com/mdlayher/netlink --- FAIL: TestIntegrationConnStrict (0.00s) conn_linux_integration_test.go:868: socket option 11 was not set to...

This project is listed as being under GNU GPLv2 on its [Google Code page](https://code.google.com/archive/p/gimgtools/), but there's no reference to the license in the code. This PR adds a LICENSE file...

This currently fails to build on Fedora Rawhide, which uses Python 3.11 ``` /builddir/build/BUILD/sapling-20221115-080554-34470671/eden/scm/build/traitlets-4.3.3-py2.py3-none-any/traitlets/config/loader.py:795: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(key) is 1: /builddir/build/BUILD/sapling-20221115-080554-34470671/eden/scm/build/traitlets-4.3.3-py2.py3-none-any/traitlets/config/loader.py:804: SyntaxWarning: "is"...