ibmruntimes / v8ppc

Port of Google V8 javascript engine to PowerPC®
Other
94 stars 19 forks source link

Trouble in svn E175002: Bad Request error in make dependencies #112

Closed romario89 closed 10 years ago

romario89 commented 10 years ago

Hello

My first attempt in compiling v8ppc. I compiled svn-1.8.8 with serf to make the v8ppc compile but I got this error:

make dependencies

svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp --revision 1685
svn: E175002: Unexpected HTTP status 400 'Bad Request' on'/svn/!svn/vcc/default'

It's said that svn-1.7.x compiled with neon does work, but I haven't yet attempted to do it. I wanted to ask your opinions. Thanks.

andrewlow commented 10 years ago

Possibly a firewall / routing issue between the machine you're on and the destination? You're simply trying to install some dependencies here. If svn is a problem, run the make dependencies on an Intel Linux box then copy the file tree over.

As always - http://v8ppc.osuosl.org:8080/ will have jenkins logs you can crawl through to see a working build (and test)

romario89 commented 10 years ago

Thank you for the comment. I didn't to copy the file tree over because I found the cause of the trouble. It was the version of the svn as I suspected. I tried svn-1.7.0 and this time it complained svn version being too old. Then I tried svn-1.7.14 and it did work.

But at the # make -j8 ppc command I got another error. I 'll post another issue for that.

BTW, I forgot the state my OS, it's Leopard 10.5.8 and no package manager such as TigerBrew or MacPorts is installed.