Closed pingzing closed 6 years ago
Addition: I can confirm that I'm seeing this as well in a minimal hello-world application. Create any basic application, and add failure = "0.1.1"
(as it has a dependency on backtrace
, which in turn has one on backtrace-sys
) and you'll get the error.
I can confirm this issue, thank you for reporting it.
Docker image is probably using the wrong objcopy
executable. I will look at that.
Using PR #10, I was able to build my binary which involves backtrace-sys v0.1.16
.
Hi! This image was working fine for me about a week ago. Without making any changes locally, I went to try to build it today, and instead received an error when it attempted to compile
backtrace-sys
. The build log is below:Is this something that looks like it might be an issue with the toolchain in the image, or is this more likely to be local to me?