BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
104 stars 80 forks source link

Git Submodules 'msoboe' and 'postquantumcryptoengine' missing on GitHub #304

Open hobbit378 opened 1 year ago

hobbit378 commented 1 year ago

I tried to build linphone-sdk for Android via Github Actions, following the instructions in the Readme of this repo. git submodule update --init --recursive threw the following errors revealing that required dependency libraries/submodules 'msoboe' and 'postquantumcryptoengine' are missing on Github, c.f. excerpt of build log attached below

Cloning into '/w/linphone-sdk/linphone-sdk/msamr'... Cloning into '/w/linphone-sdk/linphone-sdk/msandroidcamera2'... Cloning into '/w/linphone-sdk/linphone-sdk/mscodec2'... Cloning into '/w/linphone-sdk/linphone-sdk/msoboe'... fatal: could not read Username for 'https://github.com/': No such device or address fatal: clone of 'https://github.com/BelledonneCommunications/msoboe.git' into submodule path '/w/linphone-sdk/linphone-sdk/msoboe' failed Failed to clone 'msoboe'. Retry scheduled Cloning into '/w/linphone-sdk/linphone-sdk/msopenh264'... Cloning into '/w/linphone-sdk/linphone-sdk/mssilk'... Cloning into '/w/linphone-sdk/linphone-sdk/mswasapi'... Cloning into '/w/linphone-sdk/linphone-sdk/mswebrtc'... Cloning into '/w/linphone-sdk/linphone-sdk/mswinrtvid'... Cloning into '/w/linphone-sdk/linphone-sdk/ortp'... Cloning into '/w/linphone-sdk/linphone-sdk/postquantumcryptoengine'... fatal: could not read Username for 'https://github.com/': No such device or address fatal: clone of 'https://github.com/BelledonneCommunications/postquantumcryptoengine.git' into submodule path '/w/linphone-sdk/linphone-sdk/postquantumcryptoengine' failed Failed to clone 'postquantumcryptoengine'. Retry scheduled Cloning into '/w/linphone-sdk/linphone-sdk/msoboe'... fatal: could not read Username for 'https://github.com/': No such device or address fatal: clone of 'https://github.com/BelledonneCommunications/msoboe.git' into submodule path '/__w/linphone-sdk/linphone-sdk/msoboe' failed Failed to clone 'msoboe' a second time, aborting

Viish commented 1 year ago

I'll check that. In the meantime you should clone from our real git repository: https://gitlab.linphone.org/BC/public/linphone-sdk Github here is merely a mirror.