Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bumps for 4.33 stream #2085

Closed
Tracked by #2056
MohananRahul opened this issue Jun 4, 2024 · 8 comments
Closed
Tracked by #2056

Version bumps for 4.33 stream #2085

MohananRahul opened this issue Jun 4, 2024 · 8 comments

Comments

@MohananRahul
Copy link
Contributor

No description provided.

MohananRahul added a commit to MohananRahul/equinox that referenced this issue Jun 4, 2024
sravanlakkimsetti added a commit to eclipse-equinox/equinox that referenced this issue Jun 4, 2024
* Version Bump 4.33

eclipse-platform/eclipse.platform.releng.aggregator#2085

* Version Bumps

---------

Co-authored-by: Sravan Kumar Lakkimsetti <[email protected]>
@MohananRahul
Copy link
Contributor Author

Version Bump required :

image

@iloveeclipse
Copy link
Member

iloveeclipse commented Jun 5, 2024

Not sure if this is the reason, but I'm unable to start https://download.eclipse.org/eclipse/downloads/drops4/I20240605-0510/ build:

!SESSION 2024-06-05 15:39:48.628 -----------------------------------------------
eclipse.buildId=4.33.0.I20240605-0510
java.version=21.0.2-13
java.vendor=N/A
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2024-06-05 15:39:51.643
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
	no swt-gtk-4966 in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	no swt-gtk in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	no swt in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	Can't load library: /home/aloskuto/.swt/lib/linux/x86_64/libswt-gtk-4966.so
	Can't load library: /home/aloskuto/.swt/lib/linux/x86_64/libswt-gtk.so
	Can't load library: /home/aloskuto/.swt/lib/linux/x86_64/libswt.so

	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:345)
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254)
	at org.eclipse.swt.internal.C.<clinit>(C.java:19)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:209)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:155)
	at org.eclipse.swt.widgets.Display.<clinit>(Display.java:170)
	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:721)
	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:185)
	at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:182)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)

We should declare it unstable.

@iloveeclipse
Copy link
Member

No. Looks like it's SWT issue. I see SWT jar contains following:
image
but expects to see libswt-gtk-4966.so

@iloveeclipse
Copy link
Member

We should declare it unstable.

@sravanlakkimsetti , @MohananRahul : any objections?

@iloveeclipse
Copy link
Member

No. Looks like it's SWT issue.

But may be it is an SWT issue because the bundle versions weren't updated and so native code didn't rebuild.

@iloveeclipse
Copy link
Member

I've created eclipse-platform/eclipse.platform.swt#1261 and once it builds, will try to schedule new IBuild to get something useful.
I hope the version bump will trigger SWT natives rebuild. @HannesWell : is my assumption correct?

@sravanlakkimsetti
Copy link
Member

We should declare it unstable.

@sravanlakkimsetti , @MohananRahul : any objections?

No objections here. Thank you for declaring it as unstable

@HannesWell
Copy link
Member

I've created eclipse-platform/eclipse.platform.swt#1261 and once it builds, will try to schedule new IBuild to get something useful. I hope the version bump will trigger SWT natives rebuild. @HannesWell : is my assumption correct?

Its not the version bump that triggers a re-build of the natives but the change in native code in eclipse-platform/eclipse.platform.swt#1259. But since that PR was missing the version bump it failed on the master and therefore the built natives where not pushed. But since the built natives were not pushed any subsequent master built that passes will push them. Assuming eclipse-platform/eclipse.platform.swt#1261 fixes the build the re-built binaries will be pushed.

iloveeclipse added a commit to eclipse-platform/eclipse.platform.swt that referenced this issue Jun 5, 2024
MohananRahul added a commit to MohananRahul/eclipse.platform.releng.aggregator that referenced this issue Jun 6, 2024
MohananRahul added a commit that referenced this issue Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants