[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#853309: marked as done (altermime: ftbfs with GCC-7)



Your message dated Mon, 28 Aug 2017 21:04:44 +0000
with message-id <E1dmRDA-0009b7-9F@fasolo.debian.org>
and subject line Bug#853309: fixed in altermime 0.3.10-9
has caused the Debian Bug report #853309,
regarding altermime: ftbfs with GCC-7
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 owner@bugs.debian.org
immediately.)


-- 
853309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853309
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:altermime
Version: 0.3.10-8
Severity: normal
Tags: sid buster
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/altermime_0.3.10-8_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf debian/docs/html
dh_auto_clean
	make -j1 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o altermime
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 dpkg-source -b altermime-0.3.10
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building altermime using existing ./altermime_0.3.10.orig.tar.gz
dpkg-source: info: building altermime in altermime_0.3.10-8.debian.tar.xz
dpkg-source: info: building altermime in altermime_0.3.10-8.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
linuxdoc --backend=html debian/docs/postfix-altermime-howto.sgml
Processing file debian/docs/postfix-altermime-howto.sgml
mkdir -p debian/docs/html
mv -f postfix-altermime-howto*.html debian/docs/html
dh_auto_configure
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
	make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -g -I. -O2  -Wdate-time -D_FORTIFY_SOURCE=2 -c strstack.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -g -I. -O2  -Wdate-time -D_FORTIFY_SOURCE=2 -c mime_alter.c
mime_alter.c: In function 'AM_add_disclaimer_insert_html':
mime_alter.c:1509:45: error: output may be truncated before the last format character [-Werror=format-truncation=]
   snprintf(boundary, sizeof(boundary), "--%s", dd->boundary);
                                         ~~~~^
In file included from /usr/include/stdio.h:938:0,
                 from mime_alter.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between 3 and 1026 bytes into a destination of size 1025
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:17: recipe for target 'mime_alter.o' failed
make[1]: *** [mime_alter.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: altermime
Source-Version: 0.3.10-9

We believe that the bug you reported is fixed in the latest version of
altermime, 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 853309@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Helmut Grohne <helmut@subdivi.de> (supplier of updated altermime 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 28 Aug 2017 21:38:52 +0200
Source: altermime
Binary: altermime
Architecture: source
Version: 0.3.10-9
Distribution: sid
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Helmut Grohne <helmut@subdivi.de>
Description:
 altermime  - utility used to alter mime-encoded mailpacks
Closes: 753058 812230 853309
Changes:
 altermime (0.3.10-9) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS with clang: 35_clang.diff  (Closes: #753058)
   * Fix FTCBFS: Pass cross compiler to the Makefile. (Closes: #812230)
   * Fix FTBFS with gcc-7: 40_ftbfs_with_gcc_7.diff and
     -Wno-error=format-truncation (Closes: #853309)
Checksums-Sha1:
 2a68a52d841444e3db353a457d15f1ff01b9928d 1864 altermime_0.3.10-9.dsc
 5be921dd91bcf5c00a34706c5a72dec49c99922d 13204 altermime_0.3.10-9.debian.tar.xz
 4280df49a68c61a35819ec155978eaed10d636c6 5414 altermime_0.3.10-9_amd64.buildinfo
Checksums-Sha256:
 be601e02ca20503b64622f1e86229dabca4682cd8f186f5d52dbb06fc2284ae6 1864 altermime_0.3.10-9.dsc
 b2c365c77eb0ceb635d36d208115894d1929611bfb2246f4ac6a94327f40e5c3 13204 altermime_0.3.10-9.debian.tar.xz
 747c635283c7b1ca58c98d7f5da90791a2aa20923ed224014124cb10c150abf9 5414 altermime_0.3.10-9_amd64.buildinfo
Files:
 f7db71a23fd95066693c1d66ec8d8895 1864 mail optional altermime_0.3.10-9.dsc
 3028301375e6b5cab22f2edbeee081c6 13204 mail optional altermime_0.3.10-9.debian.tar.xz
 ba0f89fd84657a5d72e7b4a2eb182db5 5414 mail optional altermime_0.3.10-9_amd64.buildinfo

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

iQIzBAEBCgAdFiEETMLS2QqNFlTb+HOqLRqqzyREREIFAlmkcbYACgkQLRqqzyRE
REI96hAAqOebNuwtV8AAACd+0ZdnlV7ffycRw2woP+Wc9oJJypHfVCd32+kZiKhF
ADjkSFOhTGhbLi+gsZzhAsupK2OnYiuL9/6IOqy3AypmHsP7HL614BUsc8sG9HdF
OmOOGwhj39nzrGV44iR3qN+jmG5w+PnCdVKgGQHvzy6FvTnm1ezqT7sKpGkVnW7A
QDnnQEkd4WnKCGGlqjkubn8NFBBJEUYNT/UW+oGufXzxcIdSoFMuYlWrmTuVxOg7
ArcJsXWwE2GGnMD0CN2CYpN0aKFmp8yc6mjg1NeMG+79pnUEn5mwY+8ySyD6Vqpo
YL4y6FJIiHmqsGqYED16Mu38nGfax1CNnaBr5dwAgXC33KFFzZyBj9Zjwi4a7dve
dUyjjVxtmvkweKn3QSwSdkRB3fpSYz7LDfgtpJAYbuzdUh//LW/cziDZTk7xyqxY
PkPytg1XmxweXLT+yX4YtEdxVctb0KrOevymjMWpmmp2o3qJM5zsHRRGSae8DYih
+2S8/QsFtMZddHPXr0bflq89DJ0gbGSXv/mkLDwosL41ejUag4FLlq83iMkTOdCp
mCit+6a+SNf6CP36mmY2GW7T5PBk6q3iYhO8MPfJEUHTg1ouAN4JpRNWCEqhWaFf
+K3MGwIxknPYOTFT5PemJn/NWDYwhXgMf0z/CPfTJ2QmFC+E/GA=
=OjzY
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: