From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 15 01:17:54 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AE0D447 for ; Fri, 15 Aug 2014 01:17:54 +0000 (UTC) Received: from smtp.mozilla.org (mx1.corp.phx1.mozilla.com [63.245.216.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4A22AD5 for ; Fri, 15 Aug 2014 01:17:53 +0000 (UTC) Received: from bsd9.sfo1.mozilla.com (corp-nat.p2p.sfo1.mozilla.com [63.245.219.53]) (Authenticated sender: afernandez@mozilla.com) by mx1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPSA id D3619F228E; Thu, 14 Aug 2014 18:17:45 -0700 (PDT) Message-ID: <53ED5FB9.8010006@mozilla.com> Date: Thu, 14 Aug 2014 18:17:45 -0700 From: Adrian J Fernandez User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Jan Beich Subject: Re: Gecko References: <532A1BE4.80601@mozilla.com> <53331228.5080407@queue.to> <5339F258.1080906@mozilla.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Howard Goldstein , freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 01:17:54 -0000 Hello Jan, Apologies for the delay was on vacation. Thank you for the detailed list of information. Very informative and appreciated! I'll see what I could do with [1] && [2] My c++ chops are not great but I guess this will be perfect for training. Thanks! -- Adrian J Fernandez [:Aj] | MOC | Mozilla On 08/04/14 11:41, Jan Beich wrote: > Adrian J Fernandez writes: > >> Do you have any documentation on the process so that I could get up to >> date and see where I could help? > Here, downstream? I don't think there's much to get started other than > > $ svn co https://trillian.chruetertee.ch/svn/freebsd-gecko/trunk gecko-overlay > $ (cd gecko-overlay; for d in */*/files; do rm -rf /usr/ports/$d; done) > $ rsync -aC gecko-overlay/ /usr/ports/ > $ cd /usr/ports/www/firefox-nightly > $ make > > or > > $ hg clone https://hg.mozilla.org/mozilla-central/ > $ cd mozilla-central > $ ./mach bootstrap || (cd /usr/ports/www/firefox; make depends) > $ ./mach build > >> Perhaps a TODO etc? I don't want to start doing work that's already been >> done =D. > If you can code (mostly C++ and make) there's an unordered list of ideas > in [1]. Some items may help chromium@ team as well such as OSS audio [2] > in WebRTC code. > > [1] https://trillian.chruetertee.ch/freebsd-gecko/browser/trunk/Gecko_TODO > [2] https://lists.freebsd.org/pipermail/freebsd-current/2014-April/049330.html > >> On a side note, a goal of mine would be to have firefox-nightly on the >> actual ports tree however, perhaps there are valid reasons as to why >> that's not currently the case. > No clue but I suspect other gecko@ members don't want to commit a port > that needs frequent updates. To make matter worse firefox-nightly often > depends on new version of NSPR/NSS or changes in bsd.gecko.mk. > >> As for your particular issue, are these issues being tracked on the >> build system? > Maybe Mozilla bug 419470 but for jemalloc3. I can't confirm because my > PGO build crashes due to libc++ vs. libstdc++ conflict. > > diff --git memory/jemalloc/moz.build memory/jemalloc/moz.build > index 310a55a..9f4f9cb 100644 > --- memory/jemalloc/moz.build > +++ memory/jemalloc/moz.build > @@ -49,6 +49,11 @@ if CONFIG['_MSC_VER']: > if not CONFIG['HAVE_INTTYPES_H']: > LOCAL_INCLUDES += ['src/include/msvc_compat/C99'] > > +#XXX: PGO on Linux causes problems here > +# See bug 419470 > +if CONFIG['GNU_CC']: > + NO_PGO = True > + > if CONFIG['OS_TARGET'] == 'Linux': > # For mremap > DEFINES['_GNU_SOURCE'] = True > diff --git memory/mozjemalloc/moz.build memory/mozjemalloc/moz.build > index d5b58e5..a4003d4 100644 > --- memory/mozjemalloc/moz.build > +++ memory/mozjemalloc/moz.build > @@ -30,7 +30,7 @@ DEFINES['MOZ_JEMALLOC_IMPL'] = True > > #XXX: PGO on Linux causes problems here > # See bug 419470 > -if CONFIG['OS_TARGET'] == 'Linux': > +if CONFIG['GNU_CC']: > NO_PGO = True > > if CONFIG['MOZ_NUWA_PROCESS']: > > ------------------------------------------------- > > VFEmail.net - http://www.vfemail.net > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! > $24.95 ONETIME Lifetime accounts with Privacy Features! > 15GB disk! No bandwidth quotas! > Commercial and Bulk Mail Options!