[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#907897: gnome-shell-pomodoro: FTBFS



Source: gnome-shell-pomodoro
Version: 0.13.4-2
Tags: ftbfs
Severity: serious
X-Debbugs-CC: debian-ci@lists.debian.org
User: debian-ci@lists.debian.org
Usertags: needs-update

Dear maintainers,

With a recent upload of gobject-introspection the autopkgtest of
gnome-shell-pomodoro started to fail in testing, which triggered me to
check it. Luckily for gobject-introspection I was able to "fix" the
failure by including glib2.0 in the set of packages, so the migration
test currently passes. However, in unstable the autopkgtest fails and on
reproducible-builds. I copied the error below.

https://tests.reproducible-builds.org/debian/rb-pkg/gnome-shell-pomodoro.html

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

https://ci.debian.net/data/autopkgtest/testing/amd64/g/gnome-shell-pomodoro/928035/log.gz

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../..
-I/tmp/autopkgtest-lxc.7iokt8kk/downtmp/build.wCd/src
-I/tmp/autopkgtest-lxc.7iokt8kk/downtmp/build.wCd/src/lib
-DGETTEXT_PACKAGE=\"gnome-pomodoro\"
-DPACKAGE_LOCALE_DIR=\"/usr/share/locale\"
-DPACKAGE_DATA_DIR=\"/usr/share/gnome-pomodoro\" -Wdate-time
-D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid
-I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
-I/usr/include/libpeas-1.0 -I/usr/include/gobject-introspection-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-pthread -D_REENTRANT -I/usr/include/gstreamer-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -w
-g -O2
-fdebug-prefix-map=/tmp/autopkgtest-lxc.7iokt8kk/downtmp/build.wCd/src=.
-fstack-protector-strong -Wformat -Werror=format-security -c resources.c
-o libsounds_la-resources.o >/dev/null 2>&1
/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas --strict
--dry-run  --schema-file=org.gnome.pomodoro.plugins.sounds.gschema.xml
&& mkdir -p . && touch org.gnome.pomodoro.plugins.sounds.gschema.valid
sound-player.vala:130.9-130.33: error: Property
`SoundsPlugin.GStreamerPlayer.volume_fade' with custom `get' accessor
and/or `set' mutator cannot have `default' value
        public double volume_fade {
        ^^^^^^^^^^^^^^^^^^^^^^^^^
sound-player.vala:120.9-120.28: error: Property
`SoundsPlugin.GStreamerPlayer.volume' with custom `get' accessor and/or
`set' mutator cannot have `default' value
        public double volume {
        ^^^^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:176.3-176.19: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void pause ();
		^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:177.3-177.18: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void quit ();
		^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:178.3-178.19: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void reset ();
		^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:179.3-179.20: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void resume ();
		^^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:180.3-180.23: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void set_state (string name, double timestamp);
		^^^^^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:181.3-181.30: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void show_main_window (uint32 timestamp);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:182.3-182.30: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void show_preferences (uint32 timestamp);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:183.3-183.18: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void skip ();
		^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:184.3-184.19: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void start ();
		^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:185.3-185.18: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public void stop ();
		^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:192.3-192.36: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public virtual signal void destroy ();
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../lib/gnome-pomodoro.vapi:311.3-311.39: warning: DBus methods are
recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
		public abstract void get_capabilities (out string[] capabilities)
throws GLib.IOError;
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 12 warning(s)

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: