Package Details: kotlin-native-git r2571.56c1f2b0-1

Git Clone URL: https://aur.archlinux.org/kotlin-native-git.git (read-only, click to copy)
Package Base: kotlin-native-git
Description: A LLVM backend for the Kotlin compiler
Upstream URL: https://github.com/JetBrains/kotlin-native
Licenses: Apache
Submitter: kyonifer
Maintainer: kyonifer
Last Packager: kyonifer
Votes: 8
Popularity: 0.000000
First Submitted: 2017-04-04 18:39 (UTC)
Last Updated: 2017-07-05 19:33 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

qdbp commented on 2018-03-29 14:36 (UTC) (edited on 2018-03-29 14:38 (UTC) by qdbp)

If your build is failing with "libtinfo.so.5 not found", you need the aur/ncurses5-compat-libs package, not blackarch/ (or possbly that of other repos).

Sherlock-Holo commented on 2018-02-20 16:35 (UTC)

@kyonifer

I try to export TERM=dumb and then build this package with jdk9 and I built successfully

kyonifer commented on 2018-02-20 01:31 (UTC)

I wonder whether it needs gradle? I see ./gradlew

It doesn't, the gradle wrapper (gradlew) bootstraps a downloaded version of gradle, see https://docs.gradle.org/current/userguide/gradle_wrapper.html

What went wrong: Could not open terminal for stdout: could not get termcap entry

I can't reproduce, looks like something in your terminal config is broken. I'd suggest setting TERM and making sure regular gradle invocations work.

Sherlock-Holo commented on 2018-02-19 17:07 (UTC) (edited on 2018-02-19 17:22 (UTC) by Sherlock-Holo)

when I built it, it says

FAILURE: Build failed with an exception.

  • What went wrong: Could not open terminal for stdout: could not get termcap entry

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

Sherlock-Holo commented on 2018-02-19 17:05 (UTC)

I wonder whether it needs gradle? I see ./gradlew

kyonifer commented on 2017-07-05 19:38 (UTC)

Fixed, thanks for the report.

iBelieve commented on 2017-07-04 01:16 (UTC)

Looks like a symbolic link to run_konan is missing: $ kotlinc-native /usr/bin/kotlinc-native: line 20: /usr/bin/run_konan: No such file or directory This should be added to package(): ln -s /opt/kotlin-native/bin/run_konan ${pkgdir}/usr/bin/run_konan