[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wrong information in the manifest files of eclipse-platform-runtime



Hi Emmanuel,

On Thu, Sep 22, 2022 at 9:07 PM Emmanuel Bourg <ebourg@apache.org> wrote:
>
> Hi Sudip,
>
> Le 19/09/2022 à 17:47, Sudip Mukherjee a écrit :
>
> > While investigating #1010983, I noticed that the manifest files of
> > eclipse-platform-runtime mentions that it needs javax.annotation
> > version="1.3.5", but in Debian we have version 1.3 as supplied by
> > libgeronimo-annotation-1.3-spec-java.
>
> Is this causing an issue somewhere?

Yes, eclipse-tracecompass is now completely unusable.
https://bugs.debian.org/1010983

>
>
> > Unless anyone has any objection I will like to do a team upload with
> > the attached patch fixing the manifest files. Its only a change in the
> > manifest file to add a range of 1.3 to 1.3.5 for javax.annotation and
> > remove javax.annotation from "Require-Bundle".
>
> What about changing the version in libgeronimo-annotation-1.3-spec-java
> instead? The Eclipse source packages publish 120+ binary packages, if we
> start tweaking manually their OSGi metadata to fit what we have in
> Debian this will turn into a maintenance nightmare.

Changing the manifest in libgeronimo-annotation-1.3-spec-java will be
easier but then the manifest will be giving wrong version information.
And, also its just not eclipse-platform-runtime vs.
libgeronimo-annotation-1.3-spec-java.

1) equinox-p2 wants bounycastle 1.65.0 but we have v1.71.  Bug report at [1].
2) bouncycastle manifest files do not have any information about
Bundle-Version, Bundle-Name, Export-Package. Bug report at [2].


[1]. https://bugs.debian.org/1020299
[2]. https://bugs.debian.org/1019488


-- 
Regards
Sudip


Reply to: