Your message dated Thu, 03 Oct 2019 12:34:06 +0000
with message-id <e1ig0j4-0006d0...@fasolo.debian.org>
and subject line Bug#925666: fixed in ddd 1:3.3.12-5.2
has caused the Debian Bug report #925666,
regarding ddd: ftbfs with GCC-9
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.)


-- 
925666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ddd
Version: 1:3.3.12-5.1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/ddd_3.3.12-5.1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
    cat > root.h~ && mv root.h~ root.h
/usr/bin/make ddd.info
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o assert.o 
/<<PKGBUILDDIR>>/./ddd/assert.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o basename.o 
/<<PKGBUILDDIR>>/./ddd/basename.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o compare.o 
/<<PKGBUILDDIR>>/./ddd/compare.C
make[4]: Entering directory '/<<PKGBUILDDIR>>/builddir/ddd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/builddir/ddd'
info --subnodes -o - -f /<<PKGBUILDDIR>>/./ddd/ddd.info | cat > 
/<<PKGBUILDDIR>>/./ddd/ddd.info.txt~ \
    && mv /<<PKGBUILDDIR>>/./ddd/ddd.info.txt~ 
/<<PKGBUILDDIR>>/./ddd/ddd.info.txt
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o cook.o 
/<<PKGBUILDDIR>>/./ddd/cook.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o cwd.o 
/<<PKGBUILDDIR>>/./ddd/cwd.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o glob.o 
/<<PKGBUILDDIR>>/./ddd/glob.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o hash.o 
/<<PKGBUILDDIR>>/./ddd/hash.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o home.o 
/<<PKGBUILDDIR>>/./ddd/home.C
In file included from /<<PKGBUILDDIR>>/./ddd/cook.h:31,
                 from /<<PKGBUILDDIR>>/./ddd/cook.C:36:
