When attempting to build elilo 3.4, it fails with a "Command not found" error beacuse the prefix setting in Make.defaults is coded to /opt/gcc-3.1/bin whereas for gcc V3.3.2, the correct prefix/path appears to be /usr/bin Included a Make.defaults patch as well as a change to the .ebuild. Reproducible: Always Steps to Reproduce: 1. Build gcc V3.3.2 2.emerge elilo 3.Watch it fail... Actual Results: ebuild failed. Expected Results: Completed successfully
Created attachment 47622 [details, diff] Make.defaults patch
Created attachment 47623 [details] elilo-3.4.ebuild update
No, the issue was vapier breaking the ebuild by not adding toolchain-funcs when he should have done. Try merging now, should work.
This should be fixed, emerge sync and reopen this bug if you still have the issue. Thanks.