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