Duncan Overbruck

Results 196 comments of Duncan Overbruck

> It seems that `vsv routinator` in `post_install()` fails. I'm a bit confused why this happens and haven't been able to replicate it on my build machine, even with `./xbps-src...

> What could be the reason for case-insensitivity in package names? Everything is case sensitive, I don't really think xbps-install and thereby dependencies should be case insensitive just because its...

I think that this all just works by luck because e10s is not enabled (`about:support` shows if multi process windows are enabled). If e10s is enabled the content process will...

Making xbps remove files that its not tracking seems like it could lead to deleting user data.

Overwriting do_build will now not build the package if natively compiled. You probably want `make_use_env=yes` instead, the `gnu-makefile` buildstyle already sets `CC`. Edit: `make_use_env` is already used, so you want...

Not a fan of this, udev is the default and I don't think we would support any other setup. You can uninstall udevd and drop in your own file if...

I feel like the examples that just use a single flag or `-RX` are redundant.

I don't really know what to do about that. * Using `setsid(2)` breaks the expected behavior. * Using seccomp leaves other platforms or kernels without seccomp vulnerable. * Implementing the...

This pattern is more restrictive than the xbps implementation, the only requirement is that revision is numeric not that the version starts with a digit.