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

libinput: 1.11.0 -> 1.11.3 #44509

Merged
merged 1 commit into from Aug 6, 2018
Merged

libinput: 1.11.0 -> 1.11.3 #44509

merged 1 commit into from Aug 6, 2018

Conversation

hedning
Copy link
Contributor

@hedning hedning commented Aug 5, 2018

Motivation for this change

The current version is getting old, see discussion https://discourse.nixos.org/t/how-do-i-get-a-newer-libinput/393

Things done

Built on top of master, as the cache on staging was lacking quite a bit.

  • 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 6, 2018

@GrahamcOfBorg build libinput

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

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 aarch64-linux (full log)

Attempted: libinput

Partial log (click to expand)

/nix/store/l26mkxswp4sh5yhzd0rix4nszyrd27gq-libinput-1.11.3/libexec/libinput/libinput-measure-touchpad-pressure: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/bgcg17r2v7dbz9a9zp98l9hxy6s4sqad-python3-3.6.6/bin/python3"
/nix/store/l26mkxswp4sh5yhzd0rix4nszyrd27gq-libinput-1.11.3/libexec/libinput/libinput-measure-touchpad-tap: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/bgcg17r2v7dbz9a9zp98l9hxy6s4sqad-python3-3.6.6/bin/python3"
/nix/store/l26mkxswp4sh5yhzd0rix4nszyrd27gq-libinput-1.11.3/libexec/libinput/libinput-measure-fuzz: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/bgcg17r2v7dbz9a9zp98l9hxy6s4sqad-python3-3.6.6/bin/python3"
checking for references to /build in /nix/store/l26mkxswp4sh5yhzd0rix4nszyrd27gq-libinput-1.11.3...
shrinking RPATHs of ELF executables and libraries in /nix/store/rpjxg3yj9vn5fwhanvlvvcf91bfq8wfn-libinput-1.11.3-dev
strip is /nix/store/9j0pcdyfj2lmp9p4532h9n8wzrj1ms8p-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rpjxg3yj9vn5fwhanvlvvcf91bfq8wfn-libinput-1.11.3-dev/lib
patching script interpreter paths in /nix/store/rpjxg3yj9vn5fwhanvlvvcf91bfq8wfn-libinput-1.11.3-dev
checking for references to /build in /nix/store/rpjxg3yj9vn5fwhanvlvvcf91bfq8wfn-libinput-1.11.3-dev...
/nix/store/l26mkxswp4sh5yhzd0rix4nszyrd27gq-libinput-1.11.3

@fpletz fpletz merged commit da44b36 into NixOS:staging Aug 6, 2018
@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: libinput

Partial log (click to expand)

building of '/nix/store/hs1hgb5f7pm7sbhc7xprn2xdd26qngjs-llvm-6.0.1.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/x6d6ybidxl4rdkvb48g6kggwdpsvkqh7-mesa-noglu-18.1.5.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/6bhl2h10k77pc84qlmca8p7gbb8rck0f-libGL-1.0.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/00yhcj52z5kdzznangl8mjmcz708scp6-cairo-1.15.12.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/gwaj15rv2df25n6awghhj9g09l726vx4-absolute_gir_path.patch.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/wp3fdlf6ig29x869x6imb2qmlgdxql5f-gobject-introspection-1.56.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/hgn68g9aljafxjcpw2k5sk977dx9y7vc-libgudev-232.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/b6713rkljcrk57xqz126lfca7gnx4b6c-libwacom-0.29.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/k9cj60f94g97mdzc92bfmaf0il9qn9jk-libinput-1.11.3.drv': 1 dependencies couldn't be built
error: build of '/nix/store/k9cj60f94g97mdzc92bfmaf0il9qn9jk-libinput-1.11.3.drv' failed

@hedning hedning deleted the libinput-1.11.3 branch October 15, 2019 11:41
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

4 participants