From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: make check failed of build guix from git on GuixSD Date: Mon, 28 Jan 2019 16:12:23 +0900 Message-ID: <20190128071223.ya3mdnf6y55v5gxs@WaraToNora> References: <20190128012012.ezoaq4drvsetjw6g@WaraToNora> <875zu99t5l.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1go162-0006UM-EB for guix-devel@gnu.org; Mon, 28 Jan 2019 02:12:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1go161-0003J0-1a for guix-devel@gnu.org; Mon, 28 Jan 2019 02:12:42 -0500 Received: from mail-pl1-x62b.google.com ([2607:f8b0:4864:20::62b]:39556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1go15z-0003AU-14 for guix-devel@gnu.org; Mon, 28 Jan 2019 02:12:39 -0500 Received: by mail-pl1-x62b.google.com with SMTP id 101so7350291pld.6 for ; Sun, 27 Jan 2019 23:12:35 -0800 (PST) Content-Disposition: inline In-Reply-To: <875zu99t5l.fsf@gmail.com> 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: Chris Marusich Cc: guix-devel@gnu.org On Sun, Jan 27, 2019 at 10:45:58PM -0800, Chris Marusich wrote: > Hi, > > What commit is this from? I just ran "make check" on > 86228e569baaf1de0bfbb692fb2821df23f98b4a and although I do get one test > failure, it looks very different from what you have shared. > > Some more questions to help troubleshoot: > > - Does it still fail when you build from a fresh checkout? > No, git pulled several times. > - Does it still fail when you delete your ~/.cache/guile/ccache > directory? This is Guile's cache for compiled .go files, and > sometimes old .go files can cause strange problems. See "Environment > Variables" in the Guile manual for more information about the cache. > Thank you, I will tray again after delete cache.