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

Fix build failure #7

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Fix build failure #7

merged 1 commit into from
Jan 14, 2025

Conversation

reda-alaoui
Copy link
Contributor

@reda-alaoui reda-alaoui commented Jan 13, 2025

The build was failing because of:

!ENTRY org.eclipse.equinox.p2.touchpoint.natives 4 0 2025-01-13 18:47:24.569
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.p2.touchpoint.natives [2]
  Unresolved requirement: Import-Package: org.eclipse.equinox.internal.p2.core.helpers
    -> Export-Package: org.eclipse.equinox.internal.p2.core.helpers; bundle-symbolic-name="org.eclipse.equinox.p2.core"; bundle-version="2.4.100.v20160102-2223"; version="0.0.0"; x-friends:="org.eclipse.equinox.frameworkadmin.test,  org.eclipse.equinox.p2.artifact.optimizers,  org.eclipse.equinox.p2.artifact.processors,  org.eclipse.equinox.p2.artifact.repository,  org.eclipse.equinox.p2.console,  org.eclipse.equinox.p2.director,  org.eclipse.equinox.p2.director.app,  org.eclipse.equinox.p2.directorywatcher,  org.eclipse.equinox.p2.download,  org.eclipse.equinox.p2.engine,  org.eclipse.equinox.p2.extensionlocation,  org.eclipse.equinox.p2.garbagecollector,  org.eclipse.equinox.p2.installer,  org.eclipse.equinox.p2.metadata,  org.eclipse.equinox.p2.metadata.repository,  org.eclipse.equinox.p2.operations,  org.eclipse.equinox.p2.publisher,  org.eclipse.equinox.p2.publisher.eclipse,  org.eclipse.equinox.p2.reconciler.dropins,  org.eclipse.equinox.p2.repository,  org.eclipse.equinox.p2.repository.tools,  org.eclipse.equinox.p2.repositoryoptimizer,  org.eclipse.equinox.p2.touchpoint.eclipse,  org.eclipse.equinox.p2.touchpoint.natives,  org.eclipse.equinox.p2.ui,  org.eclipse.equinox.p2.ui.admin,  org.eclipse.equinox.p2.ui.sdk,  org.eclipse.equinox.p2.ui.sdk.scheduler,  org.eclipse.equinox.p2.updatechecker,  org.eclipse.equinox.p2.updatechecker.app,  org.eclipse.equinox.p2.updatesite,  org.eclipse.equinox.p2.transport.ecf,  org.eclipse.equinox.p2.discovery.compatibility,  org.eclipse.equinox.p2.ui.discovery,  org.eclipse.equinox.p2.discovery"
       org.eclipse.equinox.p2.core [37]
         Unresolved requirement: Require-Bundle: org.eclipse.equinox.common; bundle-version="[3.5.0,4.0.0)"
           -> Bundle-SymbolicName: org.eclipse.equinox.common; bundle-version="3.8.0.v20160315-1450"; singleton:="true"
              org.eclipse.equinox.common [49]
                Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

Please note that remote repository usage was added because without it, logback-classic was never resolved.

@reda-alaoui reda-alaoui force-pushed the fix-build branch 2 times, most recently from 91c896a to 7491862 Compare January 13, 2025 18:40
@reda-alaoui reda-alaoui marked this pull request as draft January 13, 2025 18:41
@reda-alaoui reda-alaoui marked this pull request as ready for review January 13, 2025 18:48
@ctron ctron merged commit 39c0ad9 into ctron:master Jan 14, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants