Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Can not checkout #139

Closed Pajn closed 6 years ago

Pajn commented 6 years ago

When I try to build via the RetroPie setup I get the following error:

Submodule 'ext/armips' (https://github.com/Kingcom/armips) registered for path 'ext/armips'
Submodule 'ffmpeg' (https://github.com/libretro/ppsspp-ffmpeg.git) registered for path 'ffmpeg'
Submodule 'lang' (https://github.com/hrydgard/ppsspp-lang.git) registered for path 'lang'
Submodule 'native' (https://github.com/libretro/ppsspp-native.git) registered for path 'native'
Submodule 'pspautotests' (https://github.com/hrydgard/pspautotests.git) registered for path 'pspautotests'
Cloning into 'dx9sdk'...
Submodule path 'dx9sdk': checked out 'ec19e643461c84dbb256f6faaaab02cba61d4edc'
Cloning into 'ext/armips'...
Submodule path 'ext/armips': checked out '8bd93be9ba715d2f5723857edacf936ae904d07c'
Submodule 'ext/tinyformat' (https://github.com/Kingcom/tinyformat) registered for path 'ext/tinyformat'
Cloning into 'ext/tinyformat'...
fatal: reference is not a tree: b7f5a22753c81d834ab5133d655f1fd525280765
Unable to checkout 'b7f5a22753c81d834ab5133d655f1fd525280765' in submodule path 'ext/armips/ext/tinyformat'
Cloning into 'ffmpeg'...
Submodule path 'ffmpeg': checked out 'e3b21c60f9bb80524be2293e6e434d04f6b6b4c3'
Cloning into 'lang'...
Submodule path 'lang': checked out '70f23a30317c6fb3ac8aafcefa2185c7fcf8168a'
Cloning into 'native'...
Submodule path 'native': checked out '9baedbcc2a07b3bccc6d8b8d170498111b990adc'
Cloning into 'pspautotests'...
Submodule path 'pspautotests': checked out '905c3018d01af9dfb511c87e65e07a49257a33ac'
Failed to recurse into submodule path 'ext/armips'
~/RetroPie-Setup
Error running 'git clone --recursive --depth 1 --branch libretro https://github.com/RetroPie/ppsspp.git /home/rasmus/RetroPie-Setup/tmp/build/lr-ppsspp' - returned 1

Something seems to be wrong with your submodule

Kingcom commented 6 years ago

Hm, right, I forgot that there may be other repositories that still reference versions where it is a submodule... I've pushed a tinyformat branch with the old commit, can you try again?

Pajn commented 6 years ago

Damn, you are fast!

It did build correctly this time :)