all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#47005: Armbian on OrangePiPC, armhf, guix pull test failed
@ 2021-03-08 11:39 joehabel--- via Bug reports for GNU Guix
  2021-03-08 17:19 ` Leo Famulari
       [not found] ` <handler.47005.B.161520527422478.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: joehabel--- via Bug reports for GNU Guix @ 2021-03-08 11:39 UTC (permalink / raw)
  To: 47005

[-- Attachment #1: Type: text/plain, Size: 2589 bytes --]

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 #2: Type: text/html, Size: 3576 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#47005: Armbian on OrangePiPC, armhf, guix pull test failed
  2021-03-08 11:39 bug#47005: Armbian on OrangePiPC, armhf, guix pull test failed joehabel--- via Bug reports for GNU Guix
@ 2021-03-08 17:19 ` Leo Famulari
       [not found] ` <handler.47005.B.161520527422478.ack@debbugs.gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-03-08 17:19 UTC (permalink / raw)
  To: 47005

On Mon, Mar 08, 2021 at 12:39:34PM +0100, joehabel--- via Bug reports for GNU Guix wrote:
> 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...

>       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`




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#47005: Acknowledgement (Armbian on OrangePiPC, armhf, guix pull test failed)
       [not found] ` <handler.47005.B.161520527422478.ack@debbugs.gnu.org>
@ 2021-03-10 19:34   ` joehabel--- via Bug reports for GNU Guix
  2021-03-11  1:06     ` zimoun
  0 siblings, 1 reply; 4+ messages in thread
From: joehabel--- via Bug reports for GNU Guix @ 2021-03-10 19:34 UTC (permalink / raw)
  To: 47005

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

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:

> 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 #2: Type: text/html, Size: 1543 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#47005: Acknowledgement (Armbian on OrangePiPC, armhf, guix pull test failed)
  2021-03-10 19:34   ` bug#47005: Acknowledgement (Armbian on OrangePiPC, armhf, guix pull test failed) joehabel--- via Bug reports for GNU Guix
@ 2021-03-11  1:06     ` zimoun
  0 siblings, 0 replies; 4+ messages in thread
From: zimoun @ 2021-03-11  1:06 UTC (permalink / raw)
  To: joehabel, 47005-done

Hi,

On Wed, 10 Mar 2021 at 20:34, joehabel--- via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
> 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-11  1:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 11:39 bug#47005: Armbian on OrangePiPC, armhf, guix pull test failed joehabel--- via Bug reports for GNU Guix
2021-03-08 17:19 ` Leo Famulari
     [not found] ` <handler.47005.B.161520527422478.ack@debbugs.gnu.org>
2021-03-10 19:34   ` bug#47005: Acknowledgement (Armbian on OrangePiPC, armhf, guix pull test failed) joehabel--- via Bug reports for GNU Guix
2021-03-11  1:06     ` zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.