Your message dated Tue, 24 Jul 2018 11:04:18 +0000
with message-id <e1fhv74-00083v...@fasolo.debian.org>
and subject line Bug#897718: fixed in cdebconf 0.244
has caused the Debian Bug report #897718,
regarding cdebconf: ftbfs with GCC-8
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.)


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

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/cdebconf_0.243_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

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

[...]
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/passthrough'
cp passthrough/passthrough.so .
make -C text
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/text'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -O2 -D_GNU_SOURCE -g -D_DEBUG_ -I. 
-I/<<PKGBUILDDIR>>/debian/build-deb/src -I/<<PKGBUILDDIR>>/src  
-I/<<PKGBUILDDIR>>/debian/build-deb -fPIC -o text.opic -c 
/<<PKGBUILDDIR>>/src/modules/frontend/text/text.c
/<<PKGBUILDDIR>>/src/modules/frontend/text/text.c: In function 'get_answer':
/<<PKGBUILDDIR>>/src/modules/frontend/text/text.c:194:2: warning: ignoring 
return value of 'fgets', declared with attribute warn_unused_result 
[-Wunused-result]
  fgets(answer, size, stdin);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/modules/frontend/text/text.c: In function 'printlist':
/<<PKGBUILDDIR>>/src/modules/frontend/text/text.c:308:3: warning: ignoring 
return value of 'asprintf', declared with attribute warn_unused_result 
[-Wunused-result]
   asprintf(&(fchoices[i]), "%3d: %s,    ", i+1, 
choices->choices_translated[i]);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Creating DSO text.so from text.opic
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -O2 -D_GNU_SOURCE -g -D_DEBUG_ -I. 
-I/<<PKGBUILDDIR>>/debian/build-deb/src -I/<<PKGBUILDDIR>>/src  -shared -o 
text.so text.opic -Wl,-z,relro -lpthread -Wl,--as-needed  
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/text'
cp text/text.so .
make -C newt
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/newt'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -O2 -D_GNU_SOURCE -g -D_DEBUG_ -I. 
-I/<<PKGBUILDDIR>>/debian/build-deb/src -I/<<PKGBUILDDIR>>/src  
-I/<<PKGBUILDDIR>>/debian/build-deb -fPIC -o newt.opic -c 
/<<PKGBUILDDIR>>/src/modules/frontend/newt/newt.c
/<<PKGBUILDDIR>>/src/modules/frontend/newt/newt.c: In function 
'show_multiselect_window':
/<<PKGBUILDDIR>>/src/modules/frontend/newt/newt.c:719:21: warning: ignoring 
return value of 'asprintf', declared with attribute warn_unused_result 
[-Wunused-result]
                     asprintf(&tmp, "%s, %s", ans, choices[i]);
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Creating DSO newt.so from newt.opic
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -O2 -D_GNU_SOURCE -g -D_DEBUG_ -I. 
-I/<<PKGBUILDDIR>>/debian/build-deb/src -I/<<PKGBUILDDIR>>/src  -shared -o 
newt.so newt.opic -Wl,-z,relro -lpthread -Wl,--as-needed  -lnewt -lslang 
-ltextwrap
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/newt'
cp newt/newt.so .
make -C gtk
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/gtk'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -O2 -D_GNU_SOURCE -g -D_DEBUG_ -I. 
-I/<<PKGBUILDDIR>>/debian/build-deb/src -I/<<PKGBUILDDIR>>/src -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-DGSEAL_ENABLE -funsigned-char -fstrict-aliasing -Wall -W -Werror 
-Wno-error=unused-result -Wno-error=deprecated-declarations -Wundef 
-Wwrite-strings -Wsign-compare -Wno-unused-parameter -Winit-self 
-Wpointer-arith -Wredundant-decls -Wno-format-z
 ero-length -Wmissing-prototypes -Wmissing-format-attribute 
-I/<<PKGBUILDDIR>>/debian/build-deb -fPIC -o cdebconf_gtk.opic -c 
/<<PKGBUILDDIR>>/src/modules/frontend/gtk/cdebconf_gtk.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -O2 -D_GNU_SOURCE -g -D_DEBUG_ -I. 
-I/<<PKGBUILDDIR>>/debian/build-deb/src -I/<<PKGBUILDDIR>>/src -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-DGSEAL_ENABLE -funsigned-char -fstrict-aliasing -Wall -W -Werror 
-Wno-error=unused-result -Wno-error=deprecated-declarations -Wundef 
-Wwrite-strings -Wsign-compare -Wno-unused-parameter -Winit-self 
-Wpointer-arith -Wredundant-decls -Wno-format-z
 ero-length -Wmissing-prototypes -Wmissing-format-attribute 
-I/<<PKGBUILDDIR>>/debian/build-deb -fPIC -o select_handlers.opic -c 
/<<PKGBUILDDIR>>/src/modules/frontend/gtk/select_handlers.c
/<<PKGBUILDDIR>>/src/modules/frontend/gtk/select_handlers.c: In function 
'connect_signal_to_row':
/<<PKGBUILDDIR>>/src/modules/frontend/gtk/select_handlers.c:531:34: error: cast 
between incompatible function types from 'void (*)(GtkTreeRowReference *)' {aka 
'void (*)(struct _GtkTreeRowReference *)'} to 'void (*)(void *, GClosure *)' 
{aka 'void (*)(void *, struct _GClosure *)'} [-Werror=cast-function-type]
                                  (GClosureNotify) gtk_tree_row_reference_free,
                                  ^
