From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: Re: GNUnet build failure on mips64el Date: Sat, 22 Feb 2014 00:28:11 +0100 Message-ID: <5307E10B.7030305@totakura.in> References: <87d2ih6l4f.fsf@netris.org> <53074C8A.1050206@totakura.in> <87ob205ebf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGzW0-0006JY-E2 for guix-devel@gnu.org; Fri, 21 Feb 2014 18:28:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGzVu-00083n-Fa for guix-devel@gnu.org; Fri, 21 Feb 2014 18:28:20 -0500 Received: from mail-out1.informatik.tu-muenchen.de ([131.159.0.8]:42398 helo=smtp1.informatik.tu-muenchen.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGzVu-00083e-9R for guix-devel@gnu.org; Fri, 21 Feb 2014 18:28:14 -0500 In-Reply-To: <87ob205ebf.fsf@netris.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On 02/21/2014 10:46 PM, Mark H Weaver wrote: > That failed immediately. The reason is that apparently GNUnet's test > suite only works if GNUnet has already been installed. In this case, > since the build failed, the guix-daemon deleted the /nix/store/* > directory where it had been installed :-( True. I forgot about that. I suspect it is the timing issue here. Can you perhaps compile gnunet manually with its dependencies from Guix and then run the tests in revocation? Sree