Re: Error running mach

2017-02-03 Thread Rushikesh Jogdand
Thanks Ted and Mike. The file flags don't really update on "hg update". I think this should be put in build pages. I did "hg up -C" and it worked, I made my first mozilla build! ___ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozil

Re: Error running mach

2017-02-02 Thread Rushikesh Jogdand
I also found some other files which were not executable in my repo. Can anyone post the output of "ls -ll * --recursive" of their mozilla-central repo. It's tedious to see each file's flags in browser. ___ dev-builds mailing list dev-builds@lists.mozilla

Re: Error running mach

2017-02-02 Thread Rushikesh Jogdand
On Friday, 3 February 2017 03:03:12 UTC+5:30, Mike Hommey wrote: > On Thu, Feb 02, 2017 at 08:10:59AM -0500, Ted Mielczarek wrote: > > On Thu, Feb 2, 2017, at 12:18 AM, Rushikesh Jogdand wrote: > > > I'm trying to build mozilla on Ubuntu 16.10 > > > > > > I did following:- > > > 1. run ```boots

Re: Error running mach

2017-02-02 Thread Rushikesh Jogdand
On Thursday, 2 February 2017 18:41:36 UTC+5:30, Ted Mielczarek wrote: > On Thu, Feb 2, 2017, at 12:18 AM, Rushikesh Jogdand wrote: > > I'm trying to build mozilla on Ubuntu 16.10 > > > > I did following:- > > 1. run ```bootstrap.py``` > > 2. clone mozilla-central repo > > 3. make mach executa

Re: Error running mach

2017-02-02 Thread Mike Hommey
On Thu, Feb 02, 2017 at 08:10:59AM -0500, Ted Mielczarek wrote: > On Thu, Feb 2, 2017, at 12:18 AM, Rushikesh Jogdand wrote: > > I'm trying to build mozilla on Ubuntu 16.10 > > > > I did following:- > > 1. run ```bootstrap.py``` > > 2. clone mozilla-central repo > > 3. make mach executable >

Re: Error running mach

2017-02-02 Thread Ted Mielczarek
On Thu, Feb 2, 2017, at 12:18 AM, Rushikesh Jogdand wrote: > I'm trying to build mozilla on Ubuntu 16.10 > > I did following:- > 1. run ```bootstrap.py``` > 2. clone mozilla-central repo > 3. make mach executable > 4. run ./mach build > > I'm getting following error:- > https://gist.githu

Error running mach

2017-02-01 Thread Rushikesh Jogdand
I'm trying to build mozilla on Ubuntu 16.10 I did following:- 1. run ```bootstrap.py``` 2. clone mozilla-central repo 3. make mach executable 4. run ./mach build I'm getting following error:- https://gist.githubusercontent.com/Rushi98/2852849c13b246e992eb8e407c4dd540/raw/4703db8b267eb7a6c

Error running mach

2017-02-01 Thread rushikeshjogdand1
I'm trying to build mozilla on Ubuntu 16.10 I did following:- 1. run ```bootstrap.py``` 2. clone mozilla-central repo 3. make mach executable 4. run ./mach build I'm getting following error:- https://gist.github.com/Rushi98/2852849c13b246e992eb8e407c4dd540 ___