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 fails on macOS 10.14.3 #23056

Closed
Axighi opened this issue Mar 19, 2019 · 1 comment
Closed

Build fails on macOS 10.14.3 #23056

Axighi opened this issue Mar 19, 2019 · 1 comment
Labels

Comments

@Axighi
Copy link

@Axighi Axighi commented Mar 19, 2019

Cloned the repo.
Installed dependencies via

brew bundle install --file=etc/taskcluster/macos/Brewfile
pip install virtualenv

When trying to run ./mach build -d, the following error shows up:

Error running mach:

    ['build', '-d']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.

You should consider filing a bug for this issue.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

Exception: Your system's gstreamer libraries are out of date (we need at least 1.12). If you're unable to install them, let us know by filing a bug!

  File "/Users/azriel/Develop/servo/python/servo/build_commands.py", line 303, in build
    env = self.build_env(target=target, is_build=True)
  File "/Users/azriel/Develop/servo/python/servo/command_base.py", line 612, in build_env
    if self.needs_gstreamer_env(target):
  File "/Users/azriel/Develop/servo/python/servo/command_base.py", line 560, in needs_gstreamer_env
    install them, let us know by filing a bug!")
info: syncing channel updates for 'nightly-2019-03-03-x86_64-apple-darwin'
error: toolchain 'nightly-2019-03-03-x86_64-apple-darwin' is not installed

But gstreamer is installed, run brew info gstreamer:

gstreamer: stable 1.14.4 (bottled), HEAD
Development framework for multimedia applications
https://gstreamer.freedesktop.org/
/usr/local/Cellar/gstreamer/1.14.4 (415 files, 21.6MB) *
  Poured from bottle on 2019-03-19 at 16:30:01
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/gstreamer.rb
==> Dependencies
Build: bison ✘, gobject-introspection ✘, pkg-config ✔
Required: gettext ✔, glib ✔
==> Options
--HEAD
	Install HEAD version
==> Caveats
Consider also installing gst-plugins-base and gst-plugins-good.

The gst-plugins-* packages contain gstreamer-video-1.0, gstreamer-audio-1.0,
and other components needed by most gstreamer applications.
==> Analytics
install: 2,777 (30 days), 8,915 (90 days), 50,462 (365 days)
install_on_request: 1,456 (30 days), 4,460 (90 days), 26,131 (365 days)
build_error: 0 (30 days)

rustup version: 1.17.0 (069c88ed6 2019-03-05)

@CYBAI
Copy link
Collaborator

@CYBAI CYBAI commented Mar 19, 2019

Thanks for reporting! but this is duplicate with #23015.
so, I'm going to close this one and please discuss there. 🙇

@CYBAI CYBAI closed this Mar 19, 2019
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.