Trying to update my system. I use LUKS and genkernel, so I run "genkernel --no-clean --luks all" to generate my initrd etc.
It seems to be unable to include LUKS right now:
lddtree comes from pax-utils, which are up-to-date:* Including LUKS support
Traceback (most recent call last):
File "/usr/bin/lddtree", line 52, in <module>
from elftools.elf.elffile import ELFFile
ImportError: No module named 'elftools'
I don't have any special python stuff in my make.conf. I have python 3.5 set as default via eselect.murph ~ # emerge -av pax-utils
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] app-misc/pax-utils-1.1.6-r1::gentoo USE="python seccomp -caps -debug" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Would you like to merge these packages? [Yes/No]
Any ideas how to fix this?

