unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: linux-libre-headers: Update to 3.18.11
@ 2015-04-14 16:33 Jason Self
  2015-04-14 16:45 ` Andreas Enge
  2015-04-15  1:46 ` Mark H Weaver
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Self @ 2015-04-14 16:33 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 433 bytes --]

I understand that updated headers are needed in order for the new
version of VLC to compile successfully. Please see attached. I hope
this is sufficient.

Also, since Alexandre Oliva periodically removes tarballs so as to
free up space on the virtual machine that hosts these, it might also
be a good idea to put a copy of linux-libre-3.18.11-gnu.tar.xz in
http://alpha.gnu.org/gnu/guix/mirror/ along with the current version
3.3.8.

[-- Attachment #1.2: 0001-gnu-linux-libre-headers-Update-to-3.18.11.patch --]
[-- Type: application/octet-stream, Size: 1152 bytes --]

From b23496acf70e7f92f3580329d17f2dc0caf7dd8c Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Tue, 14 Apr 2015 09:28:09 -0700
Subject: [PATCH 1/1] gnu: linux-libre-headers: Update to 3.18.11

* gnu/packages/linux.scm (linux-libre-headers): Update to version 3.18.11.

Signed-off-by: Jason Self <j@jxself.org>
---
 gnu/packages/linux.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dc05322..d16781c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -91,7 +91,7 @@
          version "-gnu.tar.xz")))
 
 (define-public linux-libre-headers
-  (let* ((version "3.3.8")
+  (let* ((version "3.18.11")
          (build-phase
           (lambda (arch)
             `(lambda _
@@ -120,7 +120,7 @@
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "0jkfh0z1s6izvdnc3njm39dhzp1cg8i06jv06izwqz9w9qsprvnl"))))
+               "1xhrasa6biq80lvsa2pbk5q65b5dqrdb6nkfc2ql6r76n0gp82r4"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)))
     (arguments
-- 
1.7.9.5


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: linux-libre-headers: Update to 3.18.11
  2015-04-14 16:33 [PATCH] gnu: linux-libre-headers: Update to 3.18.11 Jason Self
@ 2015-04-14 16:45 ` Andreas Enge
  2015-04-15  1:46 ` Mark H Weaver
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Enge @ 2015-04-14 16:45 UTC (permalink / raw)
  To: Jason Self; +Cc: guix-devel

Hello,

the following is already in core-updates:
commit e081385af289da4c330511aa5adac8078fbd5074
Author: Mark H Weaver <mhw@netris.org>
Date:   Mon Apr 6 10:25:03 2015 -0400
    gnu: linux-libre-headers: Update to 3.14.37.
    * gnu/packages/linux.scm (linux-libre-headers): Update to 3.14.37.

We should try first to update vlc.

On Tue, Apr 14, 2015 at 09:33:13AM -0700, Jason Self wrote:
> Also, since Alexandre Oliva periodically removes tarballs so as to
> free up space on the virtual machine that hosts these, it might also
> be a good idea to put a copy of linux-libre-3.18.11-gnu.tar.xz in
> http://alpha.gnu.org/gnu/guix/mirror/ along with the current version
> 3.3.8.

This is the oldest open bug in guix:
   http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14851
(Well, I would argue it is a bug of linux-libre.)
The project really should upload the tarballs to ftp.gnu.org.

Andreas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: linux-libre-headers: Update to 3.18.11
  2015-04-14 16:33 [PATCH] gnu: linux-libre-headers: Update to 3.18.11 Jason Self
  2015-04-14 16:45 ` Andreas Enge
@ 2015-04-15  1:46 ` Mark H Weaver
  2015-04-15  4:24   ` Jason Self
  2015-04-15 20:53   ` Ludovic Courtès
  1 sibling, 2 replies; 5+ messages in thread
From: Mark H Weaver @ 2015-04-15  1:46 UTC (permalink / raw)
  To: Jason Self; +Cc: guix-devel

"Jason Self" <jason@bluehome.net> writes:
> I understand that updated headers are needed in order for the new
> version of VLC to compile successfully.

Updating linux-libre-headers entails a full rebuild of everything in
Guix.  As Andreas noted, I updated it to the latest LTS (3.14.37) in the
core-updates branch, which will hopefully be merged to master within a
few days.

Is 3.14.x new enough?  Should I have chosen differently?  If we need to
change it, we'll have to wait for the next core-updates cycle.

More generally, what should be our policy on how to choose a version for
linux-libre-headers?

> Also, since Alexandre Oliva periodically removes tarballs so as to
> free up space on the virtual machine that hosts these, it might also
> be a good idea to put a copy of linux-libre-3.18.11-gnu.tar.xz in
> http://alpha.gnu.org/gnu/guix/mirror/ along with the current version
> 3.3.8.

Indeed, we should keep a copy of the source tarball for our
linux-libre-headers there.  I don't know that I have the necessary
access to do that, so I guess that's a job for Ludovic.

     Mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: linux-libre-headers: Update to 3.18.11
  2015-04-15  1:46 ` Mark H Weaver
@ 2015-04-15  4:24   ` Jason Self
  2015-04-15 20:53   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Jason Self @ 2015-04-15  4:24 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

Mark H Weaver declared:
> Updating linux-libre-headers entails a full rebuild of everything in
> Guix.

Yes, I know. It was on my To Do list & I hadn't picked up on that the
update was already done so never mind.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: linux-libre-headers: Update to 3.18.11
  2015-04-15  1:46 ` Mark H Weaver
  2015-04-15  4:24   ` Jason Self
@ 2015-04-15 20:53   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2015-04-15 20:53 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel, Jason Self

Mark H Weaver <mhw@netris.org> skribis:

> "Jason Self" <jason@bluehome.net> writes:
>> Also, since Alexandre Oliva periodically removes tarballs so as to
>> free up space on the virtual machine that hosts these, it might also
>> be a good idea to put a copy of linux-libre-3.18.11-gnu.tar.xz in
>> http://alpha.gnu.org/gnu/guix/mirror/ along with the current version
>> 3.3.8.
>
> Indeed, we should keep a copy of the source tarball for our
> linux-libre-headers there.  I don't know that I have the necessary
> access to do that, so I guess that's a job for Ludovic.

Done!

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-15 20:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-14 16:33 [PATCH] gnu: linux-libre-headers: Update to 3.18.11 Jason Self
2015-04-14 16:45 ` Andreas Enge
2015-04-15  1:46 ` Mark H Weaver
2015-04-15  4:24   ` Jason Self
2015-04-15 20:53   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).