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

build broken on macOS 10.14 "Mojave" public beta #21666

Closed
dnalborczyk opened this issue Jul 5, 2018 · 3 comments
Closed

build broken on macOS 10.14 "Mojave" public beta #21666

dnalborczyk opened this issue Jul 5, 2018 · 3 comments

Comments

@dnalborczyk
Copy link
Contributor

  • Version: master (latest)
  • Platform: macOS 10.14 Beta (18A314k)
  • Subsystem: XCode 10.0 beta 2 (10L177m)

I know, it's quite early in the game, and fresh off the shelves, but I thought it might be better to start looking at possible issues earlier rather than later.

./configure
make test
Traceback (most recent call last):
  File "tools/compress_json.py", line 6, in <module>
    import zlib
ImportError: No module named zlib
make[1]: *** [/Users/daniel/dev/github/node/out/Release/obj/gen/v8_inspector_protocol_json.h] Error 1
rm 409e463fac46aa7b94e7ae740b8f1ddedbfce6dc.intermediate
make: *** [node] Error 2

this happens with a fresh clone. my previous repository which I also used with High Sierra still builds to completion, but errors with 4 tests.

@devsnek
Copy link
Member

devsnek commented Jul 5, 2018

i've been building off of mojave for above a month with no issues

@Trott
Copy link
Member

Trott commented Jul 5, 2018

@dnalborczyk Any chance you can post the full output in a gist somewhere so that there's more context for what might have gone wrong?

@dnalborczyk
Copy link
Contributor Author

@devsnek @Trott sorry guys for the late update, I have been on vacation.

this: Homebrew/homebrew-core#29176 (comment) fixed it for me.

I'll be closing this, and open a new issue, as there still seems to be (an)other issue(s).

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

No branches or pull requests

3 participants