Your message dated Mon, 05 Feb 2018 13:23:52 +0000
with message-id <e1eigks-0001s8...@fasolo.debian.org>
and subject line Bug#853640: fixed in reptyr 0.6.2-1.1
has caused the Debian Bug report #853640,
regarding reptyr: 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.)


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

[...]
dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use)
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f reptyr reptyr.o reallocarray.o attach.o platform/linux/linux_ptrace.o 
platform/linux/linux.o test/victim.o test/victim
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
 dpkg-source -b reptyr-0.6.2
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building reptyr using existing ./reptyr_0.6.2.orig.tar.gz
dpkg-source: info: building reptyr in reptyr_0.6.2-1.debian.tar.xz
dpkg-source: info: building reptyr in reptyr_0.6.2-1.dsc
 debian/rules build
dh build
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" FCFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong" FFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong" GCJFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" 
LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" 
dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
        make -j1 "CFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" 
"CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "CXXFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" "FCFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong" "FFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong" "GCJFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" 
LDFLAGS=-Wl,-z,relro "OBJCFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" "OBJCXXFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o reptyr.o reptyr.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o reallocarray.o reallocarray.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o attach.o attach.c
attach.c: In function 'setup_steal_socket':
attach.c:379:15: error: '%s' directive output may be truncated writing between 
0 and 4095 bytes into a region of size 108 [-Werror=format-truncation=]
              "%s/reptyr.sock", steal->tmpdir);
               ^~
In file included from /usr/include/stdio.h:938:0,
                 from attach.c:27:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between 
13 and 4108 bytes into a destination of size 108
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
<builtin>: recipe for target 'attach.o' failed
make[2]: *** [attach.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 CFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security CPPFLAGS=-Wdate-time 
-D_FORTIFY_SOURCE=2 CXXFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security FCFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong FFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong GCJFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
LDFLAGS=-Wl,-z,relro OBJCFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security OBJCXXFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security returned exit code 2
debian/rules:7: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:4: 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: reptyr
Source-Version: 0.6.2-1.1

We believe that the bug you reported is fixed in the latest version of
reptyr, 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.
Mateusz Łukasik <mat...@linuxmint.pl> (supplier of updated reptyr 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: Sat, 27 Jan 2018 18:37:40 +0100
Source: reptyr
Binary: reptyr
Architecture: source
Version: 0.6.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Evan Broder <e...@ebroder.net>
Changed-By: Mateusz Łukasik <mat...@linuxmint.pl>
Description:
 reptyr     - Tool for moving running programs between ptys
Closes: 853640
Changes:
 reptyr (0.6.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patches from upstream to fix FTBFS. (Closes: #853640)
   * debian/control:
     - Bump dh version to 11, 7 is deprecated.
     - Use secure VCS links.
     - Bump standards version to 4.1.3 (no changes).
   * Fix watch file.
   * debian/rules:
     - Enable build-time hardening.
     - Fix FTBFS when /dev/tty0 does not exists.
Checksums-Sha1:
 82d0bf99587f435e308f8531d721bc392d4a0539 1868 reptyr_0.6.2-1.1.dsc
 e13b7edb3bd10b2d0d8b67ba25c2d688c6e2e2e3 3884 reptyr_0.6.2-1.1.debian.tar.xz
 d9418f07e51fec01b558d6bf037305a62ebc3ef6 6128 reptyr_0.6.2-1.1_source.buildinfo
Checksums-Sha256:
 e494744394427ed6bc40c6665532d9e9bfd07066d7cc0712844e2a2b3fe84aa4 1868 
reptyr_0.6.2-1.1.dsc
 29671b997302f7b79485a315a47333fae37ca79d10757dc7500fdc1c042429f7 3884 
reptyr_0.6.2-1.1.debian.tar.xz
 3964cbcfa69341eec5558ce0cd311be7e9786822ae9d8b04db2a6c861a11944f 6128 
reptyr_0.6.2-1.1_source.buildinfo
Files:
 1af30828bf23b94983ffa6f44aa3f62c 1868 misc optional reptyr_0.6.2-1.1.dsc
 d324fb4f9f0c1e27f1b5a09106e38fcc 3884 misc optional 
reptyr_0.6.2-1.1.debian.tar.xz
 c74bd814380882f04336dc4338d8d235 6128 misc optional 
reptyr_0.6.2-1.1_source.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAlp1r8QACgkQkWT6HRe9
XTaVcg//QCb2MX0Zh+sBcKDNhQUl5bvc9LkUIJmVTL05H5sLgl/kdaGok6R/Cep8
Ji/vXSx9keje4nU+wwKcY5Ru0xMuGzQ5TKRLaEGsEoSVy1PrVftT0qnPNCVRajEG
SbXrbzU4LrxkD28GiiDw2hONQ6hs3M1GgapotBggWlMoBwywkO/MLNnn9qs94Ebm
jn+P0NGjvdVFI+vE2oymWSULXqrtrtaNpsySAAi22UH/n4NnfWy2FiDCuPFUpKox
OhnnFUyRzmRKrk1ESWq7+YG/SdsLIi7yZtQKUggjdAsqCEIKrcFd0DCr7T9wtqc1
EMUyhZ7Z4G7VqWQbJsnGkRPw1BGNYxwHk9kf5ZmCaolSLbfVw98Cp0bamjCvYXgY
uezXdJFejHmmYtP5tdqmXVXrIJkWOXmxtX8MYKbR0WCGIeWl3FWOpSXsd7Aq2wlh
JJuQ9mvQUd6iDEZ18pWhuufE3blMg5TGNrMo3PaOe9dwcuIjuTYOyK2vkkuzMNbo
mRGEMBvRAwG7FccVDK7rAwkiRAjot4RPvxToc7En/AdIWoWXJ0cS9PBoMzzXKeTv
X55x35YPEVNV1sfUKHXZ9KMKqGR/CEzw7JJ5m+xhzeyuH5ok9daweLd5lqjTSWQF
K8DL2YpZ+dss12goGVN4mQiB0PWDvMqjGKtJnAuCRqn1r968hes=
=Oree
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to