| Summary: | Plug-in "org.eclipse.linuxtools.oprofile.core" was unable to instantiate class "org.eclipse.linuxtools.oprofile.core.linux.x86_64.LinuxOpxmlProvider64". | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | jacoblanchaster |
| Component: | LinuxTools | Assignee: | OProfile Inbox <linux.oprofile-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | kksebasti, remy.suen, sgehwolf |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
jacoblanchaster
When i run ./eclipse -console and run ss, I notice that org.eclipse.linuxtools.oprofile.core(0.3.0.201008261754) does not have a fragment listed despite the declaration in its MANIFEST.MF file. The fragment org.eclipse.linuxtools.oprofile.core.linux.x86_64(0.3.0.201008261754) does not have a master listed despite the declaration in its MANIFEST.MF file. The fragment org.eclipse.linuxtools.oprofile.core.linux.x86_64 contains the class LinuxOpxmlProvider64.class. (In reply to comment #1) > When i run ./eclipse -console and run ss, I notice that > > org.eclipse.linuxtools.oprofile.core(0.3.0.201008261754) > > does not have a fragment listed despite the declaration in its MANIFEST.MF > file. The fragment > > org.eclipse.linuxtools.oprofile.core.linux.x86_64(0.3.0.201008261754) does not > have a master listed despite the declaration in its MANIFEST.MF file. > > The fragment org.eclipse.linuxtools.oprofile.core.linux.x86_64 contains the > class LinuxOpxmlProvider64.class. I wonder if this is a x86_64 problem. Do you have access to a 32 bit box (or VM) using Gentoo? Is something similar happening on a 32 bit x86 box? Thanks! The org.eclipse.linuxtools.oprofile.core.linux.${arch} packages were removed as a result of switching away from opxml. It seems like this may have been an issue with those packages being referenced in the manifest despite having been removed. As of now, there are no references to those old packages.
Resolving as fixed.
|