Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Build fails with xapp 2.0.0 #676

Closed
yochananmarqos opened this issue Nov 29, 2020 · 3 comments
Closed

Build fails with xapp 2.0.0 #676

yochananmarqos opened this issue Nov 29, 2020 · 3 comments

Comments

@yochananmarqos
Copy link

yochananmarqos commented Nov 29, 2020

Describe the bug

cd src; make all
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/mnt/storage/AUR/timeshift/src/timeshift-20.11.1/src'
#timeshift-gtk
valac -X -D'GETTEXT_PACKAGE="timeshift"' \
	--Xcc="-lm" --Xcc="-O3" -D VTE_291 -D GTK3_18 -D XAPP \
	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 gio-2.0 \
	--pkg gtk+-3.0 --pkg vte-2.91 --pkg xapp
Utility/Gtk/CustomMessageDialog.vala:134.3-134.18: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Utility/Gtk/CustomMessageDialog.vala:149.3-149.22: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Utility/Gtk/CustomMessageDialog.vala:162.21-162.35: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12
Utility/TimeoutCounter.vala:47.4-47.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/TimeoutCounter.vala:61.4-61.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/GtkHelper.vala:118.23-118.41: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12
Utility/AsyncTask.vala:147.5-147.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/AsyncTask.vala:155.5-155.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/TeeJee.Process.vala:425.28-425.40: warning: `Posix.SIGTERM' has been deprecated since vala-0.40. Use Posix.Signal.TERM
Utility/TeeJee.Process.vala:431.27-431.39: warning: `Posix.SIGTERM' has been deprecated since vala-0.40. Use Posix.Signal.TERM
Utility/FileItem.vala:185.26-185.50: warning: `GLib.DateTime.from_timeval_utc' has been deprecated since 2.62
Utility/FileItem.vala:185.52-185.77: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62
Core/Main.vala:3814.4-3814.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/SnapshotRepo.vala:928.4-928.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:3692.4-3692.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:1604.4-1604.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:2088.5-2088.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:2091.5-2091.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/Gtk/TerminalWindow.vala:91.3-91.23: warning: `Vte.Terminal.rewrap_on_resize' has been deprecated since 0.58
Utility/Gtk/TerminalWindow.vala:123.4-123.18: warning: `Vte.Terminal.spawn_sync' has been deprecated since 0.48
Utility/Gtk/TerminalWindow.vala:150.4-150.18: warning: `Vte.Terminal.spawn_sync' has been deprecated since 0.48
Gtk/SnapshotListBox.vala:48.2-48.36: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:49.2-49.36: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:50.2-50.34: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:51.2-51.45: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:52.2-52.46: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:84.3-84.25: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/SnapshotListBox.vala:322.18-322.30: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:322.7-322.10: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:329.14-329.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:336.14-336.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:343.14-343.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:350.14-350.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:549.4-549.23: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/SnapshotListBox.vala:551.4-551.23: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/EstimateBox.vala:51.3-51.8: error: `Object' is an ambiguous reference between `GLib.Object' and `XApp.Object'
		Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
		^^^^^^
Gtk/EstimateBox.vala:96.5-96.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/GtkHelper.vala:311.3-311.25: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/BackupDeviceBox.vala:136.4-136.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererPixbuf).visible = (dev.type == "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:147.4-147.42: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).active = selected;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:149.4-149.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).visible =
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:178.5-178.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = txt.strip();
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:181.5-181.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.kname;
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:195.4-195.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = dev.fstype;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:209.4-209.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text =
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:223.5-223.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = "";
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:226.5-226.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text =
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:230.4-230.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:243.5-243.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = "";
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:246.5-246.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.partlabel;
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:249.4-249.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:262.5-262.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = "";
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:265.5-265.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.label;
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:268.4-268.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Utility/GtkHelper.vala:454.4-454.20: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/ExcludeBox.vala:492.13-492.36: warning: `Gtk.TreeView.get_hadjustment' has been deprecated since 3.0
Gtk/ExcludeBox.vala:186.4-186.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text =
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeListSummaryWindow.vala:83.17-83.32: warning: `Gtk.Image.from_stock' has been deprecated since 3.10
Gtk/UsersBox.vala:90.3-90.21: warning: `Gtk.TreeView.rules_hint' has been deprecated since 3.14
Gtk/UsersBox.vala:115.4-115.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = user.name;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/UsersBox.vala:130.4-130.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = user.home_path;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/DeleteBox.vala:53.3-53.8: error: `Object' is an ambiguous reference between `GLib.Object' and `XApp.Object'
		Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
		^^^^^^
Gtk/BackupBox.vala:67.3-67.8: error: `Object' is an ambiguous reference between `GLib.Object' and `XApp.Object'
		Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
		^^^^^^
Gtk/BackupBox.vala:141.3-141.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/BackupBox.vala:142.3-142.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/BackupBox.vala:179.4-179.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/RestoreDeviceBox.vala:47.41-47.62: warning: `Gtk.icon_size_register' has been deprecated since 3.10
Gtk/RestoreDeviceBox.vala:203.6-203.47: warning: Access to possible `null'. Perform a check or use an unsafe cast.
					(cell as Gtk.CellRendererPixbuf).icon_name = IconManager.ICON_HARDDRIVE;
					^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:206.5-206.46: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererPixbuf).sensitive = (dev.type != "disk");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:207.5-207.44: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererPixbuf).visible = (dev.type == "disk");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:240.5-240.41: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).markup = dev.description_simple_formatted();
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:241.5-241.44: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:244.5-244.41: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).markup = _("Keep on Root Device");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BootOptionsBox.vala:73.3-73.18: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/BootOptionsBox.vala:94.5-94.41: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).markup =
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BootOptionsBox.vala:98.5-98.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.description();
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreExcludeBox.vala:81.3-81.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/RestoreExcludeBox.vala:108.3-108.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/ExcludeAppsBox.vala:73.3-73.21: warning: `Gtk.TreeView.rules_hint' has been deprecated since 3.14
Gtk/ExcludeAppsBox.vala:104.4-104.42: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).active = entry.enabled;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:128.4-128.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = entry.name;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreBox.vala:68.3-68.8: error: `Object' is an ambiguous reference between `GLib.Object' and `XApp.Object'
		Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
		^^^^^^
Gtk/RestoreBox.vala:149.3-149.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/RestoreBox.vala:150.3-150.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/RestoreBox.vala:195.4-195.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/RsyncLogBox.vala:353.4-353.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = val;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RsyncLogBox.vala:450.3-450.25: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/RsyncLogBox.vala:167.4-167.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/MiscBox.vala:98.4-98.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = (txt.length == 0) ? _("Custom") : now.format(txt);
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/MainWindow.vala:413.3-413.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Utility/Gtk/AboutWindow.vala:246.3-246.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Utility/Gtk/AboutWindow.vala:313.23-313.37: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12
Gtk/MainWindow.vala:393.4-393.19: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/MainWindow.vala:396.4-396.19: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/MainWindow.vala:309.3-309.18: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/MainWindow.vala:310.3-310.19: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/MainWindow.vala:345.3-345.18: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/MainWindow.vala:346.3-346.19: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/ExcludeMessageWindow.vala:87.3-87.27: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/ExcludeMessageWindow.vala:159.3-159.37: warning: Access to possible `null'. Perform a check or use an unsafe cast.
		(cell as Gtk.CellRendererText).text = pattern.has_prefix("+ ") ? pattern[2:pattern.length] : pattern;
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeMessageWindow.vala:136.29-136.43: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12
Gtk/ExcludeMessageWindow.vala:139.22-139.38: warning: `Gtk.Button.from_stock' has been deprecated since 3.10
Gtk/ExcludeMessageWindow.vala:179.20-179.45: warning: `Gtk.TreeView.get_hadjustment' has been deprecated since 3.0
Utility/GtkHelper.vala:501.3-501.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Utility/GtkHelper.vala:622.3-622.28: warning: `Gtk.Entry.secondary_icon_stock' has been deprecated since 3.10
Utility/TeeJee.FileSystem.vala:286.17-286.41: warning: `GLib.DateTime.from_timeval_utc' has been deprecated since 2.62
Utility/TeeJee.FileSystem.vala:286.43-286.68: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62
Utility/TeeJee.Process.vala:324.21-324.34: warning: `GLib.DataInputStream.read_until' has been deprecated since 2.56
Utility/TeeJee.Process.vala:444.28-444.40: warning: `Posix.SIGKILL' has been deprecated since vala-0.40. Use Posix.Signal.KILL
Utility/TeeJee.Process.vala:450.27-450.39: warning: `Posix.SIGKILL' has been deprecated since vala-0.40. Use Posix.Signal.KILL
Utility/TeeJee.System.vala:279.10-279.43: warning: `Gdk.Screen.get_width' has been deprecated since 3.22
Utility/TeeJee.System.vala:283.10-283.44: warning: `Gdk.Screen.get_height' has been deprecated since 3.22
Compilation failed: 4 error(s), 108 warning(s)
make[1]: *** [makefile:53: app-gtk] Error 1
make[1]: Leaving directory '/mnt/storage/AUR/timeshift/src/timeshift-20.11.1/src'
make: *** [makefile:2: all] Error 2

