Hi there,

I'm trying to build b2g for my nexus S, I followed the mozilla wiki.

the git cloning went well, when i run ./config.sh I can see the nexus S
option.

But when I type ./config.sh/ nexus-s

I get an error message :

[me@arch B2G]$ ./config.sh nexus-s
Traceback (most recent call last):
  File "./repo", line 738, in <module>
    main(sys.argv[1:])
  File "./repo", line 705, in main
    _Init(args)
  File "./repo", line 234, in _Init
    _CheckGitVersion()
  File "./repo", line 274, in _CheckGitVersion
    if not ver_str.startswith('git version '):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str
Repo sync failed


So i'm stuck here and I don't really grasp where the problem comes from.
I use archlinux i686

Thanks for your help and the work you do on B2G !

Antoine
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to