https://bugzilla.redhat.com/show_bug.cgi?id=1272785
Bug ID: 1272785 Summary: Enable org.eclipse.tm.terminal.connector.serial.feature Product: Fedora Version: rawhide Component: eclipse-tm-terminal Assignee: akurtako@redhat.com Reporter: gerard@ryan.lt QA Contact: extras-qa@fedoraproject.org CC: akurtako@redhat.com, eclipse-sig@lists.fedoraproject.org
Description of problem: Parts of eclipse-jbosstools require org.eclipse.tm.terminal.connector.serial.feature, which is currently not being built in the eclipse-tm-terminal package, with the reason (from spec file): '[...] gnu.io dep not available'.
The gnu.io classes are available in the rxtx package, but the relevant OSGi manifest headers don't seem to be there, so I assume that's why they can't be used in this context.
I'm not sure exactly what's needed here. Would injecting the right info into the manifest be enough? Would some other hack be better?
I also found this: rxtx.qbang.org/eclipse/downloads/, which seems to be some other kind of way of distributing it for eclipse (I guess the classes are all the same, but the manifest exports the gnu.io package as desired). Would we need to have an extra package for something like that to get what we need?
https://bugzilla.redhat.com/show_bug.cgi?id=1272785
Mat Booth mat.booth@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mat.booth@redhat.com
--- Comment #1 from Mat Booth mat.booth@redhat.com --- Hmm, if rxtx provides everything we need, then yeah it should simply be a case of adding the correct OSGI header into the rxtx jar manifests at build-time so the correct provides/requires can be generated.
A separate package should not be necessary
https://bugzilla.redhat.com/show_bug.cgi?id=1272785
Mat Booth mat.booth@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature
https://bugzilla.redhat.com/show_bug.cgi?id=1272785
Mat Booth mat.booth@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |eclipse-tm-terminal-4.2.0-2 | |.fc27 Resolution|--- |RAWHIDE Last Closed| |2017-04-02 11:57:07
--- Comment #3 from Mat Booth mat.booth@redhat.com --- This should now be fixed in rawhide.
eclipse-sig@lists.stg.fedoraproject.org