ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
130 stars 64 forks source link

gclient sync fails (no such tag) on mac m1 #129

Open shaunak-jagtap opened 1 year ago

shaunak-jagtap commented 1 year ago

failed to resolve infra/tools/luci/isolate/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 11): no such tag

I am trying to setup project for development,

shaunak@Shaunaks-MacBook-Pro src % gclient sync

Updating depot_tools...
Syncing projects: 100% (40/40), done.

WARNING: 'src/third_party/crc32c/src' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.

WARNING: 'src/third_party/dav1d/libdav1d' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.

WARNING: 'src/third_party/flatbuffers/src' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.

WARNING: 'src/third_party/google_benchmark/src' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.

WARNING: 'src/third_party/grpc/src' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.

WARNING: 'src/third_party/perfetto' is no longer part of this client.
It is recommended that you manually remove it or use 'gclient sync -D' next time.

________ running 'cipd ensure -log-level error -root /Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios -ensure-file /var/folders/ys/x1trc3352c56s7j3y6cy0wlm0000gn/T/tmp_ptrdycc.ensure' in '.'
Errors:
  failed to resolve infra/tools/luci/isolate/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 11): no such tag
  failed to resolve infra/tools/luci/isolated/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 12): no such tag
  failed to resolve infra/tools/luci/swarming/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 13): no such tag
Error: Command 'cipd ensure -log-level error -root /Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios -ensure-file /var/folders/ys/x1trc3352c56s7j3y6cy0wlm0000gn/T/tmp_ptrdycc.ensure' returned non-zero exit status 1
Errors:
  failed to resolve infra/tools/luci/isolate/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 11): no such tag
  failed to resolve infra/tools/luci/isolated/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 12): no such tag
  failed to resolve infra/tools/luci/swarming/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 13): no such tag

also tried :

shaunak@Shaunaks-MacBook-Pro src % gclient sync -D
Updating depot_tools...
Syncing projects: 100% (40/40), done.

________ deleting 'src/third_party/crc32c/src' in '/Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios'

________ deleting 'src/third_party/dav1d/libdav1d' in '/Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios'

________ deleting 'src/third_party/flatbuffers/src' in '/Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios'

________ deleting 'src/third_party/google_benchmark/src' in '/Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios'

________ deleting 'src/third_party/grpc/src' in '/Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios'

________ deleting 'src/third_party/perfetto' in '/Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios'

________ running 'cipd ensure -log-level error -root /Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios -ensure-file /var/folders/ys/x1trc3352c56s7j3y6cy0wlm0000gn/T/tmp2verekft.ensure' in '.'
Errors:
  failed to resolve infra/tools/luci/isolate/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 11): no such tag
  failed to resolve infra/tools/luci/isolated/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 12): no such tag
  failed to resolve infra/tools/luci/swarming/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 13): no such tag
Error: Command 'cipd ensure -log-level error -root /Users/shaunak/Documents/mediasoup-ios-client/webrtc-ios -ensure-file /var/folders/ys/x1trc3352c56s7j3y6cy0wlm0000gn/T/tmp2verekft.ensure' returned non-zero exit status 1
Errors:
  failed to resolve infra/tools/luci/isolate/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 11): no such tag
  failed to resolve infra/tools/luci/isolated/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 12): no such tag
  failed to resolve infra/tools/luci/swarming/mac-arm64@git_revision:56ae79476e3caf14da59d75118408aa778637936 (line 13): no such tag