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

lttng-ust: 2.10.1 -> 2.10.2 #46252

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Sep 7, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from lttng-ust.

meta.description for lttng-ust is: '"LTTng Userspace Tracer libraries"'.

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/fb94f1de7febc780cfeec61f60b0200e0cdbb047.tar.gz -p lttng-ust
ls -la /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2

cc @bjornfor for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lttng-ust
@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: lttng-ust

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: lttng-ust

Partial log (click to expand)

shrinking /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/lib/liblttng-ust-fd.so.0.0.0
shrinking /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/lib/liblttng-ust-tracepoint.so.0.0.0
shrinking /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/lib/liblttng-ust.so.0.0.0
shrinking /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/lib/liblttng-ust-fork.so.0.0.0
shrinking /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/lib/liblttng-ust-cyg-profile-fast.so.0.0.0
gzipping man pages under /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/lib  /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2/bin
patching script interpreter paths in /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2
checking for references to /build in /nix/store/kz9xmi1s9z9vsghq3cr651i6wr33vf63-lttng-ust-2.10.2...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: lttng-ust

Partial log (click to expand)

shrinking /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/lib/liblttng-ust-fd.so.0.0.0
shrinking /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/lib/liblttng-ust-ctl.so.4.0.0
shrinking /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/lib/liblttng-ust.so.0.0.0
shrinking /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/lib/liblttng-ust-tracepoint.so.0.0.0
gzipping man pages under /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/lib  /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2/bin
patching script interpreter paths in /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2
checking for references to /build in /nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2...
/nix/store/rn0lb0hp7765xi45f1i6fxm02ch2lyhp-lttng-ust-2.10.2

@bjornfor
Copy link
Contributor

Applied to master (1700698).

@bjornfor bjornfor closed this Sep 10, 2018
@r-ryantm r-ryantm deleted the auto-update/lttng-ust branch September 20, 2018 04:31
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