packages icon indicating copy to clipboard operation
packages copied to clipboard

Jabref: Update to 5.15 along with packaging fixes

Open A108384 opened this issue 1 year ago • 1 comments

Summary

  • Update from 5.5 to 5.15 changelogs

  • Add homepage to package.yml

  • Update to openjdk-21

  • Include new MAINTAINERS.md

  • Include monitoring.yml

  • Include appstream metainfo

  • Resolves #3089

  • Resolves #2642

  • Related to #1389

Test Plan

  • [x] Rebuild package and install successfully
  • [x] Run application, creating, modifying, and reloading application

Checklist

  • [X] Package was built and tested against unstable

A108384 avatar Aug 17 '24 19:08 A108384

Yes. I think you are right. I see that now. i'll see what I can do.

A108384 avatar Aug 22 '24 23:08 A108384

Same here

davidjharder avatar Oct 31 '24 16:10 davidjharder

It looks like that plugin longer is available. This no longer builds for me either. I have reached out to the JabRef team asking for assistance / clarification on this plugin.

--- 2 hours later --- I did not make any changes but after failing many times the build has been successful several times.
I wonder if the developer adjusted one of the gradle plugins...

I don't know if this is a risky situation and I need to do more research on it.. or if it builds, it builds :)

In the meantime, could you please try again? It is working for me now with no changes and I have cleared the cache and rebuilt successfully a few times.

@davidjharder @malfisya

A108384 avatar Nov 01 '24 18:11 A108384

Still getting a timeout on https://jitpack.io/com/github/koppor/gradle-modules-plugin/gradle-modules-plugin/jitpack-SNAPSHOT/gradle-modules-plugin-jitpack-33f60fd812-1.pom

EDIT: Tried a wget and it worked eventually; took 2 minutes. Maybe timeout can be changed to ~5min.

davidjharder avatar Nov 01 '24 21:11 davidjharder

Ok, it built for me. Something is janky with downloading that one file. I added -Dorg.gradle.internal.http.socketTimeout=60000 -Dorg.gradle.internal.http.connectionTimeout=60000 to the gradle line

davidjharder avatar Nov 01 '24 22:11 davidjharder

I had more successful rebuilds last night and again this morning with no changes. (US ET) Should I add the timeout parameters for a better chance of successful builds and resubmit the PR? It has been working for me, but obviously is not consistent.

A108384 avatar Nov 02 '24 11:11 A108384

It still keeps failing for me. The plugin is still the problem, maybe my location is the cause. So, I cannot verify the functionality of the package. If other staff can verify that jabref working properly, I will leave the review to them.

malfisya avatar Nov 02 '24 12:11 malfisya

Timed out for me as well. In Sweden.

androidnisse avatar Nov 02 '24 12:11 androidnisse

@A108384 add the timeout flags and I'll give it a shot on the build server. Let's try it

davidjharder avatar Nov 02 '24 16:11 davidjharder

@A108384 add the timeout flags and I'll give it a shot on the build server. Let's try it

I have finally updated the PR. It still failed to build a few times yesterday before it was successful. But then it has built successfully several times since.

I also found this except in the jitpack.io FAQ

How do I resolve Read timed out error in Gradle?

Since version 4.3 Gradle has reduced http timeouts which can cause downloads to time out when JitPack waits for a build to finish. To increase timeouts add these settings to your gradle.properties file:

systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

Therefore I used 180000 for the Timeout parameters.

A108384 avatar Nov 07 '24 15:11 A108384

Successful build!

davidjharder avatar Nov 07 '24 16:11 davidjharder