| Summary: | java/eclipse: update to 4.17 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jonathan Chen <jonc> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
| Status: | Closed Overcome By Events | ||||||||
| Severity: | Affects Only Me | CC: | fernape, pi | ||||||
| Priority: | --- | Keywords: | needs-qa, patch | ||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| URL: | https://www.eclipse.org/eclipseide/2020-09/noteworthy/ | ||||||||
| Attachments: |
|
||||||||
|
Description
Jonathan Chen
2020-10-03 20:16:50 UTC
testbuilds@work fails in patch: ===> FAILED Applying FreeBSD patch-eclipse.platform.swt Can I view the build logs? It seems to work on my local build-harness. ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Q/A: Would it be possible to regenerate the patches so they comply with the expected format? Thanks! (In reply to Kurt Jaeger from comment #5) I reviewed the attached patch, and it looks good. Looking at the logs, it appears that the "scripts/pre-patch" hasn't been updated? The patch-fragment for the update to the script is on line:1585 of the attached patch. Can you make sure that it has been applied correctly? in particular: diff -ruN /usr/ports/java/eclipse/scripts/pre-patch ./scripts/pre-patch --- /usr/ports/java/eclipse/scripts/pre-patch 2020-10-04 09:12:19.900287000 +1300 +++ ./scripts/pre-patch 2020-10-04 08:17:42.572860000 +1300 @@ -4,6 +4,7 @@ # LINUX_DIRS=" eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.* + eclipse.platform.swt.binaries/bundles/org.eclipse.swt.browser.chromium.gtk.linux.* eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.* eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/linux eclipse.platform.team/bundles/org.eclipse.core.net.linux.* (In reply to Jonathan Chen from comment #6) svn diff scripts/pre-patch gives: ------------------ Index: scripts/pre-patch =================================================================== --- scripts/pre-patch (revision 551473) +++ scripts/pre-patch (working copy) @@ -4,6 +4,7 @@ # LINUX_DIRS=" eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.* + eclipse.platform.swt.binaries/bundles/org.eclipse.swt.browser.chromium.gtk.linux.* eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.* eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/linux eclipse.platform.team/bundles/org.eclipse.core.net.linux.* ------------------- so it looks that this patch is in the change set: svn status reports: M Makefile M distinfo A files/cef-patch M files/patch-eclipse-platform-parent M files/patch-eclipse.pde.ui M files/patch-eclipse.platform.releng M files/patch-eclipse.platform.releng.tychoeclipsebuilder M files/patch-eclipse.platform.resources M files/patch-eclipse.platform.runtime M files/patch-eclipse.platform.swt M files/patch-eclipse.platform.swt.binaries M files/patch-eclipse.platform.text M files/patch-eclipse.platform.ui M files/patch-rt.equinox.framework M files/patch-rt.equinox.p2 M scripts/pre-build M scripts/pre-patch Created attachment 218580 [details]
4.17 update (1)
For some reason, the pre-patch isn't being run correctly on the test-build box. I've added diagnostic output to see what is happening.
(In reply to Jonathan Chen from comment #8) Looks very similar to the last problem: https://people.freebsd.org/~pi/logs/eclipse-cur-v2.txt (In reply to Kurt Jaeger from comment #9) I'm getting a 404 on the link with the latest log output. (In reply to Kurt Jaeger from comment #9) fixed. There's a webkit2-gtk3 bug that's crippling the port which I cannot seem to resolve. Close this, as 4.18 is out, and I'm concentrating my debugging efforts on that instead. |