[b2g] error: Cannot fetch platform/libcore

2013-10-05 Thread marius . wache
If i try to initialize B2G with ./config.sh nexus-s I get always this errors. anyone an idea what is wrong? git repository broken? error: Unable to find 1aba37c3abd56d633775911b3b6bfd497a3ebb23 under http://android.git.linaro.org/git-ro/platform/libcore Cannot obtain needed commit 1aba37c3abd56d

Re: [b2g] error: Cannot fetch platform/libcore

2013-10-13 Thread daniel . ina1
Hi had the same problem, the issue is the still broken linaro git. To overcome it I did the following: git clone https://github.com/mozilla-b2g/b2g-manifest.git Edited nexus-s.xml in this repo, and replaced the linaro git by the aosp one so it reads: Commited the changes (git commit -a) an

Re: [b2g] error: Cannot fetch platform/libcore

2013-10-14 Thread Chris Mills
I've added this information to our Build instruction "Known errors" section, as I think it will be useful to others: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Building#Cannot_fetch_platform.2Flibcore Thanks for highlighting this. Chris Mills Senior tech writer || Mozilla de

Re: [b2g] error: Cannot fetch platform/libcore

2013-11-05 Thread stephenyoku
I'm going to try a similar fix to fix the galaxy nexus tree, which appears to have dead pull requests for the manifest that fix a similar issue. thanks for posting this. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listin

Re: [b2g] error: Cannot fetch platform/libcore

2013-11-05 Thread daniel . ina1
Hey folks, there is obviously one commit that fixes this waiting for over 6 months (!!) to be merged: https://github.com/mozilla-b2g/b2g-manifest/pull/62 Why is this issue not fixed at all except mentioning it in the wiki (which is fine, but only cures the symptoms). __