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

[Bug]: make protocompile command giving error on apple silicon(arm64) #117

Open
adityachopra29 opened this issue Jan 15, 2025 · 1 comment
Labels
bug good first issue Issue suitable for first-time contributors help wanted

Comments

@adityachopra29
Copy link
Contributor

adityachopra29 commented Jan 15, 2025

What happened?

I was running make test-ci while making some changes to the repo, but it kept giving the following error in the make protocompile comand :

$ make protocompile
docker run --rm -u 501 -v "/Users/adityachopra/dev/distributed-tracing/temp/jaeger-idl:/go/src/" -w /go/src/ uber/prototool:1.8.0 prototool compile proto --dry-run
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
make: *** [protocompile] Error 139

Steps to reproduce

  1. clone idl repo: git clone [email protected]:jaegertracing/jaeger-idl.git
  2. run make protocompile ( or make test-ci)

Expected behavior

All tests should pass.

Relevant log output

$ make protocompile
docker run --rm -u 501 -v "/Users/adityachopra/dev/distributed-tracing/temp/jaeger-idl:/go/src/" -w /go/src/ uber/prototool:1.8.0 prototool compile proto --dry-run
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
make: *** [protocompile] Error 139
@yurishkuro
Copy link
Member

It's a known issue.

@yurishkuro yurishkuro added help wanted good first issue Issue suitable for first-time contributors labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Issue suitable for first-time contributors help wanted
Projects
None yet
Development

No branches or pull requests

2 participants