-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
test_105_network_plugin_method fails on aarch64-linux #3040
Comments
The PR 98e8e32 breaks this test. @ariel-anieli Can you have a look on it ? |
Sure, @nicolargo. @gador, for me to understand: you used this command; and got back the error you showed before. Is that right?
|
Yes, correct. This just pins the commit I used and accounts for the system. I suspect the error will also show without using nix when compiling glances on aarch64-linux |
…in_tests()`" * reverting 98e8e32 * introduced nicolargo#3040.
@nicolargo, #3045 reverts 98e8e32. |
For me to have a reference, @gador: before that commit, the test passed. Is this right? # make test-core | grep -P '^ok|^fail'
.....................................
----------------------------------------------------------------------
Ran 37 tests in 7.635s
OK |
@ariel-anieli yes, this fixes the issue (yay!) For anyone to try, this is my fork of nixpkgs from the above commit with the patch applied: nix build --system "aarch64-linux" github:gador/nixpkgs/8923dfa16cff4e5436641c7b3bdbf94669a7157a#glances Thanks! |
Describe the bug
When trying to compile the current glances version for
aarch64-linux
it fails. This happens since version4.2.0
To Reproduce
Steps to reproduce the behavior:
glances
version4.2.0
from source foraarch64-linux
Expected behavior
All tests to pass
Environement (please complete the following information)
NixOS unstable 25.04
4.2.0
nix
Additional context
For anyone to try on a nix-enabled system:
nix build --system "aarch64-linux" github:nixos/nixpkgs/ccaf4694a0ea752e33d70942d9ee06a18c3da805#glances
The text was updated successfully, but these errors were encountered: