Bug 82060 - gflashplayer (part of netscape-flash ebuild) works on AMD64 multiarch system
Bug#: 82060 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: amd64@gentoo.org Reported By: tacvbo@tacvbo.net
Component: Applications
URL: 
Summary: gflashplayer (part of netscape-flash ebuild) works on AMD64 multiarch system
Keywords:  
Status Whiteboard: 
Opened: 2005-02-14 17:51 0000
Description:   Opened: 2005-02-14 17:51 0000
Since netscape-flash-6.0.81.ebuild we can see this condition:

   # Optionally install the standalone GTK flash player
    if [ "${ARCH}" != "amd64" ]; then
        if use gtk
        then
        .....

gflashplayer works without problems on a multiarch/multilib system, the condition should verify if the system is runing a non multiarch/multilib profile like amd64/2004.3/lib64 or amd64/2005.0/no-multilib and not generalize all the amd64 plataform who is capable of running 32bits apps.

:-)

------- Comment #1 From Octavio Ruiz (Ta^3) 2005-04-04 07:31:18 0000 -------
Danny I added to the CC list. You marked netscape-flash-7.0.25 stable on amd64
can you tell me your opinion about this bug?

Oh, also I think that /usr/bin/gflashplayer should be /opt/bin/gflashplayer.

------- Comment #2 From Danny van Dyk (RETIRED) 2005-04-04 11:53:16 0000 -------
Should be done using 'if ! has_multilib_profile ; then ... fi'... I'll ask
Jeremy
first.

------- Comment #3 From Danny van Dyk (RETIRED) 2005-04-04 12:39:13 0000 -------
Ok, Jeremy masked it in no-multilib/package.mask and i removed the condition
for
building gplflashplayer. Further, the location of the binary is not subject to
my decission, you'll have to bug the maintainer for this.

FIXED.

------- Comment #4 From Octavio Ruiz (Ta^3) 2005-04-04 17:25:18 0000 -------
:-)