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

chromium: fix GCC 7 related build issues #36690

Merged
merged 1 commit into from Mar 10, 2018

Conversation

YorikSar
Copy link
Contributor

@YorikSar YorikSar commented Mar 9, 2018

Motivation for this change

Chromium build has been failing.

Most of the issues were related to GCC update, all of them have been fixed upstream. I've added several commits that need to be applied to stable and dev. Beta is currently older that stable, so I didn't look at it.

Also removed fix_network_api_crash.patch and replaced it with proper commit from upstream.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

cc @bendlas

@YorikSar
Copy link
Contributor Author

YorikSar commented Mar 9, 2018

Oops, it still seems to fail. Adding another patch.

Also clean up unused patches.
@YorikSar
Copy link
Contributor Author

@7c6f434c thanks! Can you please also cherrypick this commit to stable branches?

@bendlas
Copy link
Contributor

bendlas commented Mar 10, 2018

OK, wow, there were a lot of missing pieces in this release. Thanks for taking care of this, @YorikSar

@YorikSar
Copy link
Contributor Author

@bendlas It seems only next release will be ready for GCC 7.3, but we are already there.

7c6f434c added a commit that referenced this pull request Mar 10, 2018
chromium: fix GCC 7 related build issues
(cherry picked from commit cac24cc)
7c6f434c added a commit that referenced this pull request Mar 10, 2018
chromium: fix GCC 7 related build issues
(cherry picked from commit cac24cc)
@7c6f434c
Copy link
Member

As you say, oh Chromium guru.

@YorikSar
Copy link
Contributor Author

@7c6f434c thanks!

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

Successfully merging this pull request may close these issues.

None yet

4 participants