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

x/build: clang missing on some builders #19960

Closed
josharian opened this issue Apr 13, 2017 · 5 comments
Closed

x/build: clang missing on some builders #19960

josharian opened this issue Apr 13, 2017 · 5 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@josharian
Copy link
Contributor

The linux-386-clang and linux-amd64-clang builders just started failing, with the message:

go tool dist: cannot invoke C compiler "/usr/bin/clang": fork/exec /usr/bin/clang: no such file or directory

Doesn't appear related to the commits it is testing. Maybe a recent config change?

cc @bradfitz @adams-sarah

@josharian josharian added this to the Unreleased milestone Apr 13, 2017
@bradfitz bradfitz changed the title build: clang missing on some builders x/build: clang missing on some builders Apr 13, 2017
@bradfitz
Copy link
Contributor

Jess, looks like your new clang Docker image is missing clang. Maybe its binary name is something else and it needs an env update in builders.go?

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Apr 13, 2017
@bradfitz
Copy link
Contributor

I bashed into the container and did the apt-get install from the Dockerfile:

# apt-get install clang-3.9
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'python-clang-3.9' for regex 'clang-3.9'
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.

@jessfraz
Copy link
Contributor

wowwww

@jessfraz
Copy link
Contributor

@gopherbot
Copy link

CL https://golang.org/cl/40576 mentions this issue.

@golang golang locked and limited conversation to collaborators Apr 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants