[Bug 2076995] Re: Remove golang-1.12-race-detector-runtime from oracular
Christian Ehrhardt
2076995 at bugs.launchpad.net
Tue Aug 27 09:37:39 UTC 2024
Hi, let me combine this and the same for 1.13 so we only write the same
once.
You are right 1.12/1.13 is rather old and not around for ages.
1.22/1.23 would be what we have.
That package was last part of
https://launchpad.net/ubuntu/+source/golang-defaults/2:1.13~1ubuntu2 and
since then just stays around.
In groovy we didn't add back the Delta that was "Build and recommend golang-race-detector-runtime on amd64."
It was never mentioned in the changelog as it was a sync then.
The feature was part of the language all the time and this was to build it from source when it was not.
Removing that is not breaking the [1][2] feature.
One can on Oracular without these packages installed use the example of
[2] and race check it just fine.
root at o-prop:~# go run -race mysrc.go
==================
WARNING: DATA RACE
Write at 0x00c00007c0f0 by goroutine 7:
runtime.mapassign_faststr()
/usr/lib/go-1.23/src/runtime/map_faststr.go:223 +0x0
main.main.func1()
/root/mysrc.go:9 +0x4a
Previous write at 0x00c00007c0f0 by main goroutine:
runtime.mapassign_faststr()
/usr/lib/go-1.23/src/runtime/map_faststr.go:223 +0x0
main.main()
/root/mysrc.go:12 +0x108
Goroutine 7 (running) created at:
main.main()
/root/mysrc.go:8 +0xeb
==================
2 b
1 a
Found 1 data race(s)
exit status 66
TL;DR: yes it is a relic of the past and not needed/useful anymore, removing ...
[1]: https://go.dev/blog/race-detector
[2]: https://go.dev/doc/articles/race_detector
** Changed in: golang-1.13-race-detector-runtime (Ubuntu)
Status: New => In Progress
** Changed in: golang-1.12-race-detector-runtime (Ubuntu)
Status: New => In Progress
** Summary changed:
- Remove golang-1.12-race-detector-runtime from oracular
+ Remove golang-1.1[23]-race-detector-runtime from oracular
--
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2076995
Title:
Remove golang-1.1[23]-race-detector-runtime from oracular
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.12-race-detector-runtime/+bug/2076995/+subscriptions
More information about the ubuntu-archive
mailing list