public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How to run Firefox Beta?
@ 2013-04-26  4:57 Nilesh Govindrajan
  2013-04-26  5:35 ` Alecks Gates
  0 siblings, 1 reply; 6+ messages in thread
From: Nilesh Govindrajan @ 2013-04-26  4:57 UTC (permalink / raw
  To: Gentoo User Mailing List

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

I downloaded Firefox Beta official tbz2 from mozilla.org and extract into ~
But, ldd libxul.so says libasound.so.2 not found, even though /usr/lib 
where libasound.so.2 exists is in LD_LIBRARY_PATH.

How to run it?


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

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

* Re: [gentoo-user] How to run Firefox Beta?
  2013-04-26  4:57 [gentoo-user] How to run Firefox Beta? Nilesh Govindrajan
@ 2013-04-26  5:35 ` Alecks Gates
  2013-04-26  6:06   ` Nilesh Govindrajan
  0 siblings, 1 reply; 6+ messages in thread
From: Alecks Gates @ 2013-04-26  5:35 UTC (permalink / raw
  To: gentoo-user

On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan <me@nileshgr.com> wrote:
> I downloaded Firefox Beta official tbz2 from mozilla.org and extract into ~
> But, ldd libxul.so says libasound.so.2 not found, even though /usr/lib where
> libasound.so.2 exists is in LD_LIBRARY_PATH.
>
> How to run it?
>

Are you running amd64 Gentoo and did you download the 32 bit Firefox?
You might have to install some emul packages.

-- 
Alecks Gates


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

* Re: [gentoo-user] How to run Firefox Beta?
  2013-04-26  5:35 ` Alecks Gates
@ 2013-04-26  6:06   ` Nilesh Govindrajan
  2013-04-26  6:39     ` Nilesh Govindrajan
  0 siblings, 1 reply; 6+ messages in thread
From: Nilesh Govindrajan @ 2013-04-26  6:06 UTC (permalink / raw
  To: gentoo-user

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

On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote:
> On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan <me@nileshgr.com> wrote:
>> I downloaded Firefox Beta official tbz2 from mozilla.org and extract into ~
>> But, ldd libxul.so says libasound.so.2 not found, even though /usr/lib where
>> libasound.so.2 exists is in LD_LIBRARY_PATH.
>>
>> How to run it?
>>
>
> Are you running amd64 Gentoo and did you download the 32 bit Firefox?
> You might have to install some emul packages.
>

I don't think there's any distinction between 32bit and 64bit on this 
page - http://www.mozilla.org/en-US/firefox/all-beta.html
So for compatibility I guess it'll be 32bit?


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

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

* Re: [gentoo-user] How to run Firefox Beta?
  2013-04-26  6:06   ` Nilesh Govindrajan
@ 2013-04-26  6:39     ` Nilesh Govindrajan
  2013-04-26  6:40       ` Nilesh Govindrajan
  0 siblings, 1 reply; 6+ messages in thread
From: Nilesh Govindrajan @ 2013-04-26  6:39 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 1383 bytes --]

On Friday 26 April 2013 11:36:51 AM IST, Nilesh Govindrajan wrote:
> On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote:
>> On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan
>> <me@nileshgr.com> wrote:
>>> I downloaded Firefox Beta official tbz2 from mozilla.org and extract
>>> into ~
>>> But, ldd libxul.so says libasound.so.2 not found, even though
>>> /usr/lib where
>>> libasound.so.2 exists is in LD_LIBRARY_PATH.
>>>
>>> How to run it?
>>>
>>
>> Are you running amd64 Gentoo and did you download the 32 bit Firefox?
>> You might have to install some emul packages.
>>
>
> I don't think there's any distinction between 32bit and 64bit on this
> page - http://www.mozilla.org/en-US/firefox/all-beta.html
> So for compatibility I guess it'll be 32bit?
>

Yep, it's 32 bit. Installed emul-x86-soundlibs. Now there are no 
library issues, but when I run

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./firefox (or ./firefox-bin) it says:

➜  firefox  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./firefox

(firefox:30259): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "qtcurve",

(firefox:30259): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "qtcurve",
➜  firefox

And just exits. Doesn't even show the window.

If I run with -ProfileManager, I get some XML Error [see attached 
image].

Upstream issue?


[-- Attachment #1.2: snap2.png --]
[-- Type: image/png, Size: 17276 bytes --]

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

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

* Re: [gentoo-user] How to run Firefox Beta?
  2013-04-26  6:39     ` Nilesh Govindrajan
@ 2013-04-26  6:40       ` Nilesh Govindrajan
  2013-04-26  7:19         ` Nilesh Govindrajan
  0 siblings, 1 reply; 6+ messages in thread
From: Nilesh Govindrajan @ 2013-04-26  6:40 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 1573 bytes --]

