Page MenuHomeFreeBSD

packages: Always use the bootstrap flua
ClosedPublic

Authored by ivy on Mon, Apr 6, 1:57 PM.
Tags
None
Referenced Files
F152839472: D56271.id.diff
Fri, Apr 17, 10:52 AM
F152696153: D56271.id174964.diff
Thu, Apr 16, 1:56 PM
Unknown Object (File)
Wed, Apr 15, 7:22 PM
Unknown Object (File)
Wed, Apr 15, 10:48 AM
Unknown Object (File)
Wed, Apr 15, 12:07 AM
Unknown Object (File)
Sun, Apr 12, 6:06 AM
Unknown Object (File)
Fri, Apr 10, 11:34 PM
Unknown Object (File)
Thu, Apr 9, 6:59 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.Mon, Apr 6, 1:57 PM
This revision is now accepted and ready to land.Mon, Apr 6, 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.