The problem was with the SSD I made. I deleted it and rebuilt. Now all is working. I am currently updating @world.
Sent from my iPhone > On Jul 30, 2016, at 1:56 AM, meino.cra...@gmx.de wrote: > > Herminio Hernandez, Jr. <herminio.hernande...@gmail.com> [16-07-30 06:32]: >> 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* <http://pastebin.com/mgMJ2mBa> >> >> I tried emerging strace and that failed here is the *build log* >> <http://pastebin.com/yud95Y3H> >> >> Any thoughts? > > Hi, > > check the output of > > echo $PATH > > of root and check, whether it contains the directories in which > the binaries could be found, which cannot be executed. > > HTH! > :) > > Best regards, > Meino > > > >