Package Details: kotlin-native-bin 2.1.0-1

Git Clone URL: https://aur.archlinux.org/kotlin-native-bin.git (read-only, click to copy)
Package Base: kotlin-native-bin
Description: An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library
Upstream URL: https://kotlinlang.org/
Keywords: compiler kotlin
Licenses: Apache
Conflicts: kotlin-native, kotlin-native-git
Provides: kotlin-native
Submitter: zhangkaizhao
Maintainer: PersonWhoExists
Last Packager: PersonWhoExists
Votes: 9
Popularity: 0.000000
First Submitted: 2018-04-11 08:07 (UTC)
Last Updated: 2024-11-28 03:02 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

mazim commented on 2025-01-31 17:23 (UTC)

I believe the package is again broken. The error is the same as the last time. Now with path /usr/lib/kotlin-native/klib/cache/linux_x64STATIC.

PersonWhoExists commented on 2024-07-31 21:22 (UTC)

@y5c4l3 That issue should be fixed now.

y5c4l3 commented on 2024-07-24 14:11 (UTC)

The following error occurs after a fresh installation:

$ kotlinc-native a.kt
error: compilation failed: /usr/lib/kotlin-native/klib/cache/linux_x64STATIC-pl

 * Source files: a.kt
 * Compiler version: 1.9.25
 * Output kind: PROGRAM

exception: java.nio.file.AccessDeniedException: /usr/lib/kotlin-native/klib/cache/linux_x64STATIC-pl
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:438)
    at java.base/java.nio.file.Files.createDirectory(Files.java:699)

Seems like an upstream packaging issue, needs to manually create a directory at /usr/lib/kotlin-native/klib/cache/linux_x64STATIC-pl then the user local cache at ~/.konan will start working.

zhangkaizhao commented on 2021-08-29 06:03 (UTC)

@fhs Checksum is updated.

fhs commented on 2021-08-29 00:51 (UTC)

validity check is failing:

==> Validating source files with sha256sums...
    kotlin-native-linux-x86_64-1.5.30.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error downloading sources: kotlin-native-bin

zhangkaizhao commented on 2019-09-14 02:30 (UTC)

Hi @gusbemacbe . You can list all files owned by a given package, e.g. for kotlin-native-bin using pacman -Ql kotlin-native-bin. The kotlin command is not provided due to the conflict with kotlin package. And there is no kotlin-native provided by the official binary package. Please use kotlinc-native instead.

gusbemacbe commented on 2019-09-13 19:21 (UTC)

Hello, there are errors:

which kotlin
kotlin not found
zsh: exit 1

which kotlin-native
kotlin-native not found
zsh: exit 1

aaulia commented on 2019-09-08 17:07 (UTC)

@zhangkaizhao that seems to fix it. Thank you.

zhangkaizhao commented on 2019-09-08 10:02 (UTC)

@aaulia I have fixed permissions for some files. Can you try it again? Thanks!