Package Details: libmatthew-unix-java 0.5-2

Git Clone URL: https://aur.archlinux.org/libmatthew-unix-java.git (read-only, click to copy)
Package Base: libmatthew-unix-java
Description: Library for Java: unix sockets
Upstream URL: http://www.matthew.ath.cx/projects/java
Keywords: java socket unix
Licenses: Expat
Submitter: AsamK
Maintainer: None
Last Packager: AsamK
Votes: 12
Popularity: 0.000000
First Submitted: 2015-12-09 17:46 (UTC)
Last Updated: 2019-07-10 19:49 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

Jaakkonen commented on 2020-11-18 17:05 (UTC)

Successful build requires active java to be set to a JDK version (archlinux-java). Otherwise you can get error that javac is not found.

freaknils commented on 2018-10-10 11:42 (UTC)

I think there is a problem, should it be "armv7h" instead of "armv7"?

AsamK commented on 2018-05-08 19:36 (UTC)

The upstream tar.gz was updated and the old version was removed. I've also fixed compilation with jdk 10

jakevossen5 commented on 2018-05-06 21:27 (UTC)

I am getting failed to verify libmatthew-unix-java integrity

yar commented on 2018-04-08 01:30 (UTC)

This won't build with latest java. I had to do this:

depends=('jre8-openjdk' 'glibc') makedepends=('jdk8-openjdk' 'gcc')

AsamK commented on 2018-02-22 18:55 (UTC)

The build fails when compiling the native library with gcc. It looks like your glibc installation is broken. Could you check if the output of nm -g /usr/lib/Scrt1.o contains T _start ? Maybe a reinstallation of glibc fixes the issue.

BeTmAsTeR commented on 2018-02-22 16:48 (UTC)

For some reason i can't compile this on my machine

https://pastebin.com/eF92v1Nc

i'm using java-8-openjdk and jre8-openjdk on my system

AsamK commented on 2016-08-15 13:05 (UTC)

What dependency issue did you get? I can build the package without issues in a clean chroot with jdk8-openjdk.

arnottcr commented on 2016-08-14 03:17 (UTC)

While building this on a new system, I ran into a dependency issue; I have jdk8-openjdk installed, thus satisfying the java-environment dependency, but it appears that this package needs jdk7-openjdk explicitly. Have I done something wrong, or are the dependencies incorrect, as installing jdk7-openjdk solved the issue.