Hi all, I have been reading up, and i can see that the linaro repository doesn't work. So I found some instructions to fix it here:
https://developer.mozilla.org/en-US/Firefox_OS/Building#Cannot_fetch_platform.2Flibcore and modify the galaxy-nexus.xml to this: <remote name="linaro" fetch="https://android.googlesource.com/" /> but when I try to run config, I get an error, that it can't find the manifest, even though it exists: GITREPO=${GITREPO:-"file:///andfox/b2g-manifest"} SO, I decided to do this: GITREPO="/andfox/b2g-manifest" ./config.sh galaxy-nexus.xml and it pulled down all the files, BUT, after its done, I get this error: Syncing work tree: 6% (5/79) Traceback (most recent call last): File "/andfox/B2G/.repo/repo/main.py", line 418, in <module> _Main(sys.argv[1:]) File "/andfox/B2G/.repo/repo/main.py", line 394, in _Main result = repo._Run(argv) or 0 File "/andfox/B2G/.repo/repo/main.py", line 142, in _Run result = cmd.Execute(copts, cargs) File "/andfox/B2G/.repo/repo/subcmds/sync.py", line 657, in Execute project.Sync_LocalHalf(syncbuf) File "/andfox/B2G/.repo/repo/project.py", line 1106, in Sync_LocalHalf lost = self._revlist(not_rev(revid), HEAD) File "/andfox/B2G/.repo/repo/project.py", line 2074, in _revlist return self.work_git.rev_list(*a, **kw) File "/andfox/B2G/.repo/repo/project.py", line 2227, in rev_list p.stderr)) error.GitError: fake-dalvik rev-list ('^ca1f327d5acc198bb4be62fa51db2c039032c9ce', 'HEAD', '--'): fatal: bad object HEAD Repo sync failed sooo if anyone has suggestions? _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
