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

ppc64le #2104

Closed
macthev opened this issue Jul 9, 2020 · 1 comment
Closed

ppc64le #2104

macthev opened this issue Jul 9, 2020 · 1 comment

Comments

@macthev
Copy link

macthev commented Jul 9, 2020

Please answer the following before submitting your issue:

Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.

  1. What version of Delve are you using (dlv version)?

Cant run this , won't build.

latest master branch.

  1. What version of Go are you using? (go version)?

1.14.4

  1. What operating system and processor architecture are you using?

RHEL 7.7
ppc64le

  1. What did you do?

[root@ppc64host ~]# go get github.com/go-delve/delve/cmd/dlv
go/src/github.com/go-delve/delve/service/debugger/debugger.go:26:2: found packages native (proc.go) and your_operating_system_and_architecture_combination_is_not_supported_by_delve (support_sentinel.go) in /root/go/src/github.com/go-delve/delve/pkg/proc/native
5. What did you expect to see?

No errors

  1. What did you see instead?

Unsupported message

@chainhelen
Copy link
Contributor

duplicate #1564. (label kind/enhancement)

yurishkuro added a commit to jaegertracing/jaeger that referenced this issue May 26, 2024
## Which problem is this PR solving?
- `ppc64le` was added in #5482, but even though it has been implemented
in delve (go-delve/delve#2104), it has not yet
been released as of delve@v1.22.1
- since our PR CI does not build all arch, it was not noticed until the
CI on the main branch started failing

## Description of the changes
- Add `ppc64le` back to exclusion list

## How was this change tested?
- only after merging

Signed-off-by: Yuri Shkuro <github@ysh.us>
varshith257 pushed a commit to varshith257/jaeger that referenced this issue Jun 2, 2024
…egertracing#5489)

## Which problem is this PR solving?
- `ppc64le` was added in jaegertracing#5482, but even though it has been implemented
in delve (go-delve/delve#2104), it has not yet
been released as of delve@v1.22.1
- since our PR CI does not build all arch, it was not noticed until the
CI on the main branch started failing

## Description of the changes
- Add `ppc64le` back to exclusion list

## How was this change tested?
- only after merging

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
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

3 participants