Your message dated Fri, 04 Dec 2020 22:21:04 +0000
with message-id <e1kljro-000hvv...@fasolo.debian.org>
and subject line Bug#957107: fixed in crashmail 1.7-1.1
has caused the Debian Bug report #957107,
regarding crashmail: 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.)


-- 
957107: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:crashmail
Version: 1.7-1
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/crashmail_1.7-1_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

[...]
In file included from /usr/include/stdio.h:867,
                 from crashmail/crashmail.h:2,
                 from crashmail/areafix.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 45 and 124 bytes into a destination of 
size 100
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crashmail/areafix.c: In function ‘afSendMessage’:
crashmail/areafix.c:1506:31: warning: ‘ (part ’ directive writing 7 bytes into 
a region of size between 1 and 72 [-Wformat-overflow=]
 1506 |   sprintf(afr->mm->Subject,"%s (part %d)",afr->subject,afr->part);
      |                               ^~~~~~~
crashmail/areafix.c:1506:28: note: using the range [-2147483648, 2147483647] 
for directive argument
 1506 |   sprintf(afr->mm->Subject,"%s (part %d)",afr->subject,afr->part);
      |                            ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from crashmail/crashmail.h:2,
                 from crashmail/areafix.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 10 and 91 bytes into a destination of 
size 72
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crashmail/areafix.c: In function ‘afAddLine’:
crashmail/areafix.c:1478:35: warning: ‘ (part ’ directive writing 7 bytes into 
a region of size between 1 and 72 [-Wformat-overflow=]
 1478 |       sprintf(afr->mm->Subject,"%s (part %d)",afr->subject,afr->part);
      |                                   ^~~~~~~
crashmail/areafix.c:1478:32: note: using the range [-2147483648, 2147483647] 
for directive argument
 1478 |       sprintf(afr->mm->Subject,"%s (part %d)",afr->subject,afr->part);
      |                                ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from crashmail/crashmail.h:2,
                 from crashmail/areafix.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 10 and 91 bytes into a destination of 
size 72
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/jblist.c -o obj/jblist.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/jbstrcpy.c -o obj/jbstrcpy.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/mystrncpy.c -o obj/mystrncpy.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/parseargs.c -o obj/parseargs.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/node4d.c -o obj/node4d.o
shared/node4d.c: In function ‘Parse4DTemplate’:
shared/node4d.c:42:31: warning: ‘val’ may be used uninitialized in this 
function [-Wmaybe-uninitialized]
   42 |          if(GotVal) node->Node=val;
      |                     ~~~~~~~~~~^~~~
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/expr.c -o obj/expr.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
shared/path.c -o obj/path.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
crashmail/nl_v7p.c -o obj/nl_v7p.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
crashmail/nl_cmnl.c -o obj/nl_cmnl.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
crashmail/mb_msg.c -o obj/mb_msg.o
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -c 
crashmail/mb_jam.c -o obj/mb_jam.o
crashmail/mb_jam.c: In function ‘jam_importfunc’:
crashmail/mb_jam.c:466:38: warning: ‘msgtext’ may be used uninitialized in this 
function [-Wmaybe-uninitialized]
  466 |             if(linelen>=5 && 
strncmp(&msgtext[linebegin],"\x01""PID:",5)==0)
      |                                      ^~~~~~~~~~~~~~~~~~~
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPLATFORM_LINUX -DMSGBASE_MSG -DMSGBASE_JAM 
-DNODELIST_CMNL -DNODELIST_V7P -Wl,-z,relro -Wl,-z,now -I ./ -Wall -o 
../bin/crashmail obj/crashmail.o obj/logwrite.o obj/dupe.o obj/stats.o 
obj/misc.o obj/safedel.o obj/toss.o obj/pkt.o obj/mb.o obj/nl.o obj/handle.o 
obj/node4dpat.o obj/config.o obj/memmessage.o obj/scan.o obj/outbound.o 
obj/filter.o obj/areafix.o obj/jblist.o obj/jbstrcpy.o obj/mystrncpy.o 
obj/parseargs.o obj/node4d.o obj/expr.o obj/path.o obj/nl_v7p.o obj/nl_cmnl.o 
cmnllib/cmnllib.a obj/mb_msg.o obj/mb_jam.o jamlib/jamlib.a oslib_linux/oslib.a
/usr/bin/ld: obj/handle.o:./src/crashmail/handle.c:97: multiple definition of 
`lastt'; obj/pkt.o:./src/crashmail/pkt.c:554: first defined here
/usr/bin/ld: obj/filter.o: in function `Filter_Execute':
./src/crashmail/filter.c:636: warning: the use of `tmpnam' is dangerous, better 
use `mkstemp'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile.linux:81: ../bin/crashmail] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:19: linux] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: crashmail
Source-Version: 1.7-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
crashmail, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated crashmail 
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, 02 Dec 2020 21:49:50 +0000
Source: crashmail
Architecture: source
Version: 1.7-1.1
Distribution: unstable
Urgency: medium
Maintainer: Robert James Clay <j...@rocasa.us>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957107
Changes:
 crashmail (1.7-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957107)
Checksums-Sha1:
 ef04bef311bcb9403a9a32b5dd152bbd4b19cbf9 1898 crashmail_1.7-1.1.dsc
 04d9748c8ac50f3d118d42eea128696f1176eccc 8020 crashmail_1.7-1.1.debian.tar.xz
 1a16a86d32bd182facf393cd903b9ccb4aba211c 6123 crashmail_1.7-1.1_amd64.buildinfo
Checksums-Sha256:
 c271e95e64aa1ed3850046e73bf5fb7cce6e8c78c0a0fd77b04b98a014130bbf 1898 
crashmail_1.7-1.1.dsc
 0a66a4aea733dbe05f287ff7f06f715903dbe1bc852f68c8e358f63e2cac5ebf 8020 
crashmail_1.7-1.1.debian.tar.xz
 f1021f9156c0170f41215f687a8c21c60f3bad904684a94203d7c2076003de84 6123 
crashmail_1.7-1.1_amd64.buildinfo
Files:
 1b3693b6457d57e4b2a0c4d8952e444b 1898 mail optional crashmail_1.7-1.1.dsc
 377b127d79bde8a87d777a25e92c6d24 8020 mail optional 
crashmail_1.7-1.1.debian.tar.xz
 6f38a2419351d151593e7346a2888901 6123 mail optional 
crashmail_1.7-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl/IDIkACgkQR5mjUUbR
KzUtmw//R1kx0a1mktNe1zi/aT3BnEVSQzSmTIdV75UwJi2lm8iPETgfWe2XzvK7
x/4jdzvMdWxdMiHKgPV5jcN7cw3IhptdIWyrWb870Yav6EiqA9LlyUGKlV1LSI5Z
iMryKBhFxZLcZwaU0CF/Q2GeK6Nxm0FYAee99EsBJYtIj8f1+3UMZnPoxkbaBJGF
wUBKokVt32WjPUQdIaklQlJAaQ5pkp7NqfkXJ5AGcpYAo1wiKLb856Y4RZ6f7xJb
SfUIrVofTtmoyncL59LLzXUUJgrhPPZngtVKXzEBso1zr2U2LQ/Eb0gR5riXmPcX
9UNhgrcxGiU4fiaFNmbuwkaqb2u2Zw5K8zGJoAK3TS7dSnijBEHKkDRQ/SxHRASH
MHmzFnmoE7ZMRoFPDNiXwMUjgTmm5bA5YXIgnSPCoTPww4xcJP/mKaXuKqr3OnAm
KaXenlErlTO9QsrxduRBn112UO3R8TnshtX7fmuBQKDmGb47/aYLYvmryFzslm6o
9EcfZOCnT7NEL+rOydj+teO7/ciOO9FEQIXFKgfBGZ6MlngI52weCP7DfRugw3zG
vvv0vehPfHeaztPiV2MinlDCnjyJ7w6V99P42mVlUO0PtDSCg7fZOFaXV06OwyY9
22UO6ZO2NAI7PRiMqMbGLWAXnQRllKmk9lR0A9EeKbc5KBuDs+0=
=NEdK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to