Mailinglist Archive: opensuse-bugs (5005 mails)
| < Previous | Next > |
[Bug 500447] Online Update for java-1_6_0-openjdk-plugin is broken (requires sqlite3)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 5 May 2009 09:12:50 -0600 (MDT)
- Message-id: <20090505151250.090F6245393@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=500447
User mvyskocil@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=500447#c12
--- Comment #12 from Michal Vyskocil <mvyskocil@xxxxxxxxxx> 2009-05-05
09:12:49 MDT ---
(In reply to comment #11)
I missed read the User Agent string, so I thought problem was in Firefox. Then
you could make this bug as dup of bug#445022 (and I'll assign them to me).
IcedTeaPlugin.so linked without libxul-unstable (but don't know if it works)
$ ldd IcedTeaPlugin.so
linux-gate.so.1 => (0xffffe000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7de2000)
libm.so.6 => /lib/libm.so.6 (0xf7db9000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7daa000)
libc.so.6 => /lib/libc.so.6 (0xf7c4f000)
/lib/ld-linux.so.2 (0xf7f13000)
IcedTeaPlugin.so needs xulrunner >= 1.9 for build, so for seamonkey I'll build
a gjcwebplugin.so using xulrunner 1.8.1. Tomorrow I'll do some tests and if you
want test it too, please tell me what system do you use for testing (eg.
openSUSE 11.1 x86_64) and I'll upload proper so files.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User mvyskocil@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=500447#c12
--- Comment #12 from Michal Vyskocil <mvyskocil@xxxxxxxxxx> 2009-05-05
09:12:49 MDT ---
(In reply to comment #11)
I'm pretty sure that is only an issue in seamonkey.
I missed read the User Agent string, so I thought problem was in Firefox. Then
you could make this bug as dup of bug#445022 (and I'll assign them to me).
Firefox should work
correctly already. The pkgconfig files which are used for building define
-lxul
which seems to be unneeded and causing this special libsqlite3 dependency. It
should be enough for the plugin to link against xpcomglue_s and xpcom (and
using rpath as defined in mozilla-js.pc).
IcedTeaPlugin.so linked without libxul-unstable (but don't know if it works)
$ ldd IcedTeaPlugin.so
linux-gate.so.1 => (0xffffe000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7de2000)
libm.so.6 => /lib/libm.so.6 (0xf7db9000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7daa000)
libc.so.6 => /lib/libc.so.6 (0xf7c4f000)
/lib/ld-linux.so.2 (0xf7f13000)
IcedTeaPlugin.so needs xulrunner >= 1.9 for build, so for seamonkey I'll build
a gjcwebplugin.so using xulrunner 1.8.1. Tomorrow I'll do some tests and if you
want test it too, please tell me what system do you use for testing (eg.
openSUSE 11.1 x86_64) and I'll upload proper so files.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |