Bryan Drewery
Bryan Drewery
Remove this hack after the change to using `port_var_fetch`: ``` injail() { "$@" } ```
This seems trivial but is not. It needs to support multiple -p/-j/-z combinations to ensure that no arch/jail/make.conf/options-specific distfiles is lost just because it wasn't checked. Having `-p port1 -p...
The "7GB" comment in poudriere.conf seems arbitrary. How much space did you have free? How many builders did you use? Is /usr/local/poudriere _on_ xpool?
It would be helpful if you ran the build again and ran `du` on your root pool to see where and what is using the space.
What is the `fs` file after jail creation? What command did you run to create the jail?
The same file I had you check last time. /usr/local/etc/poudriere.d/jails/JAILNAME/fs. Is it a ZFS dataset?
I think it could be an oversight from when building jails from source was added. At this point it might be surprising to fix it. More feedback from others would...
> For jails from source, wouldn't we want more like `-src.conf` rather than make.conf? We already have that.
The reason I bring up ports.conf is because make.conf isn't used for source now. People may require a simple way to avoid affecting the source build with ports flags they've...
Depends on #487 and #214