Your message dated Thu, 2 Jul 2015 19:25:07 +0200
with message-id <20150702172507.ga10...@sk2.org>
and subject line Re: Bug#777890: gsmartcontrol: ftbfs with GCC-5
has caused the Debian Bug report #777890,
regarding gsmartcontrol: ftbfs with GCC-5
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.)
--
777890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gsmartcontrol
Version: 0.8.7-1.1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gsmartcontrol_0.8.7-1.1_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
from gsc_init.cpp:18:
/usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here
void g_thread_init (gpointer vtable);
^
In file included from rconfig/rcautosave.h:27:0,
from rconfig/rconfig.h:35,
from gsc_init.cpp:31:
./hz/sync_policy_glib.h:201:68: warning: 'void g_thread_init(gpointer)' is
deprecated [-Wdeprecated-declarations]
static bool init() { if (!g_thread_supported()) g_thread_init(NULL); return
true; }
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from /usr/include/glibmm-2.4/glibmm/thread.h:46,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
from gsc_init.cpp:18:
/usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here
void g_thread_init (gpointer vtable);
^
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I../src/pcrecpp -pthread
-I/usr/include/gtkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include
-I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0
-I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4
-I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include -I/usr/include/giomm-2.4
-I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/pangomm-1.4
-I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -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/libpng12
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux
-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairomm-1.0
-I/usr/lib/cairomm-1.0/include -g -O2 -Wall -Wcast-align -Wcast-qual
-Wconversion -Wctor-dtor-privacy -Wfloat-equal -Wnon-virtual-dtor
-Woverloaded-virtual -Wpointer-arith -Wshadow -Wsign-compare -Wsign-promo
-Wundef -Wwrite-strings -pthread -D_MT -D_THREAD_SAFE -D_GNU_SOURCE
-DPACKAGE_PKGDATA_DIR="\"/usr/share/gsmartcontrol\""
-DPACKAGE_SYSCONF_DIR="\"/etc\"" -DTOP_SRC_DIR="\"..\""
-DHZ_USE_GLOBAL_MACROS=1 -DHAVE_CONFIG_H -c -o gsc_main.o gsc_main.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I../src/pcrecpp -pthread
-I/usr/include/gtkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include
-I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0
-I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4
-I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include -I/usr/include/giomm-2.4
-I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/pangomm-1.4
-I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -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/libpng12
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux
-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairomm-1.0
-I/usr/lib/cairomm-1.0/include -g -O2 -Wall -Wcast-align -Wcast-qual
-Wconversion -Wctor-dtor-privacy -Wfloat-equal -Wnon-virtual-dtor
-Woverloaded-virtual -Wpointer-arith -Wshadow -Wsign-compare -Wsign-promo
-Wundef -Wwrite-strings -pthread -D_MT -D_THREAD_SAFE -D_GNU_SOURCE
-DPACKAGE_PKGDATA_DIR="\"/usr/share/gsmartcontrol\""
-DPACKAGE_SYSCONF_DIR="\"/etc\"" -DTOP_SRC_DIR="\"..\""
-DHZ_USE_GLOBAL_MACROS=1 -DHAVE_CONFIG_H -c -o gsc_main_window.o
gsc_main_window.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I../src/pcrecpp -pthread
-I/usr/include/gtkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include
-I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0
-I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4
-I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include -I/usr/include/giomm-2.4
-I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/pangomm-1.4
-I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -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/libpng12
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux
-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairomm-1.0
-I/usr/lib/cairomm-1.0/include -g -O2 -Wall -Wcast-align -Wcast-qual
-Wconversion -Wctor-dtor-privacy -Wfloat-equal -Wnon-virtual-dtor
-Woverloaded-virtual -Wpointer-arith -Wshadow -Wsign-compare -Wsign-promo
-Wundef -Wwrite-strings -pthread -D_MT -D_THREAD_SAFE -D_GNU_SOURCE
-DPACKAGE_PKGDATA_DIR="\"/usr/share/gsmartcontrol\""
-DPACKAGE_SYSCONF_DIR="\"/etc\"" -DTOP_SRC_DIR="\"..\""
-DHZ_USE_GLOBAL_MACROS=1 -DHAVE_CONFIG_H -c -o gsc_preferences_window.o
gsc_preferences_window.cpp
g++ -I.. -I../src -I../src/pcrecpp -pthread -I/usr/include/gtkmm-2.4
-I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/include/atkmm-1.6
-I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0
-I/usr/include/gdkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include
-I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-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/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr
/include/freetype2 -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include
-g -O2 -Wall -Wcast-align -Wcast-qual -Wconversion -Wctor-dtor-privacy
-Wfloat-equal -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wshadow
-Wsign-compare -Wsign-promo -Wundef -Wwrite-strings -pthread -D_MT
-D_THREAD_SAFE -D_GNU_SOURCE
-DPACKAGE_PKGDATA_DIR="\"/usr/share/gsmartcontrol\""
-DPACKAGE_SYSCONF_DIR="\"/etc\"" -DTOP_SRC_DIR="\"..\""
-DHZ_USE_GLOBAL_MACROS=1 -DHAVE_CONFIG_H -o gsmartcontrol gsc_about_dialog.o
gsc_add_device_window.o gsc_executor_error_dialog.o gsc_executor_log_window.o
gsc_help_window.o gsc_info_window.o gsc_init.o gsc_main.o gsc_main_window.o
gsc_preferences_window.o ../src/applib/libapplib.a ../src/pcrecpp/libpcrecpp.a
../src/libdebug/libdebug.a ../src/res/libres.a -lgtkmm-2.4 -latkmm-1.6
-lgtk-x11-2.0 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0
-lsigc-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lgdk_pixbuf-2.0 -lgio-2.
0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
-pthread -lpcre
gsc_executor_error_dialog.o: In function
`GscTextWindow<SmartctlOutputInstance>::UIResDataBase::UIResDataBase()':
/«PKGBUILDDIR»/src/gsc_text_window.h:43: undefined reference to
`gsc_text_window_ui_size'
gsc_executor_error_dialog.o: In function
`app_ui_res_create_from(Glib::RefPtr<Gtk::Builder>&, unsigned char const*,
unsigned int, std::string&)':
/«PKGBUILDDIR»/src/applib/app_ui_res_utils.h:147: undefined reference to
`gsc_text_window_ui'
/«PKGBUILDDIR»/src/applib/app_ui_res_utils.h:155: undefined reference to
`gsc_text_window_ui'
gsc_info_window.o: In function
`GscTextWindow<SmartctlOutputInstance>::UIResDataBase::UIResDataBase()':
/«PKGBUILDDIR»/src/gsc_text_window.h:43: undefined reference to
`gsc_text_window_ui_size'
gsc_info_window.o: In function
`app_ui_res_create_from(Glib::RefPtr<Gtk::Builder>&, unsigned char const*,
unsigned int, std::string&)':
/«PKGBUILDDIR»/src/applib/app_ui_res_utils.h:147: undefined reference to
`gsc_text_window_ui'
/«PKGBUILDDIR»/src/applib/app_ui_res_utils.h:155: undefined reference to
`gsc_text_window_ui'
collect2: error: ld returned 1 exit status
make[4]: *** [gsmartcontrol] Error 1
Makefile:350: recipe for target 'gsmartcontrol' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[3]: *** [all-recursive] Error 1
Makefile:391: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:417: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:306: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:34: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
On Thu, Feb 12, 2015 at 10:32:09AM +0000, Matthias Klose wrote:
> The package fails to build in a test rebuild on at least amd64 with
> gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
> severity of this report may be raised before the stretch release.
It builds with the version of gcc-5 currently in unstable (5.1.1-12).
Regards,
Stephen
signature.asc
Description: Digital signature
--- End Message ---