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

numactl: 2.0.11 -> 2.0.12 #45461

Merged
merged 2 commits into from Aug 22, 2018
Merged

numactl: 2.0.11 -> 2.0.12 #45461

merged 2 commits into from Aug 22, 2018

Conversation

markuskowa
Copy link
Member

Motivation for this change

Update version and meta data

Things done
  • 2.0.11 -> 2.0.12
  • removed sysmacro patch (is included in 2.0.12)
  • update license and homepage
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Aug 22, 2018

cc @dtzWill re musl patch
@GrahamcOfBorg build numactl

@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: numactl

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: numactl

Partial log (click to expand)

shrinking /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/bin/migratepages
shrinking /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/bin/memhog
shrinking /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/bin/numademo
shrinking /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/bin/numastat
gzipping man pages under /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/share/man/
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip is /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip
stripping (with command /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip and flags -S) in /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/lib  /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12/bin
patching script interpreter paths in /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12
checking for references to /build in /nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12...
/nix/store/rg9q34s33qpxf46qjkjf30qcczbjnypn-numactl-2.0.12

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: numactl

Partial log (click to expand)

shrinking /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/bin/numademo
shrinking /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/bin/numastat
shrinking /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/bin/numactl
shrinking /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/lib/libnuma.so.1.0.0
gzipping man pages under /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/share/man/
/nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip is /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip
stripping (with command /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip and flags -S) in /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/lib  /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12/bin
patching script interpreter paths in /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12
checking for references to /build in /nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12...
/nix/store/xdqy92y24bklxqpvxf5xl6f6k8h065s3-numactl-2.0.12

@xeji
Copy link
Contributor

xeji commented Aug 22, 2018

musl cross build succeeds. LGTM.

@xeji xeji merged commit 9b136dd into NixOS:master Aug 22, 2018
@markuskowa markuskowa deleted the numactl-up branch August 23, 2018 10:04
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