Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome Depends on Mozilla? Can I use Firefox instead?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
Fitzsimmons
Guru
Guru


Joined: 01 Jan 2003
Posts: 415
Location: Waterloo, Ontario, Canada

PostPosted: Mon Feb 23, 2004 1:08 pm    Post subject: Gnome Depends on Mozilla? Can I use Firefox instead? Reply with quote

I noticed yesterday while merging Gnome that it depends on Mozilla. Mozilla's build failed, which is the reason why I noticed it, but I only want to deal with that if I really have to. I'm going to be using Firefox and Thunderbird, so I don't really want to have to merge mozilla alongside them. What exactly does Gnome need Mozilla for?

Here is my tentative plan of action so far. I need more information before I can procede though:


  1. Merge Firefox
  2. Create symlinks to the required files that gnome is going to need in the path that Gnome is going to look for them. OR Configure gnome manually and point it to the right place (if possible, I don't know)
  3. Trick Portage into thinking that mozilla is merged so that it doesn't try to compile it as a dependency for Gnome


I need some help with steps 2 and 3. Thanks.
Back to top
View user's profile Send private message
malloc
l33t
l33t


Joined: 19 Sep 2003
Posts: 762

PostPosted: Mon Feb 23, 2004 1:12 pm    Post subject: Reply with quote

Don't quote me on this but i believe the mozilla dep is because of evolution. You can try 2 things.
1 - You can change the ebuild to depend on firefox instead of mozilla
2 - You can inject mozilla and evolution and gnome we'll think they're installed and it won't bother your (emerge -i ).
Again i don't know if any work. In theory they should work but then again it's a long way from theory to practice :)
Back to top
View user's profile Send private message
scoon
l33t
l33t


Joined: 23 Aug 2003
Posts: 747
Location: Philadelphia, PA

PostPosted: Mon Feb 23, 2004 2:27 pm    Post subject: Re: Gnome Depends on Mozilla? Can I use Firefox instead? Reply with quote

ssjf wrote:
I noticed yesterday while merging Gnome that it depends on Mozilla. Mozilla's build failed, which is the reason why I noticed it, but I only want to deal with that if I really have to. I'm going to be using Firefox and Thunderbird, so I don't really want to have to merge mozilla alongside them. What exactly does Gnome need Mozilla for?

Here is my tentative plan of action so far. I need more information before I can procede though:


  1. Merge Firefox
  2. Create symlinks to the required files that gnome is going to need in the path that Gnome is going to look for them. OR Configure gnome manually and point it to the right place (if possible, I don't know)
  3. Trick Portage into thinking that mozilla is merged so that it doesn't try to compile it as a dependency for Gnome


I need some help with steps 2 and 3. Thanks.



Hey there,

Actually the dependency comes from epiphany (gnome web browser based on mozilla). What I do is just emerge -i epiphany and use firefox.

scoon
_________________
Hope this helps........
Back to top
View user's profile Send private message
loseruser
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2003
Posts: 110
Location: Seattle,WA

PostPosted: Mon Feb 23, 2004 3:24 pm    Post subject: Re: Gnome Depends on Mozilla? Can I use Firefox instead? Reply with quote

Quote:
Hey there,

Actually the dependency comes from epiphany (gnome web browser based on mozilla). What I do is just emerge -i epiphany and use firefox.

scoon


I hate that thing. Every time I upgrade or merge something for gnome it was popping up so I just edit the ebuilt to remove the epiphany dependency.
Back to top
View user's profile Send private message
dreas
Guru
Guru


Joined: 06 Aug 2003
Posts: 359
Location: Germany

PostPosted: Mon Feb 23, 2004 3:38 pm    Post subject: Reply with quote

A simple...
Code:
USE="hppa" emerge gnome

...did install gnome without epiphany/mozilla.
Back to top
View user's profile Send private message
Kabuto
l33t
l33t


Joined: 01 Aug 2002
Posts: 701

PostPosted: Mon Feb 23, 2004 10:01 pm    Post subject: Reply with quote

What you could do is input a bug report and see if they can only emerge epiphany if USE=mozilla. Don't know if it will work off-hand. I know the mozilla USE is used for gaim ebuild and probably others.
Back to top
View user's profile Send private message
Mongrol
Guru
Guru


Joined: 14 Sep 2002
Posts: 376

PostPosted: Mon Feb 23, 2004 10:14 pm    Post subject: Reply with quote

emerge gnome-light

That leaves out evolution and epiphany leaving you to pick and choose your gnome bloatware.
Back to top
View user's profile Send private message
loseruser
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2003
Posts: 110
Location: Seattle,WA

PostPosted: Mon Feb 23, 2004 10:30 pm    Post subject: Reply with quote

dreas wrote:
A simple...
Code:
USE="hppa" emerge gnome

...did install gnome without epiphany/mozilla.


ooo - fun flag to set... I didn't know that. Anything else the "hppa" flag is used for (or to exclude).
Back to top
View user's profile Send private message
dreas
Guru
Guru


Joined: 06 Aug 2003
Posts: 359
Location: Germany

PostPosted: Mon Feb 23, 2004 10:44 pm    Post subject: Reply with quote

By looking at the ebuild it should only skip epiphany and thus mozilla as well.
Back to top
View user's profile Send private message
loseruser
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2003
Posts: 110
Location: Seattle,WA

PostPosted: Mon Feb 23, 2004 10:45 pm    Post subject: Reply with quote

dreas wrote:
By looking at the ebuild it should only skip epiphany and thus mozilla as well.


I was more curious if this flag is used in other ebuilds to skip other packages. Or is it just a gnome thing?
Back to top
View user's profile Send private message
dreas
Guru
Guru


Joined: 06 Aug 2003
Posts: 359
Location: Germany

PostPosted: Mon Feb 23, 2004 11:03 pm    Post subject: Reply with quote

Ah, my bad.

I've never seen it in any other ebuild, but then, I don't look at each ebuild I'm going to install. Anyway, I wouldn't add it to make.conf if your thought is to add it there.
Back to top
View user's profile Send private message
kallamej
Administrator
Administrator


Joined: 27 Jun 2003
Posts: 4975
Location: Gothenburg, Sweden

PostPosted: Fri Aug 06, 2004 11:28 am    Post subject: Reply with quote

Moved from Desktop Environments in favour of https://forums.gentoo.org/viewtopic.php?t=95882
_________________
Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.libera.chat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum