Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInstall gstreamer on mac with optional codecs #898
Conversation
|
|
That's what happened when I tried to deploy this change. |
|
This is an error that occurs on our macOS 10.11 builders with gstreamer 1.14.4 (without any other optional codecs) or gstreamer 1.14.2 with the optional codecs. I have not been able to figure out how to extract the actual error from the compiler, nor how to see if forcing clang-6.0 instead of apple's clang can work around it. We may need to upgrade the builders to 10.13. |
|
I'm going to try following the steps directly to see if I can build gstreamer with those flags. |
|
When doing so for gstreamer itself I get |
|
Hmm, I was able to I wonder what salt's doing differently. |
|
servo-mac1 was able to handle Trying a reinstall. |
|
Reinstalling works. |
|
I'm unable to reproduce the original brokenness. |
|
Full rehighstate also works (couple red entries due to the buildbot user problem) |
|
With respect to servo/servo#21543 (comment), I first uninstalled the gstreamer packages on all the machines before highstating, and that's when I encountered the problem I described earlier. |
|
So I did do that when testing with sls_id (and when testing locally), I should try that again I guess. |
|
And maybe try it with a full highstate. |
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
|
This was missing some deps from the readme, pushed |
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
Revert "Disable event_timeupdate_noautoplay test on mac" Hopefully the builders now have the right gstreamer things. From #21543 , needs servo/saltfs#898 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21895) <!-- Reviewable:end -->
|
@Manishearth What ended up being deployed? Can it go in this PR so we can merge it? |
|
|
|
|
@bors-servo r=jdm |
|
|
Install gstreamer on mac with optional codecs <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/898) <!-- Reviewable:end -->
|
|
|
@bors-servo retry seems to be a network issue? |
Install gstreamer on mac with optional codecs <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/898) <!-- Reviewable:end -->
|
|
|
I fear it may be timing out while compiling and no output appears, but I've restarted the failed job. |
|
oh, that's definitely it. we should travis_wait that step i guess? Or somehow get it to throw up more output |
|
Upstream homebrew has switched from |
|
Homebrew/homebrew-core#33071 removed these options, they're on by default. |
jdm commentedOct 8, 2018
•
edited by larsbergstrom
This change is