Path: csiph.com!news.neodome.net!news.mixmin.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: Re: wrong information in the manifest files of eclipse-platform-runtime Date: Sat, 24 Sep 2022 14:50:01 +0200 Message-ID: References: X-Original-To: Emmanuel Bourg X-Mailbox-Line: From debian-java-request@lists.debian.org Sat Sep 24 12:49:42 2022 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.179 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: ACrzQf1vPpNJpPL/DwLKkEiLFhCaQxRQx4wjiVnguSjGPr40wmU3OFse W+gWLJhHbgdfFfyhXviBKAAD+XYYOBRb6XbHC4w= X-Google-SMTP-Source: AMsMyM7PconoYcmtMAG2050yXYYryllO3x0y1vZy4FCELzQdL4piolxlXS1KBO5druMW2rwFzfbAAP/vi5+92yDRjAc= X-Received: by 2002:a25:3b46:0:b0:69c:a60e:2e57 with SMTP id i67-20020a253b46000000b0069ca60e2e57mr12494004yba.364.1664023760658; Sat, 24 Sep 2022 05:49:20 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/23075 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmMnVDkqq9VzwJr==22HVyERvyqbNJ+J+k93ONEkbtG-+A@mail.gmail.com Approved: robomod@news.nic.it Lines: 48 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Java , tony mancill X-Original-Date: Sat, 24 Sep 2022 13:48:44 +0100 X-Original-Message-ID: X-Original-References: <606f8ff7-54f4-bfa2-cb21-6bfcc10900f2@apache.org> Xref: csiph.com linux.debian.maint.java:12435 Hi Emmanuel, On Thu, Sep 22, 2022 at 9:07 PM Emmanuel Bourg wrote: > > Hi Sudip, > > Le 19/09/2022 =C3=A0 17:47, Sudip Mukherjee a =C3=A9crit : > > > While investigating #1010983, I noticed that the manifest files of > > eclipse-platform-runtime mentions that it needs javax.annotation > > version=3D"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 --=20 Regards Sudip