-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
check-wmiplus: init at 1.64 #34250
check-wmiplus: init at 1.64 #34250
Conversation
@GrahamcOfBorg build sensu-check-wmiplus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure for system: aarch64-linux
make[2]: Leaving directory '/build/build'
make[1]: *** [Makefile:17160: stage1-bubble] Error 2
make[1]: Leaving directory '/build/build'
make: *** [Makefile:858: all] Error 2
builder for '/nix/store/8l3yam1kpp37blvq466pa66sryd5dm5v-gcc-4.5.4.drv' failed with exit code 2
cannot build derivation '/nix/store/9qj201w8cwacihyp4mpr8q0g5f7r72mf-gcc-wrapper-4.5.4.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/lv10hqy7zc3qfl5gafd9kyw24m19zvaa-stdenv.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/lgysn1sdis3im73r0gasnli84y1zshhi-wmi-1.3.14.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/xh64imqy4z7hxnqfz5gl3knsb1h8mz32-sensu-check-wmiplus-1.63.drv': 1 dependencies couldn't be built
error: build of '/nix/store/xh64imqy4z7hxnqfz5gl3knsb1h8mz32-sensu-check-wmiplus-1.63.drv' failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Success for system: x86_64-linux
configuring
no configure script, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/hvds13x07mw0b6ghw805qiazszdj659l-sensu-check-wmiplus-1.63
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/hvds13x07mw0b6ghw805qiazszdj659l-sensu-check-wmiplus-1.63/bin
patching script interpreter paths in /nix/store/hvds13x07mw0b6ghw805qiazszdj659l-sensu-check-wmiplus-1.63
checking for references to /tmp/nix-build-sensu-check-wmiplus-1.63.drv-0 in /nix/store/hvds13x07mw0b6ghw805qiazszdj659l-sensu-check-wmiplus-1.63...
/nix/store/hvds13x07mw0b6ghw805qiazszdj659l-sensu-check-wmiplus-1.63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure for system: x86_64-darwin
Package ‘sensu-check-wmiplus-1.63’ in /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-ndnd/pkgs/servers/monitoring/sensu/checks/wmiplus.nix:78 is not supported on ‘x86_64-darwin’, refusing to evaluate.
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 build sensu-check-wmiplus |
Failure on x86_64-darwin (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
Success on x86_64-linux (full log) Partial log (click to expand)
|
@Mic92 should I set platforms to x86_64-linux only? |
@GrahamcOfBorg build sensu-check-wmiplus |
Failure on x86_64-darwin (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
Success on x86_64-linux (full log) Partial log (click to expand)
|
@peterhoeg yes |
22ee024
to
b1c01d3
Compare
@GrahamcOfBorg build sensu-check-wmiplus |
Failure on x86_64-linux (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
@GrahamcOfBorg build sensu-check-wmiplus |
Failure on x86_64-linux (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
fccc029
to
c8eee5f
Compare
Closing due to inactivity. |
Unless anybody has any concerns about this particular PR, I would like to go ahead and merge this. We have been using here for ages without any problems, so the thing works as expected. |
After fixing the merge conflicts of course... |
Need #68340 first. |
2056aa0
to
c637359
Compare
@GrahamcOfBorg build sensu-check-wmiplus |
pkgs/top-level/python-packages.nix
Outdated
@@ -1900,6 +1900,8 @@ in { | |||
|
|||
eth-utils = callPackage ../development/python-modules/eth-utils { }; | |||
|
|||
impacket = callPackage ../development/python-modules/impacket { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required for sensu-check-wmiplus
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover from py-wmi-client, ref #69336
I'll clean this up.
@GrahamcOfBorg build python37Packages.impacket |
Motivation for this change
This PR includes 2 dependencies in addition to pullingcallPackage
into theperl-modules.nix
file so we can have perl packages in separate files like we do for other languages.Been using this for ages.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)