I emerged doom3-demo, but it didn't install the wrapper script at all. I think this happens because something has changed function name(s) in eutils.eclass. (mymktemp -> emktemp)?? emerge complained: ------- >>> Install doom3-demo-1.1.1282 into /var/tmp/portage/doom3-demo-1.1.1282/image/ category games-fps /usr/sbin/ebuild.sh: line 1: mymktemp: command not found /usr/sbin/ebuild.sh: line 203: : No such file or directory chmod: invalid argument: `' cp: cannot stat `': No such file or directory >>> dobin: making /var/tmp/portage/doom3-demo-1.1.1282/temp/doom3-demo executable... install: cannot stat `/var/tmp/portage/doom3-demo-1.1.1282/temp/doom3-demo': No such file or directory man: >>> Completed installing into /var/tmp/portage/doom3-demo-1.1.1282/image/ ------ Reproducible: Always Steps to Reproduce: 1. emerge doom3-demo 2. doom3-demo 3. Actual Results: -/bin/bash: doom3-demo: command not found Expected Results: doom3 demo starts
Created attachment 41765 [details, diff] Changes mymktemp to emktemp Fixes the bug at least for me
Already fixed.