Gentoo Archives: gentoo-embedded

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

Replies

Subject Author
Re: [gentoo-embedded] issues with RPI3 "Herminio Hernandez Jr." <herminio.hernandezjr@×××××.com>