Package Details: verinice 1.28.0-2

Git Clone URL: https://aur.archlinux.org/verinice.git (read-only, click to copy)
Package Base: verinice
Description: Die moderne Open-Source GRC-Software
Upstream URL: https://github.com/SerNet/verinice
Licenses: Apache-2.0
Submitter: Gelaechter
Maintainer: Gelaechter
Last Packager: Gelaechter
Votes: 1
Popularity: 0.055635
First Submitted: 2025-04-26 03:56 (UTC)
Last Updated: 2025-07-27 03:09 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

Gelaechter commented on 2025-07-27 03:16 (UTC)

@brasswool Thanks for the feedback! It should be fixed now. I added the JVM options using the MAVEN_OPTS environment variable.

brasswool commented on 2025-07-24 10:48 (UTC) (edited on 2025-07-24 10:57 (UTC) by brasswool)

Currently jdk-openjdk defaults to Java 24. Looks like Java API for XML Processing (JAXP) introduces processing limits for Document Type Definitions in Java 24 (see https://bugs.openjdk.org/browse/JDK-8343022). With defaults in place Maven will not compile this package, see for example https://github.com/eclipse-tycho/tycho/issues/4526 for reference on a similarly affected build process (although on a totally unrelated piece of software).

Would you mind adding something like a .mvn/jvm.config file to your PKGBUILD? Don't know if this is the cleanest solution but one option is to adjust your PKGBUILD's build() funtion like so: https://0x0.st/8nnN.diff where build() writes two lines into "${srcdir}/verinice/.mvn/jvm.config".

Thanks for this PKGBUILD!