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

Backport: kmsxx: build with gcc6 #37939

Merged
merged 1 commit into from Mar 27, 2018
Merged

Conversation

srhb
Copy link
Contributor

@srhb srhb commented Mar 27, 2018

Motivation for this change

ZHF #36453

gcc7 build fails with "internal compiler error"

(cherry picked from commit d784647)
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: kmsxx

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: kmsxx

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10
shrinking /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10/bin/kmsprint
shrinking /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10/bin/kmstest
shrinking /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10/bin/fbtest
shrinking /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10/lib/python2.7/site-packages/pykms/pykms.so
strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10/lib  /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10/bin
patching script interpreter paths in /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10
checking for references to /build in /nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10...
/nix/store/0lvc657wbld4w2l9n1sn2afci0dwv3lk-kmsxx-2017-10-10

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: kmsxx

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10
shrinking /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10/bin/fbtest
shrinking /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10/bin/kmsprint
shrinking /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10/bin/kmstest
shrinking /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10/lib/python2.7/site-packages/pykms/pykms.so
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10/lib  /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10/bin
patching script interpreter paths in /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10
checking for references to /build in /nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10...
/nix/store/vmb4zl7f5csmqlvgpnfk1rdh8hbc6g4l-kmsxx-2017-10-10

@srhb srhb merged commit 45715be into NixOS:release-18.03 Mar 27, 2018
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

3 participants