Hi, On Wed, Apr 07, 2010 at 12:33:53PM +0200, Rene Engelhard wrote: > On Wed, Apr 07, 2010 at 11:21:28AM +0200, Petter Reinholdtsen wrote: > > > I've investigated this problem some more, and I am getting convinced > > > > that the problem is this code in > > ooo-build-3-2-0-9/patches/dev300/nsplugin-path.diff, which is > > > > unprepared for a relative symlink:
Note that this code is not in vanilla OOo, but it is needed to support a globally installed plugin at all (Sun only supports them in the user profile and is of no help whatsover getting this fix upstreamed) Anyways, got a proposed new patch from the Novell guy who did the initial one, will try tonight. > > The code I found to create this symlink is this fragment in > > debian/rules: > > > > cd debian/mozilla-openoffice.org$(VER) && \ > > for b in iceape iceweasel mozilla mozilla-firefox firefox; > > do \ > > mkdir -p usr/lib/$$b/plugins && \ > > ln -sf > > /$(OOBRANDDIR)/program/libnpsoplugin.so \ > > usr/lib/$$b/plugins/libnpsoplugin.so; \ > > done > > > > It seem to create absolute symlinks, so I am not quite sure what is > > going on here. I checked the symlink on a Squeeze system. > > dh_link converts absolute symlinks into relative ones. Means there's a easy workaround: -Xlibnpsoplugin on dh_link ;-) Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [email protected] | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

