From: Juergen Lock on 4 Feb 2010 18:40 In article <epqr37-627.ln1(a)news.hansenet.de> you write: >Juergen Lock <nox(a)jelal.kn-bremen.de> wrote: > >> In article <20100204001933.GA11586(a)bsdcrew.de> you write: >>>-----BEGIN PGP SIGNED MESSAGE----- >>>Hash: SHA1 >>> >>>Howdy, >>> >>>We know that a lot people are waiting for Firefox 3.6, >>>but nox@ found a strange bug which is now solved. >>>The problem was that starting Firefox 3.6 with certain >>>addons installed was not possible. Now it looks like all >>>problems are solved and we can start a CFT. >>>[...] >> >> ..and in case anyone is wondering what the issue was, the problem was a >> filename handling change that basically caused all .xpt files (XPCOM type >> libraries) failing to load when there where symlinks in paths to one of >> them - like the ones from addons when /home is a symlink like it usually >> is on FreeBSD - and thus ff couldn't start. Here is the mozilla ticket: >> https://bugzilla.mozilla.org/show_bug.cgi?id=530793 > >Aha, und das alles klappte dei dem www/firefox3-devel bisher nicht? > >Krass. Ma gut, das ich nie Addonns verwende ;-) >[...] Do you also use no plugins? :) And yes, www/firefox3-devel was affected too (that was in fact the version where I first discovered the bug, just took me a `little' longer to find the actual cause because I wasn't familiar with the code at all...) Cheers, Juergen _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Greg Lewis on 5 Feb 2010 02:28 On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: > On 2010-Feb-04 01:19:33 +0100, Martin Wilke <miwi(a)FreeBSD.org> wrote: > >The problem was that starting Firefox 3.6 with certain > >addons installed was not possible. Now it looks like all > >problems are solved and we can start a CFT. > > Thanks to all for your efforts. > > >weekend. We should also note that the java plugin currently > >does not work with 3.6. > > This is a blocker for me. What is involved in building a > java plugin to suit the new FF36 interface? Please let me know > if there's anything I can do to assist the effort. Well, I don't believe the java plugin works with Firefox 3.5, so this isn't a new development. I haven't looked into this enough recently but I would suggest there are two promising options. If Sun is including a FF 3.6 compatible plugin with its current jdk16 release then we should grab the newest available jdk16 code and update the jdk16 port with it. Thats not a small piece of work though as the port is languishing at Update 3 and I think Sun is at Update 18. The other option is to port the IcedTea plugin to our openjdk6 port, assuming that is FF 3.6 compatible. That shouldn't be too difficult. -- Greg Lewis Email : glewis(a)eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis(a)FreeBSD.org _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Dominic Fandrey on 5 Feb 2010 03:27 Greg Lewis wrote: > On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: >> On 2010-Feb-04 01:19:33 +0100, Martin Wilke <miwi(a)FreeBSD.org> wrote: >>> The problem was that starting Firefox 3.6 with certain >>> addons installed was not possible. Now it looks like all >>> problems are solved and we can start a CFT. >> Thanks to all for your efforts. >> >>> weekend. We should also note that the java plugin currently >>> does not work with 3.6. >> This is a blocker for me. What is involved in building a >> java plugin to suit the new FF36 interface? Please let me know >> if there's anything I can do to assist the effort. > > Well, I don't believe the java plugin works with Firefox 3.5, so this isn't > a new development. You are mistaken here, the Java plugin works fine with firefox35. A real annoyance is that the OpenJDKs don't build the plugin, you need one of the SUN or Diablo JDKs. _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Greg Lewis on 5 Feb 2010 04:12 On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote: > Greg Lewis wrote: > > On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: > >> On 2010-Feb-04 01:19:33 +0100, Martin Wilke <miwi(a)FreeBSD.org> wrote: > >>> The problem was that starting Firefox 3.6 with certain > >>> addons installed was not possible. Now it looks like all > >>> problems are solved and we can start a CFT. > >> Thanks to all for your efforts. > >> > >>> weekend. We should also note that the java plugin currently > >>> does not work with 3.6. > >> This is a blocker for me. What is involved in building a > >> java plugin to suit the new FF36 interface? Please let me know > >> if there's anything I can do to assist the effort. > > > > Well, I don't believe the java plugin works with Firefox 3.5, so this isn't > > a new development. > > You are mistaken here, the Java plugin works fine with firefox35. Hmm. So I've got the plugin installed from the current diablo-jre16 port and firefox35 doesn't find it. What does your set up look like? For me its: > ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so lrwxr-xr-x 1 root wheel 63 Nov 8 10:50 /usr/local/lib/browser_plugins/libjavaplugin_oji.so -> /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so Are you using it from jdk16 perhaps? > A real annoyance is that the OpenJDKs don't build the plugin, you > need one of the SUN or Diablo JDKs. They don't build it because Sun doesn't include it... -- Greg Lewis Email : glewis(a)eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis(a)FreeBSD.org _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Albert Shih on 5 Feb 2010 04:23 Le 05/02/2010 � 01:12:56-0800, Greg Lewis a �crit > On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote: > > Greg Lewis wrote: > > > On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: > > >> On 2010-Feb-04 01:19:33 +0100, Martin Wilke <miwi(a)FreeBSD.org> wrote: > > >>> The problem was that starting Firefox 3.6 with certain > > >>> addons installed was not possible. Now it looks like all > > >>> problems are solved and we can start a CFT. > > >> Thanks to all for your efforts. > > >> > > >>> weekend. We should also note that the java plugin currently > > >>> does not work with 3.6. > > >> This is a blocker for me. What is involved in building a > > >> java plugin to suit the new FF36 interface? Please let me know > > >> if there's anything I can do to assist the effort. > > > > > > Well, I don't believe the java plugin works with Firefox 3.5, so this isn't > > > a new development. > > > > You are mistaken here, the Java plugin works fine with firefox35. > > Hmm. So I've got the plugin installed from the current diablo-jre16 port > and firefox35 doesn't find it. What does your set up look like? For me > its: > > > ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so > lrwxr-xr-x 1 root wheel 63 Nov 8 10:50 /usr/local/lib/browser_plugins/libjavaplugin_oji.so -> /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so It's better if you create a symbolic link in [root plugins]# ls -l /usr/local/lib/firefox3/plugins/ total 20 lrwxr-xr-x 1 root wheel 67 5 f�v 10:22 libjavaplugin_oji.so -> /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so But I not going to say this plugin work perfectly. It's easy to find something don't work. Regards. JAS -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex T�l�phone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Ven 5 f�v 2010 10:21:07 CET _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: net-im/ejabberd 2.0.5 to 2.1.0 Next: net/samba34 does not create all required directories |