You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camlistore is now broken with:
Repro:
$ go install -a --ldflags="-X camlistore.org/pkg/buildinfo.GitInfo
2013-12-16-49c2eea" camlistore.org/cmd/camget
# camlistore.org/cmd/camget
/usr/local/google/home/bradfitz/go/pkg/tool/linux_amd64/6l: duplicate symbol
camlistore.org/pkg/buildinfo.GitInfo (types 19 and 21) in <nil> and
/usr/local/google/home/bradfitz/pkg/linux_amd64/camlistore.org/pkg/buildinfo.a(_go_.6)
It works at 7a47150060ad
But after:
changeset: 18594:a8c4e92c34ed
user: Russ Cox <rsc@golang.org>
date: Mon Dec 16 12:52:21 2013 -0500
summary: debug/goobj: add package for reading new Go object files
changeset: 18593:547e140f5c3c
user: Russ Cox <rsc@golang.org>
date: Mon Dec 16 12:52:11 2013 -0500
summary: cmd/nm: reimplement in Go
changeset: 18592:5130190e81b5
user: Russ Cox <rsc@golang.org>
date: Mon Dec 16 12:51:58 2013 -0500
summary: cmd/ld: move instruction selection + layout into compilers, assemblers
changeset: 18591:235c2e37cdc0
user: Russ Cox <rsc@golang.org>
date: Mon Dec 16 12:51:38 2013 -0500
summary: cmd/cc, cmd/gc: update compilers, assemblers for liblink changes
... it then gets the error above.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: