From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 06/11] gnu: Add python-sh. Date: Sun, 28 Aug 2016 14:28:31 +0200 Message-ID: References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-6-david@craven.ch> <20160827104228.5db67f6a@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdzCZ-0002Ub-2g for guix-devel@gnu.org; Sun, 28 Aug 2016 08:28:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdzCU-0002qy-Tl for guix-devel@gnu.org; Sun, 28 Aug 2016 08:28:38 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:36143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdzCT-0002qj-NZ for guix-devel@gnu.org; Sun, 28 Aug 2016 08:28:34 -0400 Received: by mail-yw0-x241.google.com with SMTP id u134so5296792ywg.3 for ; Sun, 28 Aug 2016 05:28:32 -0700 (PDT) In-Reply-To: <20160827104228.5db67f6a@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel Thanks for your suggestions. I pushed the packages. Is there a git repo somewhere I can pull your uboot stuff from? I'd like to test it =) I'm interested in starting a riscv port of guixsd at some point. I've identified some blocking issues I think need to be addressed first to make it feasible: 1. getting guix system vm running on arm/mips (requires uboot working) 2. offloading builds to a vm (since riscv won't have (commercially) available soc's till next year) 3. updating the default gcc to a recent version (preferably gcc 6) So I'm willing to invest some quality time with these issues...