The pkg-bootstrap binary depends on fetch.
Details
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 60666 Build 57550: arc lint + arc unit
Event Timeline
These seem like they should be dependencies of other packages? Or does pkgbase not register dependencies properly?
I guess fetch(1) does not require much extra space over libfetch in the FreeBSD-fetch pkg, so not a big deal.
This isn't a problem on 15-CURRENT so probably the dependencies are fixed there. Strictly speaking, this diff is not necessary for the main branch but its harmless so I plan to merge to main so that the OCI release bits don't diverge between main and stable/14.
I'm ok with this but let's give some pkgbase people a chance to comment in case this is something which should be fixed on their side.
I'm going to land this now with a short MFC timer. Still trying to figure out why current doesn't need this.
let's give some pkgbase people a chance to comment in case this is something which should be fixed on their side
It is apparently already fixed in main, but we don't know which commit is responsible. I think the plan will be to MFC this change, then once we find the appropriate main commit revert this with reference to it.