Package Details: opengrok 1.13.6-1

Git Clone URL: https://aur.archlinux.org/opengrok.git (read-only, click to copy)
Package Base: opengrok
Description: A fast and usable source code search and cross reference engine, written in Java
Upstream URL: https://oracle.github.io/opengrok/
Licenses: CDDL-1.0
Submitter: kalenz
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 7
Popularity: 0.000000
First Submitted: 2015-09-08 11:48 (UTC)
Last Updated: 2024-03-07 00:12 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

WorMzy commented on 2022-11-11 12:13 (UTC)

Hey petronny, sorry for the late reply. I'm using the latest version available in the Arch Linux Archive: https://archive.archlinux.org/packages/t/tomcat10/tomcat10-10.0.27-1-any.pkg.tar.zst

May be worth creating a standalone AUR package if the opengrok doesn't support 10.1 soon, but I have no time right now.

petronny commented on 2022-11-08 06:04 (UTC)

Hi, where can I find tomcat10 < 10.1 ?

oneup commented on 2019-05-01 19:18 (UTC)

Works great now, thanks! And good point about makepkg vs pacaur, I'll make sure in the future to test things with makepkg directly before reporting issues although I don't think it made a difference here. Thanks!

WorMzy commented on 2019-04-26 16:06 (UTC)

Whoops, this fell off my radar, and there have been a lot of releases in the interim (after waiting so long for v1.1!)

Needed to rewrite the PKGBUILD, but it seems to work. Please give the new PKGBUILD a shot, and if you still have issues, try with makepkg directly.

oneup commented on 2019-04-25 20:54 (UTC) (edited on 2019-04-25 20:54 (UTC) by oneup)

BUILD FAILED
/home/user/.cache/pacaur/opengrok/src/opengrok-1.0/build.xml:158: Unsupported Java version: 10. Make sure that the Java version is 1.8 or greater.

WorMzy commented on 2018-05-13 11:03 (UTC) (edited on 2018-05-13 11:13 (UTC) by WorMzy)

Yep, looks like the failure message is misleading, the dependency on 1.8 is hardcoded in build.xml:

    <target name="get-java-version">
        <condition property="java.version.checked">
            <equals arg1="${ant.java.version}" arg2="1.8"/>
        </condition>
    </target>

I'll push out an updated PKGBUILD shortly. EDIT: Update pushed.

Thanks for letting me know.

petronny commented on 2018-05-13 05:33 (UTC)

BUILD FAILED
/build/opengrok/src/opengrok-1.0/build.xml:158: Unsupported Java version: 1.9. Make sure that the Java version is 1.8 or greater.

I think we should use java-runtime=8 instead of java-runtime>=8 before 1.1 is released.

WorMzy commented on 2017-11-01 08:52 (UTC)

Thanks for letting me know. I'm not sure how I managed to mess that up, nor how I managed to sneak the problem past the AUR's sanity checks.. Fixed now. Let me know if you run into any problems with the new, from-source package. I've tested that it runs in tomcat, but I don't actually use opengrok myself.

petronny commented on 2017-11-01 03:36 (UTC)

I get ==> ERROR: Integrity checks (sha1) differ in size from the source array. Fixed by: source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/OpenGrok/OpenGrok/archive/1.0.tar.gz") sha1sums=('2d3bf60215500cf8fb6f63a45ba3582d16ce85d2')