Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

config.sh unable to find Git object in Linaro/prebuilt

520 views
Skip to first unread message

bdsa...@gmail.com

unread,
Mar 12, 2013, 12:20:03 PM3/12/13
to
Hi,

Running ``./config.sh nexus-s`` fails with following error message:

Fetching projects: 98% (76/77) error: Unable to find 943becc617c4a7f9c72bbed311961b6fd2ce1486 under http://android.git.linaro.org/git-ro/platform/prebuilt
Cannot obtain needed object 943becc617c4a7f9c72bbed311961b6fd2ce1486
error: Fetch failed.
error: Cannot fetch platform/prebuilt

error: Exited sync due to fetch errors
Repo sync failed


Anyboby knows why?

--Satish

John Ford

unread,
Mar 12, 2013, 12:29:33 PM3/12/13
to bdsa...@gmail.com, dev...@lists.mozilla.org
Hi Satish,

We are finding that the Linaro Android mirrors aren't very reliable these days. We have switched our tier 1 projects to the codeaurora mirrors, but I haven't had time to switch over our other devices to use codeaurora. If you'd like to test this out, the changes that need to be made should look something similar to https://github.com/mozilla-b2g/b2g-manifest/commit/99e9c107ca236addd3ebe6cfac24b10aaed055ff

I'm happy to take a look at a PR on the master branch if you have the chance to fix and test this change for those devices!

Thanks,

John
> _______________________________________________
> dev-b2g mailing list
> dev...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-b2g

Alfredos (fredy) Damkalis

unread,
Mar 17, 2013, 6:11:59 AM3/17/13
to dev...@lists.mozilla.org
Hello John,

There is already a PR[1] about changing repositories on Nexus S (4g or
not) and Galaxy S2. It affects only the v1-train branch by changing the
linaro source to aosp.

I have also create my b2g-manifest repository [2] for making changes
similar to [3] (linaro to codeaurora). It is also based on v1-train.

I have tested (config, build and flash) both devices (Nexus S and
Galaxy S2) with both repositories ([1] and [2]) and everything went well.

What should be the next step in order to get this changes into
mozilla-b2g repository?

Should I test and make these changes also for the rest branches before
land at v1-train branch?

Should be a bug on bugzilla for landing the PR or only the PR on github
is enough?

Is there any specific difference between using aosp and using
codeaurora? Which is more preferable?

Thanks,
fredy

[1] https://github.com/mozilla-b2g/b2g-manifest/pull/62
[2] https://github.com/adamkalis/b2g-manifest/tree/repo-issue
[3]
https://github.com/mozilla-b2g/b2g-manifest/commit/99e9c107ca236addd3ebe6cfac24b10aaed055ff

On 03/12/2013 06:29 PM, John Ford wrote:
> Hi Satish,
>
> We are finding that the Linaro Android mirrors aren't very reliable these days. We have switched our tier 1 projects to the codeaurora mirrors, but I haven't had time to switch over our other devices to use codeaurora. If you'd like to test this out, the changes that need to be made should look something similar to https://github.com/mozilla-b2g/b2g-manifest/commit/99e9c107ca236addd3ebe6cfac24b10aaed055ff
>
> I'm happy to take a look at a PR on the master branch if you have the chance to fix and test this change for those devices!
>
> Thanks,
>
> John
>
>
> On Mar 12, 2013, at 9:20 AM, bdsa...@gmail.com wrote:
>

John Ford

unread,
Mar 18, 2013, 2:08:34 PM3/18/13
to Alfredos Damkalis, dev...@lists.mozilla.org
Hi Fredy,

The commits in AOSP should be the same as Codeaurora, but I think we should stick with Code Aurora. Thanks for testing the change, glad that it works. Let's use a PR for the fix. I've filed bug 852200 to track the fixes.

Aside from busybox, there shouldn't be any mention of the linaro repository in the final manifests. I've noticed that the gtest repository is hardcoded to use linaro in a couple of these devices, even though the revision is the same on Code Aurora. The project node for gtest should be " <project path="external/gtest" name="platform/external/gtest" revision="aosp-new/master" />", assuming a default remote of "caf". CodeAurora and Linaro mirror branch references slightly differently (master in linaro is aosp-new/master in caf)

Thanks for testing this!

John


On Mar 17, 2013, at 3:11 AM, Alfredos (fredy) Damkalis <fr...@fredy.gr> wrote:

