Bug 229867 - correct dependencies for Firefox's 3.0 (bin) Breakpad to work (both x86 and amd64)
Bug#: 229867 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: mozilla@gentoo.org Reported By: phajdan.jr@gentoo.org
Component: Unspecified
URL: 
Summary: correct dependencies for Firefox's 3.0 (bin) Breakpad to work (both x86 and amd64)
Keywords:  
Status Whiteboard: 
Opened: 2008-06-28 06:58 0000
Description:   Opened: 2008-06-28 06:58 0000
This is related to bug 228491. Generally for Firefox 3.0 (-bin package)
Breakpad, its crash reporting tool, requires additional libraries listed below
to work on 64-bit systems.

$ ldd crashreporter | grep 'not found'
        libgconf-2.so.4 => not found
        libORBit-2.so.0 => not found

Please add them to some -emul package and make mozilla-firefox-bin depend on
them.

------- Comment #1 From Paweł Hajdan jr 2008-06-28 07:33:54 0000 -------
Also on x86 it requires orbit and gconf (of course no emulation is then
needed).

------- Comment #2 From Raúl Porcel 2008-06-28 14:10:33 0000 -------
Uh, adding gnome deps? No thanks...in any case i'll add an use-flag, but
nothing else.

------- Comment #3 From Paweł Hajdan jr 2008-06-28 14:16:06 0000 -------
Note that these are only two packages on my system not running gnome. Either
way, there should be some notification that breakpad requires these.

------- Comment #4 From Raúl Porcel 2008-08-28 17:39:55 0000 -------
Hah, i doubt having 32bits gnome libs for amd64 is going to happen, but lets
ask the relevant teams.

I'll add the warning meanwhile for x86, we can't do nothing for amd64, at least
i can't.

------- Comment #5 From Gilles Dartiguelongue 2008-08-28 18:55:23 0000 -------
I guess I speak for the rest of the team when I say we don't have the time to
set up new emul packages when we barely maintain the existing one. We need more
man power.

------- Comment #6 From Raúl Porcel 2008-08-29 11:17:54 0000 -------
I've added a message to the ebuild, however, for amd64 it would need gnome libs
and curl 32bits, which isn't going to happen as you've seen.

Blame upstream for changing the crashreporter :)

------- Comment #7 From Mart Raudsepp 2008-08-30 19:46:53 0000 -------
The GNOME team has never had anything to do with the emul libs beyond advisory
role when necessary, so this is really up to the amd64 team to consider.