Your message dated Fri, 18 Dec 2020 21:00:09 +0000
with message-id <e1kqmrb-0001xi...@fasolo.debian.org>
and subject line Bug#957256: fixed in gauche 0.9.10-1
has caused the Debian Bug report #957256,
regarding gauche: ftbfs with GCC-10
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.)
--
957256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gauche
Version: 0.9.6-10
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/gauche_0.9.6-10_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/bcrypt'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing bcrypt ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/bcrypt'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/digest'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing digest framework ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/digest'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/vport'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing vport ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/vport'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/text'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing gettext ... passed.
Testing text.tr ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/text'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/rfc'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing precompiled rfc modules ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/rfc'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/zlib'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing rfc.zlib ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/zlib'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/sparse'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing data.sparse ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/sparse'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/peg'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
Testing parser.peg ... passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/peg'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/windows'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I"."
"./test.scm" > test.log
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/windows'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ext/tls'
Makefile:11: warning: overriding recipe for target 'check'
../Makefile.ext:90: warning: ignoring old recipe for target 'check'
GAUCHE_TEST_RECORD_FILE="../../test.record" "../../src/gosh" -ftest -I. -I.
./test.scm > test.log
Testing rfc.tls ... WARNING:
openssl command not available: some tests are skipped.
passed.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ext/tls'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ext'
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
Testing math.* modules ... passed.
Testing data.* modules ... passed.
Testing util.* modules extra ... passed.
Testing optimizer ... passed.
Testing control ... passed.
Testing debug features ... passed.
Testing utility scripts ... passed.
Testing interactive ... passed.
Testing r7rs-tests ... passed.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Total: 19513 tests, 19513 passed, 0 failed, 1 aborted.
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:463: test-summary-check] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:53: check] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j4 test VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gauche
Source-Version: 0.9.10-1
Done: NIIBE Yutaka <gni...@fsij.org>
We believe that the bug you reported is fixed in the latest version of
gauche, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
NIIBE Yutaka <gni...@fsij.org> (supplier of updated gauche 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: SHA256
Format: 1.8
Date: Fri, 18 Dec 2020 16:11:10 +0900
Source: gauche
Binary: gauche gauche-dbgsym gauche-dev gauche-dev-dbgsym gauche-doc
gauche-gdbm gauche-gdbm-dbgsym gauche-zlib gauche-zlib-dbgsym libgauche-0.97-0
libgauche-0.97-0-dbgsym
Architecture: source amd64 all
Version: 0.9.10-1
Distribution: unstable
Urgency: medium
Maintainer: NIIBE Yutaka <gni...@fsij.org>
Changed-By: NIIBE Yutaka <gni...@fsij.org>
Description:
gauche - Scheme script engine
gauche-dev - Development files for Gauche
gauche-doc - Reference manual of Gauche
gauche-gdbm - gdbm binding for Gauche
gauche-zlib - zlib binding for Gauche
libgauche-0.97-0 - Gauche runtime shared library
Closes: 957256
Changes:
gauche (0.9.10-1) unstable; urgency=medium
.
[ Jens Thiele ]
* New upstream release
.
[ NIIBE Yutaka ]
* Recover patch files for Debian buildd:
- debian/patches/28_test_under_pty.patch
- debian/patches/35_axtls_error.patch
* debian/patches/02_linking.patch: Update.
* debian/patches/03_rm_without_xlink.patch: Update.
* debian/patches/15_ext_termios.patch: Update.
* debian/patches/20_check_exit_status.patch: Update.
* debian/patches/23_sh4_requires_mieee.patch: Update.
* debian/patches/26_no_microversion_in_soname.patch: Update.
* debian/patches/28_test_under_pty.patch: Update.
* debian/patches/34_alpha_stackbottom.patch: Update.
* debian/patches/39_net_test.patch: Update.
* debian/patches/40_tls_test_localhost.patch: Update.
* debian/patches/44_endian_not_asm_byteorder_h.patch: Update.
* debian/libgauche-0.9-0.symbols: Update.
* debian/control (Package): Rename libgauche-0.9-0 to libgauche-0.97-0,
following the soname change of upstream.
* debian/libgauche-0.97-0.symbols: Rename from libgauche-0.9-0.symbols.
* debian/libgauche-0.97-0.install: Rename from libgauche-0.9-0.install.
* debian/patches/31_ldflags_for_ext.patch: Add -l@LINKGAUCHE@.
* debian/gauche-doc.lintian: Remove.
* debian/patches/series: Don't apply 35_axtls_error.patch, because we
don't use axTLS now. Keep the patch, because upstream doesn't remove
it yet.
* debian/patches/28_test_under_pty.patch: Rewrite to fix generating
wrong "aborted" entry (Closes: #957256).
Checksums-Sha1:
a09828c52c1afd1c48816dc211db6813f3234c2d 2171 gauche_0.9.10-1.dsc
a1a35944db9b71d9117cf0d9f7806aa34711b636 7701616 gauche_0.9.10.orig.tar.gz
88cc88b678144712fca2ddaf6c7da4ece054e573 228 gauche_0.9.10.orig.tar.gz.asc
dec2f5360dcd5cd8ae172a04a199e05743a19c18 35912 gauche_0.9.10-1.debian.tar.xz
e58914d73881a861b22dc48df89c328fe08e38ef 1935368
gauche-dbgsym_0.9.10-1_amd64.deb
3e3ef6a6f0948e39bb5a1f00df83470778d6d97e 9372
gauche-dev-dbgsym_0.9.10-1_amd64.deb
ae56434d4b905e265bd8a06ef7bc7216c86624db 5877296 gauche-dev_0.9.10-1_amd64.deb
7182e6f80486f5c3fe2a6d2329342e04ae445d99 2167704 gauche-doc_0.9.10-1_all.deb
291b7cb37efbce43c96f6bdde98d4a0dcb71c0a8 21512
gauche-gdbm-dbgsym_0.9.10-1_amd64.deb
a1a3cbbda21007121aefc23a7fafe999ff9f9dfa 295296 gauche-gdbm_0.9.10-1_amd64.deb
62af588ba38bd51a9f891ae82357faefa4a29212 33708
gauche-zlib-dbgsym_0.9.10-1_amd64.deb
338ab656ec49afebbbc9d73b0ce24e4fdd86d9ee 288572 gauche-zlib_0.9.10-1_amd64.deb
6be952d968b243a4e35e3c8730b241cf94f1f476 8688 gauche_0.9.10-1_amd64.buildinfo
0a66e2fd8e7ffc926398a25fdbf12bfe42958756 2162344 gauche_0.9.10-1_amd64.deb
192ce7d06dd61513432db803c70b800c53bb9db5 1911188
libgauche-0.97-0-dbgsym_0.9.10-1_amd64.deb
a998211c8f15c223720e11d8116c6395faf5e73d 1297756
libgauche-0.97-0_0.9.10-1_amd64.deb
Checksums-Sha256:
ec6c2ce588eb2f55a2406d8cf323ddcc16c3b9b5f988500ae0c31bd346c86e3d 2171
gauche_0.9.10-1.dsc
0f39df1daec56680b542211b085179cb22e8220405dae15d9d745c56a63a2532 7701616
gauche_0.9.10.orig.tar.gz
6c020446c4f419e7226ff4a826bee14d4be22c0677c1972b9a4265864365ab91 228
gauche_0.9.10.orig.tar.gz.asc
5d73e900db6e27767140be07ff23758e2c8abaa46fb6b7521922313b8181db21 35912
gauche_0.9.10-1.debian.tar.xz
c3dceb30b830487e55830d9cbbd554f104784e2810129ae8e7eeffa0cddd208d 1935368
gauche-dbgsym_0.9.10-1_amd64.deb
20eb783a941c86bc48eb3c7a34b5b6f045b8a5cc317792a5e1e4b555b50d32e9 9372
gauche-dev-dbgsym_0.9.10-1_amd64.deb
42b4a92afbdadcedc9fd816a63a2add09e72f42ee000ba1931c6910b54d120c2 5877296
gauche-dev_0.9.10-1_amd64.deb
5ff78a41b710cdf9c1c3c311e357e4bbe2b8cd9424f9193ced8c9d3a7a6b5d16 2167704
gauche-doc_0.9.10-1_all.deb
ebad8ff29c715bc105367d3d3a064381bdb337f871d155e84f08e1dc76288881 21512
gauche-gdbm-dbgsym_0.9.10-1_amd64.deb
51666a0adb25b8f1daa5f87bd05173fdef4caf14caa568a2fbde6dd3a9ff7ea4 295296
gauche-gdbm_0.9.10-1_amd64.deb
e0773f6cf401898213972be0cce42574c086649b770bd20402b3822d93856895 33708
gauche-zlib-dbgsym_0.9.10-1_amd64.deb
80fce0ed0e1a14353efd0a3e5d5788cf575d3934c56345d8229a0fd77c02d7c7 288572
gauche-zlib_0.9.10-1_amd64.deb
3dbb4c30113c39b53699c5715f4530fe5a1f14fcf1c735203c1d1c38e097f1e6 8688
gauche_0.9.10-1_amd64.buildinfo
c22a548201ff5e93eff8aa52fd3715c75124968667a72b83f524afcc3ea997b8 2162344
gauche_0.9.10-1_amd64.deb
2a96461009aeaf0fecee053d738e0209769e2a7935893c2f944333b42f1b1730 1911188
libgauche-0.97-0-dbgsym_0.9.10-1_amd64.deb
a53bd7f42cdb5dba9eb1c2b2d54557962b757d1dad0e5e60dba9e6d64a7f97c8 1297756
libgauche-0.97-0_0.9.10-1_amd64.deb
Files:
dcdb7141d37f618bb4e5c2fb7cecfb7b 2171 lisp optional gauche_0.9.10-1.dsc
d9ed42ef02daadbe0328facac450e74e 7701616 lisp optional
gauche_0.9.10.orig.tar.gz
7dc8e52fb39a32486261df005354d6ac 228 lisp optional
gauche_0.9.10.orig.tar.gz.asc
fc7ba41c9ba0bd13422b9f8b5ac616de 35912 lisp optional
gauche_0.9.10-1.debian.tar.xz
6957a70d23643b88871c0cf9f588c1c4 1935368 debug optional
gauche-dbgsym_0.9.10-1_amd64.deb
7def84b6911b5e760003bc2a1f3656e5 9372 debug optional
gauche-dev-dbgsym_0.9.10-1_amd64.deb
01f9d9038871ee16fdefe9d53784ce05 5877296 lisp optional
gauche-dev_0.9.10-1_amd64.deb
60977fde9185a496d6af9be8cc758269 2167704 doc optional
gauche-doc_0.9.10-1_all.deb
9dcedd6897bd44abecbb5f3f38f502a5 21512 debug optional
gauche-gdbm-dbgsym_0.9.10-1_amd64.deb
851a6d2aa5042c35b65227d0b7ad8aeb 295296 lisp optional
gauche-gdbm_0.9.10-1_amd64.deb
79127c0732909ab81506821dca7a797b 33708 debug optional
gauche-zlib-dbgsym_0.9.10-1_amd64.deb
ede6e8576a65b7929d785674c9f74c71 288572 lisp optional
gauche-zlib_0.9.10-1_amd64.deb
2200b12884e2f0bbccaa378189daf30d 8688 lisp optional
gauche_0.9.10-1_amd64.buildinfo
c07225ad8131d4d014e3d141e655e3c6 2162344 lisp optional
gauche_0.9.10-1_amd64.deb
98baae9b606da09aec57827dd3c452a9 1911188 debug optional
libgauche-0.97-0-dbgsym_0.9.10-1_amd64.deb
4a57b9a8a905ac274c36c1b043df9d86 1297756 libs optional
libgauche-0.97-0_0.9.10-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEEkEkvTtIYq96CkLxALRevUynur4FAl/cYgkACgkQALRevUyn
ur67iwgAhKUvpDif+GMVC8MIfBeSrJR/ZmJK+F3rHYCAHSTIABZ4TMK3D6xorChT
hDN0RDRfnSwiVBryXYCuDn7BVVgfnwhZLWykiu8lRhyfA6OP8lONNEov8K1uALPi
qsDG/u+IwiXfdl6+LdCJWslLrIevydAWIWPs/5mDZhgRsMD17M8LjQj3M0dNXbPV
QMohbIkbXDGPqbtfltMSsWzzm+M9JLKGrF82PQX1lNlqCF/jHvwG7JbTiNRx9xCG
qwD+WPniQCVH7PfnIfpXNyTT6aQSDEaCn0eE2w0J51Tzf2UxDNk5Lp9Js4hq3ocV
8WGBDW2xF6HLF9i84TrgOyoEGmCd/g==
=Vmq7
-----END PGP SIGNATURE-----
--- End Message ---