Path: csiph.com!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: problem with bouncycastle manifest file Date: Sat, 10 Sep 2022 17:10:01 +0200 Message-ID: X-Mailbox-Line: From debian-java-request@lists.debian.org Sat Sep 10 15:01:16 2022 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.109 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, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: ACgBeo3nERlypJzEQnScSPRIYsDDts0O+J5l56k3O5cmLk0iyTeP1XdM biLTKWj+guElwWMawHqJvtnW7H2byRgJW16OT/Ku2whJiX4= X-Google-SMTP-Source: AA6agR6NYFQV1UYAR/5664kbc0qKuQvGdYab40D3LB2ZPMABMzn3FCb0h0sx/T+v4rcjXoN7nr6IA+h0Y6a1i+2wiS4= X-Received: by 2002:a0d:c942:0:b0:337:5cf9:1c04 with SMTP id l63-20020a0dc942000000b003375cf91c04mr16259742ywd.39.1662822051414; Sat, 10 Sep 2022 08:00:51 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailing-List: archive/latest/23072 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmM6eu0p=z72T0s4kiH0J-i9y6oiARLgTRp-6-Pz=sheew@mail.gmail.com Approved: robomod@news.nic.it Lines: 28 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: tony mancill X-Original-Date: Sat, 10 Sep 2022 16:00:15 +0100 X-Original-Message-ID: Xref: csiph.com linux.debian.maint.java:12432 Hi All, As part of my debugging of #1010983, I noticed the manifest files of libbcpg-java does not have the full information about Bundle-Version, Bundle-Name, Export-Package etc and as a result "libequinox-p2-core-java" is not finding anything for bouncycastle, but its manifest file has mentioned that it needs to import org.bouncycastle.bcpg;version="1.65.0" and org.bouncycastle.openpgp;version="1.65.0". You can see it at [1]. But if I see the manifest file of the bouncycastle which is available at the maven repository, I can see that it has all the required information. You can see it at [2]. The one at maven repository is also built with "ant" like us but we are missing information. I dont know much about the "ant" build system to find out how to fix this. Can I request someone with "ant" knowledge to have a look. I have opened #1019488 for this. And, ofcourse its further complicated by the fact that we have v1.71 of bouncycastle but libequinox-p2-core-java needs 1.65 so it will need some manual editing while the manifest is being fixed. [1]. https://salsa.debian.org/java-team/equinox-p2/-/blob/master/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF#L73 [2]. https://repo1.maven.org/maven2/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.jar -- Regards Sudip