Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] firefox-bin crashing a few times every day
Date: Mon, 12 Nov 2007 19:27:39
Message-Id: 5bdc1c8b0711121125m40b918a8x90b87e51a50a9b23@mail.gmail.com
In Reply to: Re: [gentoo-amd64] firefox-bin crashing a few times every day by Beso
1 On Nov 12, 2007 10:56 AM, Beso <givemesugarr@×××××.com> wrote:
2 > do you have started mozilla-firefox or mozilla-firefox-bin?! the compiled
3 > mozilla-firefox starts with mozilla-firefox while the 32bit precompiled with
4 > mozilla-firefox-bin. use the lauch or the console to start the compiled
5 > version. after starting they both have the same process name (firefox-bin)
6 > and cannot be used at the same time in the same userspace.
7 > recompile firefox with a language option. i don't see any language
8 > compiled.... try setting this into make.conf:
9 >
10 > LINGUAS="en en_GB en_US xxxx" where xxxx is your localization and then
11 > rebuild firefox. the linguas will then build all the future packages that
12 > build localization for your system. (it may not be needed but it's good to
13 > have a system localized and stripped of other useless linguas.)
14
15 I've not done anything yet. Here is what was in make.conf when I posted earlier:
16
17 lightning ~ # cat /etc/make.conf | grep LINGUAS
18 LINGUAS="en"
19 lightning ~ #
20
21 However when I look at the options in emerge I don't see en or en_US as options:
22
23 lightning ~ # emerge -pv mozilla-firefox
24
25 These are the packages that would be merged, in order:
26
27 Calculating dependencies... done!
28 [ebuild R ] www-client/mozilla-firefox-2.0.0.9 USE="gnome java
29 -bindist -debug -filepicker -ipv6 -mozdevelop -moznopango
30 -restrict-javascript -xforms -xinerama -xprint" LINGUAS="-af -ar -be
31 -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy
32 -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn
33 -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk
34 -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 0 kB
35
36 Total: 1 package (1 reinstall), Size of downloads: 0 kB
37 lightning ~ #
38
39 Currently my /etc/locale.gen file has this:
40
41 lightning ~ # cat /etc/locale.gen
42 en_US ISO-8859-1
43 en_US.UTF-8 UTF-8
44 lightning ~ #
45
46 What do you want me to add to make.conf???
47
48 I'm happy to make the changes. Best to have things set right.
49
50 I will deal with the Flash stuff after I make sure I understand your
51 instructions on this part. en_US and en_GB? Added now but waiting for
52 some feedback before I start rebuilding.
53
54 Thanks,
55 Mark
56 --
57 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] firefox-bin crashing a few times every day Beso <givemesugarr@×××××.com>