Skip to content
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/6l: duplicate symbol (types 19 and 21) #6967

Closed
bradfitz opened this issue Dec 16, 2013 · 2 comments
Closed

cmd/6l: duplicate symbol (types 19 and 21) #6967

bradfitz opened this issue Dec 16, 2013 · 2 comments

Comments

@bradfitz
Copy link
Contributor

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.
@rsc
Copy link
Contributor

rsc commented Mar 3, 2014

Comment 1:

Still broken?

@bradfitz
Copy link
Contributor Author

bradfitz commented Mar 3, 2014

Comment 2:

No longer broken.

Status changed to Fixed.

@bradfitz bradfitz added the fixed label Mar 3, 2014
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants