gecko ports vs gcc44

2010-06-02 Thread Andriy Gapon
#if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Re: gecko ports vs gcc44

2010-06-02 Thread Andriy Gapon
on 02/06/2010 12:16 Beat Gaetzi said the following: > Hi, > > On 06/02/10 10:25, Andriy Gapon wrote: >> I think I found a workaround for linkage problems in gecko ports (firefox, >> libxul, ...) when gcc 4.4 is used for build. However, I don't understand >> exact

WITH_GECKO valid values

2010-08-27 Thread Andriy Gapon
is it correct that currently the only valid value for WITH_GECKO is libxul? It doesn't look like thunderbird or firefox install build infrastructure anymore (like xpidl)? BTW, it seems that GECKO_CONFIG definition is outdated, it should use pkg-config. -- Andriy

Re: WITH_GECKO valid values

2010-08-27 Thread Andriy Gapon
on 27/08/2010 15:20 Beat Gaetzi said the following: > On 27.08.2010 13:00, Andriy Gapon wrote: >> >> is it correct that currently the only valid value for WITH_GECKO is libxul? >> It doesn't look like thunderbird or firefox install build infrastructure >> anymore &

thunderbird and gcc44 (again)

2010-09-13 Thread Andriy Gapon
Big thanks to all who made it possible for gecko ports to be buildable with gcc44+ almost without any issues! About 'almost' - it seems that thunderbird port still requires one small patch, which is needed for dlopen(3) definition. The patch should be an effective NOP for base gcc.

Re: thunderbird and gcc44 (again)

2010-09-13 Thread Andriy Gapon
on 13/09/2010 12:30 Beat Gaetzi said the following: > Hi, > > On 13.09.2010 09:23, Andriy Gapon wrote: >> >> Big thanks to all who made it possible for gecko ports to be buildable with >> gcc44+ almost without any issues! >> >> About 'almost' -

Re: thunderbird and gcc44 (again)

2010-09-16 Thread Andriy Gapon
on 13/09/2010 12:38 Andriy Gapon said the following: > To better see what I mean do: > $ gcc -dumpspecs | fgrep -w pthread > and > $ gcc44 -dumpspecs | fgrep -w pthread BTW, here is a patch for GCC that should make life easier. I hope that Gerald will commit it either upstream

Re: thunderbird and gcc44 (again)

2010-09-18 Thread Andriy Gapon
[ping] on 13/09/2010 10:23 Andriy Gapon said the following: > > Big thanks to all who made it possible for gecko ports to be buildable with > gcc44+ almost without any issues! > > About 'almost' - it seems that thunderbird port still requires one small > patch, &g

Re: thunderbird and gcc44 (again)

2010-09-18 Thread Andriy Gapon
on 18/09/2010 14:56 Beat Gaetzi said the following: > Hi, > > On 18.09.2010 09:25, Andriy Gapon wrote: >> >> [ping] >> >> on 13/09/2010 10:23 Andriy Gapon said the following: >>> >>> Big thanks to all who made it possible for gecko ports to be

Re: firefox 4, openjdk6, icedtea - a problem

2011-04-19 Thread Andriy Gapon
on 19/04/2011 12:50 Andriy Gapon said the following: > > Here's a new twist. > First, some more details. The applet in question would start normally, but > then > at some point it would seem to just hang. Then I accidentally noticed that > if I > let the applet

Re: firefox crash - because of pthread_attr_setdetachstate

2011-04-22 Thread Andriy Gapon
PTHREAD_CREATE_JOINABLE > : PTHREAD_CREATE_DETACHED)' > > > I've cc'd ports@ because there are a few more clever people. :o) Is there pthread_attr_init preceding that pthread_attr_setdetachstate call? -- Andriy Gapon ___ free

enigmail-thunderbird broken after the latest thunderbird update (6.0) ?

2011-08-18 Thread Andriy Gapon
First, it seems GECKO_EXTDIR should be comm-release now instead of comm-miramar. Second, my thunderbird 6 just hangs solid a few seconds after startup if enigmail extension is installed and enabled. Any help/pointers are appreciated! -- Andriy Gapon