> Hello John,
>
> There is already a PR[1] about changing repositories on Nexus S (4g or not) and Galaxy S2. It affects only the v1-train branch by changing the linaro source to aosp.
>
> I have also create my b2g-manifest repository [2] for making changes similar to [3] (linaro to codeaurora). It is also based on v1-train.
>
> I have tested (config, build and flash) both devices (Nexus S and Galaxy S2) with both repositories ([1] and [2]) and everything went well.
>
> What should be the next step in order to get this changes into mozilla-b2g repository?
>
> Should I test and make these changes also for the rest branches before land at v1-train branch?
>
> Should be a bug on bugzilla for landing the PR or only the PR on github is enough?
>
> Is there any specific difference between using aosp and using codeaurora? Which is more preferable?
>
> Thanks,
> fredy
>
> [1] https://github.com/mozilla-b2g/b2g-manifest/pull/62
> [2] https://github.com/adamkalis/b2g-manifest/tree/repo-issue
> [3] https://github.com/mozilla-b2g/b2g-manifest/commit/99e9c107ca236addd3ebe6cfac24b10aaed055ff
>
> On 03/12/2013 06:29 PM, John Ford wrote:
>> Hi Satish,
>>
>> We are finding that the Linaro Android mirrors aren't very reliable these days. We have switched our tier 1 projects to the codeaurora mirrors, but I haven't had time to switch over our other devices to use codeaurora. If you'd like to test this out, the changes that need to be made should look something similar to https://github.com/mozilla-b2g/b2g-manifest/commit/99e9c107ca236addd3ebe6cfac24b10aaed055ff
>>
>> I'm happy to take a look at a PR on the master branch if you have the chance to fix and test this change for those devices!
>>
>> Thanks,
>>
>> John
>>
>>
>> On Mar 12, 2013, at 9:20 AM, bdsa...@gmail.com wrote:
>>

alchemic...@gmail.com

unread,
May 23, 2013, 8:20:45 AM5/23/13
to
I'm trying to config.sh nexus-s for two days now and the same error occurs:

Fetching projects: 85% (67/78) error: Unable to find af459578b18b6f47c1bdb4a874c4a3de87dcb3be under http://android.git.linaro.org/git-ro/platform/prebuilt
Cannot obtain needed object af459578b18b6f47c1bdb4a874c4a3de87dcb3be
error: Fetch failed.
Fetching projects: 92% (72/78) remote: Counting objects: 4100, done.
remote: Compressing objects: 100% (773/773), done.
remote: Total 2380 (delta 1948), reused 1968 (delta 1598)
Receiving objects: 100% (2380/2380), 594.47 KiB | 303 KiB/s, done.
Resolving deltas: 100% (1948/1948), completed with 855 local objects.
From https://git.mozilla.org/releases/gecko
a915cd3..dc94fba gecko-18 -> mozillaorg/gecko-18
9d91c01..631b949 master -> mozillaorg/master
6decc6a..f34abf8 v1.0.1 -> mozillaorg/v1.0.1
Fetching projects: 98% (77/78) error: Unable to find af459578b18b6f47c1bdb4a874c4a3de87dcb3be under http://android.git.linaro.org/git-ro/platform/prebuilt
Cannot obtain needed object af459578b18b6f47c1bdb4a874c4a3de87dcb3be
error: Fetch failed.
error: Cannot fetch platform/prebuilt

error: Exited sync due to fetch errors
Repo sync failed

Are some of the nexus-s mirrors down or something ?

alchemic...@gmail.com

unread,
Jun 4, 2013, 7:48:43 AM6/4/13
to
I still get the same errors. Any progress here ?

alchemic...@gmail.com

unread,
Jun 11, 2013, 8:47:47 AM6/11/13
to
Still.

repo has been initialized in /Users/pschulze/Code/B2G-latest/B2G
Fetching projects: 96% (74/77) error: Unable to find af459578b18b6f47c1bdb4a874c4a3de87dcb3be under http://android.git.linaro.org/git-ro/platform/prebuilt
Cannot obtain needed object af459578b18b6f47c1bdb4a874c4a3de87dcb3be
error: Fetch failed.
Fetching projects: 98% (76/77) error: Unable to find af459578b18b6f47c1bdb4a874c4a3de87dcb3be under http://android.git.linaro.org/git-ro/platform/prebuilt
Cannot obtain needed object af459578b18b6f47c1bdb4a874c4a3de87dcb3be
error: Fetch failed.
error: Cannot fetch platform/prebuilt

error: Exited sync due to fetch errors
Repo sync failed


Should I rebuild everything, would that help ?
Are they down, is it me, tell me something :D

Rod Santillan

unread,
Jun 25, 2013, 8:54:55 AM6/25/13
to
Did you find a solution for this?

danie...@googlemail.com

unread,
Oct 13, 2013, 6:13:03 PM10/13/13
to
0 new messages