public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] issues with RPI3
@ 2016-07-30  4:25 Herminio Hernandez, Jr.
  2016-07-30  8:56 ` Meino.Cramer
  0 siblings, 1 reply; 4+ messages in thread
From: Herminio Hernandez, Jr. @ 2016-07-30  4:25 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 1558 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-embedded] issues with RPI3
  2016-07-30  4:25 [gentoo-embedded] issues with RPI3 Herminio Hernandez, Jr.
@ 2016-07-30  8:56 ` Meino.Cramer
  2016-07-30  9:01   ` Herminio Hernandez Jr. 
  0 siblings, 1 reply; 4+ messages in thread
From: Meino.Cramer @ 2016-07-30  8:56 UTC (permalink / raw
  To: gentoo-embedded

Herminio Hernandez, Jr. <herminio.hernandezjr@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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-embedded] issues with RPI3
  2016-07-30  8:56 ` Meino.Cramer
@ 2016-07-30  9:01   ` Herminio Hernandez Jr. 
  2016-07-30  9:18     ` Meino.Cramer
  0 siblings, 1 reply; 4+ messages in thread
From: Herminio Hernandez Jr.  @ 2016-07-30  9:01 UTC (permalink / raw
  To: gentoo-embedded

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.Cramer@gmx.de wrote:
> 
> Herminio Hernandez, Jr. <herminio.hernandezjr@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
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-embedded] issues with RPI3
  2016-07-30  9:01   ` Herminio Hernandez Jr. 
@ 2016-07-30  9:18     ` Meino.Cramer
  0 siblings, 0 replies; 4+ messages in thread
From: Meino.Cramer @ 2016-07-30  9:18 UTC (permalink / raw
  To: gentoo-embedded


Yeah! Good news! :)

Have a nice weekend!
Best regards,
Meino


Herminio Hernandez Jr.  <herminio.hernandezjr@gmail.com> [16-07-30 11:12]:
> 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.Cramer@gmx.de wrote:
> > 
> > Herminio Hernandez, Jr. <herminio.hernandezjr@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
> > 
> > 
> > 
> > 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-30  9:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-30  4:25 [gentoo-embedded] issues with RPI3 Herminio Hernandez, Jr.
2016-07-30  8:56 ` Meino.Cramer
2016-07-30  9:01   ` Herminio Hernandez Jr. 
2016-07-30  9:18     ` Meino.Cramer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox