OS is Gentoo (musl libc) and I have tried with bot...
# community-support
b
OS is Gentoo (musl libc) and I have tried with both gradlew and Gradle 8.12 bin package.
🧵 2
c
Please put additional context inside of your first post. Like this it’s hard to follow and as you see now. You already have 2 different discussions with the same proposals.
b
Sorry, not used to Slack so I didn't think it would turn all my messages into threads.
e
musl isn't supported but it should still continue (just without integration), perhaps something else broke https://github.com/gradle/native-platform/pull/284
b
Downgrading to v8.11.1 fixed it, so it must have broken somewhere between it and the v8.12 release. I would try to bisect it down to the commit, but I can't get any version after 8.10 to build. I get this error:
Copy code
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21.
     Required by:
         project :build-logic > project :build-logic-commons:gradle-plugin
         project :build-logic > project :build-logic-commons:gradle-plugin > org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:5.1.2 > org.gradle.kotlin:gradle-kotlin-dsl-plugins:5.1.2
         project :build-logic > project :build-logic-commons:gradle-plugin > org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 > org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21
      > Cannot find a version of 'org.jetbrains.kotlin:kotlin-gradle-plugin' that satisfies the version constraints:
           Dependency path ':build-logic:unspecified' --> 'gradlebuild:gradle-plugin:unspecified' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21'
           Constraint path ':build-logic:unspecified' --> 'gradlebuild:gradle-plugin:unspecified' (runtimeElements) --> 'gradlebuild:build-platform:unspecified' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin:{strictly 2.0.20}'
           Dependency path ':build-logic:unspecified' --> 'gradlebuild:gradle-plugin:unspecified' (runtimeElements) --> 'gradlebuild:basics:unspecified' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin' because of the following reason: For manually defined KotlinSourceSet accessor - sourceSets.main.get().kotlin
           Constraint path ':build-logic:unspecified' --> 'gradlebuild:gradle-plugin:unspecified' (runtimeElements) --> 'gradlebuild:basics:unspecified' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
           Dependency path ':build-logic:unspecified' --> 'gradlebuild:gradle-plugin:unspecified' (runtimeElements) --> 'org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:5.1.2' (runtime) --> 'org.gradle.kotlin:gradle-kotlin-dsl-plugins:5.1.2' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21'
           Dependency path ':build-logic:unspecified' --> 'gradlebuild:gradle-plugin:unspecified' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21' (gradle85RuntimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21' (runtimeElements) --> 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21'

> There are 3 more failures with identical causes.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at <https://help.gradle.org>.