Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shaunak-jagtap opened this issue Jan 15, 2023 · 0 comments
Open

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

shaunak-jagtap opened this issue Jan 15, 2023 · 0 comments

Comments

@shaunak-jagtap
Copy link

shaunak-jagtap commented Jan 15, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant