Page MenuHomeFreeBSD

packages: Always use the bootstrap flua
ClosedPublic

Authored by ivy on Apr 6 2026, 1:57 PM.
Tags
None
Referenced Files
F166703463: D56271.diff
Sat, Aug 15, 6:41 PM
Unknown Object (File)
Wed, Aug 12, 12:38 AM
Unknown Object (File)
Tue, Aug 11, 7:33 PM
Unknown Object (File)
Mon, Aug 10, 11:19 AM
Unknown Object (File)
Mon, Aug 10, 10:07 AM
Unknown Object (File)
Mon, Aug 10, 9:52 AM
Unknown Object (File)
Sun, Aug 9, 2:59 AM
Unknown Object (File)
Sat, Aug 8, 6:28 PM
Subscribers

Details

Summary

To avoid breaking the build due to incompatible changes in flua or lua
libraries on the host, use the bootstrap flua for the package build.

MFC after: 2 weeks
Sponsored by: https://www.patreon.com/bsdivy

Diff Detail

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

Event Timeline

ivy requested review of this revision.Apr 6 2026, 1:57 PM
This revision is now accepted and ready to land.Apr 6 2026, 1:59 PM

I think this is sensible. Could this also be achieved via USE_STRICT_TMPPATH? I'd like to see that (eventually) become the default, and we could remove the PATH= setting then.

I think this is sensible. Could this also be achieved via USE_STRICT_TMPPATH? I'd like to see that (eventually) become the default, and we could remove the PATH= setting then.

discussed on irc, but just to leave the answer here -- yes, we could eventually do that, although it may become redundant once i adapt this patch to D56087 (which is going to be delayed due to this issue).

This revision was automatically updated to reflect the committed changes.