Your message dated Fri, 30 May 2014 15:32:14 +0200
with message-id <[email protected]>
and subject line gtkpod: run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4
has caused the Debian Bug report #744590,
regarding gtkpod: run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4
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.)
--
744590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744590
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gtkpod
Version: 2.1.4-1
User: [email protected]
Usertags: autoreconf
The package fails to build on ppc64el (powerpc64le-linux-gnu), because
the config.{guess,sub} files are out of date, and are not updated during
the build. If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.
- For dh, call dh --with autoreconf.
- For cdbs based build systems, include
/usr/share/cdbs/1/rules/autoreconf.mk
- For other rules files, call dh_autoreconf before calling
configure (in the build or configure target), and call
dh_autoreconf_clean before dh_clean in the clean target.
For combining autoreconf and autotools_dev, see bug #698765.
After the build on any architecture, and before a clean, a grep for
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.
The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.gtkpod_2.1.4-1build1_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.
Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.
See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.
[...]
anjuta-window.c:91:5: warning: 'gtk_activatable_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:69)
[-Wdeprecated-declarations]
anjuta-window.c: In function 'on_layout_locked_notify':
anjuta-window.c:314:5: warning: 'gtk_toggle_action_set_active' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82)
[-Wdeprecated-declarations]
gtk_toggle_action_set_active(GTK_TOGGLE_ACTION (action), (locked == 1));
^
anjuta-window.c:314:5: warning: 'gtk_toggle_action_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73)
[-Wdeprecated-declarations]
anjuta-window.c: In function 'on_session_load':
anjuta-window.c:363:13: warning: 'gtk_toggle_action_set_active' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82)
[-Wdeprecated-declarations]
gtk_toggle_action_set_active(GTK_TOGGLE_ACTION (action), TRUE);
^
anjuta-window.c:363:13: warning: 'gtk_toggle_action_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73)
[-Wdeprecated-declarations]
anjuta-window.c: In function 'anjuta_window_instance_init':
anjuta-window.c:545:5: warning: 'gtk_ui_manager_get_accel_group' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147)
[-Wdeprecated-declarations]
gtk_window_add_accel_group(GTK_WINDOW (win),
gtk_ui_manager_get_accel_group(GTK_UI_MANAGER (win->ui)));
^
anjuta-window.c:545:5: warning: 'gtk_ui_manager_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128)
[-Wdeprecated-declarations]
anjuta-window.c:548:5: warning: 'gtk_ui_manager_get_widget' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149)
[-Wdeprecated-declarations]
menubar = gtk_ui_manager_get_widget(GTK_UI_MANAGER (win->ui), "/MenuMain");
^
anjuta-window.c:548:5: warning: 'gtk_ui_manager_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128)
[-Wdeprecated-declarations]
anjuta-window.c:553:5: warning: 'gtk_ui_manager_get_widget' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149)
[-Wdeprecated-declarations]
view_menu = gtk_ui_manager_get_widget(GTK_UI_MANAGER(win->ui),
"/MenuMain/MenuView");
^
anjuta-window.c:553:5: warning: 'gtk_ui_manager_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128)
[-Wdeprecated-declarations]
anjuta-window.c:557:5: warning: 'gtk_ui_manager_get_widget' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149)
[-Wdeprecated-declarations]
about_menu = gtk_ui_manager_get_widget(GTK_UI_MANAGER(win->ui),
"/MenuMain/PlaceHolderHelpMenus/MenuHelp/"
^
anjuta-window.c:557:5: warning: 'gtk_ui_manager_get_type' is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128)
[-Wdeprecated-declarations]
anjuta-window.c: In function 'anjuta_gtkpod_app_confirmation_hig':
anjuta-window.c:1211:5: warning: 'GtkStock' is deprecated
[-Wdeprecated-declarations]
gtk_dialog_add_buttons(GTK_DIALOG(dialog), cancel_button_text ?
cancel_button_text : GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, accept_button_text
? accept_button_text : GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
^
anjuta-window.c:1211:5: warning: 'GtkStock' is deprecated
[-Wdeprecated-declarations]
main.c: In function 'main':
main.c:61:21: warning: ignoring return value of 'gtk_clutter_init', declared
with attribute warn_unused_result [-Wunused-result]
gtk_clutter_init(&argc, &argv);
^
CCLD gtkpod
/usr/bin/ld: ../libgtkpod/.libs/libgtkpod.a(misc_conversion.o): undefined
reference to symbol 'exp@@GLIBC_2.17'
//lib/powerpc64le-linux-gnu/libm.so.6: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status
make[3]: *** [gtkpod] Error 1
make[3]: Leaving directory `/build/buildd/gtkpod-2.1.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/gtkpod-2.1.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/gtkpod-2.1.4'
dh_auto_build: make -j8 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Package: src:gtkpod
Version: 2.1.4-2
This bug has been fixed with already-uploaded 2.1.4-2 revision.
I forgot to close the related bug report via changelog.
Doing it now.
Thanks.
--
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID: 0x83B2CF7A
--- End Message ---