Package Details: josm-svn 19018-1

Git Clone URL: https://aur.archlinux.org/josm-svn.git (read-only, click to copy)
Package Base: josm-svn
Description: An editor for OpenStreetMap written in Java
Upstream URL: http://josm.openstreetmap.de/
Keywords: openstreetmap
Licenses: GPL
Conflicts: josm
Provides: josm
Submitter: SammysHP
Maintainer: SammysHP
Last Packager: SammysHP
Votes: 30
Popularity: 0.000930
First Submitted: 2018-06-03 10:03 (UTC)
Last Updated: 2024-03-20 18:33 (UTC)

Dependencies (6)

Required by (1)

Sources (3)

Pinned Comments

Latest Comments

1 2 3 4 5 6 Next › Last »

SammysHP commented on 2024-03-20 18:35 (UTC)

Thanks, fixed!

infeeeee commented on 2024-03-20 12:19 (UTC)

On version 19017 I get this error on startup:

Missing JVM Arguments:
 --add-exports=java.base/sun.security.action=ALL-UNNAMED
 --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED
 --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED

To solve this, add these to the end of the file /etc/conf.d/josm:

JAVA_OPTS="${JAVA_OPTS} --add-exports=java.base/sun.security.action=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED"

Upstream issue: https://josm.openstreetmap.de/ticket/23489

dreieck commented on 2023-08-20 14:06 (UTC) (edited on 2023-08-20 14:11 (UTC) by dreieck)

pkgver() is broken:

Forget about it, and the previous issue.

firejail broke things for me.

SammysHP commented on 2023-08-20 14:05 (UTC) (edited on 2023-08-20 14:06 (UTC) by SammysHP)

@dreieck

It is the pkgver function recommended by pacman and it built fine in the past (last checked about two weeks ago). What string is generated by your system?

Do you have something installed that provides subversion, but actually doesn't contain the executables?

dreieck commented on 2023-08-20 13:59 (UTC) (edited on 2023-08-20 14:00 (UTC) by dreieck)

@dreieck It is already in makedepends.

I see; strange that a yay josm-svn did abort on not-present svn executable. Hm.

dreieck commented on 2023-08-20 13:57 (UTC)

pkgver() is broken:

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version:  

Regards!

SammysHP commented on 2023-08-20 13:55 (UTC)

@dreieck It is already in makedepends.

dreieck commented on 2023-08-20 13:51 (UTC)

subversion needs to be added to makedepends.

Thanks for maintaining!

SammysHP commented on 2023-05-11 15:54 (UTC)

@jmcb

This seems to be an upstream issue, reported: https://josm.openstreetmap.de/ticket/22943

jmcb commented on 2023-05-09 14:50 (UTC) (edited on 2023-05-09 14:55 (UTC) by jmcb)

Getting this error: [javac] -Xbootclasspath/p is no longer a supported option. (with jdk 20.0.1.u9-3)