What steps will reproduce the problem?
1. Try installing from SVN
What is the expected output?
Installation is expected.
What do you see instead?
Bugs with wrong readings of Makefile and failure of make dependencies. Then
errors without v8_base and snapshot
What version of the product are you using? On what operating system?
FreeBSD 8.2-STABLE amd64
Please provide any additional information below.
Fix may be done with add check to setup.py
make = 'make'
if is_freebsd: make = 'gmake'
and replacing two cmdlines with 'make... make+'...
Original issue reported on code.google.com by equ...@gmail.com on 25 Jan 2013 at 1:50
Original issue reported on code.google.com by
equ...@gmail.com
on 25 Jan 2013 at 1:50