Page MenuHomeFreeBSD

packages: Always use the bootstrap flua
ClosedPublic

Authored by ivy on Apr 6 2026, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 8:30 AM
Unknown Object (File)
Sun, May 10, 2:33 AM
Unknown Object (File)
Sun, May 10, 2:24 AM
Unknown Object (File)
Sun, May 10, 1:15 AM
Unknown Object (File)
Sun, May 10, 1:11 AM
Unknown Object (File)
Sun, May 3, 7:06 AM
Unknown Object (File)
Wed, Apr 29, 1:04 AM
Unknown Object (File)
Wed, Apr 29, 1:01 AM
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.