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

Missing compiler on macos ?? #1345

Closed
jasnell opened this issue Jun 14, 2018 · 12 comments
Closed

Missing compiler on macos ?? #1345

jasnell opened this issue Jun 14, 2018 · 12 comments

Comments

@jasnell
Copy link
Member

jasnell commented Jun 14, 2018

See: https://ci.nodejs.org/job/node-test-commit-osx/19308/nodes=osx1010/console

19:13:10 ERROR: No acceptable C compiler found!
19:13:10 
19:13:10        Please make sure you have a C compiler installed on your system and/or
19:13:10        consider adjusting the CC environment variable if you installed
19:13:10        it in a non-standard prefix.
19:13:10 make: *** [build-ci] Error 1
@maclover7
Copy link
Contributor

Hmm haven't seen this one before, taking a look

@maclover7
Copy link
Contributor

Looks like the errors are only appearing on test-macstadium-macos10.10-x64-1

@maclover7
Copy link
Contributor

Am able to get compiler running locally, going to try and restart the Jenkins agent

@jasnell
Copy link
Member Author

jasnell commented Jun 14, 2018

Thank you @maclover7 ... definitely appreciate it. I hadn't seen it before either. Happened on two different CI runs.

@maclover7
Copy link
Contributor

Hmm ran playbooks/jenkins/worker/create.yml and still getting errors (https://ci.nodejs.org/job/node-test-commit-osx/19311/nodes=osx1010/console)

cc @gdams @nodejs/platform-macos

@refack
Copy link
Contributor

refack commented Jun 15, 2018

test-macstadium-macos10.10-x64-1 has been really weird today up until job 19303 it refused to even run git

@maclover7
Copy link
Contributor

@jasnell I updated node-test-commit-osx to only build on the other 10.10 machine for now (trying a test job against master at https://ci.nodejs.org/job/node-test-commit-osx/19313/nodes=test-macstadium-macos10.10-x64-2/console). I'm rebooting and taking a closer look at the problem machine

@refack
Copy link
Contributor

refack commented Jun 15, 2018

@maclover7 FYI you can simply mark the machine as offline in https://ci.nodejs.org/computer/test-macstadium-macos10.10-x64-1/

maclover7 added a commit that referenced this issue Jun 15, 2018
Zos variables were being used in the Mac script, which was causing build
failures. In particular, the script was referencing "/bin/xlc" which
does not exist on Mac.

Refs: #1345
@maclover7
Copy link
Contributor

@maclover7 FYI you can simply mark the machine as offline in https://ci.nodejs.org/computer/test-macstadium-macos10.10-x64-1/

Yep, I just wanted to see if there was a quick fix before I marked the machine offline

Fix should be in d63e66f, turns out zos scripts were being used on Mac, which didn't end well... Restarted those two OSX builds @jasnell, hopefully should be green now

@jasnell
Copy link
Member Author

jasnell commented Jun 15, 2018

Thank you very much!

@gdams
Copy link
Member

gdams commented Jun 15, 2018

thanks for picking this up @maclover7. are the builds now passing on test-macstadium-macos10.10-x64-1?

@maclover7
Copy link
Contributor

@gdams Builds are now passing, going to close this for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants