summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-October/008771.html
blob: 5e38572bd07320140ab8018cf05d0286d73fcc71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BRFC%5D%20nspluginwrapper%20should%20exclude%20native%20x86_64%0A%20plugins%20from%20wrapping&In-Reply-To=%3C4E956E52.2020108%40arcor.de%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="008769.html">
   <LINK REL="Next"  HREF="008776.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping</H1>
    <B>Florian Hubold</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BRFC%5D%20nspluginwrapper%20should%20exclude%20native%20x86_64%0A%20plugins%20from%20wrapping&In-Reply-To=%3C4E956E52.2020108%40arcor.de%3E"
       TITLE="[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping">doktor5000 at arcor.de
       </A><BR>
    <I>Wed Oct 12 12:39:14 CEST 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="008769.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
</A></li>
        <LI>Next message: <A HREF="008776.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#8771">[ date ]</a>
              <a href="thread.html#8771">[ thread ]</a>
              <a href="subject.html#8771">[ subject ]</a>
              <a href="author.html#8771">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Am 12.10.2011 12:29, schrieb Pascal Terjan:
&gt;<i> On Wed, Oct 12, 2011 at 11:24, Florian Hubold&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at arcor.de</A>&gt;  wrote:
</I>&gt;&gt;<i> Hey there,
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> currently nspluginwrapper tries to wrap x86_64 plugins (like native x86_64
</I>&gt;&gt;<i> flash player plugin), but there is only i386 npviewer which is needed to run
</I>&gt;&gt;<i> the plugins.
</I>&gt;<i> I'm quite sure we used to have the x86-64 version too
</I>Well, seems not from looking at the history of our nspluginwrapper. Also seems 
Mandrivas SVN history
got wiped out and so we can only look in changelog, nothing obvious about 
x86_64 npviewer there.
Do you have any links?

&gt;&gt;<i> You can see the problem from the following output, which are a
</I>&gt;&gt;<i> more verbose form of the scripts run through nspluginwrapper filetrigger:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> $ nspluginwrapper -v -i /usr/lib64/mozilla/plugins/libflashplayer.so
</I>&gt;&gt;<i> *** NSPlugin Viewer  *** ERROR:
</I>&gt;&gt;<i> /usr/lib64/mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS64
</I>&gt;&gt;<i> nspluginwrapper: no appropriate viewer found for
</I>&gt;&gt;<i> /usr/lib64/mozilla/plugins/libflashplayer.so
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> In my and Anssi's opinion, nspluginwrapper.script (from nspluginwrapper
</I>&gt;&gt;<i> filetrigger,
</I>&gt;&gt;<i> <A HREF="http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SOURCES/nspluginwrapper.script?view=markup">http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SOURCES/nspluginwrapper.script?view=markup</A>
</I>&gt;&gt;<i> ) should be modified by excluding /usr/lib64. BTW the scripts run during is
</I>&gt;&gt;<i> nspluginwrapper installation/removal get it right by only using /usr/lib:
</I>&gt;&gt;<i> <A HREF="http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SPECS/nspluginwrapper.spec?view=markup">http://svnweb.mageia.org/packages/cauldron/nspluginwrapper/current/SPECS/nspluginwrapper.spec?view=markup</A>
</I>&gt;&gt;<i> Anybody more knowledgeable on nspluginwrapper care to share his opinion, or
</I>&gt;&gt;<i> are there other reasons for objections?
</I>&gt;<i> It used to be a good way to separate plugin execution into another
</I>&gt;<i> process which is good for security/stability but browsers include that
</I>&gt;<i> feature now
</I>&gt;<i>
</I>&gt;&gt;<i> Also are there good reasons to still use nspluginwraper for flash player at
</I>&gt;&gt;<i> all, as all current browser support out-of-thread execution of plugins and
</I>&gt;&gt;<i> flash-player-plugin is available as native i586 and x86_64 plugins?
</I>&gt;<i> Indeed it is now less useful
</I>Can i take that as +1 to exclude flash-player-plugin from wrapping?
</PRE>












































<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="008769.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
</A></li>
	<LI>Next message: <A HREF="008776.html">[Mageia-dev] [RFC] nspluginwrapper should exclude native x86_64 plugins from wrapping
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#8771">[ date ]</a>
              <a href="thread.html#8771">[ thread ]</a>
              <a href="subject.html#8771">[ subject ]</a>
              <a href="author.html#8771">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>