Mathias Gibbens
Mathias Gibbens
Any progress on ffmpeg5 compatibility? Debian's bookworm [freezes](https://release.debian.org/bookworm/freeze_policy.html) are starting soon, and if ccextractor isn't in testing by early February it won't be part of bookworm.
Debian packaging manually invokes doxygen after the build: ``` cd doc/api/ && doxygen ```
Added some fixes identified by running through `clang-tidy` and clang's static analyzer.
That was basically my observation as well. It's used by github.com/canonical/candid; for the time being I've patched it out of my Debian packaging work, so this isn't blocking me. But,...
As best as I can tell, `rootfs->bdev_type` isn't actually being set anywhere, other than if it comes from a config file (`set_config_rootfs_path()` in `src/lxc/confile.c`). I've come up with this small...
Just encountered this in Debian on s390x as well ([full build logs](https://ci.debian.net/packages/g/golang-github-goccy-go-json/testing/s390x/48358532/)). This library is a relatively recent addition to the MinIO dependency tree, which I've bumped into as I'm...
`systemd-hostnamed.service` is likely failing because it has `PrivateNetwork=yes` in its definition. Unfortunately the root cause is a known bug in the 6.1 kernel involving an apparmor bug that was fixed...
Unfortunately it looks like @JamesP6000 hasn't actively done anything with this repo in several years now. And looking at the 12 forks, @IsaevTA it looks like you're the only one...
It's a pretty easy fix, just missing a header. I've got a commit in my fork: https://github.com/gibmat/WsprryPi/commit/bd8545954b9c43e704fe8178d93e98a5fef6b881
Seeing as @JamesP6000 hasn't had any activity in this repo in almost four years, I'd consider it dead. It does look like @threeme3's repo (from which this one was originally...