Source: brailleutils
Version: 1.2.3-3
Severity: serious
Tags: buster sid
User: [email protected]
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir lib # [empty] lib directory is assumeed by build.xml
> ant -DuseExternalJarsOnLinux=true
> Buildfile: /<<PKGBUILDDIR>>/build.xml
>
> detectOS:
>
> buildZip:
>
> detectOS:
>
> debianProperties:
>
> setClasspath:
>
> createDistDir:
> [mkdir] Created dir: /<<PKGBUILDDIR>>/ant-build/output/dist
>
> buildCoreJar:
> [mkdir] Created dir: /<<PKGBUILDDIR>>/ant-build/output/build.temp
> [javac] Using javac -source 1.5 is no longer supported, switching to 1.7
> [javac] Using javac -target 1.5 is no longer supported, switching to 1.7
> [javac] Compiling 123 source files to
> /<<PKGBUILDDIR>>/ant-build/output/build.temp
> [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 7
> [javac]
> /<<PKGBUILDDIR>>/src/org/daisy/braille/pef/PEFNamespaceContext.java:37:
> error: PEFNamespaceContext is not abstract and does not override abstract
> method getPrefixes(String) in NamespaceContext
> [javac] public class PEFNamespaceContext implements NamespaceContext {
> [javac] ^
> [javac]
> /<<PKGBUILDDIR>>/src/org/daisy/braille/pef/PEFNamespaceContext.java:73:
> error: getPrefixes(String) in PEFNamespaceContext cannot implement
> getPrefixes(String) in NamespaceContext
> [javac] public Iterator<Entry<String, String>> getPrefixes(String
> namespaceURI) {
> [javac] ^
> [javac] return type Iterator<Entry<String,String>> is not compatible
> with Iterator<String>
> [javac] Note: /<<PKGBUILDDIR>>/src/org/daisy/braille/pef/TextHandler.java
> uses or overrides a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> [javac] 1 warning
>
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:354: The following error occurred while executing
> this line:
> /<<PKGBUILDDIR>>/build.xml:209: Compile failed; see the compiler error output
> for details.
>
> Total time: 1 second
> make[1]: *** [debian/rules:28: override_dh_auto_build] Error 1
The full build log is available from:
http://aws-logs.debian.net/2018/05/02/brailleutils_1.2.3-3_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.