From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Come back and graphical installer Date: Sun, 18 Nov 2018 12:21:37 +0900 Message-ID: <871s7jax4u.fsf@gmail.com> References: <87lg6sejwa.fsf@gmail.com> <87wopd88hq.fsf@gmail.com> <877ehcsocq.fsf@gnu.org> <87bm6oxsyf.fsf@gmail.com> <87a7m7yhu5.fsf@gmail.com> <878t1rygfu.fsf@gmail.com> <877ehbydmz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gODen-00035Z-7L for guix-devel@gnu.org; Sat, 17 Nov 2018 22:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gODei-0006Of-64 for guix-devel@gnu.org; Sat, 17 Nov 2018 22:21:57 -0500 Received: from mail-pf1-x42b.google.com ([2607:f8b0:4864:20::42b]:39013) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gODeh-0006Ns-VI for guix-devel@gnu.org; Sat, 17 Nov 2018 22:21:52 -0500 Received: by mail-pf1-x42b.google.com with SMTP id c72so8530457pfc.6 for ; Sat, 17 Nov 2018 19:21:51 -0800 (PST) In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: L p R n d n Cc: Guix-devel Hey, > Here they are: > > /gnu/store/xlsn612abqz25gl0bxdxdpax9z8ngaxn-module-import > =E2=94=9C=E2=94=80=E2=94=80 gnu > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 installer Ok, so its where the problem is, somehow scheme-modules in the 'modules' procedure of (gnu installer newt) fails to load most of the modules. I don't really understand why, plus I can't reproduce it :( I replaced scheme-modules -> scheme-modules* in 0c4dcc187. If you could fetch the branch and try to build a new disk-image, it would be great! Thanks in advance, Mathieu