Your message dated Wed, 05 Sep 2018 21:05:25 +0000
with message-id <e1fxezn-000d3d...@fasolo.debian.org>
and subject line Bug#906369: fixed in jeuclid 3.1.9-5
has caused the Debian Bug report #906369,
regarding jeuclid: FTBFS in buster/sid (error: cannot find symbol CustomEvent)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
906369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jeuclid
Version: 3.1.9-4
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
test -x debian/rules
mkdir -p "."
if [ -d jeuclid-testsuite ]; then \
  echo "You are shipping non-free code!"; \
  exit 1; \
fi
cd . && /usr/lib/jvm/default-java/bin/java -classpath 
/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/junit.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-cli.jar:/usr/share/java/fop.jar:/usr/share/java/jcip.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
-Dcompile.optimize=true -buildfile /<<PKGBUILDDIR>>/debian/build.xml 
compile-core compile-mathviewer compile-cli compile-fop
Buildfile: /<<PKGBUILDDIR>>/debian/build.xml

init:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/target
     [echo] ------------------- jeuclid ----------------
     [echo] Apache Ant(TM) version 1.10.5 compiled on July 16 2018
     [echo] VM: 10.0.2+13-Debian-1, Oracle Corporation
     [echo] JAVA_HOME: ${env.JAVA_HOME}
     [echo] ANT Support PRESENT
     [echo] Batik Support PRESENT
     [echo] commons-logging Support PRESENT
     [echo] xml-commons-external Support PRESENT
     [echo] xmlgraphics-commons Support PRESENT
     [echo] commons-cli Support PRESENT
     [echo] commons-lang Support PRESENT

compile-core:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/jeuclid-core/target/classes
    [javac] /<<PKGBUILDDIR>>/debian/build.xml:127: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
    [javac] Using javac -source 1.5 is no longer supported, switching to 7
    [javac] Using javac -target 1.5 is no longer supported, switching to 7
    [javac] Compiling 203 source files to 
/<<PKGBUILDDIR>>/jeuclid-core/target/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
    [javac] 
/<<PKGBUILDDIR>>/jeuclid-core/src/main/java/net/sourceforge/jeuclid/elements/presentation/token/Mo.java:50:
 error: cannot find symbol
    [javac] import org.w3c.dom.events.CustomEvent;
    [javac]                          ^
    [javac]   symbol:   class CustomEvent
    [javac]   location: package org.w3c.dom.events
    [javac] 
/<<PKGBUILDDIR>>/jeuclid-core/src/main/java/net/sourceforge/jeuclid/elements/presentation/token/Mo.java:316:
 error: cannot find symbol
    [javac]             final CustomEvent evt = new DOMCustomEvent();
    [javac]                   ^
    [javac]   symbol:   class CustomEvent
    [javac]   location: class Mo
    [javac] 
/<<PKGBUILDDIR>>/jeuclid-core/src/main/java/net/sourceforge/jeuclid/swing/JMathComponent.java:542:
 warning: [deprecation] newInstance() in Class has been deprecated
    [javac]                                 .newInstance());
    [javac]                                 ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] 2 errors
    [javac] 2 warnings

BUILD FAILED
/<<PKGBUILDDIR>>/debian/build.xml:127: Compile failed; see the compiler error 
output for details.

Total time: 3 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jeuclid.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: jeuclid
Source-Version: 3.1.9-5

We believe that the bug you reported is fixed in the latest version of
jeuclid, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated jeuclid package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 05 Sep 2018 22:37:30 +0200
Source: jeuclid
Binary: libjeuclid-core-java jeuclid-mathviewer jeuclid-cli libjeuclid-fop-java
Architecture: source
Version: 3.1.9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 jeuclid-cli - Complete MathML rendering solution (command line tools)
 jeuclid-mathviewer - Complete MathML rendering solution (Swing MathViewer)
 libjeuclid-core-java - Complete MathML rendering solution (java classes)
 libjeuclid-fop-java - Complete MathML rendering solution (fop plugin)
Closes: 906369
Changes:
 jeuclid (3.1.9-5) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the compatibility with Batik 1.10 (Closes: #906369)
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 4.2.1
   * Switch to debhelper level 11
Checksums-Sha1:
 7ea4fdaf9dd9d1da1d9a56e5dfccb0d9f87c90fa 2381 jeuclid_3.1.9-5.dsc
 c07400d856db57597c1d531998d6036170981fe2 9268 jeuclid_3.1.9-5.debian.tar.xz
 0eacdf26535b14b86de8f9a95c874c3edffd91a5 11682 jeuclid_3.1.9-5_source.buildinfo
Checksums-Sha256:
 311eb2403ace988c0907095b2c9a1bf021d5f85846462aab62f3f28e01cd46ce 2381 
jeuclid_3.1.9-5.dsc
 acdf2001ee5a293f31e1028a2bfb18c13db112c80968a7e3fdd714cf57f9e719 9268 
jeuclid_3.1.9-5.debian.tar.xz
 3a69a58e569f8c6104fa03e13085a45c13d69936d33b2de935ef19db0c5c6201 11682 
jeuclid_3.1.9-5_source.buildinfo
Files:
 8c85419b9bb7a8509b2c9d086767f2f8 2381 java optional jeuclid_3.1.9-5.dsc
 5c76e196764eee60921274251e68f8fe 9268 java optional 
jeuclid_3.1.9-5.debian.tar.xz
 1610a86f4d1d72a53a2ccf5930da3f71 11682 java optional 
jeuclid_3.1.9-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAluQPvUSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsbbEP/0wcBk9fQ84/Dx0XN9MDBqQVZrHjV0os
6Mg76l9QhQVWQ1F9Mnw0zQkp2QYq929wTHbZE3q1kReANgsLmQvk0QBMw5W5+wFL
Z0ttKmgc+qIjCVuSXL/U6ep7zyFvU3m6BTZRZeqIn3JQARpZo4QnERg6qt1bzKJK
N4PN6KyuhJK1YO+HkWH9PFillPHrN8bm9rpQ5OiXNYduHZBf8MKwjVMqcgYgufKx
6ROyg6V+/ttj0TXewv6k5vzO5hgfO2nIbJz26wPbBSWvaSwhL2oG8fFEjEFb32Y/
P9j1UawkCTe6NPEX3uHZ+fkS9ZPLySbFFjSmcoeb25gRqNyg/L9rEA+MEVgoUR7h
GaOAugZek4wYDV9+uuZSKX16xKpouILv2wvQJBva6/AHUUChe9qN753CYzgzQv1g
u7DuoODt5ItdDS/ypOelzxzPmyILJMSsQ+tAKe1O2QbRbvjlWGoK1Plxg7tgo+Aw
N3zAQd66LNP9RsiEeIdunyaAc878wYw+jTQCZC+Scv0b6FgZSB3pxrThFHBzNgpp
GhT0eO8HK2s+beB4qCSbYi52bamFrot6CoQmju/gEBYkREyHpnklmlwNPybbVxcG
SHKBA985pMKzgG+sE/pCQeVU8iDmDAAdnj0D9HqUkIspiu9cFp8pFMmxqYZ67e+I
HiLtLjRDEDWJ
=N6P2
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to