[dev-servo] Servo Build failing on Linux

2017-03-17 Thread ssrivas8
I have pulled the latest code from servo github repository and I am using the following command to build the servo project on my Ubuntu machine: ./mach build --dev but I get the following error: Traceback (most recent call last): File "./mach", line 92, in main(sys.argv)

Re: [dev-servo] Servo Build failing on Linux

2017-03-17 Thread ssrivas8
On Friday, March 17, 2017 at 12:40:52 PM UTC-4, Emilio Cobos Álvarez wrote: > Seems like you don't have pip installed, have you followed all the steps > in the README to install the required dependencies? > > -- Emilio > > On Fri, Mar 17, 2017 at 09:31:26AM -0700, ssriv...@ncsu.edu wrote: > > I

Re: [dev-servo] Servo Build failing on Linux

2017-03-17 Thread ssrivas8
On Friday, March 17, 2017 at 12:59:19 PM UTC-4, Jack Moffitt wrote: > At the terminal if you type "pip" does it print out the help text or > does it say command not found? Servo is expecting this to be in your > PATH. > > jack. > > On Fri, Mar 17, 2017 at 10:54 AM, wrote: > > On Friday, March 1

Re: [dev-servo] Servo Build failing on Linux

2017-03-17 Thread ssrivas8
On Friday, March 17, 2017 at 2:31:49 PM UTC-4, Jack Moffitt wrote: > I suspect something got messed up in a previous aborted build. Please > try mach clean and rebuilding. > > jack. > > On Fri, Mar 17, 2017 at 12:11 PM, wrote: > > On Friday, March 17, 2017 at 12:59:19 PM UTC-4, Jack Moffitt wro