unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: guix-devel@gnu.org
Subject: Installing the system from another distro
Date: Mon, 24 Nov 2014 16:43:10 +0300	[thread overview]
Message-ID: <87a93gww7l.fsf@gmail.com> (raw)

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

Hello, I've tried to install the Guix system from my current system
("Arch Linux") where I use the Guix package manager:

  ./pre-inst-env guix system init /path/to/my-os-config.scm /mnt/guix

Unfortunately it failed (os-config and the backtrace are attached).
So I wonder: is installing from another distro supported? or the only
right way is to use an usb image?

Thanks in advance.


[-- Attachment #2: os-config.scm --]
[-- Type: text/plain, Size: 485 bytes --]

(use-modules (gnu))

(operating-system
  (host-name "hn")
  (timezone "Europe/Paris")

  (bootloader
   (grub-configuration (device "/dev/sda")))

  (file-systems
   (cons (file-system
           (device "/dev/sda7")
           (mount-point "/")
           (type "ext4"))
         %base-file-systems))

  (users
   (list (user-account
          (name "al")
          (home-directory "/home/al")
          (group "users")
          (supplementary-groups '("wheel" "audio" "video"))))))

[-- Attachment #3: fail-log --]
[-- Type: text/plain, Size: 1335 bytes --]

Backtrace:
In ice-9/boot-9.scm:
 157: 17 [catch #t #<catch-closure 85f7c10> ...]
In unknown file:
   ?: 16 [apply-smob/1 #<catch-closure 85f7c10>]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 14 [eval # #]
In ice-9/boot-9.scm:
2401: 13 [save-module-excursion #<procedure 8606ca0 at ice-9/boot-9.scm:4045:3 ()>]
4050: 12 [#<procedure 8606ca0 at ice-9/boot-9.scm:4045:3 ()>]
1724: 11 [%start-stack load-stack ...]
1729: 10 [#<procedure 860c708 ()>]
In unknown file:
   ?: 9 [primitive-load "/media/storage/src/guix/scripts/guix"]
In guix/ui.scm:
 776: 8 [run-guix-command system "init" ...]
In ice-9/boot-9.scm:
 157: 7 [catch srfi-34 #<procedure 8f7ceb0 at guix/ui.scm:217:2 ()> ...]
 157: 6 [catch system-error ...]
In guix/monads.scm:
 469: 5 [run-with-store # ...]
In guix/scripts/system.scm:
 309: 4 [#<procedure 92a7e10 at guix/scripts/system.scm:309:2 (store)> #]
In gnu/system.scm:
 702: 3 [#<procedure 9781150 at gnu/system.scm:702:2 (store)> #]
 449: 2 [#<procedure 9781168 at gnu/system.scm:449:2 (store)> #]
 455: 1 [#<procedure 8fd76e0 at gnu/system.scm:449:2 (services)> (# # # # ...)]
In unknown file:
   ?: 0 [concatenate (() () () () () () () () () ...)]

ERROR: In procedure concatenate:
ERROR: In procedure append: Wrong type argument in position 19 (expecting empty list): #f

             reply	other threads:[~2014-11-24 13:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-24 13:43 Alex Kost [this message]
2014-11-24 17:21 ` Installing the system from another distro Ludovic Courtès
2014-11-25 12:57   ` Alex Kost
2014-11-25 14:48     ` Ludovic Courtès
2014-11-26 20:25       ` Alex Kost
2014-11-26 22:06         ` Ludovic Courtès
2014-11-29 21:00           ` Alex Kost
2014-11-29 21:18             ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a93gww7l.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).