Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 219308] EPP CPP package build fails due to org.eclipse.ui.views. log dependency

https://bugs.eclipse.org/bugs/show_bug.cgi?id=219308  
Product/Component: CDT / cdt-releng




--- Comment #4 from Markus Knauer <mknauer@xxxxxxxxxxxxxx>  2008-02-19 01:29:48 -0500 ---
I've not yet checked the fix or anything else, but there is another way to
reproduce this error. The update manager does *not* inform you on that problem,
probably because the feature is not updated (didn't check that either, that's
only my assumption).

(1) Install a plain 3.4M5 *platform* (not SDK or anything else)
(2) Add the Ganymede staging update site (or the site where the CDT feature can
be found) and install CDT
(3) Start Eclipse with the OSGi console (-console) and look for the number of
the org.eclipse.cdt.ui_5.0.0.200802111122 bundle with 'ss'; it should be in
state 'installed'
(4) Try to start it from the OSGi console (e.g. 'start 111') and you will get
this dependency error (or not if it is solved):

 org.osgi.framework.BundleException: The bundle could not be resolved. Reason:
Missing Constraint: Require-Bundle: org.eclipse.ui.views.log;
bundle-version="1.0.0"
        at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)
        at
org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:257)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:612)
        at
org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:150)
        at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:298)
        at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(FrameworkConsole.java:283)
        at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:219)
        at java.lang.Thread.run(Thread.java:735)


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top