From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: make fails Date: Sat, 23 Dec 2017 11:53:38 +0100 Message-ID: <20171223105338.GB11172@jurong> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eShR6-0005DQ-Ir for guix-devel@gnu.org; Sat, 23 Dec 2017 05:53:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eShR3-0007Px-HE for guix-devel@gnu.org; Sat, 23 Dec 2017 05:53:48 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53220) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eShR3-0007Ol-9Z for guix-devel@gnu.org; Sat, 23 Dec 2017 05:53:45 -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: Catonano Cc: guix-devel@gnu.org Hello, On Sat, Dec 23, 2017 at 10:06:36AM +0100, Catonano wrote: > I just attempted to build Guix and failed > Here's the error message > catonano@xps ~/projects/guix [env]$ make -j 4 no idea if that will help you, but it may help to issue a "make clean-go", delete the remaining .go files pointed out at the end of the outpout, and "make" again. Or in the worst case, "make distclean" and then start with "./configure" again. I sometimes have the problem that "make" fails when files have been reorganised. Andreas