CloudComPy icon indicating copy to clipboard operation
CloudComPy copied to clipboard

Docker builder, error: "Submodule 'CloudCompare' could not be updated."

Open kxd195 opened this issue 2 years ago • 4 comments

Trying to build the Docker image, but coming to this error:

Submodule path 'CloudCompare/plugins/core/Standard/qTreeIso': checked out '25a9ca397d9fe2c02afd2740cbbc82df747a2b8a' fatal: failed to unpack tree object ad41baa8e4bbb8fcd599769400e2a3b04128352c error: Submodule 'CloudCompare' could not be updated. error: Cannot update submodule: CloudCompare

Any clues why? Seems like it has more to do with the Git repo it's getting this submodule from.

kxd195 avatar Dec 06 '23 22:12 kxd195

Hello, I reproduce the bug. I don't check and update the docker script regularly, and something is broken in the git submodules repositories starting from the git tag used in the docker file. If I replace the git tag CloudComPy_docker-20230216 by CloudComPy_master_2023_10_26 in Dockerfile_CloudComPy310_build, line 16, it's OK.

Regards, Paul

prascle avatar Dec 07 '23 16:12 prascle

Hello Paul,

I also have the same issue. Last month (22.12.2023) your git tag changed worked for me when I replaced "CloudComPy_docker-20230216" with "CloudComPy_master_2023_10_26". However, as of today I cannot create the docker image anymore and I am getting the "error: Cannot update submodule" error again. Is there a new tag, I have to exchange it with?

Best,

Eric

eric-stumpe avatar Jan 12 '24 12:01 eric-stumpe

Hello Eric, Sorry, my mistake... The chain of submodules is broken on my repository with the tag CloudComPy_master_2023_10_26 It works for me with the latest tag CloudComPy_master_2023_12_19.

Best, Paul

prascle avatar Jan 12 '24 19:01 prascle

Hello Paul,

no problem at all, thank you for your answer. I now tested the suggested tag and everything works fine now :). Thanks a lot!

Best,

Eric

eric-stumpe avatar Jan 18 '24 14:01 eric-stumpe