From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Errors encountered in building guix from source. Date: Sat, 20 Jan 2018 21:45:50 +0100 Message-ID: <20180120204550.GA13574@thebird.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ed04k-00023s-RU for guix-devel@gnu.org; Sat, 20 Jan 2018 15:49:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ed04h-00058s-Pe for guix-devel@gnu.org; Sat, 20 Jan 2018 15:49:18 -0500 Received: from mail.thebird.nl ([95.154.246.10]:45187) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ed04h-0004wY-Ic for guix-devel@gnu.org; Sat, 20 Jan 2018 15:49:15 -0500 Content-Disposition: inline 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: Fis Trivial Cc: "guix-devel@gnu.org" On Sat, Jan 20, 2018 at 08:16:04PM +0000, Fis Trivial wrote: > I am currently running guix on top of Fedora 26. This is a mix of several > problems, and possibly contains bugs in guix, I am not sure if I have done > anything wrong. So I will try to describe them in order. If you believe I > should make separate threads or fill a bug report, just tell me to. > > > I tried to build guix from git repo according to this menu: > https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git > > * Do as the menu said > So I ran the following command in sequence: > $ guix environment guix --ad-hoc help2man git strace > $ ./bootstrap > $ ./configure --localstatedir=/var This looks inadequate to me. Try my https://gitlab.com/pjotrp/guix-notes/blob/master/INSTALL.org See building guix from guix - the bullet proof way. It builds Guix inside Guix tooling - no leakage. Pj.