From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#33676: ENOSPC upon offloading Date: Fri, 14 Dec 2018 12:09:04 +0100 Message-ID: <87h8fg4b73.fsf_-___12899.6497173377$1544785691$gmane$org@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]:44858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXlM6-0002fK-EY for bug-guix@gnu.org; Fri, 14 Dec 2018 06:10:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXlM2-0004jo-PI for bug-guix@gnu.org; Fri, 14 Dec 2018 06:10:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXlM2-0004jI-02 for bug-guix@gnu.org; Fri, 14 Dec 2018 06:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gXlM1-00015i-QS for bug-guix@gnu.org; Fri, 14 Dec 2018 06:10:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181210113014.0e4e76eb@scratchpost.org> (Danny Milosavljevic's message of "Mon, 10 Dec 2018 11:30:14 +0100") 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: 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.