pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/openjfx21: Add TODO to describe a runtime error



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Tue Aug 12 13:12:01 2025 +0900
Changeset:	a79aef384bd8e211c0bf4a4b5419b92ef4326991

Added Files:
	openjfx21/TODO

Log Message:
wip/openjfx21: Add TODO to describe a runtime error

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a79aef384bd8e211c0bf4a4b5419b92ef4326991

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openjfx21/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/openjfx21/TODO b/openjfx21/TODO
new file mode 100644
index 0000000000..ac0ae7e1cc
--- /dev/null
+++ b/openjfx21/TODO
@@ -0,0 +1,4 @@
+$ /usr/pkg/java/openjdk21/bin/javac --module-path /usr/pkg/openjfx21/lib --add-modules javafx.controls HelloFX.java
+$ /usr/pkg/java/openjdk21/bin/java --module-path /usr/pkg/openjfx21/lib --add-modules javafx.controls HelloFX
+GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_unlock': Operation not permitted.  Aborting.
+zsh: abort (core dumped)  /usr/pkg/java/openjdk21/bin/java --module-path /usr/pkg/openjfx21/lib


Home | Main Index | Thread Index | Old Index