During installing (at line 62 in the ebuild), make install it's launched, this try to use packer but don't find it /bin/sh: line 1: packer: command not found if you correct it with util/packer all goes right... Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 45530 [details, diff] Corrects the problem with packer This patch corrects the problem with packer that Federico wrote about.
Yep. Dirty hack until r11 is synced for users (currently, without cracklib (ssh, shadow, pam) gentoo is uninstallable from stage1): emerge cracklib cd /var/tmp/portage/cracklib-2.7-r10/work/cracklib,2.7/ cp util/packer /bin/packer cp cracklib/libcrack.so.2 /lib/ emerge cracklib rm /bin/packer
updated the patch to pass PATH to packer too