Search Criteria
Package Details: kawa 3.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kawa.git (read-only, click to copy) |
---|---|
Package Base: | kawa |
Description: | A Scheme implementation and framework targeted the JVM. |
Upstream URL: | http://www.gnu.org/software/kawa/index.html |
Licenses: | X11/MIT |
Submitter: | None |
Maintainer: | soimort |
Last Packager: | soimort |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2010-12-10 12:57 (UTC) |
Last Updated: | 2020-01-19 01:09 (UTC) |
Dependencies (1)
- java-environment (java-gcj-compat, zulu-10-bin, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jdk8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jdk17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jdk11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jdk11-jbr-xdg, jdk12-openjdk, jdk15-openjdk, jdk16-openjdk, jdk13-openjdk, jdk14-openjdk, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, bishengjdk-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jdk-openj9, zulu-15-bin, jdk-jbr-xdg, zulu-embedded-jdk11, jdk-microsoft-openjdk, jdk18-openjdk, jdk17-openj9-bin, jdk8-dragonwell-extended, jdk18-openj9-bin, jdk8-openj9-bin, jdk8, jdk11, jdk-android-studio, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jdk19-graalvm-bin, liberica-jdk-full-bin, jdk8-adoptopenjdk, jdk17-jetbrains-imfix, jdk-lts, jdk, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-graalvm-ee-bin, jdk8-graalvm-ee-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, liberica-jdk-8-full-bin, jdk17-graalvm-ee-bin, zulu-embedded-jdk, jre-jetbrains, jdk-temurin, jdk17-temurin, jdk11-temurin, jdk17-dragonwell-standard-bin, jdk-openjdk-xdg, jdk-openjdk-xdg-bin, mandrel-bin, jabba-bin, java-openjdk-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, zulu-20-bin, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk8-openjdk)
Latest Comments
halcek commented on 2021-08-12 10:04 (UTC)
Currently encountering the following error:
make[3]: [Makefile:1871: javac-all] Error 1 make[3]: Leaving directory '/home/regularuser/.cache/yay/kawa/src/kawa-3.1.1' make[2]: [Makefile:1863: misc-classes.stamp] Error 2 make[2]: Leaving directory '/home/regularuser/.cache/yay/kawa/src/kawa-3.1.1' make[1]: [Makefile:427: all] Error 2 make[1]: Leaving directory '/home/regularuser/.cache/yay/kawa/src/kawa-3.1.1/gnu' make: [Makefile:1444: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error making: kawa
after commented on 2019-01-14 19:44 (UTC)
Thanks you, that helped some. I did have those things installed and up to date already already, but even after reinstalling them, /usr/bin/javac was a broken link to /usr/lib/jvm/default/bin/javac. I had to make it link to this instead: /usr/lib/jvm/java-11-openjdk/bin/javac
Now I can get a little farther in the build process for kawa but it can't find libjli.so. I tried putting /usr/lib/jvm/java-11-openjdk/lib/jli/ in my $PATH but that didn't help.
Maybe I haven't configured java right
soimort commented on 2019-01-14 18:34 (UTC)
@after javac is included in the 'java-environment-common' package, which comes as a dep of jdk-openjdk.
https://www.archlinux.org/packages/extra/any/java-environment-common/
after commented on 2019-01-14 18:19 (UTC) (edited on 2019-01-14 18:31 (UTC) by after)
I didn't manage to build this, there's some dependency error.
I couldn't find javac in aurman. After googling, I guess I need to install jdk-devel too. I'll let you know if that works.
edit: i couldn't build jdk-devel either, something wrong with the pkgbuild. so i don't know if it would have worked or not.