Your message dated Sat, 24 Jun 2017 21:35:57 +0000
with message-id <[email protected]>
and subject line Bug#853646: fixed in rr 4.5.0-1
has caused the Debian Bug report #853646,
regarding rr: 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 [email protected]
immediately.)


-- 
853646: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853646
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rr
Version: 4.4.0-2
Severity: normal
Tags: sid buster
User: [email protected]
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/rr_4.4.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

[...]
[ 26%] Built target brk
[ 26%] Built target reverse_continue_multiprocess
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 26%] Linking C executable bin/clone_immediate_exit
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
/usr/bin/cmake -E cmake_link_script 
CMakeFiles/clone_immediate_exit.dir/link.txt --verbose=1
[ 26%] Built target grandchild_threads_32
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 26%] Built target write_race_32
[ 26%] Built target futex_pi
[ 26%] Built target fork_child_crash_32
[ 26%] Built target wait_sigstop
[ 27%] Linking C executable bin/stack_growth
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 27%] Built target writev_32
[ 27%] Built target madvise_dontfork
[ 27%] Built target pthread_rwlocks
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
/usr/bin/cmake -E cmake_link_script CMakeFiles/stack_growth.dir/link.txt 
--verbose=1
/usr/bin/cc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g3 -Wall 
-Wextra -Wstrict-prototypes    -specs=/usr/share/dpkg/no-pie-link.specs 
-Wl,-z,relro -Wl,-z,now 
CMakeFiles/clone_immediate_exit.dir/src/test/clone_immediate_exit.c.o  -o 
bin/clone_immediate_exit -rdynamic -lrt -ldl 
[ 27%] Linking C executable bin/ptrace_attach_running_32
[ 27%] Built target kill_newborn
/usr/bin/cmake -E cmake_link_script 
CMakeFiles/ptrace_attach_running_32.dir/link.txt --verbose=1
[ 27%] Built target stack_overflow_with_guard
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 27%] Built target dev_tty
/usr/bin/cc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g3 -Wall 
-Wextra -Wstrict-prototypes    -specs=/usr/share/dpkg/no-pie-link.specs 
-Wl,-z,relro -Wl,-z,now CMakeFiles/stack_growth.dir/src/test/stack_growth.c.o  
-o bin/stack_growth -rdynamic -lrt -ldl 
[ 27%] Built target flock
[ 27%] Built target fault_in_code_page
/usr/bin/cc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g3 -Wall 
-Wextra -Wstrict-prototypes    -specs=/usr/share/dpkg/no-pie-link.specs 
-Wl,-z,relro -Wl,-z,now -m32 -O0 -Werror -DDEBUG 
CMakeFiles/ptrace_attach_running_32.dir/32/ptrace_attach_running.c.o  -o 
bin/ptrace_attach_running_32 -rdynamic -lrt -ldl 
[ 27%] Built target mremap_non_page_size_32
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 27%] Built target stack_growth
[ 27%] Built target ptrace_attach_running_32
[ 27%] Built target clone_immediate_exit
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
Makefile:163: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: make -j64 returned exit code 2
debian/rules:22: 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: rr
Source-Version: 4.5.0-1

We believe that the bug you reported is fixed in the latest version of
rr, 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.
Stephen Kitt <[email protected]> (supplier of updated rr 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: Sat, 24 Jun 2017 23:10:55 +0200
Source: rr
Binary: rr
Architecture: source
Version: 4.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Description:
 rr         - application execution recorder, player and debugger
Closes: 853646
Changes:
 rr (4.5.0-1) unstable; urgency=medium
 .
   * New upstream release, merging move-librrpreload.patch.
   * Update watch file.
   * Import upstream fix to build with GCC 7 (closes: #853646).
   * Standards-Version 4.0.0, no change required.
Checksums-Sha1:
 a3ac358a3bbae886610c958da037b6cbd3ceac63 1880 rr_4.5.0-1.dsc
 70d3902c36fb1d0cd423cf1046df06f5153cba5b 683371 rr_4.5.0.orig.tar.gz
 ac53c7d6637ded272081732cb1b1b329fde38671 8292 rr_4.5.0-1.debian.tar.xz
 b8e60f9c47d85451a969e548f0ea100cb10fd785 8393 rr_4.5.0-1_source.buildinfo
Checksums-Sha256:
 98e1fb099443ce288d33dadcc191885ba3c941bda2a3f664c39872e0877e6354 1880 
rr_4.5.0-1.dsc
 19f28259c0aa562c9518ae51207377fa93071a7dc270a0738d8d39e45ae2b1c0 683371 
rr_4.5.0.orig.tar.gz
 c6b67ce95ae4d44ce23fdbc2a6d0f8f12a8b4f8c22faeb4f128e2d413f88b495 8292 
rr_4.5.0-1.debian.tar.xz
 42d2bdab016beba8d0854710ecda0787c7c5c358183c5647b5da1c6c343afc03 8393 
rr_4.5.0-1_source.buildinfo
Files:
 91c816c503b2308904fe556c78d1a87e 1880 devel optional rr_4.5.0-1.dsc
 1ec0aed0559b81143f59a200eeb302ef 683371 devel optional rr_4.5.0.orig.tar.gz
 9a323fc1ed4c890f0bf1a128f0b4902d 8292 devel optional rr_4.5.0-1.debian.tar.xz
 12659e2da3e219c39d26b8a549a484fc 8393 devel optional 
rr_4.5.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAllO1YsACgkQgNMC9Yht
g5zd2A/7BR07Ke2MidUh3sNthNhNp/uSEEfjKS5mq5xfs+X6bXlTAhg2JtcWzN38
vYKEUgXFqAavca3xZjn1KN96sNRGraotJnUiSIZT42/FSwhZJdWtKd6lHjXnrMsN
6uikt6izrYDdbLhg82SjCSY0bIa3LOvhQqoWZLAJ5xuE9SwZ8cgxqD9oC7cA2mjZ
web4wMhk14KgtDv/+5YzcStlXMsDcfEM9bEN6cNdL3SzazGKIJEpG77uNytEqKx6
yXk5xHoquop8XnVY0I00el99irK+mB3OcTnrcNPRVU7mT3WEoWh8MDPjhCzjSYrc
rZt9/EFgzt1QnpFfxb3W193UIXZTfmGwR78HMiS9r12XY9NP3e98l+T0DQJyIm2X
GswY70lciIhZNSFDr38f1DkPxpAkcQIfn4IDllddRfZT/MeZ79+wMOAdDDxWOJMQ
ZzaCf6jp2+dhH4NNJaB0OLkk9V7dmeg0ZRBw/MN0YD4tj/nsQsoN8I9F8sd6714m
/xbZuZ1ihBp50Ph56vCaCQ4MH9Ec1YBC3cEfZlxlxsqQGyh9Xrrn15Zby984K704
lNyerO0a5IJYWDWxCV7XH4MM1mfK07MCmMioSuABZTU1jbJ6IGmVNbIWq/RF6rjE
Ozxhp6nzSTxDJJxrH4SYLg2dfdIf06tt0rQe3Q3XhWNghHgiVjY=
=WLBS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to