Created attachment 456888 [details] build.log.gz This appears to be due to the ebuild writing out a script that calls `exec env "${CONFIG_SHELL}"` and then calling it without ever defining CONFIG_SHELL.
(In reply to William Throwe from comment #0) > Created attachment 456888 [details] > build.log.gz > > This appears to be due to the ebuild writing out a script that calls `exec > env "${CONFIG_SHELL}"` and then calling it without ever defining > CONFIG_SHELL. You beat me to this post by 8 minutes!!! Just tried this moments ago. I can confirm that there is this issue.
hang on tight, I'll fix this ASAP
I've removed the non-expanded CONFIG_SHELL. Sorry for the trouble.