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

Re: Kotlin: looking for a DD to review/upload



On 06/05/21 6:14 pm, Sunil Mohan Adapa wrote:
[...]
>>
>> - 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.
> 
> I will do this cleanup.
> 
>>
>> - 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]
> 
> This must be because of the recent changes to build two additional jar
> files needed by other projects. Since these missing dependencies are
> part of the built kotlin deb after stage1 and we didn't test the full
> bootstrap with the recent changes, we didn't face this issue. I will fix
> this on priority.
[...]

The two issues should be fixed now with changes I just pushed. I built
up to three stages with the changes starting from the bootstrap.

-- 
Sunil


Reply to: