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

net: link failures with cannot find -lresolv #56787

Closed
gopherbot opened this issue Nov 17, 2022 · 2 comments
Closed

net: link failures with cannot find -lresolv #56787

gopherbot opened this issue Nov 17, 2022 · 2 comments
Assignees
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Nov 17, 2022

#!watchflakes
post <- `cannot find -lresolv`

Issue created automatically to collect these failures.

Example (log):

/tmp/workdir/go/pkg/tool/dragonfly_amd64/link: running gcc failed: exit status 1
/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lresolv
collect2: error: ld returned 1 exit status

go tool dist: FAILED: /tmp/workdir/go/pkg/tool/dragonfly_amd64/go_bootstrap install std cmd: exit status 1

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go" && test == ""
2022-11-07 17:58 dragonfly-amd64-622 website@0bdc4717 go@a6642e67 cmd/go [build] (log)
/tmp/workdir/go/pkg/tool/dragonfly_amd64/link: running gcc failed: exit status 1
/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lresolv
collect2: error: ld returned 1 exit status

go tool dist: FAILED: /tmp/workdir/go/pkg/tool/dragonfly_amd64/go_bootstrap install std cmd: exit status 1
2022-11-07 17:58 dragonfly-amd64-622 website@0bdc4717 go@41be62e1 cmd/go [build] (log)
/tmp/workdir/go/pkg/tool/dragonfly_amd64/link: running gcc failed: exit status 1
/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lresolv
collect2: error: ld returned 1 exit status

go tool dist: FAILED: /tmp/workdir/go/pkg/tool/dragonfly_amd64/go_bootstrap install std cmd: exit status 1
2022-11-07 21:25 dragonfly-amd64-622 tools@003fde14 go@6939659a cmd/go [build] (log)
/tmp/workdir/go/pkg/tool/dragonfly_amd64/link: running gcc failed: exit status 1
/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lresolv
collect2: error: ld returned 1 exit status

go tool dist: FAILED: /tmp/workdir/go/pkg/tool/dragonfly_amd64/go_bootstrap install std cmd: exit status 1

watchflakes

@bcmills bcmills changed the title cmd/go: unrecognized failures cmd/go: build failures with cannot find -lresolv Nov 17, 2022
@bcmills
Copy link
Contributor

bcmills commented Nov 17, 2022

Fixed by https://go.dev/cl/448797.

@bcmills bcmills closed this as completed Nov 17, 2022
@bcmills bcmills added this to the Go1.20 milestone Nov 17, 2022
@bcmills bcmills changed the title cmd/go: build failures with cannot find -lresolv net: link failures with cannot find -lresolv Nov 17, 2022
@golang golang locked and limited conversation to collaborators Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

3 participants