From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0pLY-0001ZB-De for guix-patches@gnu.org; Tue, 27 Mar 2018 10:13:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0pLS-00054e-JP for guix-patches@gnu.org; Tue, 27 Mar 2018 10:13:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48170) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f0pLS-00054W-E0 for guix-patches@gnu.org; Tue, 27 Mar 2018 10:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f0pLS-0007VH-9P for guix-patches@gnu.org; Tue, 27 Mar 2018 10:13:02 -0400 Subject: [bug#30960] [PATCH 0/4] Switch to font-build-system Resent-Message-ID: From: Arun Isaac In-Reply-To: <20180327134721.5bgxmbnqpsjcthmb@abyayala> References: <20180327084914.19263-1-arunisaac@systemreboot.net> <20180327090810.2mvgm23ra7m6mj35@abyayala> <20180327134721.5bgxmbnqpsjcthmb@abyayala> Date: Tue, 27 Mar 2018 19:42:15 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: 30960@debbugs.gnu.org > phase `install-license-files' succeeded after 0.0 seconds > starting phase `reset-gzip-timestamps' > find-files: /gnu/store/8zr56l7gh1rh76l8gdyy2j5hn84r56nv-font-lato-2.010: No such file or directory > phase `reset-gzip-timestamps' succeeded after 0.0 seconds > starting phase `compress-documentation' > phase `compress-documentation' succeeded after 0.0 seconds > builder for `/gnu/store/85xg1bvd3xq79y41f7rvasy73jzpkcba-font-lato-2.010.drv' failed to produce output path `/gnu/store/8zr56l7gh1rh76l8gdyy2j5hn84r56nv-font-lato-2.010' > @ build-failed /gnu/store/85xg1bvd3xq79y41f7rvasy73jzpkcba-font-lato-2.010.drv - 1 builder for `/gnu/store/85xg1bvd3xq79y41f7rvasy73jzpkcba-font-lato-2.010.drv' failed to produce output path `/gnu/store/8zr56l7gh1rh76l8gdyy2j5hn84r56nv-font-lato-2.010' > guix build: error: build failed: build of `/gnu/store/85xg1bvd3xq79y41f7rvasy73jzpkcba-font-lato-2.010.drv' failed > > Which could be what I experienced when I first tried to build it with the font-build-system > and then switched to what it uses now in master. I tried building font-lato again on my machine, and it worked. I suspect this problem you are facing is due to the __MACOSX folders in the zip archive. I'm sending in a new patchset with url-fetch/zipbomb instead of url-fetch. Let me know if it works. Thanks.