Re: enigmail-thunderbird broken after the latest thunderbird update (6.0) ?

2011-08-18 Thread Andriy Gapon
on 18/08/2011 12:41 Alex Dupre said the following: Andriy Gapon ha scritto: First, it seems GECKO_EXTDIR should be comm-release now instead of comm-miramar. Second, my thunderbird 6 just hangs solid a few seconds after startup if enigmail extension is installed and enabled. Just wait for a

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-19 Thread Andriy Gapon
ecuted, gpg2 prints some information and exits with a status of 0. I am not sure if this behavior can be explained by anything in the profile. It rather looks like some possibly timing-triggered bug. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailin

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-19 Thread Andriy Gapon
on 19/08/2011 17:59 Andriy Gapon said the following: > nsIPCService::RunPipe -> nsPipeTransport::Terminate -> nsPipeTransport::Kill > -> > IPC_WaitProcess == _MD_WaitUnixProcess BTW, curiously enough this how IPC_WaitProcess invocation looks in nsPipeTransport::Kill: // Reap

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-19 Thread Andriy Gapon
on 19/08/2011 18:12 Andriy Gapon said the following: > on 19/08/2011 17:59 Andriy Gapon said the following: >> nsIPCService::RunPipe -> nsPipeTransport::Terminate -> nsPipeTransport::Kill >> -> >> IPC_WaitProcess == _MD_WaitUnixProcess > > BTW, curio

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-19 Thread Andriy Gapon
on 19/08/2011 18:28 Andriy Gapon said the following: > So apparently there was some "rogue" child process with pid 31969 which > screwed up > the accounting of children and thus WaitPidDaemonThread is not aware that it > should call wait() to wait for pid 32094. > Ap

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-19 Thread Andriy Gapon
on 19/08/2011 18:35 Andriy Gapon said the following: > on 19/08/2011 18:28 Andriy Gapon said the following: >> So apparently there was some "rogue" child process with pid 31969 which >> screwed up >> the accounting of children and thus WaitPidDaemonThread is not aw

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-19 Thread Andriy Gapon
on 19/08/2011 18:48 Andriy Gapon said the following: > OK, it seems that the culprit is mozilla/toolkit/xre/glxtest.cpp: > fire_glxtest_process() forks a new process, but doesn't wait(2) for it. > So when wait(2) is invoked later it may return a pid of this child before any > o

Re: cvs commit: ports UPDATING ports/mail/enigmail Makefile distinfo pkg-message ports/mail/enigmail-thunderbird Makefile

2011-08-24 Thread Andriy Gapon
patch to tb and sm ports, > but I want to be sure it doesn't introduce other regressions. Probably > it should also be reported upstream by gecko team. Yes, I think that this should be reported and discussed with the upstream developers as the problem see

firefox-6.0_1 spinning on a cpu

2011-09-01 Thread Andriy Gapon
how to fix? Thank you! -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Re: firefox-6.0_1 spinning on a cpu

2011-09-01 Thread Andriy Gapon
why I tried to provide a little bit more detailed symptoms. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Re: firefox-6.0_1 spinning on a cpu

2011-09-02 Thread Andriy Gapon
[CC-ing gnome@ who is listed as the maintainer of devel/nspr] on 01/09/2011 15:31 Florian Smeets said the following: > On 01.09.2011 14:25, Andriy Gapon wrote: >> on 01/09/2011 14:58 Marat N.Afanasyev said the following: >>> I have a seamonkey with the same symptoms, from ti

Re: firefox-6.0_1 spinning on a cpu

2011-09-04 Thread Andriy Gapon
on 04/09/2011 19:22 Marat N.Afanasyev said the following: > Andriy Gapon wrote: > >> The following patch for devel/nspr port fixes the problem for me: > > can you post a follow-up on > http://www.freebsd.org/cgi/query-pr.cgi?pr=156889 > with your patch? Will do. BTW, i

Re: ports/156889: www/firefox36: firefox 3.6.17 eats cpu on current/x64

2011-09-04 Thread Andriy Gapon
The following reply was made to PR ports/156889; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org Cc: p...@critter.freebsd.dk Subject: Re: ports/156889: www/firefox36: firefox 3.6.17 eats cpu on current/x64 Date: Sun, 04 Sep 2011 20:01:16 +0300 This is a multi-part

