because-why-not / webrtc_visionpro_workspace

This is a collection of scripts to build and test a customized WebRTC version for the Apple Vision Pro / Vision OS. See subrepository at "src" for the code changes.
4 stars 1 forks source link

Is the src/build missing? And also, Is the depot_tools submodule branch missing? #1

Closed SetoKaiba closed 1 month ago

SetoKaiba commented 1 month ago

The build toolchain had to be customised as well. You find it at src/build

src/build is managed as another repo refer to chromium/src/build. It's not managed as subodule. It's managed by depot_tools.

Is it missing?

And also, Is the depot_tools submodule branch missing?

SetoKaiba commented 1 month ago

OK. I see the src/build is manged by DEPS. It's managed by your webrtc_build_visionpro.

But the depot_tools submodule is missing. It seems that it's not the official one. The submodule commit is missing.

SetoKaiba commented 1 month ago

OK. It seems the problem is in myside. I can checked out the submodule depot_tools in my another computer.

But my this computer can't. I'll check it myself. Thank you.

Cloning into 'G:/Seto/GitHub/because-why-not/webrtc_visionpro_workspace/depot_tools'... remote: INVALID_ARGUMENT: Request contains an invalid argument remote: [type.googleapis.com/google.rpc.LocalizedMessage] remote: locale: "en-US" remote: message: "Invalid authentication credentials. Please generate a new identifier: https://chromium.googlesource.com/new-password" remote: remote: [type.googleapis.com/google.rpc.RequestInfo] remote: request_id: "1dcf5c7f7ef941f2adbfd0624925c937" fatal: unable to access 'https://chromium.googlesource.com/chromium/tools/depot_tools.git/': The requested URL returned error: 400 fatal: clone of 'https://chromium.googlesource.com/chromium/tools/depot_tools.git' into submodule path 'G:/Seto/GitHub/because-why-not/webrtc_visionpro_workspace/depot_tools' failed Failed to clone 'depot_tools'. Retry scheduled Cloning into 'G:/Seto/GitHub/because-why-not/webrtc_visionpro_workspace/depot_tools'... remote: INVALID_ARGUMENT: Request contains an invalid argument remote: [type.googleapis.com/google.rpc.LocalizedMessage] remote: locale: "en-US" remote: message: "Invalid authentication credentials. Please generate a new identifier: https://chromium.googlesource.com/new-password" remote: remote: [type.googleapis.com/google.rpc.RequestInfo] remote: request_id: "f44e1b9750fa4465a2c707a47242dcd6" fatal: unable to access 'https://chromium.googlesource.com/chromium/tools/depot_tools.git/': The requested URL returned error: 400 fatal: clone of 'https://chromium.googlesource.com/chromium/tools/depot_tools.git' into submodule path 'G:/Seto/GitHub/because-why-not/webrtc_visionpro_workspace/depot_tools' failed Failed to clone 'depot_tools' a second time, aborting Done

SetoKaiba commented 1 month ago

Thank you. I solved it. It seems that a chrome-internal.googlesource.com credential is added by other project or sdk. I remove it and it fix it.