Your message dated Fri, 22 Sep 2023 06:35:39 +0000
with message-id <[email protected]>
and subject line Bug#1046729: fixed in open-jtalk 1.11-4
has caused the Debian Bug report #1046729,
regarding open-jtalk: 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 [email protected]
immediately.)
--
1046729: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046729
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: open-jtalk
Version: 1.11-3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
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 open-jtalk
> dpkg-buildpackage: info: source version 1.11-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by HIGUCHI Daisuke (VDR dai)
> <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --no-parallel
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> make -j1 distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in text2mecab
> make[3]: Entering directory '/<<PKGBUILDDIR>>/text2mecab'
> test -z "libtext2mecab.a" || rm -f libtext2mecab.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/text2mecab.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/text2mecab'
> Making distclean in mecab
> make[3]: Entering directory '/<<PKGBUILDDIR>>/mecab'
> Making distclean in src
> make[4]: Entering directory '/<<PKGBUILDDIR>>/mecab/src'
> test -z "libmecab.a" || rm -f libmecab.a
> test -z "mecab-dict-index" || rm -f mecab-dict-index
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/char_property.Po
> rm -f ./.deps/connector.Po
> rm -f ./.deps/context_id.Po
> rm -f ./.deps/dictionary.Po
> rm -f ./.deps/dictionary_compiler.Po
> rm -f ./.deps/dictionary_generator.Po
> rm -f ./.deps/dictionary_rewriter.Po
> rm -f ./.deps/eval.Po
> rm -f ./.deps/feature_index.Po
> rm -f ./.deps/iconv_utils.Po
> rm -f ./.deps/lbfgs.Po
> rm -f ./.deps/learner.Po
> rm -f ./.deps/learner_tagger.Po
> rm -f ./.deps/libmecab.Po
> rm -f ./.deps/mecab-dict-index.Po
> rm -f ./.deps/mecab.Po
> rm -f ./.deps/nbest_generator.Po
> rm -f ./.deps/param.Po
> rm -f ./.deps/string_buffer.Po
> rm -f ./.deps/tagger.Po
> rm -f ./.deps/tokenizer.Po
> rm -f ./.deps/utils.Po
> rm -f ./.deps/viterbi.Po
> rm -f ./.deps/writer.Po
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/mecab/src'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/mecab'
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/mecab'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/mecab'
> Making distclean in mecab2njd
> make[3]: Entering directory '/<<PKGBUILDDIR>>/mecab2njd'
> test -z "libmecab2njd.a" || rm -f libmecab2njd.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/mecab2njd.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/mecab2njd'
> Making distclean in njd
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd'
> test -z "libnjd.a" || rm -f libnjd.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd.Po
> rm -f ./.deps/njd_node.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd'
> Making distclean in njd_set_pronunciation
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd_set_pronunciation'
> test -z "libnjd_set_pronunciation.a" || rm -f libnjd_set_pronunciation.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd_set_pronunciation.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd_set_pronunciation'
> Making distclean in njd_set_digit
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd_set_digit'
> test -z "libnjd_set_digit.a" || rm -f libnjd_set_digit.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd_set_digit.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd_set_digit'
> Making distclean in njd_set_accent_phrase
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd_set_accent_phrase'
> test -z "libnjd_set_accent_phrase.a" || rm -f libnjd_set_accent_phrase.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd_set_accent_phrase.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd_set_accent_phrase'
> Making distclean in njd_set_accent_type
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd_set_accent_type'
> test -z "libnjd_set_accent_type.a" || rm -f libnjd_set_accent_type.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd_set_accent_type.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd_set_accent_type'
> Making distclean in njd_set_unvoiced_vowel
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd_set_unvoiced_vowel'
> test -z "libnjd_set_unvoiced_vowel.a" || rm -f libnjd_set_unvoiced_vowel.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd_set_unvoiced_vowel.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd_set_unvoiced_vowel'
> Making distclean in njd_set_long_vowel
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd_set_long_vowel'
> test -z "libnjd_set_long_vowel.a" || rm -f libnjd_set_long_vowel.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd_set_long_vowel.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd_set_long_vowel'
> Making distclean in njd2jpcommon
> make[3]: Entering directory '/<<PKGBUILDDIR>>/njd2jpcommon'
> test -z "libnjd2jpcommon.a" || rm -f libnjd2jpcommon.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/njd2jpcommon.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/njd2jpcommon'
> Making distclean in jpcommon
> make[3]: Entering directory '/<<PKGBUILDDIR>>/jpcommon'
> test -z "libjpcommon.a" || rm -f libjpcommon.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/jpcommon.Po
> rm -f ./.deps/jpcommon_label.Po
> rm -f ./.deps/jpcommon_node.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/jpcommon'
> Making distclean in bin
> make[3]: Entering directory '/<<PKGBUILDDIR>>/bin'
> test -z "open_jtalk" || rm -f open_jtalk
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/open_jtalk.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/bin'
> Making distclean in mecab-naist-jdic
> make[3]: Entering directory '/<<PKGBUILDDIR>>/mecab-naist-jdic'
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~" || rm -f *.log *.out *~
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/mecab-naist-jdic'
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "*.log *.out *~ config/*~" || rm -f *.log *.out *~ config/*~
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno
> config.status.lineno
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -rf /<<PKGBUILDDIR>>/debian/open_jtalk.1 \
> /<<PKGBUILDDIR>>/mecab-naist-jdic/char.bin \
> /<<PKGBUILDDIR>>/mecab-naist-jdic/matrix.bin \
> /<<PKGBUILDDIR>>/mecab-naist-jdic/sys.dic \
> /<<PKGBUILDDIR>>/mecab-naist-jdic/unk.dic
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--no-parallel
> dh_clean -O--no-parallel
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building open-jtalk using existing
> ./open-jtalk_1.11.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file aclocal.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file INSTALL, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> njd_set_accent_phrase/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file mecab-naist-jdic/Makefile.in,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file jpcommon/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file text2mecab/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file njd2jpcommon/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file njd_set_digit/Makefile.in,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> njd_set_accent_type/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> njd_set_pronunciation/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> njd_set_unvoiced_vowel/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file njd/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file bin/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file mecab/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file mecab/config.h.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file mecab/src/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config/install-sh, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config/compile, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config/depcomp, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config/missing, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file mecab2njd/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> njd_set_long_vowel/Makefile.in, use --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
> open-jtalk-1.11/mecab-naist-jdic/left-id.def
> open-jtalk-1.11/mecab-naist-jdic/pos-id.def
> open-jtalk-1.11/mecab-naist-jdic/rewrite.def
> open-jtalk-1.11/mecab-naist-jdic/right-id.def
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/open-jtalk_1.11-3.diff.R1pDaM
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . 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/open-jtalk_1.11-3_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: open-jtalk
Source-Version: 1.11-4
Done: HIGUCHI Daisuke (VDR dai) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
open-jtalk, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <[email protected]> (supplier of updated open-jtalk
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 22 Sep 2023 14:58:41 +0900
Source: open-jtalk
Architecture: source
Version: 1.11-4
Distribution: unstable
Urgency: medium
Maintainer: HIGUCHI Daisuke (VDR dai) <[email protected]>
Changed-By: HIGUCHI Daisuke (VDR dai) <[email protected]>
Closes: 1046729
Changes:
open-jtalk (1.11-4) unstable; urgency=medium
.
* d/rules: clean generated files (Closes: #1046729)
* Update standards version to 4.6.2.
Checksums-Sha1:
1bef7e0bfd38b15aabb4d760be53d571d9a312a9 2032 open-jtalk_1.11-4.dsc
583e957fe1e7d82c8439df6a7986b70adac924dc 7032 open-jtalk_1.11-4.debian.tar.xz
Checksums-Sha256:
c207fb0fba2d87773d3a1ee5ba62a9d73475d405619527a57821353ef7173eb9 2032
open-jtalk_1.11-4.dsc
1d1808fdd5824d96522b1fa61783443cf04ad0d202bd99854a6d1ca0bdb9afcf 7032
open-jtalk_1.11-4.debian.tar.xz
Files:
a406cf51c17f2918b60ac98d20cd02cd 2032 sound optional open-jtalk_1.11-4.dsc
4b36da1a17c023f39bd7444735decaf3 7032 sound optional
open-jtalk_1.11-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAmUNL+UACgkQeDlhndQ5
Zo73Uw/+NeNrZBaFgIVwGymhVOO7fOeRU+GSGAyx1zmR2DBhAsOPZNG+Ak5nF07A
0p3lMHnD5SJ5s9xNfd+fWsNf/KqFz3HemvOxpRosV1CLn2uxUS8bjb7S1DspUZe0
T1QtzfZIm9okmE3knm+P2otdHQz7I6otjNMN3eBeclAUNgK4J4mGsCGk8av4H97x
Ci3/4mo/pYwXcQcqw+piaOi0J6/rEK1QK1ENfs9sDMlCYi9Ptaz5Im8+YM1TYmYA
5cIOJPFAdtY8msNkAb0NTjj8B3t91GmitXje+w7txhRc6vndhSS6pp9YOWbJckZe
3j9E8d0Ep6TqDK+Yh/QjbInrfotseQIjsmkEpfSoIC8ADp1xyqqgOMixPV/dGcTn
NgnHgwDSlRQNozfL6LZ6K5nCdyC8PVWR5yHnZ9Ve0HYSPiCYWh/sGvg7i3WpJgD/
4azPkg/fO+gPKCpPeKuavXEVLZGKhrAhNRtvp4E5QdEGHiHAHapE2kW3J2HyPKem
tZJ3D3Bm58AKHWUumDgn9Uvcmu+AQslQDMEc2FErWpXGIoUNn1P2qtat+zvecBOl
ZuGNfo7vXgZM0jT69xDTwWTOTuw2I/CD9ZqRidjRNJBMx7r7wU4ZYQvQHb50FedZ
9M4Znypas5fHvM7fIoRR4CrJ/GVq6v+bwyDsbKLY4jZ/nnfMwbY=
=mjY0
-----END PGP SIGNATURE-----
--- End Message ---