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

[staging] binutils: 2.28 -> 2.29 #27744

Merged
merged 1 commit into from Aug 1, 2017

Conversation

NeQuissimus
Copy link
Member

.semver symbols are no longer allowed, so we need to patch glibc to avoid them

See https://sourceware.org/bugzilla/show_bug.cgi?id=21666

Motivation for this change

Update

Things done

Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers.

  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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.

Binutils 2.29 no longer allows .semver symbols, which is why
we need to patch glibc to avoid them
@mention-bot
Copy link

@NeQuissimus, thanks for your PR! By analyzing the history of the files in this pull request, we identified @vcunat, @edolstra and @Ericson2314 to be potential reviewers.

@NeQuissimus NeQuissimus changed the title binutils: 2.28 -> 2.29 [staging] binutils: 2.28 -> 2.29 Jul 29, 2017
@globin
Copy link
Member

globin commented Jul 29, 2017

We might want to test this on a seperate jobset first, binutils updates have been quite problematic in the past sometimes..

@NeQuissimus
Copy link
Member Author

@globin Could you do that? I have no idea how :D

@globin
Copy link
Member

globin commented Jul 29, 2017

I'd like to wait for hydra to calm down a bit and finish building staging first.. Hopefully in 2-3 days

@@ -0,0 +1,65 @@
From 0edeadc0d396aa713b808ae50a0058aca5d3837e Mon Sep 17 00:00:00 2001
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an external source for this patch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not fetch it, then?

@NeQuissimus
Copy link
Member Author

Makes sense, according to nox-review, this will basically trigger a rebuild of everything... I did not bother scrolling all the way through, but definitely a mass-rebuild :D

@globin
Copy link
Member

globin commented Jul 29, 2017

Yes, binutils is in the stdenv => full rebuild

@globin
Copy link
Member

globin commented Jul 31, 2017

@NeQuissimus
Copy link
Member Author

Oh, poor Hydra with 150k queued jobs xD

@FRidh
Copy link
Member

FRidh commented Aug 1, 2017

The x86_64-linux jobs seem fine. For i686 I noticed
https://nix-cache.s3.amazonaws.com/log/y3vbg86vwaq4bakq25a11g22ls89f5qj-boehm-gc-7.6.0.drv

@globin
Copy link
Member

globin commented Aug 1, 2017

That just timed out I think, restarting them..

@globin
Copy link
Member

globin commented Aug 1, 2017

Hmm can't seem to restart them..

@FRidh FRidh merged commit 3b436d1 into NixOS:staging Aug 1, 2017
@FRidh
Copy link
Member

FRidh commented Aug 1, 2017

This looks good.

@globin
Copy link
Member

globin commented Aug 1, 2017

libpng-apng on aarch64 seems to be broken due to this: https://nix-cache.s3.amazonaws.com/log/vk4yhbzpc3811sd2pxw7isw8lfjlv685-libpng-apng-1.6.30.drv

@NeQuissimus NeQuissimus deleted the binutils_staging_2_29 branch August 1, 2017 22:33
@globin
Copy link
Member

globin commented Aug 4, 2017

Follow-up in 0e18f28

@vcunat
Copy link
Member

vcunat commented Aug 4, 2017

For reference, libpng problem seems unrelated and had been fixed on staging ba68231.

@globin
Copy link
Member

globin commented Aug 4, 2017

@vcunat 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

6 participants