From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add preseq. Date: Thu, 9 Jul 2015 12:16:29 +0200 Message-ID: References: <87r3osronp.fsf@gnu.org> <87egkrq5xa.fsf@gnu.org> <87k2uakdpm.fsf@gnu.org> <87si8yl1hq.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD8si-0000c9-Au for guix-devel@gnu.org; Thu, 09 Jul 2015 06:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZD8sf-0001pg-4r for guix-devel@gnu.org; Thu, 09 Jul 2015 06:16:40 -0400 In-Reply-To: <87si8yl1hq.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 > ERROR: In procedure mkstemp!: > ERROR: In procedure mkstemp!: No such file or directory > builder for `/gnu/store/2ll28ypms57h0k44f4mmclhw9dz3ccvm-preseq-1.0.2.d= rv' failed with exit code 1 > @ build-failed /gnu/store/2ll28ypms57h0k44f4mmclhw9dz3ccvm-preseq-1.0.2= .drv - 1 builder for `/gnu/store/2ll28ypms57h0k44f4mmclhw9dz3ccvm-preseq-= 1.0.2.drv' failed with exit code 1 > guix build: error: build failed: build of `/gnu/store/2ll28ypms57h0k44f= 4mmclhw9dz3ccvm-preseq-1.0.2.drv' failed The problem was that the =E2=80=9Center-dir=E2=80=9D and =E2=80=9Cuse-sam= tools-headers=E2=80=9D phases were both added after =E2=80=9Cunpack=E2=80=9D. (Has the order in which = phases are added with =E2=80=98modify-phases=E2=80=99 changed? When I built it loca= lly back then =E2=80=9Cuse-samtools-headers=E2=80=9D must have ended up after =E2=80=9C= enter-dir=E2=80=9D.) I just pushed a commit that explicitly moves =E2=80=9Cuse-samtools-header= s=E2=80=9D after the =E2=80=9Center-dir=E2=80=9D phase, fixing this problem. Thank you, Mark, for the notification. ~~ Ricardo