Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git submodule update for Linux takes for ever #34

Open
janhoogerbrugge-nxp opened this issue Oct 4, 2024 · 2 comments
Open

git submodule update for Linux takes for ever #34

janhoogerbrugge-nxp opened this issue Oct 4, 2024 · 2 comments

Comments

@janhoogerbrugge-nxp
Copy link

Hi,

quickstart.sh takes for ever. Any idea why?

error: Server does not allow request for unadvertised object a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e
Fetched in submodule path 'linux', but it did not contain a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e. Direct fetching of that commit failed.
[v] Set depth to 610 ...
remote: Enumerating objects: 2, done.
remote: Counting objects: 100% (2/2), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 2 (delta 0), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (2/2), 542 bytes | 542.00 KiB/s, done.
From https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux

  • [new tag] v2.6.12-rc2 -> v2.6.12-rc2
  • [new tag] v2.6.13-rc4 -> v2.6.13-rc4
    error: Server does not allow request for unadvertised object a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e
    Fetched in submodule path 'linux', but it did not contain a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e. Direct fetching of that commit failed.
    [v] Set depth to 710 ...
    remote: Enumerating objects: 318106, done.
    remote: Counting objects: 100% (264857/264857), done.
    remote: Compressing objects: 100% (103497/103497), done.
    remote: Total 256896 (delta 214470), reused 188076 (delta 152413), pack-reused 0
    Receiving objects: 100% (256896/256896), 67.16 MiB | 7.90 MiB/s, done.
    Resolving deltas: 100% (214470/214470), completed with 5356 local objects.
    error: Server does not allow request for unadvertised object a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e
    Fetched in submodule path 'linux', but it did not contain a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e. Direct fetching of that commit failed.
    [v] Set depth to 810 ...
    remote: Enumerating objects: 206006, done.
    remote: Counting objects: 100% (187314/187314), done.
    remote: Compressing objects: 100% (71975/71975), done.
    remote: Total 161051 (delta 127929), reused 114604 (delta 88479), pack-reused 0
    Receiving objects: 100% (161051/161051), 60.58 MiB | 7.41 MiB/s, done.
    Resolving deltas: 100% (127929/127929), completed with 3941 local objects.
    error: Server does not allow request for unadvertised object a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e
    Fetched in submodule path 'linux', but it did not contain a06ca85b22f6c7f4e6dd1447ca50ded6f54ebb5e. Direct fetching of that commit failed.
    [v] Set depth to 910 ...
@Phantom1003
Copy link
Member

Maybe the Linux upstream has been rebased. You can manually fetch the latest 6.6.2 commit.

@janhoogerbrugge-nxp
Copy link
Author

In the end I just did 'git submodule update --init --recursive --progress' and that worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants