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

gosmore: fix build with gcc7 #37938

Merged
merged 1 commit into from Mar 27, 2018
Merged

gosmore: fix build with gcc7 #37938

merged 1 commit into from Mar 27, 2018

Conversation

srhb
Copy link
Contributor

@srhb srhb commented Mar 27, 2018

(cherry picked from commit d6aff3d)

Motivation for this change

ZHF #36453

(cherry picked from commit d6aff3d)
@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: gosmore

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: gosmore

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801
shrinking /nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801/bin/gosmore
gzipping man pages under /nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801/share/man/
strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801/bin
patching script interpreter paths in /nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801
checking for references to /build in /nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801...
/nix/store/mc5cjbz2y2gz1hfifcl5219dis73gq6y-gosmore-r31801

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gosmore

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801
shrinking /nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801/bin/gosmore
gzipping man pages under /nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801/share/man/
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801/bin
patching script interpreter paths in /nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801
head: write error: Broken pipe
head: write error: Broken pipe
checking for references to /build in /nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801...
/nix/store/cx632bk9mssyydddhazvq60dr5f21vqw-gosmore-r31801

@srhb srhb merged commit bfd827c 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