Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Paul Rouget
HACKING_QUICKSTART.md: https://github.com/servo/servo/pull/8165 On Thu, Oct 22, 2015 at 11:19 PM, Jack Moffitt wrote: > HACKING_QUICKSTART.md ? > > On Thu, Oct 22, 2015 at 8:36 AM, Simon Sapin wrote: >> On 22/10/15 20:35, Josh Matthews wrote: >>> >>> I'd prefer a separate file. There's a lot of

Re: [dev-servo] libz error while building servo in Ubuntu

2015-10-22 Thread Simon Sapin
On 23/10/15 05:43, Pranesha Shashwath Kumar Kattepura Jayabheema Rao wrote: Python virtualenv failed to execute properly. Try removing the python/_virtualenv directory, it should be re-created automatically next time you run ./mach build -- Simon Sapin ___

Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Jack Moffitt
HACKING_QUICKSTART.md ? On Thu, Oct 22, 2015 at 8:36 AM, Simon Sapin wrote: > On 22/10/15 20:35, Josh Matthews wrote: >> >> I'd prefer a separate file. There's a lot of information in Paul's >> guide, and CONTRIBUTING.md should be a curated overview of only what is >> immediately relevant to a ne

Re: [dev-servo] libz error while building servo in Ubuntu

2015-10-22 Thread Josh Matthews
Also, how did you reinstall python? On 2015-10-22 4:49 PM, Josh Matthews wrote: Is this a 64 bit Ubuntu distribution? Which version of Ubuntu? What's the output of the following? dpkg -l | grep zlib Cheers, Josh ___ dev-servo mailing list dev-servo@

Re: [dev-servo] libz error while building servo in Ubuntu

2015-10-22 Thread Josh Matthews
Is this a 64 bit Ubuntu distribution? Which version of Ubuntu? What's the output of the following? dpkg -l | grep zlib Cheers, Josh ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

[dev-servo] libz error while building servo in Ubuntu

2015-10-22 Thread Pranesha Shashwath Kumar Kattepura Jayabheema Rao
Hi, I am facing the following issue while trying to build servo in development mode with the command./mach build --release Running virtualenv with interpreter /usr/local/bin/python2.7 Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 1

Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Simon Sapin
On 22/10/15 20:35, Josh Matthews wrote: I'd prefer a separate file. There's a lot of information in Paul's guide, and CONTRIBUTING.md should be a curated overview of only what is immediately relevant to a new contributor. I’d say a seperate file, linked from both CONTRIBUTING.md and README.md.

Re: [dev-servo] (no subject)

2015-10-22 Thread Divya Jain
Hi Manish, So with you advice, I reset the HEAD to the commit you mentioned in the previous mail. The cargo override for Servo is building fine with the commit mentioned in the email but building the rust layers independently is still giving a mismatched error. I just wanted to assure that you are

Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Josh Matthews
I'd prefer a separate file. There's a lot of information in Paul's guide, and CONTRIBUTING.md should be a curated overview of only what is immediately relevant to a new contributor. On 2015-10-22 7:25 AM, Manish Goregaokar wrote: CONTRIBUTING sgtm -Manish Goregaokar On Thu, Oct 22, 2015 at 4

Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Manish Goregaokar
CONTRIBUTING sgtm -Manish Goregaokar On Thu, Oct 22, 2015 at 4:51 PM, Paul Rouget wrote: > Maybe I could merge it into CONTRIBUTING.md? Or README.md? > What would you recommend? > > On Thu, Oct 22, 2015 at 12:54 PM, Josh Matthews > wrote: > > I'd like to move it into the repo. > > > > On 2015-

Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Paul Rouget
Maybe I could merge it into CONTRIBUTING.md? Or README.md? What would you recommend? On Thu, Oct 22, 2015 at 12:54 PM, Josh Matthews wrote: > I'd like to move it into the repo. > > On 2015-10-22 1:02 AM, Tetsuharu OHZEKI wrote: >> >> Make sense! >> >> I think wiki would be nice. >> >> 2015-10-22

Re: [dev-servo] "Hacking Servo for noobs" moving it to servo repo or to wiki?

2015-10-22 Thread Josh Matthews
I'd like to move it into the repo. On 2015-10-22 1:02 AM, Tetsuharu OHZEKI wrote: Make sense! I think wiki would be nice. 2015-10-22 13:59 GMT+09:00 Paul Rouget : You probably saw this guide I put together: https://gist.github.com/paulrouget/2f00941e6e82aeecad23 I'd like to move it to Servo'