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

MozJS build error, when building Servo on Mac #14626

Closed
gterzian opened this issue Dec 19, 2016 · 4 comments
Closed

MozJS build error, when building Servo on Mac #14626

gterzian opened this issue Dec 19, 2016 · 4 comments

Comments

@gterzian
Copy link
Member

@gterzian gterzian commented Dec 19, 2016

On Mac OS 10.11.6, I can currently only successfully build Servo when manually rewinding MozJS to this commit servo/mozjs@cdf21f7 in Cargo.lock.

If I leave things unchanged, I get configure: error: Building ICU requires either yasm or a GNU assembler. If you do not have either of those available for this platform you must use --without-intl-api

Which might relate to this commit servo/mozjs@78037f9 @emilio

Also worth noting, is that when I try to build using this commit (I tried because it's the one just before the one mentioned above)servo/mozjs@590a672, I get
ld: symbol(s) not found for architecture x86_64 @nox

@emilio
Copy link
Member

@emilio emilio commented Dec 19, 2016

You need to install yasm, it was added to the dependency requirements.

@gterzian
Copy link
Member Author

@gterzian gterzian commented Dec 19, 2016

ok, thanks! @emilio

@emilio
Copy link
Member

@emilio emilio commented Dec 19, 2016

Closing this then, thanks for the report! :)

@emilio emilio closed this Dec 19, 2016
@emilio
Copy link
Member

@emilio emilio commented Dec 19, 2016

Oh, for the record, the PR that updated mozjs and added the yasm dependency is #13836

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.