/<<PKGBUILDDIR>>/./ddd/strclass.h:813:19: error: friend declaration of 'string 
common_prefix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  813 |     friend string common_prefix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:815:19: error: friend declaration of 'string 
common_suffix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  815 |     friend string common_suffix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:866:16: error: friend declaration of 'int 
readline(std::istream&, string&, char, int)' specifies default arguments and 
isn't a definition [-fpermissive]
  866 |     friend int readline(std::istream& s, string& x,
      |                ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/./ddd/cwd.h:32,
                 from /<<PKGBUILDDIR>>/./ddd/cwd.C:31:
/<<PKGBUILDDIR>>/./ddd/strclass.h:813:19: error: friend declaration of 'string 
common_prefix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  813 |     friend string common_prefix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:815:19: error: friend declaration of 'string 
common_suffix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  815 |     friend string common_suffix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:866:16: error: friend declaration of 'int 
readline(std::istream&, string&, char, int)' specifies default arguments and 
isn't a definition [-fpermissive]
  866 |     friend int readline(std::istream& s, string& x,
      |                ^~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o isid.o 
/<<PKGBUILDDIR>>/./ddd/isid.C
g++ -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/./ddd  -I/<<PKGBUILDDIR>>/./ddd/..  
-Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g -Wall -W -Wwrite-strings -Wformat 
-Werror=format-security -W -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -DNDEBUG -trigraphs  -c -o rxclass.o 
/<<PKGBUILDDIR>>/./ddd/rxclass.C
make[3]: *** [Makefile:2371: cook.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:2371: cwd.o] Error 1
In file included from /<<PKGBUILDDIR>>/./ddd/home.C:32:
/<<PKGBUILDDIR>>/./ddd/strclass.h:813:19: error: friend declaration of 'string 
common_prefix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  813 |     friend string common_prefix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:815:19: error: friend declaration of 'string 
common_suffix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  815 |     friend string common_suffix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:866:16: error: friend declaration of 'int 
readline(std::istream&, string&, char, int)' specifies default arguments and 
isn't a definition [-fpermissive]
  866 |     friend int readline(std::istream& s, string& x,
      |                ^~~~~~~~
make[3]: *** [Makefile:2371: home.o] Error 1
In file included from /<<PKGBUILDDIR>>/./ddd/rxclass.C:33:
/<<PKGBUILDDIR>>/./ddd/strclass.h:813:19: error: friend declaration of 'string 
common_prefix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  813 |     friend string common_prefix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:815:19: error: friend declaration of 'string 
common_suffix(const string&, const string&, int)' specifies default arguments 
and isn't a definition [-fpermissive]
  815 |     friend string common_suffix(const string& x, const string& y,
      |                   ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/./ddd/strclass.h:866:16: error: friend declaration of 'int 
readline(std::istream&, string&, char, int)' specifies default arguments and 
isn't a definition [-fpermissive]
  866 |     friend int readline(std::istream& s, string& x,
      |                ^~~~~~~~
make[3]: *** [Makefile:2371: rxclass.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/builddir/ddd'
make[2]: *** [Makefile:1994: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/builddir/ddd'
make[1]: *** [Makefile:590: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: ddd
Source-Version: 1:3.3.12-5.2

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

Debian distribution maintenance software
pp.
Raphaël Hertzog <raph...@offensive-security.com> (supplier of updated ddd 
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: Thu, 03 Oct 2019 14:13:39 +0200
Source: ddd
Architecture: source
Version: 1:3.3.12-5.2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Schepler <schep...@debian.org>
Changed-By: Raphaël Hertzog <raph...@offensive-security.com>
Closes: 925666
Changes:
 ddd (1:3.3.12-5.2) unstable; urgency=medium
 .
   [ Sophie Brun ]
   * Non-maintainer upload.
   * Add a patch to fix gcc9 build (Closes: #925666)
 .
   [ Raphaël Hertzog ]
   * Add Vcs-* headers for the new git repository on salsa
   * Switch packaging to modern debhelper (get rid of CDBS)
   * Fix path of documentation in doc-base
   * Add Recommends on sensible-utils for /etc/X11/app-defaults/Ddd and
     /usr/share/ddd/ddd/Ddd
   * Drop leading "The" on short description
   * Update FSF address in debian/copyright
   * Don't install empty directories
   * Drop old-menu entry as we have a .desktop entry
Checksums-Sha1:
 54498f9c2f179e2a68829e08775bf94b9c6cee6f 1614 ddd_3.3.12-5.2.dsc
 bd29d9e71a33494214e718d86e25769330d7d6ca 23276 ddd_3.3.12-5.2.debian.tar.xz
 2e7624f4d83f7cd2027353a1a4067247aa53d486 5899 ddd_3.3.12-5.2_source.buildinfo
Checksums-Sha256:
 4db3b573941c659c0afaee245b79e95243aa5e0e53f2fac2fbaf5a80cf83fb08 1614 
ddd_3.3.12-5.2.dsc
 f1ce5e9fb82c3970ecc43dbf31a02b81550f7dbaf228e9f1ea777c19e8263ab4 23276 
ddd_3.3.12-5.2.debian.tar.xz
 cb42569b29f39fff160676187bbdc81b761611929fb6c9507250dba155d3add7 5899 
ddd_3.3.12-5.2_source.buildinfo
Files:
 af4a1cf592c62329e243e5d1d2ed718e 1614 devel optional ddd_3.3.12-5.2.dsc
 778fdf6f5db5e20b6dfa2beaedfa0aae 23276 devel optional 
ddd_3.3.12-5.2.debian.tar.xz
 b95a4d07ff0b52056c5207b3933baa8c 5899 devel optional 
ddd_3.3.12-5.2_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAl2V5h4ACgkQA4gdq+vC
mrl5rQf8Chyp84TW8mi/aUbKeCytH3LUf2xerdiuxGDgX9XV3orsGMRYFrkeXRyL
ysAeBlD78O4ImQ6iih+IWP6OrlX4ppzBw1RTrOTkXnlMY8NqCGK4OY/S4jAeoCeW
a+nFjnF7qO1O1gqJUmjK/VBUY448rcLBfdVF1Xn0w6wKLlY0f3Ceu/YbT4rg5Ouz
9SHdcisAL+gGgDIdEGw2IgPlPoFo9tAzGMppqmVm3qiSeb9SndfUCWw+DnbJF4bz
NKCEAG1qVERDfcZAtA8y9nsi2KSnOyKR/0+4HWL9y4adE1w2lYqFHhH1/oXm4mqm
YjRhFymDQOCn5fE6+2AKEft3PPKFug==
=OaOA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to