Mathias Gibbens
Mathias Gibbens
I'm looking at the feasibility of packaging commento++ for Debian, and while reviewing build dependencies I noticed that this project is using github.com/lunny/html2md, which appears to be dead upstream. I...
### What version of fxamacker/cbor are you using? 2.3.0 ### Does this issue reproduce with the latest release? Yes, this is the latest release ### What OS and CPU architecture...
* Distribution: Debian * Distribution version: sid * LXD version: 5.0.0 LTS * Go version: 1.18.4 This issue was discovered by another individual while reviewing the Debian LXD packaging and...
# Brief description This was initially noticed by another user testing the LXD packages for Debian (https://lists.debian.org/debian-go/2022/06/msg00065.html); I've spent some time gathering additional information for this bug report. Trying to...
I might be missing something obvious, but is there a way to have meson invoke doxygen as part of the build process? The old autotools build supported an option `--enable-api-docs`,...
With the move to using meson to build lxc, the ability to specify a non-default pam install directory is no longer available. The old autotools supported an option `--with-pamdir` that...
Two tests try to download a test file from GitHub, which is only available over IPv4 networks. This causes those tests to fail if they are run on an IPv6-only...
The MetadataTOCParsing files in `testdata/` have the execute bit set, but they are not executables. This was noticed while working on packaging this library for Debian.
While working on the Debian packaging for this library, I've found that several of the different builds for various architectures fail semi-randomly because tests fail due to timing issues. The...
Attempting to build gobgp on a big-endian Debian build host (s390x) shows that two tests are failing: ``` === RUN Test_buildTcpMD5Sig sockopt_linux_test.go:45: Something wrong v4 --- FAIL: Test_buildTcpMD5Sig (0.00s) ===...