bug in Thunderbird
PORTNAME= thunderbird DISTVERSION= 52.3.0 PORTREVISION= 1 Using the chat feature results in issues with at least XMPP (possibly others) as it tries to resolv SRV but cannot due to this error > prpl-jabber: Error during SRV lookup: Error: Could not find libresolv in any of libresolv.9.so,libresolv.so Exception: Error: couldn't open library libresolv.so: Shared object "libresolv.so" not found, required by "thunderbird" ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[Bug 222356] www/firefox: file-backed shared memory performance
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222356 --- Comment #12 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Tue Sep 19 16:46:37 UTC 2017 New revision: 323768 URL: https://svnweb.freebsd.org/changeset/base/323768 Log: For unlinked files, do not msync(2) or sync on the vnode deactivation. One consequence of the patch is that msyncing unlinked file mappings no longer reduces the amount of the dirty memory in the system, but I do not think that there are users of msync(2) that utilize it for such side-effect. Reported and tested by: tjil PR: 222356 Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:2 weeks Differential revision:https://reviews.freebsd.org/D12411 Changes: head/sys/kern/vfs_subr.c head/sys/vm/vm_object.c -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
Re: bug in Thunderbird
"S. R. Wright" writes: > PORTNAME= thunderbird > DISTVERSION= 52.3.0 > PORTREVISION= 1 > > Using the chat feature results in issues with at least XMPP (possibly > others) as it tries to resolv SRV but cannot due to this error > >> prpl-jabber: Error during SRV lookup: > Error: Could not find libresolv in any of libresolv.9.so,libresolv.so > Exception: Error: couldn't open library libresolv.so: Shared object > "libresolv.so" not found, required by "thunderbird" libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are part of libc. Maybe try adding ctypes.libraryName("c") to https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33 ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
Re: bug in Thunderbird
Thanks for the tip. I'll try it. -- sRw On 09/19/17 13:01, Jan Beich wrote: "S. R. Wright" writes: PORTNAME= thunderbird DISTVERSION=52.3.0 PORTREVISION= 1 Using the chat feature results in issues with at least XMPP (possibly others) as it tries to resolv SRV but cannot due to this error prpl-jabber: Error during SRV lookup: Error: Could not find libresolv in any of libresolv.9.so,libresolv.so Exception: Error: couldn't open library libresolv.so: Shared object "libresolv.so" not found, required by "thunderbird" libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are part of libc. Maybe try adding ctypes.libraryName("c") to https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33 ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
Re: bug in Thunderbird
I think the suggestion is correct, but the method fails. It finds libc.so but that is not a library, it is text: > cat /usr/lib/libc.so /* $FreeBSD: releng/11.1/lib/libc/libc.ldscript 258283 2013-11-17 22:52:17Z peter $ */ GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a /usr/lib/libssp_nonshared.a ) I have no idea what language a .jsm file is in, but hopefully there is a method to specifying the pathname to the real library. -- sRw On 09/19/17 13:22, S. R. Wright wrote: Thanks for the tip. I'll try it. -- sRw On 09/19/17 13:01, Jan Beich wrote: "S. R. Wright" writes: PORTNAME= thunderbird DISTVERSION= 52.3.0 PORTREVISION= 1 Using the chat feature results in issues with at least XMPP (possibly others) as it tries to resolv SRV but cannot due to this error prpl-jabber: Error during SRV lookup: Error: Could not find libresolv in any of libresolv.9.so,libresolv.so Exception: Error: couldn't open library libresolv.so: Shared object "libresolv.so" not found, required by "thunderbird" libresolv* doesn't exist on FreeBSD. res_query, dn_skipname, etc. are part of libc. Maybe try adding ctypes.libraryName("c") to https://dxr.mozilla.org/comm-esr52/rev/6fb4e592ad6c/chat/modules/DNS.jsm#33 ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
maintainer-feedback requested: [Bug 222464] www/seamonkey: update to 2.49.1
Jan Beich has reassigned Bugzilla Automation 's request for maintainer-feedback to ge...@freebsd.org: Bug 222464: www/seamonkey: update to 2.49.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222464 ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[Bug 222464] www/seamonkey: update to 2.49.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222464 Bug ID: 222464 Summary: www/seamonkey: update to 2.49.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ge...@freebsd.org Reporter: jbe...@freebsd.org Flags: maintainer-feedback?(ge...@freebsd.org) Assignee: ge...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[Bug 222464] www/seamonkey: update to 2.49.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222464 --- Comment #1 from Jan Beich --- Created attachment 186556 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186556&action=edit rc1 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[Bug 221335] www/firefox: update to 56.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221335 Jan Beich changed: What|Removed |Added Attachment #186384|0 |1 is obsolete|| --- Comment #11 from Jan Beich --- Created attachment 186557 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186557&action=edit rc1 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"