Your message dated Mon, 11 Sep 2017 22:22:51 +0000
with message-id <e1drx6r-000ak1...@fasolo.debian.org>
and subject line Bug#853387: fixed in elfutils 0.170-0.1
has caused the Debian Bug report #853387,
regarding elfutils: 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 ow...@bugs.debian.org
immediately.)


-- 
853387: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:elfutils
Version: 0.168-0.2
Severity: normal
Tags: sid buster
User: debian-...@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/elfutils_0.168-0.2_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

[...]
  CC       asm_getelf.os
  CC       asm_adduint32.os
  CC       asm_scngrp_newsignature.os
  CC       asm_adduint8.os
  CC       asm_adduint64.os
  CC       asm_addint8.os
  CC       disasm_end.os
  CC       asm_addint16.os
  CC       asm_addint64.os
  CC       disasm_begin.os
  CC       asm_newscn.os
  CC       asm_abort.os
  CC       asm_addint32.os
  CC       disasm_str.os
asm_newsym.c: In function 'asm_newsym':
asm_newsym.c:67:41: error: '%07u' directive output may be truncated writing 
between 7 and 10 bytes into a region of size 8 [-Werror=format-truncation=]
       snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++);
                                         ^~~~
asm_newsym.c:67:38: note: using the range [1, 4294967295] for directive argument
       snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++);
                                      ^~~~~~~~
In file included from /usr/include/stdio.h:938:0,
                 from asm_newsym.c:35:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between 
10 and 13 bytes into a destination of size 10
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       asm_adduleb128.os
  CC       asm_addsleb128.os
  CC       asm_newsubscn.os
  CC       asm_newabssym.os
  CC       asm_addstrz.os
  CC       asm_fill.os
  CC       asm_align.os
cc1: all warnings being treated as errors
  CC       asm_newscngrp.os
  CC       asm_newcomsym.os
  CC       disasm_cb.os
Makefile:539: recipe for target 'asm_newsym.o' failed
make[3]: *** [asm_newsym.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:482: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:398: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:51: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: elfutils
Source-Version: 0.170-0.1

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated elfutils 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: Tue, 12 Sep 2017 00:07:19 +0200
Source: elfutils
Binary: elfutils libelf1 libelf-dev libdw-dev libdw1 libasm1 libasm-dev
Architecture: source
Version: 0.170-0.1
Distribution: unstable
Urgency: medium
Maintainer: Kurt Roeckx <k...@roeckx.be>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 elfutils   - collection of utilities to handle ELF objects
 libasm-dev - libasm development libraries and header files
 libasm1    - library with a programmable assembler interface
 libdw-dev  - libdw1 development libraries and header files
 libdw1     - library that provides access to the DWARF debug information
 libelf-dev - libelf1 development libraries and header files
 libelf1    - library to read and write ELF files
Closes: 853387
Changes:
 elfutils (0.170-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release
   * Fix fallthrough warnings exposed by GCC 7. Closes: #853387.
   * Bump standards version.
   * Configure with --disable-silent-rules.
   * Update libdw1 symbols file.
Checksums-Sha1:
 9090201d7b414661fe7baae669c244292bb9da77 2293 elfutils_0.170-0.1.dsc
 aff6feac0ff69eb7b240babdf2918f640eadb032 8358001 elfutils_0.170.orig.tar.bz2
 c2b69658ca5ecc110ead9f21417512c732feeae1 37504 elfutils_0.170-0.1.debian.tar.xz
 e6fd2cdd6f04e7b02b6b015b562310a5980ac5e3 4966 
elfutils_0.170-0.1_source.buildinfo
Checksums-Sha256:
 a4f4a38b6bbb939080323243584362129b54a1cedc873b3c449067c3055e7523 2293 
elfutils_0.170-0.1.dsc
 1f844775576b79bdc9f9c717a50058d08620323c1e935458223a12f249c9e066 8358001 
elfutils_0.170.orig.tar.bz2
 71accbdfb81c3abe45e746b96bd62cc08d2b3c4c4073acece2e6a354f1595fa2 37504 
elfutils_0.170-0.1.debian.tar.xz
 a50b374d43fbfe54ce5b935c5cb6dc4488593873d21e480c395d6eb90213b77d 4966 
elfutils_0.170-0.1_source.buildinfo
Files:
 de6687d808d9a164a28c7e3fdf10c625 2293 libs optional elfutils_0.170-0.1.dsc
 03599aee98c9b726c7a732a2dd0245d5 8358001 libs optional 
elfutils_0.170.orig.tar.bz2
 475fd1acb034b7f1582008e35de18204 37504 libs optional 
elfutils_0.170-0.1.debian.tar.xz
 10eeee9c6f6ef83c5e5ef4234474ce1a 4966 libs optional 
elfutils_0.170-0.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJZtwmkAAoJEL1+qmB3j6b1k7UQAJuIC0raeTZ733QpK+9BDZtQ
LT0CKGsertEcaRN4GjwhLfdmaBw8QcUG0LgcGqZL6K4CxXIWir7jK/LIKh/Y45B2
/XIllzvG7UYtsGv/YJM0ULIsn6oOXQHitydQ4NNrVaZcTDP8oDSvlgsFLVm8Nc4b
4MEOLVLeQLlrb6Ah/lNqpG1NGrC4Noqm/E/uID6a/99QOKw7cvNBmNtRRI6DzYXO
NKBZFZL9vu4MeARHBj3T1Ge5kAOoJu141C0BxhmmDHr49S+bced7v9B+2tXzgSNT
fUa0YE8ixeGS0DCqukl9G6k9VIWSYAT4YOjwnX5AsI1DzyZNSVXZ8xYdIFmIaG4I
3FQvr+MUIT22HZ8LIRH8YhUxSfDmYEnP+32P82QJKn6oxIAzSojAWciod74UY+jh
V9WUwf7yFTw7E9sZOiCq6rP6ox3krk86WC6a9CTrPSaBV3rZjzBqbrRmqecy7mbM
eHzF6+DS29s9xAG+dn5qf3h343GroV7lb5zZeAtuWrbMtVEpDXAVB1Yrz8oudvW8
oaWq7p9FgxNc18xbbgZgNV4FYGhDrVG+mni1NufQ4pFEjUqTGdJbzWDBJmEyAkVD
e4XlBZVlBT9/uELUtrLZZRgm5DfY8jS+6IVK9Nscq+tVSQAA28QxJRGzi/tUBTV4
CX+rC34vidiWSRn7tOnS
=L/t7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to