Package: src:timeshift
Version: 18.9+ds-2
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch
dh_update_autotools_config -a
dh_autoreconf -a
dh_auto_configure -a
dh_auto_build -a
make -j1 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<BUILDDIR>>/timeshift-18.9+ds'
cd src; make all
make[2]: Entering directory '/<<BUILDDIR>>/timeshift-18.9+ds/src'
#timeshift-gtk
valac -g -X -D'GETTEXT_PACKAGE="timeshift"' \
--Xcc="-lm" --Xcc="-O3" -D VTE_291 -D GTK3_18 --thread \
Core/*.vala Gtk/*.vala Utility/*.vala Utility/Gtk/*.vala \
-o timeshift-gtk \
--pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix \
--pkg gee-0.8 --pkg json-glib-1.0 \
--pkg gtk+-3.0 --pkg vte-2.91
Core/Main.vala:64.23-64.37: error: The type name `AppExcludeEntry' could not be
found
public Gee.ArrayList<AppExcludeEntry> exclude_list_apps;
^^^^^^^^^^^^^^^
Core/Main.vala:528.41-528.55: error: The type name `AppExcludeEntry' could not
be found
exclude_list_apps = new Gee.ArrayList<AppExcludeEntry>();
^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:102.4-102.18: error: The type name `AppExcludeEntry'
could not be found
AppExcludeEntry entry;
^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:113.4-113.18: error: The type name `AppExcludeEntry'
could not be found
AppExcludeEntry entry;
^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:126.4-126.18: error: The type name `AppExcludeEntry'
could not be found
AppExcludeEntry entry;
^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:150.43-150.57: error: The type name `AppExcludeEntry'
could not be found
var model = new Gtk.ListStore(3, typeof(AppExcludeEntry),
typeof(bool), typeof(string));
^^^^^^^^^^^^^^^
Command-line option `--thread` is deprecated and will be ignored
Compilation failed: 6 error(s), 0 warning(s)
make[2]: *** [makefile:50: all] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/timeshift-18.9+ds/src'
make[1]: *** [makefile:2: all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/timeshift-18.9+ds'
dh_auto_build: make -j1 "INSTALL=install --strip-program=true" returned exit
code 2
make: *** [debian/rules:12: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
(The above is just how the build ends and not necessarily the most relevant
part)
The build was made in my autobuilder with "dpkg-buildpackage -B"
and it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/timeshift.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.