GNU bug report logs - #30845
More java packages

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Sun, 18 Mar 2018 12:43:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


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

From: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: rekado <rekado <at> elephly.net>, 30845 <at> debbugs.gnu.org
Subject: Re: [bug#30845] [PATCH 03/82] gnu: java-eclipse-jetty-security-9.2:
 Ignore test error.
Date: Mon, 19 Mar 2018 23:20:50 +0100
[Message part 1 (text/plain, inline)]
On Sun, 18 Mar 2018 14:05:23 +0100
Julien Lepiller <julien <at> lepiller.eu> wrote:

> * gnu/packages/web.scm (java-eclipse-jetty-security-9.2)[arguments]:
> Ignore one failing test.
> ---
>  gnu/packages/web.scm | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index ceb7d9b7c..ed4fef740 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -6104,6 +6104,10 @@ infrastructure")))
>      (inherit java-eclipse-jetty-security)
>      (version (package-version java-eclipse-jetty-util-9.2))
>      (source (package-source java-eclipse-jetty-util-9.2))
> +    (arguments
> +     `(#:test-exclude
> +       (list "**/ConstraintTest.*")
> +       ,@(package-arguments java-eclipse-jetty-security)))
>      (inputs
>       `(("util" ,java-eclipse-jetty-util-9.2)
>         ("http" ,java-eclipse-jetty-http-9.2)


Can you fix the test or write a comment on why the test fails?

I git-bisected this one and found out:

f2785bd657c55cd36f436b1f6ee1af5d72683162 is the first bad commit
commit f2785bd657c55cd36f436b1f6ee1af5d72683162
Author: Ricardo Wurmus <rekado <at> elephly.net>
Date:   Sat Mar 10 18:35:31 2018 +0100

    gnu: icedtea-8: Build "out" reproducibly.
    
    Partially fixes <https://bugs.gnu.org/30730>.
    
    * gnu/packages/java.scm (icedtea-8)[arguments]: Add phases
    "patch-keystore" and "strip-jar-timestamps".
    [source]: Also patch DIST_ID in "configure" script.

I'm too tired to look into this now.

Maybe Ricardo has an idea on why this one fails?

Björn
[Message part 2 (application/pgp-signature, inline)]

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

Previous Next


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