ferringb

Results 90 comments of ferringb

> Wouldn't this break compatibility with older systemd? yep. #2586 should provide compatibility for both, albeit requiring the dracut invocation to use `systemd-pcrextend` name

@ajakk please provide a raw repro against gentoo repo output. I'm assuming one exists; my ask is "give me something I can fix". If you can't find one, that's fine,...

I'm pretty sure the problem here is a license filter: ``` ferringb@frith ~/gentoo/pkgcore $ pquery hylafaxplus app-doc/cppman --raw --attr license --blame app-doc/cppman-0.5.3 license="GPL-3" maintainers="" app-doc/cppman-0.5.4 license="GPL-3" maintainers="" net-misc/hylafaxplus-7.0.6-r3 license="hylafaxplus" maintainers=""...

@naphta My expectations are that cloudflare is unlikely to be interested in implementing windows support. That said, I expect we wouldn't be opposed to a PR if it's well contained....

@xmhd if you can provide a bit more of a repro, that would be appreciated. My read of your original report is that of /etc/make.conf/profile as a UserProfile- a configuration...

As to what CPE is: https://cpe.mitre.org/files/cpe-specification_2.2.pdf is the latest specification.

this is now easier to trigger [due to sorting of pmerge targets](url) the base issue: ``` (env) ferringb@frith ~/gentoo/pkgcore $ pmerge -p @world rust Traceback (most recent call last): File...

I'm guessing you meant `pmerge`, but yep; there is a known recursion issue in the resolver.

I rewrote the resolver a while back to have the concept of frames to try and minimize this; effectively moving the stack management out of python recursion and instead managed...