Created attachment 255947 [details] Patch on top of stable/14 - Apply with 'git am' or 'git apply' Hi, I would like an exp-run of the attached patch on top of stable/14, to effectively check that the removal of the internal flag CRED_FLAG_CAPMODE doesn't have any impacts on ports. Thanks and regards.
New failure log: https://pkg-status.freebsd.org/gohan06/data/stable14amd64PR283410-default-foo/2024-12-20_14h40m49s/logs/errors/procs-0.14.8_2.log
This Rust crate needs to be updated: https://github.com/dalance/bsd-kvm-sys/issues/1 I added the corresponding BROKENxx line into sysutils/procs.
(In reply to Yuri Victorovich from comment #2) Hi Yuri, Sorry for the breakage. Despite searching through the web and in particular GitHub search, I didn't notice this use, so went ahead and committed the change to -HEAD. I requested this exp-run "just in case" before backporting it to stable/14 (fortunately!). I was planning to MFC this change to stable/14, on the ground that it should not break anything and nobody should be using this constant. I'm still wondering if I should do it since only sysutils/procs appears to have been broken. I've just checked again in GitHub search, and I missed it because I chose only the C and C++ languages in the search. Widening the search to all languages, I indeed get the references in 'procs', and do not see any other one (except for Perl ones but these are bindings automatically generated by Perl compilation). What do you think? Thanks and regards.
(In reply to Yuri Victorovich from comment #2) Proposal to unbreak the port at https://reviews.freebsd.org/D48463.