Jami Kettunen

Results 155 comments of Jami Kettunen

@einfachIrgendwer0815 Feel free to take over, I tried something locally but wasn't successful

Perhaps #117 helps? What I've noticed a single camera seems to be ok, but as soon as more camera sources (including v4l2loopback) are added it then is unhappy at the...

@sektr63a Obviously, you can even run all KDE software on GNOME or any desktop environment / window manager for that matter, just it may look a bit out of place...

@mkruskal-google Thanks for confirming, may I ask which compilers are normally tested? I'm pretty sure I already saw this issue with Clang 15.0.7 + Protobuf 21.12 & Clang 16.0.6 +...

This is still a problem with both [v25.3](https://github.com/protocolbuffers/protobuf/releases/tag/v25.3) and [v26.0-rc3](https://github.com/protocolbuffers/protobuf/releases/tag/v26.0-rc3)

@mkruskal-google This and #14726 are still active issues with [v26.0](https://github.com/protocolbuffers/protobuf/releases/tag/v26.0), could these be re-opened?

@mkruskal-google This is still an issue with [v27.0-rc1](https://github.com/protocolbuffers/protobuf/releases/tag/v27.0-rc1) + LLVM/Clang 18.1.3

A bit of progress, adding `--lazy` (`-l` for short) to the `umount` commands in `umount_pseudofs` helps, but now there's a few new problems: 1. `"$VOIDHOSTDIR"/usr/bin/mksquashfs` isn't found https://github.com/void-linux/void-mklive/blame/c9dbeed/mklive.sh.in#L271-L272, installing `squashfstools`...

If you want to select another provider during install-time without setting a preference via [`xbps.d(5)`](https://man.voidlinux.org/xbps.d.5) you have to name the provider package also in the same install command or later...

The `ENOENT` is returned from https://github.com/void-linux/xbps/blob/51e74505/lib/transaction_ops.c#L107, and in my case the repository (bind-mounted dir from host) actually is a temporary one during rootfs creation and won't exist when booted, hm...