Search Criteria
Package Details: javahelp2 2.0.05.r90-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/javahelp2.git (read-only, click to copy) |
---|---|
Package Base: | javahelp2 |
Description: | Java based help system |
Upstream URL: | https://javaee.github.io/javahelp/ |
Licenses: | GPL2, custom, CDDL |
Submitter: | td123 |
Maintainer: | MRWITEK |
Last Packager: | MRWITEK |
Votes: | 36 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-07 20:36 (UTC) |
Last Updated: | 2023-07-19 23:31 (UTC) |
Dependencies (3)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
- ant (ant-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 Next › Last »
alekpr commented on 2023-07-09 19:06 (UTC)
Okay, so for some reason
javac -version
was emitting through STDERR and not STDOUT. Changing this line:local java_ver="$(javac -version | sed -e 's/^javac\s\+\([0-9]\+\.[0-9]\+\).*$/\1/g')"
to this:
local java_ver="$(javac -version 2>&1 | sed -e 's/^javac\s\+\([0-9]\+\.[0-9]\+\).*$/\1/g')"
fixed it for me.
vendci commented on 2023-05-19 04:30 (UTC) (edited on 2023-05-19 04:33 (UTC) by vendci)
It builds successfully after adding repo: arch4edu/arch-ck/blackarch.
I think adding arch4edu repo only will resolve building error because javahelp2 and java-flexdock are needed when I am installing acilab-bin which is math tool.
BTW, you'd better not importing PGP key that fails.
vi /etc/pacman.conf
[arch4edu] SigLevel = Never Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
[repo-ck] Server = https://mirrors.tuna.tsinghua.edu.cn/repo-ck/$arch
[blackarch] SigLevel = Never Server = https://mirrors.ustc.edu.cn/blackarch/$repo/os/$arch
MRWITEK commented on 2023-04-26 00:17 (UTC)
@petronny This package builds successfully in a clean chroot with
extra-x86_64-build
, so you have a problem with your build environment. Perhaps recreating build chroot will help.petronny commented on 2023-04-24 04:40 (UTC)
https://github.com/arch4edu/cactus/actions/runs/4781635271/jobs/8500276898
RX14 commented on 2023-04-17 15:33 (UTC)
This PKGBUILD fails if _JAVA_OPTIONS is set. Editing the sed command to be
sed -e '/Picked up _JAVA_OPTIONS/d;s/^javac\s\+\([0-9]\+\.[0-9]\+\).*$/\1/g'
fixes this issue for me. Hopefully this fix could be upstreamed.MRWITEK commented on 2019-09-28 19:40 (UTC)
The repo at github (https://github.com/javaee/javahelp) is now archived.
PedroHLC commented on 2019-08-26 13:28 (UTC)
Confirming that fixes mentioned in @alexanderp comment are required.
alexanderp commented on 2019-08-06 17:37 (UTC) (edited on 2019-08-06 18:08 (UTC) by alexanderp)
Need to add
jdk8-openjdk
tomakedepends
, and modify the build line as suchJAVA_HOME=/usr/lib/jvm/java-8-openjdk ant release
, else compilation fails.1 2 3 Next › Last »