Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82060 - gflashplayer (part of netscape-flash ebuild) works on AMD64 multiarch system
Summary: gflashplayer (part of netscape-flash ebuild) works on AMD64 multiarch system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 17:51 UTC by Octavio Ruiz (Ta^3)
Modified: 2005-04-04 17:25 UTC (History)
1 user (show)

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 Octavio Ruiz (Ta^3) 2005-02-14 17:51:04 UTC
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 Octavio Ruiz (Ta^3) 2005-04-04 07:31:18 UTC
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 Danny van Dyk (RETIRED) gentoo-dev 2005-04-04 11:53:16 UTC
Should be done using 'if ! has_multilib_profile ; then ... fi'... I'll ask Jeremy
first.
Comment 3 Danny van Dyk (RETIRED) gentoo-dev 2005-04-04 12:39:13 UTC
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 Octavio Ruiz (Ta^3) 2005-04-04 17:25:18 UTC
:-)