jpcima / ADLplug

FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Boost Software License 1.0
425 stars 22 forks source link

Can't checkout JUCE thirdparty #22

Closed ycollet closed 5 years ago

ycollet commented 5 years ago

Hello,,

I try to clone the master branch and I meet a problem:

$ git clone --recursive https://github.com/jpcima/ADLplug.git
Clonage dans 'ADLplug'...
remote: Counting objects: 3556, done.
remote: Compressing objects: 100% (412/412), done.
remote: Total 3556 (delta 392), reused 527 (delta 253), pack-reused 2850
Réception d'objets: 100% (3556/3556), 7.09 MiB | 406.00 KiB/s, fait.
Résolution des deltas: 100% (2334/2334), fait.
Sous-module 'thirdparty/JUCE' (https://github.com/jpcima/JUCE.git) enregistré pour le chemin 'thirdparty/JUCE'
Sous-module 'thirdparty/fmt' (https://github.com/fmtlib/fmt.git) enregistré pour le chemin 'thirdparty/fmt'
Sous-module 'thirdparty/libADLMIDI' (https://github.com/Wohlstand/libADLMIDI.git) enregistré pour le chemin 'thirdparty/libADLMIDI'
Sous-module 'thirdparty/libOPNMIDI' (https://github.com/Wohlstand/libOPNMIDI.git) enregistré pour le chemin 'thirdparty/libOPNMIDI'
Clonage dans '/home/collette/repositories/ADLplug/thirdparty/JUCE'...
remote: Counting objects: 2665, done.        
remote: Compressing objects: 100% (2371/2371), done.        
remote: Total 2665 (delta 525), reused 826 (delta 227), pack-reused 0        
Réception d'objets: 100% (2665/2665), 8.53 MiB | 413.00 KiB/s, fait.
Résolution des deltas: 100% (525/525), fait.
Clonage dans '/home/collette/repositories/ADLplug/thirdparty/fmt'...
remote: Counting objects: 14285, done.        
remote: Compressing objects: 100% (42/42), done.        
remote: Total 14285 (delta 42), reused 63 (delta 37), pack-reused 14198        
Réception d'objets: 100% (14285/14285), 6.66 MiB | 434.00 KiB/s, fait.
Résolution des deltas: 100% (9785/9785), fait.
Clonage dans '/home/collette/repositories/ADLplug/thirdparty/libADLMIDI'...
remote: Counting objects: 4548, done.        
remote: Compressing objects: 100% (77/77), done.        
remote: Total 4548 (delta 65), reused 89 (delta 51), pack-reused 4420        
Réception d'objets: 100% (4548/4548), 15.63 MiB | 431.00 KiB/s, fait.
Résolution des deltas: 100% (3238/3238), fait.
Clonage dans '/home/collette/repositories/ADLplug/thirdparty/libOPNMIDI'...
remote: Counting objects: 2043, done.        
remote: Compressing objects: 100% (66/66), done.        
remote: Total 2043 (delta 64), reused 91 (delta 45), pack-reused 1926        
Réception d'objets: 100% (2043/2043), 1.00 MiB | 415.00 KiB/s, fait.
Résolution des deltas: 100% (1354/1354), fait.
error: Le serveur n'autorise pas de requête pour l'objet 7f4d9aacc7f7ff1bcbe0e3142e099714304a7771 non annoncé
Chemin de sous-module 'thirdparty/JUCE' récupéré, mais il ne contenait pas 7f4d9aacc7f7ff1bcbe0e3142e099714304a7771. La récupération directe de ce commit a échoué.

Best regards,

YC

jpcima commented 5 years ago

Oh again. Gotta fix this, I'll try to do this fast. You can use a source tarball from the very recent beta 1 release. (one uploaded by me, not in github's assets)

jpcima commented 5 years ago

@ycollet I made the JUCE submodule not be a shallow checkout. This would possibly break with older git versions. There was no cloning problem on my side.

ycollet commented 5 years ago

I just checked out the repo and now it worked. So, I close the bug report. Thanks a lot.