Benjamin Drung
Benjamin Drung
This project is packaged for Debian: https://tracker.debian.org/pkg/golang-github-mdlayher-wifi There are no releases to track. So it is unknown when we should update the package and if it is safe to update....
perftest fails to build from source on mips*/armel/armhf (on Debian): ``` [...] make all-am make[2]: Entering directory '/«BUILDDIR»/perftest-3.4+0.6.gc3435c2' gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -D_GNU_SOURCE -O3 -g -O2 -fdebug-prefix-map=/«BUILDDIR»/perftest-3.4+0.6.gc3435c2=....
Debian uses dashes to separate the upstream version from the Debian revision. Please avoid dashes in version. Is there a reason why you use the dash? Why do you use...
Currently lintian complains about missing man pages for following binaries: * ib_atomic_bw * ib_atomic_lat * raw_ethernet_burst_lat * raw_ethernet_bw * raw_ethernet_lat * run_perftest_loopback Please write man pages for these tools.
prometheus fails to build on armhf due to test panic: mmap, size 134217728: cannot allocate memory
### What did you do? Building prometheus 2.33.5+ds1-2 on Ubuntu 22.10 (kinetic) fails to build on armhf due to test failure. See https://launchpad.net/ubuntu/+source/prometheus ### What did you expect to see?...
The Salt proxy minion is looking for proxy minion modules in `salt://_proxy/`. It does so however only in the default `base` environment. On setups which do not use `base` or...
The files in `/etc/salt/pki` are not configuration files in the sense of the FHS ("local file used to control the operation of a program"). Debian wants to change the default...
The `os_data` function is huge (531 lines for one function is too long) and also deeply nested (8 levels deep). That make reading, modifying, and testing this function harder. Split...
Most Linux distributions ship an os-release file by default. Some do not ship lsb-release information, but they can be installed afterwards. Installing/Removing lsb-release can lead to different OS grain values....
The lame project does not provide a pkg-config file for libmp3lame. lame 3.100-4 in Debian/Ubuntu ships a `mp3lame.pc` file in `libmp3lame-dev`. Correct the pkg-config name to `mp3lame` to find the...