From mboxrd@z Thu Jan 1 00:00:00 1970 From: EuAndreh via Subject: Re: guix import texlive fails because of svn Date: Tue, 21 Jan 2020 12:55:33 -0300 Message-ID: <87k15kvm6i.fsf@euandre.org> References: <87eew5n41r.fsf@mattleach.net> <87blqxw30f.fsf@elephly.net> Reply-To: EuAndreh Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60221) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itvsU-0002zM-GA for help-guix@gnu.org; Tue, 21 Jan 2020 10:55:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itvsQ-0002vI-IW for help-guix@gnu.org; Tue, 21 Jan 2020 10:55:42 -0500 Received: from box.euandre.org ([162.243.185.39]:40108) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itvsQ-0002uz-EU for help-guix@gnu.org; Tue, 21 Jan 2020 10:55:38 -0500 In-Reply-To: <87blqxw30f.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus , help-guix@gnu.org Ricardo Wurmus writes: > Looking at the strace output I see that SVN complains about the temp > directory already existing. This happens in download-svn-to-store in > guix/svn-download.scm where we generate a temporary directory and pass > it as an argument to build:svn-fetch. > > Yes, this must be a bug. Hi Ricardo, This looks like a good opportunity for me to try to start hacking on Guix itself. I've contributed with some patches to packages before, but I'd also like to start working on Guix. I'll try to fix the issue in the next days and prepare a patch. How does that sound? Just saying this so we don't work on the same issue and have duplicate effort.