I flagged this outdated when I shouldn't have probably, didn't notice at that time the license change and everything.
Search Criteria
Package Details: java-berkeleydb 5.3.28-4
| Git Clone URL: | https://aur.archlinux.org/java-berkeleydb.git (read-only) |
|---|---|
| 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: | |
| Submitter: | bfrog |
| Maintainer: | externl |
| Last Packager: | externl |
| Votes: | 18 |
| Popularity: | 0.001596 |
| First Submitted: | 2008-09-07 19:41 |
| Last Updated: | 2015-09-02 13:09 |
Dependencies (2)
- db (db6.2)
- java-environment (intellij-jdk, java-gcj-compat, jdk, jdk-arm, jdk-dcevm, jdk-devel, jdk5, jdk6, jdk7, jdk7-openjdk-infinality, jdk8, jdk8-j9-bin, jdk8-openjdk-infinality, jdk8-openjdk-jetbrains, jdk8-openjdk-jetbrains-git, jdk9-openj9-bin, tuxjdk, zulu-jdk, jdk7-openjdk, jdk8-openjdk, jdk9-openjdk)
Required by (0)
Sources (2)
Latest Comments
disastro commented on 2016-04-11 09:23
externl commented on 2015-09-02 13:10
Thanks, should be fixed now.
meZee commented on 2015-09-02 02:49
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
I use this package for work so I'm happy to maintain it. I've updated with a patch for building with Java 8.
externl commented on 2015-06-05 14:11
Is anyone against patching this to work with Java 8?
Innominate8 commented on 2015-03-01 16:08
This will only build under jdk7.
soker commented on 2014-11-08 12:48
@noctua @OttoA I tested with Oracle Java 8 and OpenJDK and I have the same problem.
Anonymous comment on 2014-11-03 10:14
@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
Bumped to recent version.
Couldn't replicate the errors by @soker and @dape though.
soker commented on 2014-10-24 21:57
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.