From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: ENOSPC upon offloading Date: Fri, 14 Dec 2018 12:09:04 +0100 Message-ID: <87h8fg4b73.fsf_-_@gnu.org> References: <68f9fc17-94f5-dcc2-f54d-61d6e2bf384d@riseup.net> <20181208181214.2308472a@scratchpost.org> <20181209215126.GA10968@jurong> <20181210113014.0e4e76eb@scratchpost.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]:44463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXlLM-0002Oh-7m for guix-devel@gnu.org; Fri, 14 Dec 2018 06:09:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXlLL-0004RR-Io for guix-devel@gnu.org; Fri, 14 Dec 2018 06:09:20 -0500 In-Reply-To: <20181210113014.0e4e76eb@scratchpost.org> (Danny Milosavljevic's message of "Mon, 10 Dec 2018 11:30:14 +0100") 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" To: Danny Milosavljevic Cc: guix-devel@gnu.org, 33676@debbugs.gnu.org Hello, Danny Milosavljevic skribis: > I've tried it now and I get: > > dannym@bayfront ~/src/guix$ ./pre-inst-env guix system disk-image --syste= m=3Darmhf-linux gnu/system/install.scm > ... > importing file or directory '/gnu/store/3qrkj5zqmhnkr953xznmy96fq8i55ia5-= glibc-b > ootstrap-0'... > found valid signature for '/gnu/store/3qrkj5zqmhnkr953xznmy96fq8i55ia5-gl= ibc-boo > tstrap-0' > guix offload: error: link: No space left on device > cannot build derivation `/gnu/store/mdc6h56cg0a8i09rh0zbw5kgipwlnvln-binu= tils-cr > oss-boot0-2.31.1.drv': 1 dependencies couldn't be built I looked again at the code and found the issue, now fixed in adb158b7396cbdcda347fa298978408e531a03fd. We=E2=80=99ll have to update the =E2=80=98guix=E2=80=99 package and deploy = it to actually get the fix. Thanks, Ludo=E2=80=99.