(address . bug-guix@gnu.org)
Hi,
I'm trying to install guix on my OrangePiPC, armhf, kernel 5.10.16-sunxi. I ran the installer script, then reboot, installed glibc-locales, then I tried guix pull and it failed. The failure seems related to python 3.8.2 according to logs, and armbian is running python 3.7.3, so I did "guix install python", now "python --version" is 3.8.2. I then tried again to update and it still fails.
Here are the last lines of my terminal output after "guix pull" :
"""
test_invalid_override (test.test_decimal.CWhitebox) ... @ build-log 2108 65
ok
test_maxcontext_exact_arith (test.test_decimal.CWhitebox) ...\@ build-log 2108 39
make: *** [Makefile:1130: test] Killed
@ build-log 2108 34
Test suite failed, dumping logs.
|@ build-log 2108 99
command "make" "test" "-j" "4" "TESTOPTS=-j4 --exclude test_mmap test_socket" failed with status 2
/builder for `/gnu/store/7hfzgql759jwrsappzzjih01qa3rbqv5-python-3.8.2.drv' failed with exit code 1
@ build-failed /gnu/store/7hfzgql759jwrsappzzjih01qa3rbqv5-python-3.8.2.drv - 1 builder for `/gnu/store/7hfzgql759jwrsappzzjih01qa3rbqv5-python-3.8.2.drv' failed with exit code 1
cannot build derivation `/gnu/store/9xbw8754plva33ddz6balh8slz9crqlb-python-wrapper-3.8.2.drv': 1 dependencies couldn't be built
Backtrace:
11 (primitive-load "/gnu/store/q6bwp63ni7sbvpw3gl694666haxmykbs-compute-guix-derivation")
In ice-9/eval.scm:
155:9 10 (_ _)
159:9 9 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-user) b4ef27d0> (?)) #) ?) ?) #) ?) #) ?) #) #) #) #) #))
In ./guix/store.scm:
2066:24 8 (run-with-store #<store-connection 256.99 b3539c58> _ #:guile-for-build _ #:system _ #:target _)
1900:8 7 (_ _)
In ./guix/gexp.scm:
256:18 6 (_ _)
1136:2 5 (_ _)
1002:2 4 (_ _)
849:4 3 (_ _)
In ./guix/store.scm:
1948:12 2 (_ #<store-connection 256.99 b3539c58>)
1362:5 1 (map/accumulate-builds #<store-connection 256.99 b3539c58> _ _)
1373:15 0 (_ #<store-connection 256.99 b3539c58> _ _)
./guix/store.scm:1373:15: ERROR:
1. &store-protocol-error:
message: "build of `/gnu/store/9xbw8754plva33ddz6balh8slz9crqlb-python-wrapper-3.8.2.drv' failed"
status: 100
guix pull: error: You found a bug: the program '/gnu/store/q6bwp63ni7sbvpw3gl694666haxmykbs-compute-guix-derivation'
failed to compute the derivation for Guix (version: "18aec6c93ad84069d70a6555c252e48a791a789c"; system: "armhf-linux";
host version: "1.2.0"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
"""