www/firefox: latest commit broken argument passing

2011-10-20 Thread Andriy Gapon
With the latest version of firefox port the installed ${PREFIX}/lib/firefox/firefox script doesn't pass along its command line parameters. Please fix. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/ma

enigmail-thunderbird as an option in thunderbird port

2011-10-20 Thread Andriy Gapon
bump, and it seems that our tools are not explicitly aware of this kind of dependency, so a few times in the past I had a situation where enigmail stopped working after thunderbird update and I had to manually reinstall the port and its .xpi -- Andriy Gapon

Re: enigmail-thunderbird as an option in thunderbird port

2011-10-23 Thread Andriy Gapon
on 22/10/2011 11:03 Alex Dupre said the following: > Andriy Gapon ha scritto: >> Is it possible and relatively easy to turn emigmail thunderbird extension >> into >> something like a lightning extension? > > Yes, of course. I think we can drop support for tb 3.6 and pu

libxul-1.9.2.26 and gcc 4.6

2012-02-01 Thread Andriy Gapon
can be // found in the LICENSE file. +#include + #include "os2.h" #include "head.h" -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any ma

mail/thunderbird: build process is not restartable?

2012-06-25 Thread Andriy Gapon
start the build. But I am actually not sure about this as the build currently always fails for me with a different error. Hmm, I wonder if the last chunk of that patch is correct or if it is a result of mechanical string replacement. -- Andriy Gapon _

Re: mail/thunderbird: build process is not restartable?

2012-06-26 Thread Andriy Gapon
on 26/06/2012 10:34 Jan Beich said the following: > Andriy Gapon writes: > > [...] >> `/usr/obj/ports/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/typelib/xpidl' >> gmake[7]: *** No rule to make target >> `../../../xpcom/idl-parser/cache/xpidl

Re: Latest stable/8 broken for mozilla ports (fwd)

2012-07-25 Thread Andriy Gapon
message wasn't clear, this worked fine until > just today. Also, I forgot to add that recompiling firefox didn't help. > > Doug > Writing to gecko@ could also be of use... sometimes. Does the following look like the problem your are running into http://docs.

Re: Latest stable/8 broken for mozilla ports (fwd)

2012-07-25 Thread Andriy Gapon
on 25/07/2012 10:43 Andriy Gapon said the following: > on 25/07/2012 00:22 Doug Barton said the following: >> On 7/24/2012 2:09 PM, Pedro Giffuni wrote: >>> Hi Doug; >>> >>> Perhaps you are using -O2 in you CFLAGS? >> >> I use the standard CFLAGS,

security/ca_root_nss: ETCSYMLINK and openssl from ports

2013-11-03 Thread Andriy Gapon
I would like to suggest to either extend ETCSYMLINK config option or to add a new option to support using security/ca_root_nss with openssl from ports. The latter looks at /usr/local/openssl/cert.pem as its default CAfile. -- Andriy Gapon ___ freebsd

firefox (gecko) and DEBUG option

2013-11-25 Thread Andriy Gapon
-profiling --disable-tests *--enable-strip* *--enable-install-strip* This is somewhat weird because: $ echo "<$(make -V STRIP)>" <> -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: firefox (gecko) and DEBUG option

2013-11-25 Thread Andriy Gapon
on 25/11/2013 12:30 Andriy Gapon said the following: > In www/firefox port DEBUG option has the following description: > DEBUG Install debug symbols > This seems to be factually incorrect. I see in bsd.gecko.mk that the option > affects the following thin

Re: Firefox 25 crashing on HTML5 video

2013-11-27 Thread Andriy Gapon
->write_position += wrote; +write_p = (char*)write_p + wrote; +towrite -= wrote; gettimeofday(&stm->last_activity, NULL); } if (got != avail) { @@ -996,7 +1004,10 @@ alsa_stream_get_position(cubeb_stream * return CUBEB_OK; } - assert

Re: Firefox noticeably less stable on 10.0

2014-04-08 Thread Andriy Gapon
; month or so. I have no idea what changes (in base, in dependencies, > etc.) might be responsible, but Firefox--now at 28.0--has become > stable again on 10.0-STABLE. > My guess is it was r261867. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailin

saving downloads becomes slower over time

2014-09-12 Thread Andriy Gapon
time and CPU is spent in _kh_dir_diff -> dl_calculate -> strcmp functions in libgio-2.0.so. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "fr

Re: saving downloads becomes slower over time

2014-09-12 Thread Andriy Gapon
On 12/09/2014 10:25, Matthew D. Fuller wrote: > On Fri, Sep 12, 2014 at 10:19:02AM +0300 I heard the voice of > Andriy Gapon, and lo! it spake thus: >> >> Does anyone else see this? > > I've seen it when I don't keep the list of [completed] downloads > cl

[SOLVED?] saving downloads becomes slower over time

2014-09-12 Thread Andriy Gapon
On 12/09/2014 11:57, Matthew D. Fuller wrote: > On Fri, Sep 12, 2014 at 11:30:30AM +0300 I heard the voice of > Andriy Gapon, and lo! it spake thus: >> >> I've noticed many reports about this issue but my problem seems to >> be different as clearing the list does no

mail/thunderbird: ENIGMAIL LIGHTNING are now off by default

2014-11-24 Thread Andriy Gapon
I've just upgraded my packages to the latest available from the FreeBSD official repository and thunderbird does not have Enigmail and Lightning. Hmm. Looks like www/firefox/Makefile.options overrides OPTIONS_DEFAULT from mail/thunderbird/Makefile -- Andriy

sound in firefox

2015-10-26 Thread Andriy Gapon
I have firefox 41.0.2 installed from the official pkg repository and I can not get it to play sounds. E.g. all html5 videos are playing without any sound. Are there any magic configuration knobs or packages that can make the sound work? -- Andriy Gapon

firefox crashes during pkg upgrade

2015-12-24 Thread Andriy Gapon
6 : push %r14 0x00080ed69c48 : push %r13 0x00080ed69c4a : push %r12 0x00080ed69c4c : push %rbx 0x00080ed69c4d : sub $0x48,%rsp 0x00080ed69c51 : mov %rcx,-0x50(%rbp) 0x00080ed69c55 : mov %rdx,-0x48(%rbp) ... I've found a repor

weird firefox crash

2016-04-06 Thread Andriy Gapon
variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Not sure if this report is actionable. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing list https://

linux-firefox on head

2016-11-11 Thread Andriy Gapon
Is anyone able to use linux-firefox on head? When I start it, I see that one of its threads "SSL Cert #3" consumes 100% of CPU and the firefox window does not respond to any clicks. -- Andriy Gapon ___ freebsd-gecko@freebsd.org mailing

Re: firefox crashes during pkg upgrade

2017-01-30 Thread Andriy Gapon
On 24/12/2015 15:22, Andriy Gapon wrote: > I've got a strange problem: sometime when I do pkg upgrade a firefox process > crashes with SIGBUS. And that happens rather often. I am still seeing this problem. Sometimes it's firefox, sometimes thunderbird, sometimes none, sometim

Re: firefox crashes during pkg upgrade

2017-02-26 Thread Andriy Gapon
On 30/01/2017 12:40, Konstantin Belousov wrote: > On Mon, Jan 30, 2017 at 12:13:34PM +0200, Andriy Gapon wrote: >> On 24/12/2015 15:22, Andriy Gapon wrote: >>> I've got a strange problem: sometime when I do pkg upgrade a firefox process >>> crashes with SIGBUS

Re: Thunderbird and UPDATING 20170302

2017-03-02 Thread Andriy Gapon
nfigurations for all email accounts and addons) and I have to re-create them from scratch, then that will hurt a lot. -- Andriy Gapon ___ 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: Thunderbird and UPDATING 20170302

2017-03-06 Thread Andriy Gapon
da1a4-762b-4020-b5ad-a41df1933103} in it. Restarted thunderbird. And lightning was back. Not sure if the above steps are sufficient. Perhaps something in what I described as 'mucking' was required too. -- Andriy Gapon ___ freebsd-gecko@