cc1: all warnings being treated as errors
make[5]: *** [../../../../globalmakeflags:34: select_handlers.opic] Error 1
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend/gtk'
make[4]: *** [Makefile:11: gtk] Error 2
make[4]: Leaving directory 
'/<<PKGBUILDDIR>>/debian/build-deb/src/modules/frontend'
make[3]: *** [Makefile:10: frontend] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-deb/src/modules'
make[2]: *** [Makefile:31: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-deb/src'
make[1]: *** [Makefile:9: cdebconf] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-deb'
dh_auto_build: cd debian/build-deb && make -j1 returned exit code 2
make: *** [debian/rules:68: build-deb-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: cdebconf
Source-Version: 0.244

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

Debian distribution maintenance software
pp.
Julien Cristau <jcris...@debian.org> (supplier of updated cdebconf 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: Tue, 24 Jul 2018 11:50:24 +0200
Source: cdebconf
Binary: cdebconf cdebconf-gtk libdebconfclient0 libdebconfclient0-dev 
cdebconf-udeb cdebconf-priority libdebconfclient0-udeb cdebconf-text-udeb 
cdebconf-newt-udeb cdebconf-gtk-udeb
Architecture: source
Version: 0.244
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Julien Cristau <jcris...@debian.org>
Description:
 cdebconf   - Debian Configuration Management System (C-implementation)
 cdebconf-gtk - Gtk+ frontend for Debian Configuration Management System
 cdebconf-gtk-udeb - Gtk+ frontend for Debian Configuration Management System 
(udeb)
 cdebconf-newt-udeb - Newt frontend for Debian Configuration Management System 
(udeb)
 cdebconf-priority - Change debconf priority (udeb)
 cdebconf-text-udeb - Plain text frontend for Debian Configuration Management 
System (udeb)
 cdebconf-udeb - Debian Configuration Management System (C-implementation) 
(udeb)
 libdebconfclient0 - Debian Configuration Management System (C-implementation 
library)
 libdebconfclient0-dev - Development files for cdebconf
 libdebconfclient0-udeb - Debian Configuration Management System 
(C-implementation) (udeb)
Closes: 897718
Changes:
 cdebconf (0.244) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Julien Cristau ]
   * Drop dh_testroot from clean target.
   * Fix build failure in the gtk frontend with GCC 8 (closes: #897718).
 .
   [ Updated translations ]
   * Arabic (ar.po) by ButterflyOfFire
   * Finnish (fi.po)
   * Hebrew (he.po) by Yaron Shahrabani
   * Kannada (kn.po) by Prabodh C P (FSMK Localisation Team)
Checksums-Sha1:
 efe704a2cbb99fb13872c4b1efff53180cba9604 2781 cdebconf_0.244.dsc
 f77e0357340d42a8b1b65ed02364136c34ba8965 274480 cdebconf_0.244.tar.xz
Checksums-Sha256:
 2865d3d072fc54e0e07f52ac83ec7b5659e6a11ae06e6f6d9d8de8025ff8b658 2781 
cdebconf_0.244.dsc
 0dd89645937298574347680f29dfebd154b325f22f7635d143dd8eff858c2b25 274480 
cdebconf_0.244.tar.xz
Files:
 ecd54a14c794d81ce345ac2e8be5c0c7 2781 utils optional cdebconf_0.244.dsc
 eb47c982a5b60451d2e9e7c7f064f6cf 274480 utils optional cdebconf_0.244.tar.xz

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

iQIzBAEBCgAdFiEEVXgdqzTmGgnvuIvhnbAjVVb4z60FAltXBDwACgkQnbAjVVb4
z60rxg//Wk+1DJNe96vJjuNgHGN9I6kkxAOhhBHORx17lzqpUNfqnNW+pG70fEY3
IMfz8In7uEikJo109TjEG6JYPbZuutbYWLbkzV1PeCUhQMXQJSSNZu+grj+DzJpA
+wGULaOd/o8lPWEJvjpeP+EiL6YuTKAbaiU62M3r5aZQbwk8FeoETUA8UKiDUs+M
O2wa7+ecQYrHkApiZndxKax4kEvtTM+hu58Oo7xG4Ps6Lx8tpW5LM0SPEVKLmdCh
wyOiboe1HiTamLWIoxXS/uKIOCJLB/AfdL+28AjvqR0Dj2QfDrTJPvf/PbJBhKsB
NATgFKNNhaSgGslltygE90gTisRotGVnLsijI4pEiX708kRE/yKXcF2Kk1s8f8N3
2SjKLa1tmI+oL4wtQsvno676g0lCdeDmzH+PPAHryfoh1uBlY1jWtkjceCJs/ZSM
ULAM+jZYMew/AoL8RlGIl1hp1ooOCcdSa4pslvfV+u3IzE6OasxaTR/iLobVRL6k
iAfslkTR6I5/mH1Ju89607nQ+oNYCSiXFRXQDJqUW5uN2FYX0Rs7BTA8K9o3jQTo
UCPVXNbCkUCbP+3uV2fZpK5Ndku41+SWmVotQcjK2iIHD9hA3REJQLxQX8Eqw8ge
y9fD7WJnQHbkRq7vJctoEbd2hlANUPkLOoBf4vHQuF7xBAbsAZg=
=A/h4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to