[SOLVED] error on building the latest pve-kernel

recoco

Member
Dec 4, 2021
12
3
8
47
There is a error when building.

Code:
root@pve10:/usr/src/pve-kernel# make
test -f "submodules/ubuntu-jammy/README" || git submodule update --init submodules/ubuntu-jammy
fatal: remote error: upload-pack: not our ref 25a5e7755e5793015ec923172bf144ee20166d19
Fetched in submodule path 'submodules/ubuntu-jammy', but it did not contain 25a5e7755e5793015ec923172bf144ee20166d19. Direct fetching of that commit failed.
make: *** [Makefile:122: submodule] Error 1

Maybe there is something wrong with the kernel submodule sources. Please take a look.

Thanks in advance!
 
Are you still experiencing this issue? It doesn't occur for me.
If you are, could you make sure that you're on the most up to date 'pve-kernel' branch? Could also try to update the submodule with 'make update_modules'?