guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add Icedtea 3.0.0pre09


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add Icedtea 3.0.0pre09
Date: Fri, 25 Mar 2016 11:27:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> Ricardo Wurmus <address@hidden> writes:
>
>> the latest icedtea-ified JDK has not yet been released, but this doesn’t
>> mean we can’t package it.
>>
>> Attached is a patch to add “icedtea-8” (because it provides the JDK for
>> Java version 1.8).  It uses the upstream tarball for version 3.0.0pre09,
>> which I had to mirror on my own server because the Guile HTTP client
>> doesn’t like an invalid header in the response from
>> http://icedtea.classpath.org.
>
> On IRC there was the idea to provide “url-fetch/wget” which would be
> less strict compared to the default Guile HTTP client.

We could do that, but I would prefer fixing and/or monkey-patching the
date header check in Guile.

In this case, if the problem is date header validation, it seems that we
could monkey-patch the ‘parse-rfc-822-date’ procedure of (web http) to
do the right thing.

Would you like to give it a try?

>> The version is declared as “2.99.99-pre09” so that version “3.0.0” (when
>> it is finally released) will be considered an update.
>
> Does it make sense to push this patch to master?  Or should we wait for
> an official release?  Java 1.8 is already pretty old and it seems like
> the pre-release is enough to build OpenJDK 8.

I’d rather wait for an official release, but maybe there’s a good reason
to use the pre-release?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]