GNU bug report logs - #29058
[PATCH] tests: install: Estimate the installation system disk size.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Sun, 29 Oct 2017 18:54:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Subject: bug#29058: closed (Re: [bug#29058] [PATCH] tests: install:
 Estimate the installation system disk size.)
Date: Mon, 30 Oct 2017 08:15:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#29058: [PATCH] tests: install: Estimate the installation system disk size.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 29058 <at> debbugs.gnu.org.

-- 
29058: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29058
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 29058-close <at> debbugs.gnu.org
Subject: Re: [bug#29058] [PATCH] tests: install: Estimate the installation
 system disk size.
Date: Mon, 30 Oct 2017 09:14:24 +0100
Pushed as 91496dfc9a4c3a708b5c2604fad3e42e101fea04
after fixing a typo in the commit message,

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel <at> crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


[Message part 3 (message/rfc822, inline)]
From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] tests: install: Estimate the installation system disk size.
Date: Sun, 29 Oct 2017 19:52:50 +0100
1500 MiB are too small for a current system, thus use let
system-disk-image estimate the required size.

* gnu/tests/install.scm: (run-install): Pass "#:disk-image-size
  'guess" to system-disk-image.
---
 gnu/tests/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index d0cc08f43..a80c520ec 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -219,7 +219,7 @@ packages defined in installation-os."
                        (image  (system-disk-image
                                 (operating-system-with-gc-roots
                                  os (list target))
-                                #:disk-image-size (* 1500 MiB)
+                                #:disk-image-size 'guess
                                 #:file-system-type
                                 installation-disk-image-file-system-type)))
     (define install
-- 
2.13.5




This bug report was last modified 7 years and 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.