A patch follows which fixes those issues: - install is not in /bin but in /usr/bin - ${myhome}/etc is never created because it should be created only if ${myhome} does not exist which is always false. Reproducible: Always Steps to Reproduce: 1. emerge --config=scponly/scponly-4.6-r1
Created attachment 114975 [details] Patch against scponly-4.6-r1.ebuild
Comment on attachment 114975 [details] Patch against scponly-4.6-r1.ebuild This just shouldn't hardcode any paths at all. The above patch will be equally broken w/ <coreutils-6.7
Created attachment 114976 [details, diff] paths are not hardcoded anymore
I don't know if I should open another bug, but as is, I wasn't able to log in the chroot. I had to add libnss_files.so.2 in ${myhome}/lib. Should this be added in the ebuild ? What about all other nss libraries ? I really don't know.
Please add the updated ebuild contributed by #3, works perfectly here.
sorry for delay. fixed in cvs now.