I have gentoo on my RPI3. I am running into issues with the install. I cannot emerge anything and some commands will not run. When I emerge I get warnings that bzip2 cannot be found. However I see the file is /usr/bin. Here are some examples

localhost ~ # bzip2
-bash: /usr/bin/bzip2: No such file or directory
localhost ~ # whereis bzip2
bzip2: /usr/bin/bzip2 /bin/bzip2 /usr/share/man/man1/bzip2.1 /usr/share/man/man1/bzip2.1.gz
localhost ~ # file bzip2
bzip2: cannot open `bzip2' (No such file or directory)
localhost ~ # file /usr/bin/bzip2
/usr/bin/bzip2: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 2.6.27, BuildID[sha1]=1e1317befeb837f9059eacbef1ca926a4b4f246c, stripped
localhost ~ # ld /usr/bin/bzip2
ld: warning: cannot find entry symbol _start; defaulting to 00011300
localhost ~ # ldd /usr/bin/bzip2
/usr/bin/ldd: line 116: /usr/bin/bzip2: No such file or directory

 I used the following stage 3: stage3-armv7a_hardfp-20160523.tar.bz

Here is my emerge info

I tried emerging strace and that failed here is the build log

Any thoughts?