Package Details: java-berkeleydb 5.3.28-4

Git Clone URL: https://aur.archlinux.org/java-berkeleydb.git (read-only, click to copy)
Package Base: java-berkeleydb
Description: Java bindings for the Berkeley DB embedded database system
Upstream URL: http://www.oracle.com/technology/software/products/berkeley-db/index.html
Licenses: custom
Submitter: bfrog
Maintainer: externl
Last Packager: externl
Votes: 17
Popularity: 0.000000
First Submitted: 2008-09-07 19:41 (UTC)
Last Updated: 2015-09-02 13:09 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

disastro commented on 2016-04-11 09:23 (UTC)

I flagged this outdated when I shouldn't have probably, didn't notice at that time the license change and everything.

externl commented on 2015-09-02 13:10 (UTC)

Thanks, should be fixed now.

meZee commented on 2015-09-02 02:49 (UTC)

The package release should be 4 instead of 3 in PKGBUILD on line 6. Pacman is expecting it as that is what's in the .SRCINFO, and not using it causes java-berkeleydb to be 'updated' every time you run the update parameters with Pacman.

externl commented on 2015-06-05 15:01 (UTC)

I use this package for work so I'm happy to maintain it. I've updated with a patch for building with Java 8.

Innominate8 commented on 2015-03-01 16:08 (UTC)

This will only build under jdk7.

soker commented on 2014-11-08 12:48 (UTC)

@noctua @OttoA I tested with Oracle Java 8 and OpenJDK and I have the same problem.

<deleted-account> commented on 2014-11-03 10:14 (UTC)

@dape: I was getting the same error with jni, I just moved the .h-files to the current directory. Modifyingthe paths would work, too, but that would require more changes in other files than the PKGBUILD. @OttoA: I'm also getting the same error as @soker. Note that I am doing this with Java 1.8 (openjdk).

OttoA commented on 2014-10-29 20:11 (UTC)

Bumped to recent version. Couldn't replicate the errors by @soker and @dape though.

soker commented on 2014-10-24 21:57 (UTC)

Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. env CLASSPATH="./classes" java -classpath ./classes \ com.sleepycat.persist.model.ClassEnhancer ./classes java.lang.IllegalArgumentException at com.sleepycat.asm.ClassReader.<init>(ClassReader.java:167) at com.sleepycat.asm.ClassReader.<init>(ClassReader.java:153) at com.sleepycat.persist.model.ClassEnhancer.enhanceBytes(ClassEnhancer.java:297) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:246) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.main(ClassEnhancer.java:108) Exception in thread "main" java.lang.IllegalArgumentException at com.sleepycat.asm.ClassReader.<init>(ClassReader.java:167) at com.sleepycat.asm.ClassReader.<init>(ClassReader.java:153) at com.sleepycat.persist.model.ClassEnhancer.enhanceBytes(ClassEnhancer.java:297) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:246) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.enhanceFile(ClassEnhancer.java:242) at com.sleepycat.persist.model.ClassEnhancer.main(ClassEnhancer.java:108) Makefile:973: recipe for target 'db.jar' failed make: *** [db.jar] Error 1 ==> ERROR: Se produjo un error en build(). Cancelando... ==> ERROR: Makepkg no ha podido compilar java-berkeleydb.