Gentoo Archives: gentoo-embedded

From: "Herminio Hernandez
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] issues with RPI3
Date: Sat, 30 Jul 2016 04:25:38
Message-Id: CAJRA9dx-u1ove2Hjdiy35YLQ=DyeQd62eMC-sV=_+iyGeO3Zkg@mail.gmail.com
1 I have gentoo on my RPI3. I am running into issues with the install. I
2 cannot emerge anything and some commands will not run. When I emerge I get
3 warnings that bzip2 cannot be found. However I see the file is /usr/bin.
4 Here are some examples
5
6 localhost ~ # bzip2
7 > -bash: /usr/bin/bzip2: No such file or directory
8 > localhost ~ # whereis bzip2
9 > bzip2: /usr/bin/bzip2 /bin/bzip2 /usr/share/man/man1/bzip2.1
10 > /usr/share/man/man1/bzip2.1.gz
11 > localhost ~ # file bzip2
12 > bzip2: cannot open `bzip2' (No such file or directory)
13 > localhost ~ # file /usr/bin/bzip2
14 > /usr/bin/bzip2: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV),
15 > dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 2.6.27,
16 > BuildID[sha1]=1e1317befeb837f9059eacbef1ca926a4b4f246c, stripped
17 > localhost ~ # ld /usr/bin/bzip2
18 > ld: warning: cannot find entry symbol _start; defaulting to 00011300
19 > localhost ~ # ldd /usr/bin/bzip2
20 > /usr/bin/ldd: line 116: /usr/bin/bzip2: No such file or directory
21 >
22
23 I used the following stage 3: stage3-armv7a_hardfp-20160523.tar.bz
24
25 Here is my *emerge info* <http://pastebin.com/mgMJ2mBa>
26
27 I tried emerging strace and that failed here is the *build log*
28 <http://pastebin.com/yud95Y3H>
29
30 Any thoughts?

Replies

Subject Author
Re: [gentoo-embedded] issues with RPI3 Meino.Cramer@×××.de