From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: bug#29512: build of git-2.15.0.drv failed Date: Thu, 30 Nov 2017 18:55:25 -0500 Message-ID: <86shcvmidu.fsf@gmail.com> References: <86tvxbn1mg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKYgX-0008OS-Rp for bug-guix@gnu.org; Thu, 30 Nov 2017 18:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKYgU-0003AM-Ju for bug-guix@gnu.org; Thu, 30 Nov 2017 18:56:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKYgU-0003AG-FN for bug-guix@gnu.org; Thu, 30 Nov 2017 18:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKYgU-0000mo-8p for bug-guix@gnu.org; Thu, 30 Nov 2017 18:56:02 -0500 In-Reply-To: <86tvxbn1mg.fsf@gmail.com> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29512@debbugs.gnu.org Hmm... I have discovered that that works when I don't use the multi-job/multi-core options, e.g., as previously reported, this fails ... g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm But this ... g1@g1 ~/src/guix$ guix package -m ../g1.scm works. So maybe it's a git bug as opposed to a guix bug.