Armbian on OrangePiPC, armhf, guix pull test failed

  • Done
  • quality assurance status badge
Details
3 participants
  • joehabel
  • Leo Famulari
  • zimoun
Owner
unassigned
Submitted by
joehabel
Severity
normal
J
J
joehabel wrote on 8 Mar 2021 12:39
(address . bug-guix@gnu.org)
MVEbvNR--3-2@tutanota.com
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>.

"""
Attachment: file
L
L
Leo Famulari wrote on 8 Mar 2021 18:19
(name . joehabel--- via Bug reports for GNU Guix)(address . bug-guix@gnu.org)(address . 47005@debbugs.gnu.org)
YEZcmTFzO8nKDqPQ@jasmine.lan
On Mon, Mar 08, 2021 at 12:39:34PM +0100, joehabel--- via Bug reports for GNU Guix wrote:
Toggle quote (4 lines)
> 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" :

Thanks for the report...

Toggle quote (2 lines)
> ����� message: "build of `/gnu/store/9xbw8754plva33ddz6balh8slz9crqlb-python-wrapper-3.8.2.drv' failed"

Can you send the log of this failed build? You can find it with:

`guix build /gnu/store/9xbw8754plva33ddz6balh8slz9crqlb-python-wrapper-3.8.2.drv --log-file`
J
J
joehabel wrote on 10 Mar 2021 20:34
Re: bug#47005: Acknowledgement (Armbian on OrangePiPC, armhf, guix pull test failed)
(address . 47005@debbugs.gnu.org)
MVScSSV--7-2@tutanota.com
It was a faulty SD card problem. You can close this, as I can now report that Guix got installed properly on Armbian running on the OrangePiPC.

Have a good day

Mar 8, 2021, 07:08 by help-debbugs@gnu.org:

Toggle quote (22 lines)
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> bug-guix@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 47005@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> -
> 47005: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47005
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
Attachment: file
Z
Z
zimoun wrote on 11 Mar 2021 02:06
86pn06a48v.fsf@gmail.com
Hi,

On Wed, 10 Mar 2021 at 20:34, joehabel--- via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
Toggle quote (2 lines)
> It was a faulty SD card problem. You can close this, as I can now report that Guix got installed properly on Armbian running on the OrangePiPC.

Thanks, so closing.

All the best,
simon
Closed
?