Page MenuHomeFreeBSD

packages: Always use the bootstrap flua
ClosedPublic

Authored by ivy on Mon, Apr 6, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 1:04 AM
Unknown Object (File)
Wed, Apr 29, 1:01 AM
Unknown Object (File)
Sat, Apr 25, 8:27 AM
Unknown Object (File)
Sat, Apr 25, 7:36 AM
Unknown Object (File)
Fri, Apr 24, 1:08 PM
Unknown Object (File)
Fri, Apr 24, 10:22 AM
Unknown Object (File)
Fri, Apr 24, 8:40 AM
Unknown Object (File)
Wed, Apr 22, 8:52 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.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.