GNU bug report logs - #26707
[PATCH 1/1] gnu: grub: Update to 2.0.2.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Sat, 29 Apr 2017 16:22:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26707 in the body.
You can then email your comments to 26707 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26707; Package guix-patches. (Sat, 29 Apr 2017 16:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 29 Apr 2017 16:22:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/1] gnu: grub: Update to 2.0.2.
Date: Sat, 29 Apr 2017 12:20:49 -0400
* gnu/packages/bootloaders.scm (grub): Update to 2.0.2.
[source]: Fetch source from ftp.gnu.org and use upstream file-name.
---
 gnu/packages/bootloaders.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 98afc6a7c..951961bd7 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -63,17 +63,14 @@
 (define-public grub
   (package
     (name "grub")
-    (version "2.02rc1")
+    (version "2.02")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                   "ftp://alpha.gnu.org/gnu/grub/grub-"
-                   "2.02~rc1"
-                   ".tar.xz"))
-             (file-name (string-append name "-" version ".tar.xz"))
+             (uri (string-append "ftp://ftp.gnu.org/gnu/grub/grub-"
+                                 version ".tar.xz"))
              (sha256
               (base32
-               "0y02v19x9sb5jvj740f604vvi5j1rx8pily1jk0l64bdp7lkjlj4"))))
+               "03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.12.2





Information forwarded to guix-patches <at> gnu.org:
bug#26707; Package guix-patches. (Sat, 29 Apr 2017 16:25:01 GMT) Full text and rfc822 format available.

Message #8 received at 26707 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 26707 <at> debbugs.gnu.org
Subject: RE:  [PATCH 1/1] gnu: grub: Update to 2.0.2.
Date: Sat, 29 Apr 2017 12:24:32 -0400
[Message part 1 (text/plain, inline)]
I've built this GRUB for x86_64-linux and i686-linux, and I'm using it
successfully for GuixSD on x86_64-linux.

I'll push it in the next day or two, but I'd like to give others the
opportunity to test their setups.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26707; Package guix-patches. (Sat, 29 Apr 2017 16:55:03 GMT) Full text and rfc822 format available.

Message #11 received at 26707 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Leo Famulari <leo <at> famulari.name>, 26707 <at> debbugs.gnu.org
Subject: Re: bug#26707: [PATCH 1/1] gnu: grub: Update to 2.0.2.
Date: Sat, 29 Apr 2017 18:54:28 +0200
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> * gnu/packages/bootloaders.scm (grub): Update to 2.0.2.
> [source]: Fetch source from ftp.gnu.org and use upstream file-name.
> ---
>  gnu/packages/bootloaders.scm | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
> index 98afc6a7c..951961bd7 100644
> --- a/gnu/packages/bootloaders.scm
> +++ b/gnu/packages/bootloaders.scm
> @@ -63,17 +63,14 @@
>  (define-public grub
>    (package
>      (name "grub")
> -    (version "2.02rc1")
> +    (version "2.02")
>      (source (origin
>               (method url-fetch)
> -             (uri (string-append
> -                   "ftp://alpha.gnu.org/gnu/grub/grub-"
> -                   "2.02~rc1"
> -                   ".tar.xz"))
> -             (file-name (string-append name "-" version ".tar.xz"))
> +             (uri (string-append "ftp://ftp.gnu.org/gnu/grub/grub-"
> +                                 version ".tar.xz"))

This should probably use mirror://gnu.

>               (sha256
>                (base32
> -               "0y02v19x9sb5jvj740f604vvi5j1rx8pily1jk0l64bdp7lkjlj4"))))
> +               "03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:phases (modify-phases %standard-phases
> -- 
> 2.12.2
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26707; Package guix-patches. (Sat, 29 Apr 2017 23:06:02 GMT) Full text and rfc822 format available.

Message #14 received at 26707 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Leo Famulari <leo <at> famulari.name>, 26707 <at> debbugs.gnu.org
Subject: Re: bug#26707: [PATCH 1/1] gnu: grub: Update to 2.0.2.
Date: Sun, 30 Apr 2017 01:05:12 +0200
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> I've built this GRUB for x86_64-linux and i686-linux, and I'm using it
> successfully for GuixSD on x86_64-linux.
>
> I'll push it in the next day or two, but I'd like to give others the
> opportunity to test their setups.

This works for me on a UEFI system. Thanks!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 07 May 2017 23:29:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Sun, 07 May 2017 23:29:02 GMT) Full text and rfc822 format available.

Message #19 received at 26707-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 26707-done <at> debbugs.gnu.org
Cc: 26723-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/1] gnu: grub: Update to 2.0.2.
Date: Sun, 7 May 2017 19:28:09 -0400
[Message part 1 (text/plain, inline)]
On Sat, Apr 29, 2017 at 12:24:32PM -0400, Leo Famulari wrote:
> I've built this GRUB for x86_64-linux and i686-linux, and I'm using it
> successfully for GuixSD on x86_64-linux.
> 
> I'll push it in the next day or two, but I'd like to give others the
> opportunity to test their setups.

I pushed a modified version of this patch as
3586a3e9a9b0c71b11c47ff63279b2e8a24b5704.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 05 Jun 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 334 days ago.

Previous Next


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