Gentoo Archives: gentoo-embedded

From: "Herminio Hernandez Jr." <herminio.hernandezjr@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] issues with RPI3
Date: Sat, 30 Jul 2016 09:01:55
Message-Id: B8A5072B-00A0-46D0-886F-75C496BC613A@gmail.com
In Reply to: Re: [gentoo-embedded] issues with RPI3 by Meino.Cramer@gmx.de
1 The problem was with the SSD I made. I deleted it and rebuilt. Now all is working. I am currently updating @world.
2
3 Sent from my iPhone
4
5 > On Jul 30, 2016, at 1:56 AM, Meino.Cramer@×××.de wrote:
6 >
7 > Herminio Hernandez, Jr. <herminio.hernandezjr@×××××.com> [16-07-30 06:32]:
8 >> I have gentoo on my RPI3. I am running into issues with the install. I
9 >> cannot emerge anything and some commands will not run. When I emerge I get
10 >> warnings that bzip2 cannot be found. However I see the file is /usr/bin.
11 >> Here are some examples
12 >>
13 >> localhost ~ # bzip2
14 >>> -bash: /usr/bin/bzip2: No such file or directory
15 >>> localhost ~ # whereis bzip2
16 >>> bzip2: /usr/bin/bzip2 /bin/bzip2 /usr/share/man/man1/bzip2.1
17 >>> /usr/share/man/man1/bzip2.1.gz
18 >>> localhost ~ # file bzip2
19 >>> bzip2: cannot open `bzip2' (No such file or directory)
20 >>> localhost ~ # file /usr/bin/bzip2
21 >>> /usr/bin/bzip2: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV),
22 >>> dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 2.6.27,
23 >>> BuildID[sha1]=1e1317befeb837f9059eacbef1ca926a4b4f246c, stripped
24 >>> localhost ~ # ld /usr/bin/bzip2
25 >>> ld: warning: cannot find entry symbol _start; defaulting to 00011300
26 >>> localhost ~ # ldd /usr/bin/bzip2
27 >>> /usr/bin/ldd: line 116: /usr/bin/bzip2: No such file or directory
28 >>
29 >> I used the following stage 3: stage3-armv7a_hardfp-20160523.tar.bz
30 >>
31 >> Here is my *emerge info* <http://pastebin.com/mgMJ2mBa>
32 >>
33 >> I tried emerging strace and that failed here is the *build log*
34 >> <http://pastebin.com/yud95Y3H>
35 >>
36 >> Any thoughts?
37 >
38 > Hi,
39 >
40 > check the output of
41 >
42 > echo $PATH
43 >
44 > of root and check, whether it contains the directories in which
45 > the binaries could be found, which cannot be executed.
46 >
47 > HTH!
48 > :)
49 >
50 > Best regards,
51 > Meino
52 >
53 >
54 >
55 >

Replies

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