To Reproduce
Steps to reproduce the behavior:

  1. Build via AUR package on Arch Stable or Manjaro Unstable

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System:

  • Manjaro
  • GNOME 3.38.2
  • 20.11.1
@schinfo
Copy link

schinfo commented Nov 29, 2020

The bug is still the same

Utility/TimeoutCounter.vala:47.4-47.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/TimeoutCounter.vala:61.4-61.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/AsyncTask.vala:147.5-147.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/AsyncTask.vala:155.5-155.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/FileItem.vala:185.26-185.50: warning: `GLib.DateTime.from_timeval_utc' has been deprecated since 2.62
Utility/FileItem.vala:185.52-185.77: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62
Core/Main.vala:3814.4-3814.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/SnapshotRepo.vala:924.4-924.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:3692.4-3692.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:1604.4-1604.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:2088.5-2088.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Core/Main.vala:2091.5-2091.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Utility/Gtk/TerminalWindow.vala:91.3-91.23: warning: `Vte.Terminal.rewrap_on_resize' has been deprecated since 0.58
Utility/Gtk/TerminalWindow.vala:123.4-123.18: warning: `Vte.Terminal.spawn_sync' has been deprecated since 0.48
Utility/Gtk/TerminalWindow.vala:150.4-150.18: warning: `Vte.Terminal.spawn_sync' has been deprecated since 0.48
Gtk/SnapshotListBox.vala:48.2-48.36: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:49.2-49.36: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:50.2-50.34: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:51.2-51.45: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:52.2-52.46: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:84.3-84.25: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/SnapshotListBox.vala:322.18-322.30: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:322.7-322.10: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:329.14-329.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:336.14-336.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:343.14-343.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:350.14-350.26: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10
Gtk/SnapshotListBox.vala:549.4-549.23: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/SnapshotListBox.vala:551.4-551.23: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/EstimateBox.vala:96.5-96.23: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/BackupDeviceBox.vala:136.4-136.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererPixbuf).visible = (dev.type == "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:147.4-147.42: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).active = selected;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:149.4-149.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).visible =
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:178.5-178.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = txt.strip();
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:181.5-181.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.kname;
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:195.4-195.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = dev.fstype;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:209.4-209.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text =
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:223.5-223.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = "";
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:226.5-226.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text =
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:230.4-230.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:243.5-243.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = "";
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:246.5-246.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.partlabel;
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:249.4-249.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:262.5-262.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = "";
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:265.5-265.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.label;
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BackupDeviceBox.vala:268.4-268.43: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeBox.vala:492.13-492.36: warning: `Gtk.TreeView.get_hadjustment' has been deprecated since 3.0
Gtk/ExcludeBox.vala:186.4-186.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text =
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeListSummaryWindow.vala:83.17-83.32: warning: `Gtk.Image.from_stock' has been deprecated since 3.10
Gtk/UsersBox.vala:90.3-90.21: warning: `Gtk.TreeView.rules_hint' has been deprecated since 3.14
Gtk/UsersBox.vala:115.4-115.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = user.name;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/UsersBox.vala:130.4-130.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = user.home_path;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/DeleteBox.vala:53.3-53.8: error: `Object' is an ambiguous reference between `GLib.Object' and `XApp.Object'
		Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
		^^^^^^
Gtk/BackupBox.vala:141.3-141.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/BackupBox.vala:142.3-142.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/BackupBox.vala:179.4-179.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/RestoreDeviceBox.vala:47.41-47.62: warning: `Gtk.icon_size_register' has been deprecated since 3.10
Gtk/RestoreDeviceBox.vala:203.6-203.47: warning: Access to possible `null'. Perform a check or use an unsafe cast.
					(cell as Gtk.CellRendererPixbuf).icon_name = IconManager.ICON_HARDDRIVE;
					^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:206.5-206.46: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererPixbuf).sensitive = (dev.type != "disk");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:207.5-207.44: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererPixbuf).visible = (dev.type == "disk");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:240.5-240.41: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).markup = dev.description_simple_formatted();
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:241.5-241.44: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).sensitive = (dev.type != "disk");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreDeviceBox.vala:244.5-244.41: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).markup = _("Keep on Root Device");
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BootOptionsBox.vala:73.3-73.18: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/BootOptionsBox.vala:94.5-94.41: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).markup =
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/BootOptionsBox.vala:98.5-98.39: warning: Access to possible `null'. Perform a check or use an unsafe cast.
				(cell as Gtk.CellRendererText).text = dev.description();
				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreExcludeBox.vala:81.3-81.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/RestoreExcludeBox.vala:108.3-108.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/ExcludeAppsBox.vala:73.3-73.21: warning: `Gtk.TreeView.rules_hint' has been deprecated since 3.14
Gtk/ExcludeAppsBox.vala:104.4-104.42: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).active = entry.enabled;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:128.4-128.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = entry.name;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RestoreBox.vala:149.3-149.19: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/RestoreBox.vala:150.3-150.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/RestoreBox.vala:195.4-195.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/RsyncLogBox.vala:353.4-353.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = val;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/RsyncLogBox.vala:450.3-450.25: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/RsyncLogBox.vala:167.4-167.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Gtk/MiscBox.vala:98.4-98.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = (txt.length == 0) ? _("Custom") : now.format(txt);
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/MainWindow.vala:413.3-413.20: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/MainWindow.vala:393.4-393.19: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/MainWindow.vala:396.4-396.19: warning: `Gtk.Menu.popup' has been deprecated since 3.22
Gtk/MainWindow.vala:309.3-309.18: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/MainWindow.vala:310.3-310.19: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/MainWindow.vala:345.3-345.18: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12
Gtk/MainWindow.vala:346.3-346.19: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12
Gtk/ExcludeMessageWindow.vala:87.3-87.27: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
Gtk/ExcludeMessageWindow.vala:159.3-159.37: warning: Access to possible `null'. Perform a check or use an unsafe cast.
		(cell as Gtk.CellRendererText).text = pattern.has_prefix("+ ") ? pattern[2:pattern.length] : pattern;
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gtk/ExcludeMessageWindow.vala:136.29-136.43: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12
Gtk/ExcludeMessageWindow.vala:139.22-139.38: warning: `Gtk.Button.from_stock' has been deprecated since 3.10
Gtk/ExcludeMessageWindow.vala:179.20-179.45: warning: `Gtk.TreeView.get_hadjustment' has been deprecated since 3.0
Utility/TeeJee.FileSystem.vala:286.17-286.41: warning: `GLib.DateTime.from_timeval_utc' has been deprecated since 2.62
Utility/TeeJee.FileSystem.vala:286.43-286.68: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62
Utility/TeeJee.Process.vala:324.21-324.34: warning: `GLib.DataInputStream.read_until' has been deprecated since 2.56

@yochananmarqos
Copy link
Author

Confirmed, the build still fails with that commit.

@teejee2008
Copy link
Owner

Had missed a bunch of files in the last commit. It should work now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants