GNU bug report logs -
#26803
Java things
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Sat, 6 May 2017 14:02:02 UTC
Severity: normal
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 May 2017 21:56:54 +0200
with message-id <871srp7v21.fsf <at> elephly.net>
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
help-debbugs <at> gnu.org.)
--
26803: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26803
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
Roel Janssen <roel <at> gnu.org> 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
This bug report was last modified 8 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.