Shahar Gluzman <[email protected]> writes: > I succeed download the source in my Mac (it huge ! 17GB). > But in the end I got an error log: [...] > ---------------------------------------- > Traceback (most recent call last): > File "src/xwalk/tools/fetch_deps.py", line 82, in <module> > sys.exit(main()) > File "src/xwalk/tools/fetch_deps.py", line 77, in main > deps_fetcher.DoGclientSyncForChromium() > File "src/xwalk/tools/fetch_deps.py", line 53, in DoGclientSyncForChromium > always=self._options.verbose, cwd=self._root_dir) > File "/Users/shahar/depot_tools/gclient_utils.py", line 286, in > CheckCallAndFilterAndHeader > return CheckCallAndFilter(args, **kwargs) > File "/Users/shahar/depot_tools/gclient_utils.py", line 531, in > CheckCallAndFilter > rv, args, kwargs.get('cwd', None), None, None) > subprocess2.CalledProcessError: Command gclient sync --verbose --reset > --force --with_branch_heads --delete_unversioned_trees > --gclientfile=.gclient-xwalk returned non-zero exit status 1 in > /Users/shahar/crosswalk-src > Error: Command > /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > src/xwalk/tools/fetch_deps.py -v returned non-zero exit status 1 in > /Users/shahar/crosswalk-src > Hook > '/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > src/xwalk/tools/fetch_deps.py -v' took 10992.50 secs
Well something else has failed, you have to check the rest of the logs to see what (assuming you've fixed your SVN proxy settings as I mentioned in a reply to your post to the crosswalk-dev mailing list). You can also run `gclient sync --gclientfile=.gclient-xwalk -j1` to fetch one repository at a time to check what is failing. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
