* [gentoo-user] firefox-bin won't start on amd64
@ 2007-12-01 18:01 Grant
2007-12-01 23:04 ` Joshua Doll
0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2007-12-01 18:01 UTC (permalink / raw
To: Gentoo mailing list
I've installed a new 64 bit system and everything is running great
except firefox-bin won't start. I get a "cannot execute binary file"
error which evidently means I've got a mismatch between the binary and
my system's architecture. I used an x86_64-hardened stage, my CHOST
is x86_64-pc-linux-gnu, I'm using -march=nocona, and intel.com says my
CPU has 64-bit extensions. Should I have used multilib somewhere
along the line or something?
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] firefox-bin won't start on amd64
2007-12-01 18:01 [gentoo-user] firefox-bin won't start on amd64 Grant
@ 2007-12-01 23:04 ` Joshua Doll
2007-12-01 23:15 ` Grant
0 siblings, 1 reply; 6+ messages in thread
From: Joshua Doll @ 2007-12-01 23:04 UTC (permalink / raw
To: gentoo-user
Grant wrote:
> I've installed a new 64 bit system and everything is running great
> except firefox-bin won't start. I get a "cannot execute binary file"
> error which evidently means I've got a mismatch between the binary and
> my system's architecture. I used an x86_64-hardened stage, my CHOST
> is x86_64-pc-linux-gnu, I'm using -march=nocona, and intel.com says my
> CPU has 64-bit extensions. Should I have used mult ilib somewhere
> along the line or something?
> - Grant
>
Do you have 32 bit execution support in your kernel?
Executable file formats / Emulations -->
│ │ [*] IA32 Emulation │ │
│ │ <*> IA32 a.out support
--Joshua Doll
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] firefox-bin won't start on amd64
2007-12-01 23:04 ` Joshua Doll
@ 2007-12-01 23:15 ` Grant
2007-12-02 2:03 ` Grant
0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2007-12-01 23:15 UTC (permalink / raw
To: gentoo-user
> > I've installed a new 64 bit system and everything is running great
> > except firefox-bin won't start. I get a "cannot execute binary file"
> > error which evidently means I've got a mismatch between the binary and
> > my system's architecture. I used an x86_64-hardened stage, my CHOST
> > is x86_64-pc-linux-gnu, I'm using -march=nocona, and intel.com says my
> > CPU has 64-bit extensions. Should I have used mult ilib somewhere
> > along the line or something?
> > - Grant
> >
> Do you have 32 bit execution support in your kernel?
>
> Executable file formats / Emulations -->
> │ │ [*] IA32 Emulation │ │
> │ │ <*> IA32 a.out support
Ace! Thanks Joshua.
- Grant
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] firefox-bin won't start on amd64
2007-12-01 23:15 ` Grant
@ 2007-12-02 2:03 ` Grant
2007-12-02 16:41 ` Peter Humphrey
0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2007-12-02 2:03 UTC (permalink / raw
To: gentoo-user
> > > I've installed a new 64 bit system and everything is running great
> > > except firefox-bin won't start. I get a "cannot execute binary file"
> > > error which evidently means I've got a mismatch between the binary and
> > > my system's architecture. I used an x86_64-hardened stage, my CHOST
> > > is x86_64-pc-linux-gnu, I'm using -march=nocona, and intel.com says my
> > > CPU has 64-bit extensions. Should I have used mult ilib somewhere
> > > along the line or something?
> > > - Grant
> > >
> > Do you have 32 bit execution support in your kernel?
> >
> > Executable file formats / Emulations -->
> > │ │ [*] IA32 Emulation │ │
> > │ │ <*> IA32 a.out support
Well, I was sure that was going to work, but now I get:
/usr/libexec/mozilla-launcher: line 460: /opt/firefox/firefox-bin: No
such file or directory
and:
/usr/bin/skype: line 10: /opt/skype/skype: No such file or directory
I think there was a totally different path showing up in the error
before. I re-emerged mozilla-firefox-bin and skype with no success.
Any ideas?
- Grant
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] firefox-bin won't start on amd64
2007-12-02 2:03 ` Grant
@ 2007-12-02 16:41 ` Peter Humphrey
2007-12-02 18:12 ` Grant
0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2007-12-02 16:41 UTC (permalink / raw
To: gentoo-user
On Sunday 02 Dec 2007, Grant wrote:
> /usr/libexec/mozilla-launcher: line 460: /opt/firefox/firefox-bin: No
> such file or directory
On this box,
$ which firefox-bin
/usr/bin/firefox-bin
--
Rgds
Peter.
Linux Counter 5290, Aug 93
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] firefox-bin won't start on amd64
2007-12-02 16:41 ` Peter Humphrey
@ 2007-12-02 18:12 ` Grant
0 siblings, 0 replies; 6+ messages in thread
From: Grant @ 2007-12-02 18:12 UTC (permalink / raw
To: gentoo-user
> > /usr/libexec/mozilla-launcher: line 460: /opt/firefox/firefox-bin: No
> > such file or directory
>
> On this box,
>
> $ which firefox-bin
> /usr/bin/firefox-bin
Me too, I should have said that.
$ which firefox-bin
/usr/bin/firefox-bin
Here's the whole error:
$ firefox-bin
/usr/libexec/mozilla-launcher: line 368:
/opt/firefox/mozilla-xremote-client: No such file or directory
Unknown error 127 from mozilla-xremote-client
/usr/libexec/mozilla-launcher: line 460: /opt/firefox/firefox-bin: No
such file or directory
firefox-bin exited with non-zero status (127)
Also:
$ ls /opt/firefox/mozilla-xremote-client
/opt/firefox/mozilla-xremote-client
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-12-02 18:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 18:01 [gentoo-user] firefox-bin won't start on amd64 Grant
2007-12-01 23:04 ` Joshua Doll
2007-12-01 23:15 ` Grant
2007-12-02 2:03 ` Grant
2007-12-02 16:41 ` Peter Humphrey
2007-12-02 18:12 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox