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: AsamK
Last Packager: AsamK
Votes: 12
Popularity: 0.000000
First Submitted: 2015-12-09 17:46 (UTC)
Last Updated: 2023-10-16 16:27 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

friday13 commented on 2023-10-16 15:56 (UTC)

mkdir -p classes
make .disabledebug
make[1]: Entering directory '/home/friday13/.cache/yay/libmatthew-unix-java/src/libmatthew-java-0.8.1'
mkdir -p classes
cpp  -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java
javac -source 1.7  -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java
Picked up _JAVA_OPTIONS: -Djava.util.prefs.userRoot="/home/friday13/.config"/java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:110: .disabledebug] Error 2
make[1]: Leaving directory '/home/friday13/.cache/yay/libmatthew-unix-java/src/libmatthew-java-0.8.1'
make: *** [Makefile:54: .classes] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: libmatthew-unix-java-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
libmatthew-unix-java - exit status 4

dreieck commented on 2023-04-25 10:42 (UTC)

Fails to build for me:

mkdir -p classes
cpp  -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java
javac -source 1.7  -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java
[0.050s][warning][cds] A jar file is not the one used while building the shared archive file: /usr/lib/jvm/java-20-openjdk/lib/modules
[0.050s][warning][cds] /usr/lib/jvm/java-20-openjdk/lib/modules timestamp has changed.
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:110: .disabledebug] Error 2
make[1]: Leaving directory '/tmp/makepkg/build/libmatthew-unix-java/src/libmatthew-java-0.8.1'
make: *** [Makefile:54: .classes] Error 2

archlinux-java get: java-20-openjdk

If I issue archlinux-java set java-17-openjdk beforehand, build works, with a lot of warnings.

It seems that you somehow need to adapt the PKGBUILD that it uses an older version of Java regardless of system default.

Regards!

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.