Path: csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod From: Matthias Klose Newsgroups: linux.debian.maint.java Subject: Re: Kotlin: looking for a DD to review/upload Date: Thu, 06 May 2021 18:40:02 +0200 Message-ID: References: X-Original-To: Sunil Mohan Adapa , Debian Java X-Mailbox-Line: From debian-java-request@lists.debian.org Thu May 6 16:39:05 2021 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.701 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -2.7 X-Greylist: delayed 391 seconds by postgrey-1.36 at bendel; Thu, 06 May 2021 16:38:52 UTC Old-X-Envelope-From: doko@debian.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/22801 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/abffcfd6-4ed9-ce53-6b6f-40ecbc62bbac@debian.org Approved: robomod@news.nic.it Lines: 40 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Thu, 6 May 2021 18:32:19 +0200 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.java:12173 On 4/29/21 5:01 PM, Sunil Mohan Adapa wrote: > Hello, > > Kotlin packaging[1] is in a good shape and ready to be uploaded[2] into > Debian. We need a DD willing to upload it. > The actual upload needs to wait for openjdk-8, which is currently in the > NEW queue, to be accepted first. However, the wait time can be used to > do any final reviews. - please can we have a sane upstream version? Like 1.3.31 and then document in debian/README.source about the additional components added? Is it likely that these other components need updates without a kotlin update? - debian/bootstrap creates a deb, which has the deb itself in the root directory. - debian/rules has export JDK_16="/usr/lib/jvm/java-8-openjdk-amd64" export JDK_17="/usr/lib/jvm/java-8-openjdk-amd64" export JDK_18="/usr/lib/jvm/java-8-openjdk-amd64" export JDK_9="/usr/lib/jvm/java-11-openjdk-amd64" which are meaningless, as every command is executed in its own subshell. - after installing the bootstrap deb, and trying the build, I get: [ERROR] Failed to execute goal on project kotlin-maven-plugin: Could not resolve dependencies for project org.jetbrains.kotlin:kotlin-maven-plugin:maven-plugin:1.3.31: The following artifacts could not be resolved: org.jetbrains.kotlin:kotlin-compiler:jar:1.3.31, org.jetbrains.kotlin:kotlin-scripting-compiler:jar:1.3.31: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.jetbrains.kotlin:kotlin-compiler:jar:1.3.31 has not been downloaded from it before. -> [Help 1] Matthias