Your message dated Sun, 06 Sep 2020 10:03:53 +0000
with message-id <[email protected]>
and subject line Bug#957553: fixed in mmh 0.4-2.1
has caused the Debian Bug report #957553,
regarding mmh: 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 [email protected]
immediately.)


-- 
957553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957553
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mmh
Version: 0.4-2
Severity: normal
Tags: sid bullseye
User: [email protected]
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/mmh_0.4-2_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

[...]
join: missing operand after '2.1'
Try 'join --help' for more information.
rm -f version.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/sbr'
make[2]: Entering directory '/<<PKGBUILDDIR>>/uip'
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  ali.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  aliasbr.c
gcc -Wl,-z,relro -Wl,-z,now  -o ali ali.o aliasbr.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  anno.c
gcc -Wl,-z,relro -Wl,-z,now  -o anno anno.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  burst.c
gcc -Wl,-z,relro -Wl,-z,now  -o burst burst.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  comp.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  whatnowproc.c
whatnowproc.c: In function ‘what_now’:
whatnowproc.c:96:3: warning: ignoring return value of ‘chdir’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   96 |   chdir(cwd);
      |   ^~~~~~~~~~
gcc -Wl,-z,relro -Wl,-z,now  -o comp comp.o whatnowproc.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  dist.c
gcc -Wl,-z,relro -Wl,-z,now  -o dist dist.o whatnowproc.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  flist.c
gcc -Wl,-z,relro -Wl,-z,now  -o flist flist.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  folder.c
gcc -Wl,-z,relro -Wl,-z,now  -o folder folder.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  forw.c
forw.c: In function ‘main’:
forw.c:237:37: warning: ‘__builtin___snprintf_chk’ output may be truncated 
before the last format character [-Wformat-truncation=]
  237 |   snprintf(value, sizeof(value), "%d", issue);
      |                                     ^
In file included from /usr/include/stdio.h:867,
                 from ../h/mh.h:7,
                 from forw.c:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of 
size 10
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
forw.c:240:37: warning: ‘__builtin___snprintf_chk’ output may be truncated 
before the last format character [-Wformat-truncation=]
  240 |   snprintf(value, sizeof(value), "%d", volume);
      |                                     ^
In file included from /usr/include/stdio.h:867,
                 from ../h/mh.h:7,
                 from forw.c:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of 
size 10
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wl,-z,relro -Wl,-z,now  -o forw forw.o whatnowproc.o ../sbr/libmh.a 
cp ./mmh.sh mmh
chmod +x mmh
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  mark.c
gcc -Wl,-z,relro -Wl,-z,now  -o mark mark.o ../sbr/libmh.a 
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  mhbuild.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  mhoutsbr.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  mhmisc.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  mhfree.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  mhparse.c
gcc -c -DHAVE_CONFIG_H  -D_GNU_SOURCE -DVERSION="\"`../version.sh ..`\"" -I. 
-I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  termsbr.c
gcc -Wl,-z,relro -Wl,-z,now  -o mhbuild mhbuild.o mhoutsbr.o mhmisc.o mhfree.o 
mhparse.o ../sbr/libmh.a  -ltermcap
/usr/bin/ld: mhparse.o:./uip/mhparse.c:32: multiple definition of `tmp'; 
mhbuild.o:./uip/mhbuild.c:54: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:143: mhbuild] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/uip'
make[1]: *** [Makefile:81: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mmh
Source-Version: 0.4-2.1
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mmh, 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.
Sudip Mukherjee <[email protected]> (supplier of updated mmh 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: SHA512

Format: 1.8
Date: Fri, 04 Sep 2020 10:19:10 +0100
Source: mmh
Architecture: source
Version: 0.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Bogatov <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957553
Changes:
 mmh (0.4-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957553)
     - Use fcommon.
Checksums-Sha1:
 29f9fae88f6844cfe249497e6eff64471c76da21 2051 mmh_0.4-2.1.dsc
 4ee045caf7f9eb15a01591ac20c96964c5187a92 12700 mmh_0.4-2.1.debian.tar.xz
 1199ed3c3eba982b5b7e52ee98a7c12cd83ae8be 5764 mmh_0.4-2.1_amd64.buildinfo
Checksums-Sha256:
 389f30b9ffebd3072d587ba7ae5e44d90c660e562263c19ade1ab8e3eaf82c0a 2051 
mmh_0.4-2.1.dsc
 c1b549230a45d197ae36aaf3c1ec17841a022d5d1cbc5a27fc06cf3d33ee7e08 12700 
mmh_0.4-2.1.debian.tar.xz
 366aac5177ed16b662c884754579fe648ab98ed9cbf95ca7418a9706e5d95bfa 5764 
mmh_0.4-2.1_amd64.buildinfo
Files:
 9dbde40f31345fae0658a65ad9dc892c 2051 mail optional mmh_0.4-2.1.dsc
 3cc7bcf4b12cca40a6c633b29a92ba58 12700 mail optional mmh_0.4-2.1.debian.tar.xz
 4ac713cf4070667e1e61b1aa7d6c5c93 5764 mail optional mmh_0.4-2.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9SB4YACgkQR5mjUUbR
KzWJEBAAoEuvj2q9anDLsJ5FClBmG+0TNYccbKs5tDZvPjsNd4JgucgLnw57Wg9Z
Un5iR4ULz4DlIBkw+o/EamyFHlpwqNvco9nnlkyz1pzQQUFGemU+qKKt2Dj1Casu
QZCv5PGePoSdTtMNJfpB1AcsOb6ZOeEnH4Bb6F4qGhGCP4cgJtN7iGQJCpfzWiUd
GtLls5C1ZKrt4teiyYr+T06lYI9L9D+tkY9APAlfVfHyl25qC/Ox8QUfZqT1Gmaw
VGdpXsmLV6dy+6P+ngWgpBdkgFtadHu6juJGtqiTVuwrh0HB/a1tAXXqFtMdYRH0
EMjZGI6v984DhqX0/zyQEqziSb9FGoSH9A+PKuRQCHyU0UDHe7/2fRy+Fny7y0pV
TwIYla92FfZRfYOWMMiW8aiDoNr9ThhyfX9uywoXOKMhiSYJLb7+G7RWMKE0JBho
Cuvyayi2EsMAY5Lz8hgbbHxIVoDO5tGPjfU25Rds/dXsSDchyWfwWZktdt3XwnBz
atI36BCk7mG8ivSPRFagqMfx5u0WSdtNjVnh29h04PVeuA+odnJ4ka91+0TTuxni
r0VP0V52zwnIJph8YXy51aIXBrK14JE2vggabZhk55nnqDNo87f/I2KtQ4dSOnem
Qgj44Nx7Fd6vF2FNWa6Kbjw3jiMFsg+X/qby5qcx8LhK/LitUV0=
=T5+B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to