Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 17:30:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257979] [REVIVE] print/jabref: Bibliographic reference manager
Message-ID:  <bug-257979-7788-eswrYoYHd6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257979-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257979-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257979

--- Comment #2 from Rainer Hurling <rhurlin@FreeBSD.org> ---
The latest version, 5.3, has no platform independant runnable JAR any more.
Instead, one has to download something like the JabRef Linux portable [1] or
more complicated, a source tar file from Github [2].=20

[1] https://www.fosshub.com/JabRef.html
[2] https://github.com/JabRef/jabref/releases/tag/v5.3

The installation guide (https://docs.jabref.org/installation) tells about
running bin/JabRef after untaring the portable version. This breaks with the
following messages:

./bin/JabRef=20=20=20=20
ERROR StatusLogger Unrecognized format specifier [d]
ERROR StatusLogger Unrecognized conversion specifier [d] starting at positi=
on
16 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [thread]
ERROR StatusLogger Unrecognized conversion specifier [thread] starting at
position 25 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [level]
ERROR StatusLogger Unrecognized conversion specifier [level] starting at
position 35 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [logger]
ERROR StatusLogger Unrecognized conversion specifier [logger] starting at
position 47 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [msg]
ERROR StatusLogger Unrecognized conversion specifier [msg] starting at posi=
tion
54 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [n]
ERROR StatusLogger Unrecognized conversion specifier [n] starting at positi=
on
56 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [d]
ERROR StatusLogger Unrecognized conversion specifier [d] starting at positi=
on
16 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [thread]
ERROR StatusLogger Unrecognized conversion specifier [thread] starting at
position 25 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [level]
ERROR StatusLogger Unrecognized conversion specifier [level] starting at
position 35 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [logger]
ERROR StatusLogger Unrecognized conversion specifier [logger] starting at
position 47 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [msg]
ERROR StatusLogger Unrecognized conversion specifier [msg] starting at posi=
tion
54 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [n]
ERROR StatusLogger Unrecognized conversion specifier [n] starting at positi=
on
56 in conversion pattern.
Aug. 23, 2021 7:14:54 PM com.sun.javafx.application.PlatformImpl startup
WARNUNG: Unsupported JavaFX configuration: classes were loaded from 'module
org.jabref.merged.module', isAutomatic: false, isOpen: true
Error in glXCreateNewContext, remote GLX is likely disabled
GLib-GIO-Message: 19:14:54.699: Using the 'memory' GSettings backend.  Your
settings will not be saved or shared with other applications.
Aug. 23, 2021 7:14:54 PM java.util.prefs.FileSystemPreferences$6 run
WARNUNG: Prefs file removed in background
/home/rhurlin/.java/.userPrefs/org/jabref/prefs.xml
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=3D0x0000000000000000, pid=3D89286, tid=3D191667
#
# JRE version: OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (16.0.1+9)
(build 16.0.1+9)
# Java VM: OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (16.0.1+9, mixed
mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C  0x0000000000000000
#
# Core dump will be written. Default location: core.89286 (may not exist)
#
# An error report file with more information is saved as:
# /usr/home/rhurlin/Downloads/JabRef/hs_err_pid89286.log
Compiled method (c2)    1250 1033       4       java.util.HashMap::put (13
bytes)
 total in heap  [0x000000081d363490,0x000000081d363830] =3D 928
 relocation     [0x000000081d3635f0,0x000000081d363618] =3D 40
 main code      [0x000000081d363620,0x000000081d363720] =3D 256
 stub code      [0x000000081d363720,0x000000081d363748] =3D 40
 metadata       [0x000000081d363748,0x000000081d363758] =3D 16
 scopes data    [0x000000081d363758,0x000000081d363798] =3D 64
 scopes pcs     [0x000000081d363798,0x000000081d3637e8] =3D 80
 dependencies   [0x000000081d3637e8,0x000000081d3637f0] =3D 8
 handler table  [0x000000081d3637f0,0x000000081d363820] =3D 48
 nul chk table  [0x000000081d363820,0x000000081d363830] =3D 16
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-support/issues
#
Abbruch(core dumped)


Errors with JavaFX, GLX and JDK16(?) are mentioned. It seems that a revived
port would need some overhaul.

HTH,
Rainer

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257979-7788-eswrYoYHd6>