Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100100 - mozilla-thunderbird-bin 1.0.6-r1 ebuild overwrites installed mozilla-firefox-bin
Summary: mozilla-thunderbird-bin 1.0.6-r1 ebuild overwrites installed mozilla-firefox-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-24 03:10 UTC by David
Modified: 2005-07-24 03:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David 2005-07-24 03:10:44 UTC
the ebuild is buggy. it looks like a firefox ebuild was used to make the
thunderbird ebuild. there are two lines in that ebuild that should be changes from 
declare MOZILLA_FIVE_HOME=/opt/firefox
to
declare MOZILLA_FIVE_HOME=/opt/thunderbird

DIFF:

37c37
<       declare MOZILLA_FIVE_HOME=/opt/firefox
---
>       declare MOZILLA_FIVE_HOME=/opt/thunderbird
54c54
<       declare MOZILLA_FIVE_HOME=/opt/firefox
---
>       declare MOZILLA_FIVE_HOME=/opt/thunderbird



Reproducible: Always
Steps to Reproduce:
1.emerge mozilla-firefox-bin
2.emerge mozilla-thunderbird-bin
3.try to start firefox-bin

Actual Results:  
firefox-bin does not start any more

Expected Results:  
thunderbird should have been installed in the right directory and both
applications should be usable.

diff output of the repaired ebuild:

37c37
<       declare MOZILLA_FIVE_HOME=/opt/firefox
---
>       declare MOZILLA_FIVE_HOME=/opt/thunderbird
54c54
<       declare MOZILLA_FIVE_HOME=/opt/firefox
---
>       declare MOZILLA_FIVE_HOME=/opt/thunderbird
Comment 1 David 2005-07-24 03:19:09 UTC
Just found out it is already fixed,

sorry