emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26803: closed (Java things)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26803: closed (Java things)
Date: Mon, 15 May 2017 19:58:02 +0000

Your message dated Mon, 15 May 2017 21:56:54 +0200
with message-id <address@hidden>
and subject line Re: bug#26803: [PATCH 36/36] gnu: Add java-commons-compress.
has caused the debbugs.gnu.org bug report #26803,
regarding Java things
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26803: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26803
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Java things Date: Sat, 06 May 2017 16:01:29 +0200 User-agent: mu4e 0.9.18; emacs 25.1.1
Several months ago Hartmut posted a couple of unfinished patches to
guix-devel.  I thought it wouldn’t be too hard to finish them.  I was
wrong.  I still haven’t gotten all of them to build because to do things
right I would need to package way too many things.

This is a subset of my work to clean up Hartmut’s original patches.  The
remaining packages require “reflections”, which depends on tomcat and
many more unpackaged Java things.  I’d just like to get rid of this
local branch, to be honest.

Note that I had to edit a couple of package sources to cut out
dependencies that would have taken too long to package.  These changes
can be reverted in the future if a better way can be found to handle
these cases without introducing dependency cycles.

I’ll post the patches once I’ve confirmed that all of them still build
with the latest version of Guix.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




--- End Message ---
--- Begin Message --- Subject: Re: bug#26803: [PATCH 36/36] gnu: Add java-commons-compress. Date: Mon, 15 May 2017 21:56:54 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Roel Janssen <address@hidden> writes:

> Ricardo Wurmus writes:
>
>> * gnu/packages/java.scm (java-commons-compress): New variable.
>> ---
[…]
>> +    (arguments
>> +     `(#:jar-name "commons-compress.jar"
>> +       #:phases
>> +       (modify-phases %standard-phases
>> +         (add-after 'unpack 'delete-bad-tests
>> +           (lambda _
>> +             (with-directory-excursion 
>> "src/test/java/org/apache/commons/compress/"
>> +               ;; FIXME: These tests really should not fail.  Maybe they are
>> +               ;; indicative of problems with our Java packaging work.
>
> We should definitely take note of this.

Indeed.  This really looks like a problem with the ant-build-system as I
wrote in another email.

> I think this concludes the first batch of Java packages.
>
> Thanks a lot for this very important work!

Yay!  Thank you so much for taking the time to review this mess!
I’m closing this bug and will push the remaining packages in a moment.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

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