Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Openjdk11 cannot launch on armv6
@ 2021-03-14 13:01 TheEdward162
  2021-04-06 12:19 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TheEdward162 @ 2021-03-14 13:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

New issue by TheEdward162 on void-packages repository

https://github.com/void-linux/void-packages/issues/29457

Description:
### System

Either of these freshly unpacked armv6l targets:
* https://alpha.de.repo.voidlinux.org/live/current/void-rpi-musl-PLATFORMFS-20210218.tar.xz
* https://alpha.de.repo.voidlinux.org/live/current/void-rpi-PLATFORMFS-20210218.tar.xz

Package `openjdk11-11.0.5+10_4`

### Expected behavior
`java` runs java VM and lets me do java things

### Actual behavior
```
$ java
Error occurred during initialization of VM
Server VM is only supported on ARMv7+ VFP
```

### Steps to reproduce the behavior
1. get armv6 void (both glibc and musl)
2. `xbps-install openjdk11`
3. `java`

As a side note: I am able to get [Zulu OpenJDK11 build](https://www.azul.com/downloads/zulu-community/?architecture=arm-32-bit-hf&package=jdk) running on the glibc target

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openjdk11 cannot launch on armv6
  2021-03-14 13:01 [ISSUE] Openjdk11 cannot launch on armv6 TheEdward162
@ 2021-04-06 12:19 ` ericonr
  2021-04-06 13:03 ` TheEdward162
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-06 12:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29457#issuecomment-814074864

Comment:
What ARM device do you have? We can try to get the build info from Zulu and use in our build, maybe.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openjdk11 cannot launch on armv6
  2021-03-14 13:01 [ISSUE] Openjdk11 cannot launch on armv6 TheEdward162
  2021-04-06 12:19 ` ericonr
@ 2021-04-06 13:03 ` TheEdward162
  2022-04-27 16:11 ` classabbyamp
  2022-04-27 22:34 ` [ISSUE] [CLOSED] " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: TheEdward162 @ 2021-04-06 13:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

New comment by TheEdward162 on void-packages repository

https://github.com/void-linux/void-packages/issues/29457#issuecomment-814102457

Comment:
I'm running it on Raspberry Pi Zero W Rev 1.1:
```
$ cat /proc/cpuinfo
processor	: 0
model name	: ARMv6-compatible processor rev 7 (v6l)
BogoMIPS	: 697.95
Features	: half thumb fastmult vfp edsp java tls
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xb76
CPU revision	: 7

Hardware	: BCM2835
Revision	: 9000c1
Serial		: 00000000a5aff9b9
Model		: Raspberry Pi Zero W Rev 1.1
```

Additionally I also tried AdoptOpenJDK arm32 build in the meantime but it just segfaults.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openjdk11 cannot launch on armv6
  2021-03-14 13:01 [ISSUE] Openjdk11 cannot launch on armv6 TheEdward162
  2021-04-06 12:19 ` ericonr
  2021-04-06 13:03 ` TheEdward162
@ 2022-04-27 16:11 ` classabbyamp
  2022-04-27 22:34 ` [ISSUE] [CLOSED] " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-04-27 16:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/29457#issuecomment-1111190768

Comment:
I can confirm there seems to be an incompatibility, at least in the configuration void ships:
- https://forums.raspberrypi.com/viewtopic.php?t=232680
- https://forums.raspberrypi.com/viewtopic.php?t=323376
- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255662

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] Openjdk11 cannot launch on armv6
  2021-03-14 13:01 [ISSUE] Openjdk11 cannot launch on armv6 TheEdward162
                   ` (2 preceding siblings ...)
  2022-04-27 16:11 ` classabbyamp
@ 2022-04-27 22:34 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-04-27 22:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

Closed issue by TheEdward162 on void-packages repository

https://github.com/void-linux/void-packages/issues/29457

Description:
### System

Either of these freshly unpacked armv6l targets:
* https://alpha.de.repo.voidlinux.org/live/current/void-rpi-musl-PLATFORMFS-20210218.tar.xz
* https://alpha.de.repo.voidlinux.org/live/current/void-rpi-PLATFORMFS-20210218.tar.xz

Package `openjdk11-11.0.5+10_4`

### Expected behavior
`java` runs java VM and lets me do java things

### Actual behavior
```
$ java
Error occurred during initialization of VM
Server VM is only supported on ARMv7+ VFP
```

### Steps to reproduce the behavior
1. get armv6 void (both glibc and musl)
2. `xbps-install openjdk11`
3. `java`

As a side note: I am able to get [Zulu OpenJDK11 build](https://www.azul.com/downloads/zulu-community/?architecture=arm-32-bit-hf&package=jdk) running on the glibc target

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-27 22:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 13:01 [ISSUE] Openjdk11 cannot launch on armv6 TheEdward162
2021-04-06 12:19 ` ericonr
2021-04-06 13:03 ` TheEdward162
2022-04-27 16:11 ` classabbyamp
2022-04-27 22:34 ` [ISSUE] [CLOSED] " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).