public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Can't run binary packages
@ 2007-12-04 15:32 Grant
  2007-12-04 16:08 ` Alex Schuster
  2007-12-05 21:35 ` [gentoo-user] " Grant
  0 siblings, 2 replies; 5+ messages in thread
From: Grant @ 2007-12-04 15:32 UTC (permalink / raw
  To: Gentoo mailing list

I've emerged firefox-bin and skype successfully, but neither will run
with very similar errors:

$ 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)

$ skype
/usr/bin/skype: line 10: /opt/skype/skype: No such file or directory
/usr/bin/skype: line 10: /opt/skype/skype: Success

I have all of the referenced files:

$ ls -l /usr/libexec/mozilla-launcher
-rwxr-xr-x 1 root root 19912 Nov 30 22:08 /usr/libexec/mozilla-launcher

$ ls -l /opt/firefox/mozilla-xremote-client
-rwxr-xr-x 1 root root 10336 Oct 25 18:27 /opt/firefox/mozilla-xremote-client

$ ls -l /opt/firefox/firefox-bin
-rwxr-xr-x 1 root root 10560452 Oct 25 18:27 /opt/firefox/firefox-bin

$ ls -l /usr/bin/skype
-rwxr-xr-x 1 root root 239 Dec  4 07:15 /usr/bin/skype

$ ls -l /opt/skype/skype
-rwxr-xr-x 1 root audio 18753060 Dec  4 07:15 /opt/skype/skype

Does this make sense to anyone?

- Grant
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Can't run binary packages
  2007-12-04 15:32 [gentoo-user] Can't run binary packages Grant
@ 2007-12-04 16:08 ` Alex Schuster
  2007-12-04 17:21   ` Grant
  2007-12-05 21:35 ` [gentoo-user] " Grant
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Schuster @ 2007-12-04 16:08 UTC (permalink / raw
  To: gentoo-user

Grant writes: 

> I've emerged firefox-bin and skype successfully, but neither will run
> with very similar errors:

Do these threads help? 

http://forums.gentoo.org/viewtopic-t-583184.html
http://forums.gentoo.org/viewtopic-t-565649.html
http://bugs.gentoo.org/show_bug.cgi?id=182248 

        Wonko
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Can't run binary packages
  2007-12-04 16:08 ` Alex Schuster
@ 2007-12-04 17:21   ` Grant
  0 siblings, 0 replies; 5+ messages in thread
From: Grant @ 2007-12-04 17:21 UTC (permalink / raw
  To: gentoo-user

> > I've emerged firefox-bin and skype successfully, but neither will run
> > with very similar errors:
>
> Do these threads help?
>
> http://forums.gentoo.org/viewtopic-t-583184.html

This problem looks similar to mine and the solution was apparently:

"downloaded glibc, binutils, and gcc from  tinderbox. Then used emerge
-k to install the prebuilt packages."

I'll do that as soon as qt finishes emerging which might fix skype.

> http://forums.gentoo.org/viewtopic-t-565649.html
> http://bugs.gentoo.org/show_bug.cgi?id=182248

These are specific to skype and the solution only involves the skype
ebuild so I'm sure they won't help with firefox-bin.

Could this have to do with my profile:

$ ls -l /etc/make.profile
lrwxrwxrwx 1 root root 38 Nov 30 09:55 /etc/make.profile ->
../usr/portage/profiles/hardened/amd64

- Grant
-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user] Re: Can't run binary packages
  2007-12-04 15:32 [gentoo-user] Can't run binary packages Grant
  2007-12-04 16:08 ` Alex Schuster
@ 2007-12-05 21:35 ` Grant
  2007-12-06 14:55   ` Billy Holmes
  1 sibling, 1 reply; 5+ messages in thread
From: Grant @ 2007-12-05 21:35 UTC (permalink / raw
  To: Gentoo mailing list

> I've emerged firefox-bin and skype successfully, but neither will run
> with very similar errors:
>
> $ 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)
>
> $ skype
> /usr/bin/skype: line 10: /opt/skype/skype: No such file or directory
> /usr/bin/skype: line 10: /opt/skype/skype: Success
>
> I have all of the referenced files:
>
> $ ls -l /usr/libexec/mozilla-launcher
> -rwxr-xr-x 1 root root 19912 Nov 30 22:08 /usr/libexec/mozilla-launcher
>
> $ ls -l /opt/firefox/mozilla-xremote-client
> -rwxr-xr-x 1 root root 10336 Oct 25 18:27 /opt/firefox/mozilla-xremote-client
>
> $ ls -l /opt/firefox/firefox-bin
> -rwxr-xr-x 1 root root 10560452 Oct 25 18:27 /opt/firefox/firefox-bin
>
> $ ls -l /usr/bin/skype
> -rwxr-xr-x 1 root root 239 Dec  4 07:15 /usr/bin/skype
>
> $ ls -l /opt/skype/skype
> -rwxr-xr-x 1 root audio 18753060 Dec  4 07:15 /opt/skype/skype
>
> Does this make sense to anyone?
>
> - Grant

Does this sound like a problem caused by my selecting an amd64
non-multilib profile?  That's what I'm getting from the
gentoo-hardened list and I want to be sure before I reinstall.

- Grant
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Re: Can't run binary packages
  2007-12-05 21:35 ` [gentoo-user] " Grant
@ 2007-12-06 14:55   ` Billy Holmes
  0 siblings, 0 replies; 5+ messages in thread
From: Billy Holmes @ 2007-12-06 14:55 UTC (permalink / raw
  To: gentoo-user

Quoting Grant <emailgrant@gmail.com>:

>> $ firefox-bin
>> /usr/libexec/mozilla-launcher: line 368:
>> /opt/firefox/mozilla-xremote-client: No such file or directory
> Does this sound like a problem caused by my selecting an amd64
> non-multilib profile?  That's what I'm getting from the

from what I remember, multilib means "32-bit libraries", and if  
firefox-bin is 32bit, then non-multilib means no firefox - according  
to the prophecy.

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-06 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 15:32 [gentoo-user] Can't run binary packages Grant
2007-12-04 16:08 ` Alex Schuster
2007-12-04 17:21   ` Grant
2007-12-05 21:35 ` [gentoo-user] " Grant
2007-12-06 14:55   ` Billy Holmes

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