On Friday 26 April 2013 12:09 PM, Nilesh Govindrajan wrote:
> On Friday 26 April 2013 11:36:51 AM IST, Nilesh Govindrajan wrote:
>> On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote:
>>> On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan
>>> <me@nileshgr.com> wrote:
>>>> I downloaded Firefox Beta official tbz2 from mozilla.org and extract
>>>> into ~
>>>> But, ldd libxul.so says libasound.so.2 not found, even though
>>>> /usr/lib where
>>>> libasound.so.2 exists is in LD_LIBRARY_PATH.
>>>>
>>>> How to run it?
>>>>
>>>
>>> Are you running amd64 Gentoo and did you download the 32 bit Firefox?
>>> You might have to install some emul packages.
>>>
>>
>> I don't think there's any distinction between 32bit and 64bit on this
>> page - http://www.mozilla.org/en-US/firefox/all-beta.html
>> So for compatibility I guess it'll be 32bit?
>>
>
> Yep, it's 32 bit. Installed emul-x86-soundlibs. Now there are no 
> library issues, but when I run
>
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./firefox (or ./firefox-bin) it says:
>
> ➜  firefox  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./firefox
>
> (firefox:30259): Gtk-WARNING **: Unable to locate theme engine in 
> module_path: "qtcurve",
>
> (firefox:30259): Gtk-WARNING **: Unable to locate theme engine in 
> module_path: "qtcurve",
> ➜  firefox
>
> And just exits. Doesn't even show the window.
>
> If I run with -ProfileManager, I get some XML Error [see attached image].
>
> Upstream issue?

Had attached image, but for some reason thunderbird sent without it. Sorry.

[-- Attachment #1.2: snap2.png --]
[-- Type: image/png, Size: 17276 bytes --]

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

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

* Re: [gentoo-user] How to run Firefox Beta?
  2013-04-26  6:40       ` Nilesh Govindrajan
@ 2013-04-26  7:19         ` Nilesh Govindrajan
  0 siblings, 0 replies; 6+ messages in thread
From: Nilesh Govindrajan @ 2013-04-26  7:19 UTC (permalink / raw
  To: gentoo-user

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

On Friday 26 April 2013 12:10:34 PM IST, Nilesh Govindrajan wrote:
> On Friday 26 April 2013 12:09 PM, Nilesh Govindrajan wrote:
>> On Friday 26 April 2013 11:36:51 AM IST, Nilesh Govindrajan wrote:
>>> On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote:
>>>> On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan
>>>> <me@nileshgr.com> wrote:
>>>>> I downloaded Firefox Beta official tbz2 from mozilla.org and extract
>>>>> into ~
>>>>> But, ldd libxul.so says libasound.so.2 not found, even though
>>>>> /usr/lib where
>>>>> libasound.so.2 exists is in LD_LIBRARY_PATH.
>>>>>
>>>>> How to run it?
>>>>>
>>>>
>>>> Are you running amd64 Gentoo and did you download the 32 bit Firefox?
>>>> You might have to install some emul packages.
>>>>
>>>
>>> I don't think there's any distinction between 32bit and 64bit on this
>>> page - http://www.mozilla.org/en-US/firefox/all-beta.html
>>> So for compatibility I guess it'll be 32bit?
>>>
>>
>> Yep, it's 32 bit. Installed emul-x86-soundlibs. Now there are no
>> library issues, but when I run
>>
>> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./firefox (or ./firefox-bin) it says:
>>
>> ➜  firefox  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./firefox
>>
>> (firefox:30259): Gtk-WARNING **: Unable to locate theme engine in
>> module_path: "qtcurve",
>>
>> (firefox:30259): Gtk-WARNING **: Unable to locate theme engine in
>> module_path: "qtcurve",
>> ➜  firefox
>>
>> And just exits. Doesn't even show the window.
>>
>> If I run with -ProfileManager, I get some XML Error [see attached
>> image].
>>
>> Upstream issue?
>
> Had attached image, but for some reason thunderbird sent without it.
> Sorry.

Never mind, I found the mozilla overlay. It has firefox beta.


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

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

end of thread, other threads:[~2013-04-26  7:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26  4:57 [gentoo-user] How to run Firefox Beta? Nilesh Govindrajan
2013-04-26  5:35 ` Alecks Gates
2013-04-26  6:06   ` Nilesh Govindrajan
2013-04-26  6:39     ` Nilesh Govindrajan
2013-04-26  6:40       ` Nilesh Govindrajan
2013-04-26  7:19         ` Nilesh Govindrajan

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