From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: Guix package failure Date: Tue, 12 Aug 2014 15:51:42 +0000 Message-ID: References: <20140812144959.GA10821@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHEMS-00031K-O1 for Guix-devel@gnu.org; Tue, 12 Aug 2014 11:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHEMR-00060p-Vr for Guix-devel@gnu.org; Tue, 12 Aug 2014 11:51:44 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:62467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHEMR-00060l-P4 for Guix-devel@gnu.org; Tue, 12 Aug 2014 11:51:43 -0400 Received: by mail-wi0-f176.google.com with SMTP id bs8so6093880wib.3 for ; Tue, 12 Aug 2014 08:51:42 -0700 (PDT) In-Reply-To: <20140812144959.GA10821@debian> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: Guix-devel@gnu.org > In unknown file: > ?: 0 [opendir ("m4" "/gnu/store/3a66h65pj9rfmgh38wngas7qjagbl39s-m4-1.4.17")] > > ERROR: In procedure opendir: > ERROR: Wrong type (expecting string): ("m4" "/gnu/store/3a66h65pj9rfmgh38wngas7qjagbl39s-m4-1.4.17") > builder for `/gnu/store/p9jq9v14yhzzbahwambkxhnjsyx5py2v-profile.drv' failed with exit code 1 > guix package: error: build failed: build of `/gnu/store/p9jq9v14yhzzbahwambkxhnjsyx5py2v-profile.drv' failed I had exactly the same problem but the message varied. It was either "m4" or "linux-headers" I just cloned the repo again, built it, installed and the error is gone. Manolis