From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IzZqM-0000gr-Ea for garchives@archives.gentoo.org; Tue, 04 Dec 2007 15:37:55 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lB4FaelE019992; Tue, 4 Dec 2007 15:36:40 GMT Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lB4FWXPs015116 for ; Tue, 4 Dec 2007 15:32:34 GMT Received: by wa-out-1112.google.com with SMTP id k34so6372566wah for ; Tue, 04 Dec 2007 07:32:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=mB0f5keXYQH0vAWWf8H3XHXD9vqdU9QcR+AisCjscrw=; b=tnmNFKtMmfXEpsRoeSURhGjFHM5y7Oq09XTM598QvLzrKCql+Nx71AaABdcnRrwuWKPtdxmjglWFd0+0AnAuagKU+6xpXPTXc9US5L6eUhJ7OWKh2rc2rTJxqd7S26GX4VrIFPRi0EC1q06Ppd+zWPzRqYvVTqJJrhKaBseDk6k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nA1dYZTrUpoKGX+YYtRmYjxm+y/oADYMqd/b0U+hRmVmV2BYoaMakoi5b00a7N1HLK2Sy33tcO1Kxoz9aQSQCTp0GipiQn0GuBbIgPs4xHPuFe6apvxPf6xi19DaZ8qm/BsfAvUJ0sxvAhwsMMpEs0jmEhXuPFCyYpRqxPfRJzk= Received: by 10.114.176.1 with SMTP id y1mr856758wae.1196782351879; Tue, 04 Dec 2007 07:32:31 -0800 (PST) Received: by 10.115.110.15 with HTTP; Tue, 4 Dec 2007 07:32:31 -0800 (PST) Message-ID: <49bf44f10712040732k5ba55ad5kc1b6f2bf11983d84@mail.gmail.com> Date: Tue, 4 Dec 2007 07:32:31 -0800 From: Grant To: "Gentoo mailing list" Subject: [gentoo-user] Can't run binary packages Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 631c4ed4-73ef-43ef-b21e-e76750784c5a X-Archives-Hash: 1ccb8c400ab87c64c1ded7e18d4e7d9c 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