Bug#1011606: lucene8: FTBFS with OpenJDK 17 due to javadoc errors

Emmanuel Bourg ebourg at apache.org
Wed May 25 09:40:36 BST 2022


Source: lucene8
Version: 8.8.1-2
Severity: important
Tags: ftbfs sid bookworm
User: debian-java at lists.debian.org
Usertags: default-java17


lucene8 fails to build with OpenJDK 17 due to javadoc errors:


compile-core:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/build/core/classes/java
    [javac] Compiling 948 source files to /<<PKGBUILDDIR>>/build/core/classes/java
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:386: error: attribute not supported in HTML5: summary
    [javac]  * <table summary="table showing position increments of 1 and 0 for red and magenta, respectively">
    [javac]           ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:397: error: attribute not supported in HTML5: summary
    [javac]  * <table summary="position increments where international is zero">
    [javac]           ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:408: error: attribute not supported in HTML5: summary
    [javac]  * <table summary="position lengths where IBM is three">
    [javac]           ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:417: error: attribute not supported in HTML5: name
    [javac]  * <a name="corrupt"></a>
    [javac]       ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:475: error: attribute not supported in HTML5: rules
    [javac]  * <table rules="all" frame="box" cellpadding="3" summary="common bundled attributes">
    [javac]           ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:475: error: attribute not supported in HTML5: frame
    [javac]  * <table rules="all" frame="box" cellpadding="3" summary="common bundled attributes">
    [javac]                       ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:475: error: attribute not supported in HTML5: cellpadding
    [javac]  * <table rules="all" frame="box" cellpadding="3" summary="common bundled attributes">
    [javac]                                   ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/package-info.java:475: error: attribute not supported in HTML5: summary
    [javac]  * <table rules="all" frame="box" cellpadding="3" summary="common bundled attributes">
    [javac]                                                   ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/standard/StandardTokenizerImpl.java:729: error: tag not supported in HTML5: tt
    [javac]    * Lexical state is set to <tt>ZZ_INITIAL</tt>.
    [javac]                              ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/analysis/standard/StandardTokenizerImpl.java:777: error: tag not supported in HTML5: tt
    [javac]    * Returns the character at position <tt>pos</tt> from the
    [javac]                                        ^
    [javac] /<<PKGBUILDDIR>>/core/src/java/org/apache/lucene/codecs/blocktree/BlockTreeTermsWriter.java:99: error: tag not supported in HTML5: tt
    [javac]  *   <li><tt>.tim</tt>: <a href="#Termdictionary">Term Dictionary</a></li>
    [javac]          ^



More information about the pkg-java-maintainers mailing list