Your message dated Sun, 01 Oct 2023 20:34:33 +0000
with message-id <e1qn397-001mmf...@fasolo.debian.org>
and subject line Bug#1043834: fixed in antlr3 3.5.3-2
has caused the Debian Bug report #1043834,
regarding antlr3: Fails to build source after successful build
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.)
--
1043834: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043834
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: antlr3
Version: 3.5.3-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package antlr3
> dpkg-buildpackage: info: source version 3.5.3-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Emmanuel Bourg <ebo...@apache.org>
> dpkg-source --before-build .
> fakeroot debian/rules clean
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo
> -DbuildNumber="debian-1" clean
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
> deprecated in JDK 13 and will likely be removed in a future release.
> [[1;34mINFO[m] Scanning for projects...
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] Some problems were encountered while building the
> effective model for org.antlr:antlr3-maven-plugin:maven-plugin:3.5.3
> [[1;33mWARNING[m]
> 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be
> unique: org.antlr:antlr:jar -> duplicate declaration of version 3.5.3 @ line
> 191, column 15
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] It is highly recommended to fix these problems because
> they threaten the stability of your build.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] For this reason, future Maven versions might no longer
> support building such malformed projects.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] The project org.antlr:antlr-master:pom:3.5.3 uses
> prerequisites which is only intended for maven-plugin projects but not for
> non maven-plugin projects. For such purposes you should use the
> maven-enforcer-plugin. See
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mReactor Build Order:[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] ANTLR 3 Master build control POM
> [pom]
> [[1;34mINFO[m] ANTLR 3 Runtime
> [jar]
> [[1;34mINFO[m] ANTLR 3 Tool
> [jar]
> [[1;34mINFO[m] ANTLR 3 Maven plugin
> [maven-plugin]
> [[1;34mINFO[m] ANTLR 3 gUnit
> [jar]
> [[1;34mINFO[m] ANTLR 3 gUnit Maven plugin
> [maven-plugin]
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m-----------------------<
> [0;36morg.antlr:antlr-master[0;1m >-----------------------[m
> [[1;34mINFO[m] [1mBuilding ANTLR 3 Master build control POM 3.5.3
> [1/6][m
> [[1;34mINFO[m] [1m--------------------------------[ pom
> ]---------------------------------[m
> [[1;33mWARNING[m] The artifact
> org.apache.maven.plugins:maven-clean-plugin:jar:2.5 has been relocated to
> org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.2.0:clean[m
> [1m(default-clean)[m @ [36mantlr-master[0;1m ---[m
> [[1;34mINFO[m] Deleting /<<PKGBUILDDIR>>/target
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m----------------------<
> [0;36morg.antlr:antlr-runtime[0;1m >-----------------------[m
> [[1;34mINFO[m] [1mBuilding ANTLR 3 Runtime 3.5.3
> [2/6][m
> [[1;34mINFO[m] [1m--------------------------------[ jar
> ]---------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.2.0:clean[m
> [1m(default-clean)[m @ [36mantlr-runtime[0;1m ---[m
> [[1;34mINFO[m] Deleting /<<PKGBUILDDIR>>/runtime/Java/target
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--------------------------< [0;36morg.antlr:antlr[0;1m
> >---------------------------[m
> [[1;34mINFO[m] [1mBuilding ANTLR 3 Tool 3.5.3
> [3/6][m
> [[1;34mINFO[m] [1m--------------------------------[ jar
> ]---------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.2.0:clean[m
> [1m(default-clean)[m @ [36mantlr[0;1m ---[m
> [[1;34mINFO[m] Deleting /<<PKGBUILDDIR>>/tool/target
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m-------------------<
> [0;36morg.antlr:antlr3-maven-plugin[0;1m >--------------------[m
> [[1;34mINFO[m] [1mBuilding ANTLR 3 Maven plugin 3.5.3
> [4/6][m
> [[1;34mINFO[m] [1m----------------------------[ maven-plugin
> ]----------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.2.0:clean[m
> [1m(default-clean)[m @ [36mantlr3-maven-plugin[0;1m ---[m
> [[1;34mINFO[m] Deleting /<<PKGBUILDDIR>>/antlr3-maven-plugin/target
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--------------------------< [0;36morg.antlr:gunit[0;1m
> >---------------------------[m
> [[1;34mINFO[m] [1mBuilding ANTLR 3 gUnit 3.5.3
> [5/6][m
> [[1;34mINFO[m] [1m--------------------------------[ jar
> ]---------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.2.0:clean[m
> [1m(default-clean)[m @ [36mgunit[0;1m ---[m
> [[1;34mINFO[m] Deleting /<<PKGBUILDDIR>>/gunit/target
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--------------------<
> [0;36morg.antlr:maven-gunit-plugin[0;1m >--------------------[m
> [[1;34mINFO[m] [1mBuilding ANTLR 3 gUnit Maven plugin 3.5.3
> [6/6][m
> [[1;34mINFO[m] [1m----------------------------[ maven-plugin
> ]----------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.2.0:clean[m
> [1m(default-clean)[m @ [36mmaven-gunit-plugin[0;1m ---[m
> [[1;34mINFO[m] Deleting /<<PKGBUILDDIR>>/gunit-maven-plugin/target
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mReactor Summary for ANTLR 3 Master build control POM
> 3.5.3:[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] ANTLR 3 Master build control POM ...................
> [1;32mSUCCESS[m [ 0.201 s]
> [[1;34mINFO[m] ANTLR 3 Runtime ....................................
> [1;32mSUCCESS[m [ 0.028 s]
> [[1;34mINFO[m] ANTLR 3 Tool .......................................
> [1;32mSUCCESS[m [ 0.069 s]
> [[1;34mINFO[m] ANTLR 3 Maven plugin ...............................
> [1;32mSUCCESS[m [ 0.010 s]
> [[1;34mINFO[m] ANTLR 3 gUnit ......................................
> [1;32mSUCCESS[m [ 0.038 s]
> [[1;34mINFO[m] ANTLR 3 gUnit Maven plugin .........................
> [1;32mSUCCESS[m [ 0.007 s]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 0.569 s
> [[1;34mINFO[m] Finished at: 2023-08-12T12:35:50Z
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [0m[0mrm -f -r /<<PKGBUILDDIR>>/debian/maven-repo debian/stamp-maven-build
> rm -f debian/*.substvars
> /usr/bin/make -f debian/rules unpatch-poms
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mh_unpatchpoms -pantlr3
> rm -f -f debian/stamp-poms-patched
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_clean
> rm: cannot remove './tool/src/main/java/org/antlr/grammar/v3': Is a directory
> dh_clean: error: rm -f -- debian/antlr3.substvars
> debian/antlr3-maven-plugin.substvars debian/libantlr3-runtime-java.substvars
> debian/libantlr3-gunit-java.substvars
> debian/antlr3-gunit-maven-plugin.substvars
> ./tool/src/main/java/ActionAnalysis.tokens
> ./tool/src/main/java/ActionTranslator.tokens
> ./tool/src/main/java/ANTLR.tokens
> ./tool/src/main/java/ANTLRTreePrinter.tokens
> ./tool/src/main/java/ANTLRv3.tokens ./tool/src/main/java/ANTLRv3Tree.tokens
> ./tool/src/main/java/AssignTokenTypesWalker.tokens
> ./tool/src/main/java/CodeGenTreeWalker.tokens
> ./tool/src/main/java/DefineGrammarItemsWalker.tokens
> ./tool/src/main/java/LeftRecursiveRuleWalker.tokens
> ./tool/src/main/java/TreeToNFAConverter.tokens
> ./tool/src/main/java/org/antlr/grammar/v3
> ./antlr-ant/main/antlr3-task/antlr3-task.jar
> ./antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ANTLR3.class
> debian/files returned exit code 1
> make: *** [/usr/share/cdbs/1/rules/debhelper.mk:213: clean] Error 25
> dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned
> exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/antlr3_3.5.3-1_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: antlr3
Source-Version: 3.5.3-2
Done: Emmanuel Bourg <ebo...@apache.org>
We believe that the bug you reported is fixed in the latest version of
antlr3, 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 1043...@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 antlr3 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: Sun, 01 Oct 2023 21:52:24 +0200
Source: antlr3
Architecture: source
Version: 3.5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1043834 1049612 1052588
Changes:
antlr3 (3.5.3-2) unstable; urgency=medium
.
* Fixed the build failure with Java 21 (Closes: #1052588)
* Standards-Version updated to 4.6.2
* Fixed debian/clean (Closes: #1043834, #1049612)
Checksums-Sha1:
1383b216a556fa5e7d947f5ef898826ce4d49bbf 2518 antlr3_3.5.3-2.dsc
e1fcf086fbe97949e5590a40d4dfa672b8b4a5ec 154720 antlr3_3.5.3-2.debian.tar.xz
0747b861f3295062bec4184ce08c406fdec4367f 16396 antlr3_3.5.3-2_source.buildinfo
Checksums-Sha256:
60810ca88bbad7718d66e00c38e8d99a919840589a81fcffe85345c5d493c468 2518
antlr3_3.5.3-2.dsc
7e09798f0bf9b005bbd6bff3476b5a104d325a845bd2bb776de33ed3fee80972 154720
antlr3_3.5.3-2.debian.tar.xz
93df824d9d4e3a3c0a27a6393dfb14dc6fa2e5f0a4663d3f8df686f7ebcc1baf 16396
antlr3_3.5.3-2_source.buildinfo
Files:
77afa59af9c1155ef47647cfaa6710de 2518 java optional antlr3_3.5.3-2.dsc
86e132a23d3fb6c1eefaff85800e93c4 154720 java optional
antlr3_3.5.3-2.debian.tar.xz
9f2ba3e133affe036c78aa6679a65654 16396 java optional
antlr3_3.5.3-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmUZzvkSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsEsYP/Rmcd6LjJ/ugriZAgt3zj9LI0hdeAnfD
Mat2Ju9xuufLFB7+TDn9gpIVQQYUC2Lyc08B6HuGYUPDVC39FsF39Yyq9vyA3i8d
rfqwj8og5Kldz6iDQeKcf6/cHWL5OIw6dn57PIkPfV3XEzCrnn7d21sshNkfL2/U
f6laAWpg+3VXzLyst35mE9tsDOdAvHCxxhyLnyEMnjXee9ZwMv5a6nyYIi3EUP5c
i0IVHrNKfY6RwdI7okPttDlydMTMxw8OGAivpScXAS34cPbvcb/nnUWf/vx4TwIZ
n0MDmBoeP2II56YjSTzJUCH65yyXHlpqInZfsOnoiO/SwHvSkk7Rb3pGFuHDiUvr
E7fJWbH7L6XhvRk59J6atp4i+p7wlLsq65lYsra8pOYFFVPCPqd67FrsxmfxLsR5
jAL7R/uVtDhxldlB/U48UyQ7a4okeDbmuvnCBbUKihmTJLMqo/qgBSSqAtJ20j1o
1HtXxMToQBBhrN4cRXeXh1Ny3LexU7l85vAPDW5XycZiA5hmbw5uKjqb3w09PJmV
T1nVIAksXCweYCDJg3/7HZIDQdTKK687qfYcv3ydOEShFDFtPkNAP7xy8nP3tJqg
hNoCDiUtbMtDDl4Pohjj8PVhS37vV4q9gGvLhnhfLTsgmn1sJiOT4vw05wZvm4NN
hcfsykTanYn2
=DYqb
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
debian-j...@lists.debian.org for discussions and questions.