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

2017-03-17 Thread Jack Moffitt
Awesome! Glad it worked out. Welcome to the bleeding edge :) jack. On Fri, Mar 17, 2017 at 3:48 PM, wrote: > 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.

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

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

2017-03-17 Thread Jack Moffitt
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 wrote: >> At the terminal if you type "pip" does it print out the help text or >> do

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 Jack Moffitt
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 17, 2017 at 12:40:52 PM UTC-4, Emilio Cobos Álvarez wrote: >> Seems like you don't ha

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] Error on creating new tests for Mutation Observer

2017-03-17 Thread Boris Zbarsky
On 3/16/17 7:35 PM, Krishna karthick Balaji wrote: I am trying to write tests for MutationObserverAPI (https://github.com/servo/servo/wiki/Mutation-observer-project) Are these tests covering something not already covered by the various dom/nodes/MutationObserver* tests? -Boris _

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

2017-03-17 Thread Fabrice Desré
I also saw that error happen with a hosed virtualenv (because of the hardcoded paths in the virtualenv scripts). In this case, just run `rm -rf python/_virtualenv` and restart your build. Fabrice On 03/17/2017 09:40 AM, Emilio Cobos Álvarez wrote: Seems like you don't have pip instal

Re: [dev-servo] Error on creating new tests for Mutation Observer

2017-03-17 Thread Emilio Cobos Álvarez
Hi, On Thu, Mar 16, 2017 at 04:35:57PM -0700, Krishna karthick Balaji wrote: > Hello, > > I am trying to write tests for MutationObserverAPI > (https://github.com/servo/servo/wiki/Mutation-observer-project) Awesome! Thanks for doing that :) > I have added __dir__.ini file to tests/wpt/metadata

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

2017-03-17 Thread Emilio Cobos Álvarez
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 have pulled the latest code from servo github repository and I am using the > following c

[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] Proposal: remove testing of and support for MinGW builds

2017-03-17 Thread Jack Moffitt
I don't think this removal will affect much in the current Quantum plans. rustc itself is not removing the mingw target, so individual pieces will probably still work. We don't really have the resources to keep this alive longer than necessary, and it mostly affects bootstrapping and the final bina

Re: [dev-servo] Error while building servo in Windows

2017-03-17 Thread Jack Moffitt
How much RAM does your machine have? I assume you mean RAM and not disk space. Although if you are out of RAM it might start to use disk for swap and if there's not much left I can see how that would happen. Generally on linux/mac it has required 4GB of memory to compile Servo. If you have less th

[dev-servo] Error on creating new tests for Mutation Observer

2017-03-17 Thread Krishna karthick Balaji
Hello, I am trying to write tests for MutationObserverAPI (https://github.com/servo/servo/wiki/Mutation-observer-project) I have added __dir__.ini file to tests/wpt/metadata/dom/nodes/. I am trying to create new test by using the command ./mach create-wpt tests/wpt/metadata/dom/nodes/MutationOb

Re: [dev-servo] Proposal: remove testing of and support for MinGW builds

2017-03-17 Thread tritter
So we are actively working on https://bugzilla.mozilla.org/show_bug.cgi?id=1330608 - the phase 1 of this bug is getting a mingw build into TaskCluster. I am cleaning up the build breaks from this and once I'm done I'll be integrating it into TC. If I understand Servo/Stylo correctly, it sounds

Re: [dev-servo] Proposal: remove testing of and support for MinGW builds

2017-03-17 Thread Anthony Ramine
KILL IT > Le 16 mars 2017 à 15:30, Lars Bergstrom a écrit : > > Opinions? ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Error while building servo in Windows

2017-03-17 Thread Malsha Ranawaka
Hello Jack, Thank you for the quick solution of using MSVC version, which worked. However unfortunately, compiling servo scripts utilizes 100% disk space (without any other application running), which causes the computer to get frozen. Is there any workaround to solve this and build the proje