Re: Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread ISHIKAWA,chiaki
The original poster might want to run ./mach bootstrap to update the toolchain just in case. Happy Hacking (in the original good sense of the phrase). Chiaki 30/02/01 0:05, Botond Ballo wrote: Following is my compiler specs: gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609

Re: Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread Mike Hommey
On Fri, Jan 31, 2020 at 06:37:38AM -0800, Freya Mehta wrote: > On Friday, January 31, 2020 at 7:58:02 PM UTC+5:30, Mike Hommey wrote: > > On Fri, Jan 31, 2020 at 04:18:30AM -0800, Freya Mehta wrote: > > > 4:39.77 error: could not compile `style`. > > > 4:41.08 Caused by: > > > 4:41.08 process

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 Freya Mehta
On Friday, January 31, 2020 at 7:58:02 PM UTC+5:30, Mike Hommey wrote: > On Fri, Jan 31, 2020 at 04:18:30AM -0800, Freya Mehta wrote: > > 4:39.77 error: could not compile `style`. > > 4:41.08 Caused by: > > 4:41.08 process didn't exit successfully: > > `/home/freya/.rustup/toolchains/stable-x

Re: Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread Mike Hommey
On Fri, Jan 31, 2020 at 04:18:30AM -0800, Freya Mehta wrote: > 4:39.77 error: could not compile `style`. > 4:41.08 Caused by: > 4:41.08 process didn't exit successfully: > `/home/freya/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc > --crate-name style servo/components/style/li

Re: Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread Freya Mehta
On Friday, January 31, 2020 at 7:44:38 PM UTC+5:30, Botond Ballo wrote: > 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

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/

Problem in building firefox (Ubuntu 16.04)

2020-01-31 Thread Freya Mehta
Hello, I was trying to build Firefox code base using the instructions mentioned here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build/Linux_and_MacOS_build_preparation When I run ./mach build, I get this following output that it fails to bu