Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #12435
| Path | csiph.com!news.neodome.net!news.mixmin.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
| 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 | <F9cLv-9KdH-1@gated-at.bofh.it> (permalink) |
| References | <F7rbX-8EDR-1@gated-at.bofh.it> <F8APT-9mUs-7@gated-at.bofh.it> |
| X-Original-To | Emmanuel Bourg <ebourg@apache.org> |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Sat Sep 24 12:49:42 2022 |
| Old-Return-Path | <sudipm.mukherjee@gmail.com> |
| 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 | <debian-java@lists.debian.org> archive/latest/23075 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| 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 <debian-java@lists.debian.org>, tony mancill <tmancill@debian.org> |
| X-Original-Date | Sat, 24 Sep 2022 13:48:44 +0100 |
| X-Original-Message-ID | <CADVatmMnVDkqq9VzwJr==22HVyERvyqbNJ+J+k93ONEkbtG-+A@mail.gmail.com> |
| X-Original-References | <CADVatmPdu=JUcuc9yietT_m_G2dymKerMyzxsfqqbfQH89Qc7w@mail.gmail.com> <606f8ff7-54f4-bfa2-cb21-6bfcc10900f2@apache.org> |
| Xref | csiph.com linux.debian.maint.java:12435 |
Show key headers only | View raw
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
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
wrong information in the manifest files of eclipse-platform-runtime Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2022-09-19 17:50 +0200
Re: wrong information in the manifest files of eclipse-platform-runtime Emmanuel Bourg <ebourg@apache.org> - 2022-09-22 22:20 +0200
Re: wrong information in the manifest files of eclipse-platform-runtime Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2022-09-24 14:50 +0200
tomcat10 in debian experimental Alberto Senni <alberto.senni@gmail.com> - 2022-09-24 22:20 +0200
Re: tomcat10 in debian experimental Markus Koschany <apo@debian.org> - 2022-09-24 23:10 +0200
csiph-web