[Bug 1487010] Re: please upload new package to reenable go's race detector on wily

Michael Hudson-Doyle michael.hudson+lp at canonical.com
Wed Oct 7 23:02:49 UTC 2015


On 6 October 2015 at 22:34, Martin Pitt <martin.pitt at ubuntu.com> wrote:
> debian/control was a bit messed up -- the Source: stanza can't have a
> "Description:" field. Also, short description shouldn't end with a dot.
> It should also add the LP bug ref to debian/changelog. Attaching a
> debdiff for this, please apply.

Will do thanks.

> However these are blockers:
>
>  - an upstream version of "229396" is huge, possibly not monotonous (is
> that a git commit ref?), and hard to make higher if this is more  like a
> git commit hash than a monotonously increasing number.

It's a subversion revision number. I guess 0.0+svn229396 would be
better?

>  - There is also no indication where the orig.tar.gz came from -- this
> should either come from a documented upstream release tarball URL,
> usually with debian/watch; or should get a "debian/rules get-orig-
> source" rule or at least some debian/README.Source that documents how to
> get it or any newer version.

Ah yes, fair points.

>
> ** Patch added: "packaging fixes"
>    https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1487010/+attachment/4485683/+files/go-race-detector-runtime.packagingfixes.debdiff
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1487010
>
> Title:
>   please upload new package to reenable go's race detector on wily
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1487010/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to golang in Ubuntu.
https://bugs.launchpad.net/bugs/1487010

Title:
  please upload new package to reenable go's race detector on wily

Status in golang package in Ubuntu:
  In Progress

Bug description:
  I've built a package that reenables the race detector on wily:

  http://people.canonical.com/~mwh/go-race-detector-runtime/

  This is the first time I've made a package from scratch so it'll
  probably need more than one round of review.

  Previous description follows:

  for example using lp:ubuntu-push/automatic ... and going into
  server/session I get (this was working in vivid and on wily before the
  1.5rc1 upgrade)

  $ go version
  go version go1.5rc1 linux/amd64
  $ go test -race
  # testmain
  runtime.raceinit: __tsan_init: not defined
  runtime.raceinit: __tsan_map_shadow: not defined
  runtime.racefini: __tsan_fini: not defined
  runtime.racemapshadow: __tsan_map_shadow: not defined
  runtime.racemalloc: __tsan_malloc: not defined
  runtime.racegostart: __tsan_go_start: not defined
  runtime.racegoend: __tsan_go_end: not defined
  runtime.raceacquireg: __tsan_acquire: not defined
  runtime.racereleaseg: __tsan_release: not defined
  runtime.racereleasemergeg: __tsan_release_merge: not defined
  runtime.racefingo: __tsan_finalizer_goroutine: not defined
  runtime.RaceDisable: __tsan_go_ignore_sync_begin: not defined
  runtime.RaceEnable: __tsan_go_ignore_sync_end: not defined
  runtime.raceread: __tsan_read: not defined
  runtime.racereadpc: __tsan_read_pc: not defined
  runtime.racewrite: __tsan_write: not defined
  runtime.racewritepc: __tsan_write_pc: not defined
  runtime.racereadrange: __tsan_read_range: not defined
  runtime.racereadrangepc1: __tsan_read_range: not defined
  runtime.racewriterange: __tsan_write_range: not defined
  runtime.racewriterangepc1: __tsan_write_range: not defined
  /usr/lib/go/pkg/tool/linux_amd64/link: too many errors
  FAIL	launchpad.net/ubuntu-push/server/session [build failed]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1487010/+subscriptions



More information about the foundations-bugs mailing list