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

Regression: failure to build on aarch64 since 1.3.2 #20

Closed
eclipseo opened this issue May 30, 2021 · 1 comment · Fixed by #21
Closed

Regression: failure to build on aarch64 since 1.3.2 #20

eclipseo opened this issue May 30, 2021 · 1 comment · Fixed by #21
Labels
backlog We hope to fix this feature/bug in the future bug Confirmed bug

Comments

@eclipseo
Copy link

Since bc74a81 (1.3.2)
the following test fails on Aarch64 on Fedora Linx Rawhide with go 1.16.4:

Testing    in: /builddir/build/BUILD/panicwrap-1.3.2/_build/src
         PATH: /builddir/build/BUILD/panicwrap-1.3.2/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
       GOPATH: /builddir/build/BUILD/panicwrap-1.3.2/_build:/usr/share/gocode
  GO111MODULE: off
      command: go test -buildmode pie -compiler gc -ldflags " -X github.com/bugsnag/panicwrap/version=1.3.2 -extldflags '-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  '"
      testing: github.com/bugsnag/panicwrap
github.com/bugsnag/panicwrap
# github.com/bugsnag/panicwrap [github.com/bugsnag/panicwrap.test]
./dup2.go:10:9: undefined: syscall.Dup2
./dup3.go:9:6: dup2 redeclared in this block
	previous declaration at ./dup2.go:9:29
FAIL	github.com/bugsnag/panicwrap [build failed]
@xljones
Copy link

xljones commented Jun 2, 2021

Thanks for raising this, and the related PR. We'll take a look into this to work out the best way forwards 🙏

@xljones xljones added backlog We hope to fix this feature/bug in the future bug Confirmed bug labels Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We hope to fix this feature/bug in the future bug Confirmed bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants