Re: build fails because it cannot find autoconf.mk (New)

2020-02-21 Thread Botond Ballo
On Fri, Feb 21, 2020 at 11:00 PM wrote: > So perhaps theres files that are still pointing back to the "#mozilla" > directory instead of my new "mozilla" directory ? Could that be why I cannot > build too? There might be files in /Users/jacqueline/.mozbuild which reference your old source direct

Re: build fails because it cannot find autoconf.mk (New)

2020-02-21 Thread Botond Ballo
Hi Jacqueline, On Fri, Feb 21, 2020 at 5:25 PM wrote: > where " /Users/jacqueline/#mozilla " is the path to my repo Is there an actual pound character ('#') in that directory name? If so, that is likely to be the problem, since '#' is a meta character in many environments (for example, it star

Re: Testing a change

2020-02-05 Thread Botond Ballo
Hi Sanchit, On Wed, Feb 5, 2020 at 5:00 AM Sanchit Arora wrote: > How can I verify that the changes I made work (or atleast build) properly > before submitting the patch? > Do I need to do ./mach build everytime? Is there a faster way? Yes, you should do a `mach build` (and then, depending on t

Re: Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread Botond Ballo
> Following is my compiler specs: > gcc --version > gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609 This page [1] says the minimum required gcc version for trunk is 7.1, I wonder if that is part of the problem. Cheers, Botond [1] https://developer.mozilla.org/en-US/docs/Mozilla/Using_CXX_in_

Re: Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread Botond Ballo
Hi Freya, What C++ compiler version are you building with? Could you share your "mozconfig" file? Thanks, Botond On Fri, Jan 31, 2020 at 7:20 AM Freya Mehta wrote: > > Hello, I was trying to build Firefox code base using the instructions > mentioned here: > https://developer.mozilla.org/en-US/

Re: firefox build failure

2020-01-11 Thread Botond Ballo
Thanks. So, the header file is indeed missing the declaration of the method InitSandboxTesting(). That suggests that, at the time it was generated, this condition [1] was false. Is it possible that you added "--enable-debug" after the build was first started, such that the header file was generate

Re: firefox build failure

2020-01-11 Thread Botond Ballo
Could you post the generated header file mozilla-central/obj-x86_64-pc-linux-gnu/ipc/ipdl/_ipdlheaders/mozilla/gfx/PGPUChild.h ? Thanks, Botond ___ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds

Re: firefox build failure

2020-01-11 Thread Botond Ballo
Hi Dave, On Sat, Jan 11, 2020 at 8:35 PM Dave wrote: > I am a newbie trying to build mozilla-central on debian/Buster but I am > running into a compiler error. I have run bootstrap.py and have the > pulled and updated as of this email. I am running "./mach -v -log > buildlog build" I assume yo

Re: Firefox 71 build hangs in Ubuntu while compiling style

2020-01-05 Thread Botond Ballo
I think it's just a very memory-intensive crate to compile, the disk activity and the slowness is likely due to swapping. Try giving your VM 4 GB of RAM if possible, should work better like that. Cheers, Botond On Sun, Jan 5, 2020 at 5:35 PM wrote: > > I'm following these directions: > https://

Re: Where did all the TryChooser pages go?

2019-08-30 Thread Botond Ballo
On Fri, Aug 30, 2019 at 6:37 AM ishikawa wrote: > I see a couple of submissions in treeherder where I do not > see explicit passing of TryChooser string. Hmm... > > https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=c4f1d2a2e2acb8c2acaf6996fdc9947613b4a9c1 > > https://treeherder.

Re: Windows build dependency on 8.3 short names

2019-06-30 Thread Botond Ballo
This bug report has some relevant discussion and a workaround: https://bugzilla.mozilla.org/show_bug.cgi?id=1323381 Cheers, Botond On Mon, Jul 1, 2019 at 12:20 AM Paul Schauble wrote: > > The Mozilla build system for Windows has an undocumented dependency on > support for 8.3 short file and di

Re: Building Firefox for Debian:Jessie

2018-11-30 Thread Botond Ballo
> I'm trying to build Firefox so that it launches on Debian:Jessie. > Firefox toolchain is quite modern and requires gcc-6.1+ and llvm-3.9+ - both > are unavailable on jessie. Pulling dependencies from debian:testing results > in a build that doesn't run on jessie. > > Are there any tips? You co

Re: Experimenting with a shared review queue for Core::Build Config

2017-10-11 Thread Botond Ballo
On Wed, Oct 11, 2017 at 2:37 PM, Chris Cooper wrote: > On Wed, Oct 11, 2017 at 1:46 PM, Nathan Froyd wrote: >> Does this user have a bugzilla :alias so that folks submitting patches >> via MozReview or similar can just write r=build-peer or something, >> rather than having to manually select the