Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mozilla firefox 1.5 and gnome
Date: Mon, 16 Jan 2006 01:18:50
Message-Id: 7573e9640601151714j1a23e239lcd4d842e20d8e7ac@mail.gmail.com
In Reply to: Re: [gentoo-user] mozilla firefox 1.5 and gnome by Trenton Adams
1 On 1/15/06, Trenton Adams <trenton.d.adams@×××××.com> wrote:
2 > On 1/14/06, Richard Fish <bigfish@××××××××××.org> wrote:
3 > > On 1/14/06, Trenton Adams <trenton.d.adams@×××××.com> wrote:
4 > > > The old version could disable gnome, but 1.5 can't. Perhaps it's a
5 > > > firefox 1.5 ebuild limitation? I hope that's what it is, because I
6 > > > can't stand gnome.
7 > >
8 > > False.
9 > >
10 > > carcharias rjf # ldd /usr/lib/mozilla-firefox/firefox-bin | grep gnome
11 > > carcharias rjf # emerge -pv mozilla-firefox
12 > >
13 > > These are the packages that I would merge, in order:
14 > >
15 > > Calculating dependencies ...done!
16 > > [ebuild R ] www-client/mozilla-firefox-1.5-r9 USE="java -debug
17 > > -gnome -ipv6 -mozdevelop -xinerama -xprint" 0 kB
18 > >
19 > > -Richard
20 >
21 > If you already have gnome installed, gnome won't show up unless you go
22 > --tree, will it?
23
24 True, but it doesn't matter. My firefox is not linked to any gnome
25 libraries, therefor it is entirely possible to build firefox without
26 gnome.
27
28 Again:
29
30 # for x in `find /usr/lib/mozilla-firefox/ -type f` ; do
31 test -x $x && ldd $x
32 done | grep gnome | wc -l
33 0
34 # for x in `find /usr/lib/mozilla-firefox/ -type f` ; do
35 test -x $x && ldd $x
36 done | grep gtk | wc -l
37 17
38
39 > Either way, you can take a look in the ebuild file
40 > for firefox 1.5, and there's no reference to gnome. No checking of
41 > the gnome useflag or anything like that. 1.0.7 has it though.
42
43 This is because the ebuild inherits mozconfig-2.eclass, and the gnome
44 flag checking is done there. (portage/eclass/mozconfig-2.eclass).
45
46 -Richard
47
48 --
49 gentoo-user@g.o mailing list