-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/cgo: tsan hooks broke linux-amd64-sid builder #14559
Comments
CL https://golang.org/cl/20050 mentions this issue. |
Update #14559. Change-Id: I8894f8e16902685f55a21d902199fbe0905f0558 Reviewed-on: https://go-review.googlesource.com/20050 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
This is also broken on x86 Fedora (22 and 23) at the moment. The latest git tip (with the report stderr commit) reports:
As far as I can tell, Fedora doesn't build or package libclang_rt.tsan-x86_64.a. It does package gcc versions (as libtsan/libtsan-static), which I didn't have installed until I went looking for them; installing them made no difference in the error here. |
Update #14559. Change-Id: I92603602e5d0a5fcae43f3084f234ff606447190 Reviewed-on: https://go-review.googlesource.com/20056 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This is working now. |
@josharian notes that https://go-review.googlesource.com/17421 broke the linux-amd64-sid builder:
e.g.
http://build.golang.org/log/cd17e7f7d6e331b31d626105c6abbab6753eccf8
The text was updated successfully, but these errors were encountered: