On Fri, May 04, 2007 at 11:24:12AM +0200, Benoit Chesneau wrote: > On 5/4/07, Jacob Meuser <[EMAIL PROTECTED]> wrote: > >On Fri, May 04, 2007 at 08:11:41AM +0200, Benoit Chesneau wrote:
> Ok i fix a problem in a patch, clean source and now it works better. I > tested it on youtube and archive.org and I was abble to have stream > and see a videon until the end. No sound yet. Problem appear when you > reload the page or make some event on the page while flash is running > : > ------------------------------------------------------------------------------------------------------------------------------------------- > marduk% firefox > LoadPlugin: failed to initialize shared library > /usr/local/lib/mozilla-plugins/libflashplayer.so [Cannot load > specified object] > > (npviewer.bin:7577): Gdk-WARNING **: Error converting from UTF-8 to > STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not > supported > > > (npviewer.bin:31801): Gdk-WARNING **: Error converting from UTF-8 to > STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not > supported > *** NSPlugin Wrapper *** ERROR: NPP_Destroy() invoke: Connection closed > *** NSPlugin Wrapper *** ERROR: NP_Shutdown() invoke: Connection closed > ------------------------------------------------------------------------------------------------------------------------------------------- > > i think it's related to rpc.c code. I will investigate in it. But it > works on normal flash files. I also edit DESCR file to indicate that > you need indeed COMPAT_LINUX enabled. > > amd64 should work. Doesn't it ? Since I've no amd64 machine to test it > could you provide more specific error or patches ? well, COMPAT_LINUX is commented out in amd64 GENERIC kernel, there are no packages for linux libs on amd64, and this port uses linux/i386 as the target OS. I doubt this will ever work on OpenBSD amd64. > Anyway here are the new sources : > http://babilu.metavers.net/openbsd/nspluginwrapper/obsd-nspluginwrapper-0.9.91.4_3.tar.gz > > Please tell me what is missing/wrong. I will provide more fix. your plist is still wrong. the linux bins will always be in i386, as in the post-install target you have. you really should look at /usr/ports/infrastructure/templates/Makefile.template and: $ file Makefile Makefile: UTF-8 Unicode text please use ASCII only. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org
