View Issue Details

IDProjectCategoryView StatusLast Update
0006711libeufinotherpublic2023-01-08 10:32
ReporterMS Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.0Fixed in Version0.9.0 
Summary0006711: compilation warnings
DescriptionThe following warnings show up during the compilation of _unit tests_:

> Task :util:compileTestKotlin
w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
    /home/job/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.4.30-RC/796829938e5ccff3e1fc94cd791573b002c64609/kotlin-stdlib-jdk8-1.4.30-RC.jar (version 1.4)
    /home/job/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.4.30-RC/f2b84e0547fda7db19a8831674298c23c5314491/kotlin-stdlib-jdk7-1.4.30-RC.jar (version 1.4)
    /home/job/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.3.72/86613e1a669a701b0c660bfd2af4f82a7ae11fca/kotlin-reflect-1.3.72.jar (version 1.3)
    /home/job/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.30-RC/a21490a380dc2ef0d89cf3108519b05041de6661/kotlin-stdlib-1.4.30-RC.jar (version 1.4)
    /home/job/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.4.30-RC/625d81e977a267f0c56e080417258a8544e7c696/kotlin-stdlib-common-1.4.30-RC.jar (version 1.4)
w: Consider providing an explicit dependency on kotlin-reflect 1.4 to prevent strange errors
w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath

Steps To ReproduceRun: make check.
TagsNo tags attached.

Activities

Florian Dold

2021-01-21 18:16

manager   ~0017386

This should be fixed now by added explicit dependency versions. Please verify and close if these warnings are gone for you as well.

MS

2021-01-22 01:31

manager   ~0017387

Gone.

Issue History

Date Modified Username Field Change
2021-01-21 15:21 MS New Issue
2021-01-21 18:16 Florian Dold Assigned To => Florian Dold
2021-01-21 18:16 Florian Dold Status new => feedback
2021-01-21 18:16 Florian Dold Note Added: 0017386
2021-01-22 01:31 MS Note Added: 0017387
2021-01-22 01:31 MS Status feedback => assigned
2021-01-22 01:31 MS Status assigned => resolved
2021-01-22 01:31 MS Resolution open => fixed
2023-01-08 10:31 Christian Grothoff Fixed in Version => 0.9.0
2023-01-08 10:31 Christian Grothoff Target Version => 0.9.0
2023-01-08 10:32 Christian Grothoff Status resolved => closed