If you run the mb.py command directly (python -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release) does it print a more verbose error message?
On Tue, Oct 4, 2016 at 9:17 PM Jose Madrigal <[email protected]> wrote: > I been trying follow the instructions shown in > https://github.com/v8/v8/wiki/Building%20with%20GN > > At the point where I must use: > > > tools/dev/v8gen.py x64.release > > raise a error: > > Traceback (most recent call last): > File "tools/dev/v8gen.py", line 304, in <module> > sys.exit(gen.main()) > File "tools/dev/v8gen.py", line 298, in main > return self._options.func() > File "tools/dev/v8gen.py", line 166, in cmd_gen > gn_outdir, > File "tools/dev/v8gen.py", line 208, in _call_cmd > stderr=subprocess.STDOUT, > File "/usr/local/lib/python2.7/subprocess.py", line 573, in check_output > raise CalledProcessError(retcode, cmd, output=output) > subprocess.CalledProcessError: Command '['/usr/local/bin/python', '-u', > 'tools/mb/mb.py', 'gen', '-f', 'infra/mb/mb_config.pyl', '-m', > 'developer_default', '-b', 'x64.release', 'out.gn/x64.release']' returned > non-zero exit status 1 > > > Any ideas ? > > > El martes, 4 de octubre de 2016, 10:57:18 (UTC-5), Jose Madrigal escribió: > > Hello !!! > > I been trying to build V8 on FreeBSD due the ports are not updated to the > recent version of v8 but I have struggled a lot. I wonder if someone > already build v8 on FreeBSD that could point me out in the right direction > to achieve it. > > Thanks in advance !! > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
