Bug#1011131: josm: FTBFS with JavaCC 6

Emmanuel Bourg ebourg at apache.org
Tue May 17 12:27:41 BST 2022


Source: josm
Version: 0.0.svn18427+dfsg-1
Severity: serious
Tags: ftbfs
Justification: FTBFS

josm fails to build with JavaCC 6:

    [javac] /<<PKGBUILDDIR>>/src/ch/poole/openinghoursparser/OpeningHoursParserTokenManager.java:1182: error: incompatible types: possible lossy conversion from int to char
    [javac]      throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
    [javac]                                                                                           ^


This can be fixed by building with the javacc5 package instead of javacc



More information about the Pkg-grass-devel mailing list