Page MenuHomeFreeBSD

release: Add missing dependencies in the minimal OCI image
ClosedPublic

Authored by dfr on Mon, Nov 18, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 1:32 PM
Unknown Object (File)
Mon, Nov 25, 2:24 AM
Unknown Object (File)
Sat, Nov 23, 3:16 PM
Unknown Object (File)
Sat, Nov 23, 3:16 PM
Unknown Object (File)
Sat, Nov 23, 10:49 AM
Unknown Object (File)
Fri, Nov 22, 1:44 PM
Unknown Object (File)
Fri, Nov 22, 5:59 AM
Unknown Object (File)
Thu, Nov 21, 2:05 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dfr requested review of this revision.Mon, Nov 18, 4:32 PM

These seem like they should be dependencies of other packages? Or does pkgbase not register dependencies properly?

emaste added a subscriber: emaste.

I guess fetch(1) does not require much extra space over libfetch in the FreeBSD-fetch pkg, so not a big deal.

This revision is now accepted and ready to land.Mon, Nov 18, 5:00 PM

Indeed FreeBSD-pkg-bootstrap should presumably depend on these three

Indeed FreeBSD-pkg-bootstrap should presumably depend on these three

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.

This isn't a problem on 15-CURRENT so probably the dependencies are fixed there.

Oh, that makes sense. Once we know how the dependency works properly in main (@bapt, @manu?) we can omit this there.

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.