Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Found ninja-1.11.1 at /usr/bin/ninja
- INFO: autodetecting backend as ninja
- INFO: calculating backend command to run: /usr/bin/ninja -C /home/weitcis/.cache/paru/clone/planify/src/build
- ninja: Entering directory `/home/weitcis/.cache/paru/clone/planify/src/build'
- [12/158] Compiling Vala source ../planify/quick-add/App.vala ../planify/quick-add/MainWindow.vala ../planify/quick-add...rProject.vala ../planify/quick-add/Widgets/HeaderItem.vala ../planify/quick-add/Widgets/ProjectPicker.vala config.vala
- FAILED: quick-add/io.github.alainm23.planify.quick-add.p/App.c quick-add/io.github.alainm23.planify.quick-add.p/MainWindow.c quick-add/io.github.alainm23.planify.quick-add.p/Util.c quick-add/io.github.alainm23.planify.quick-add.p/Enum.c quick-add/io.github.alainm23.planify.quick-add.p/ObjectsPatch.c quick-add/io.github.alainm23.planify.quick-add.p/Objects/BaseObject.c quick-add/io.github.alainm23.planify.quick-add.p/Objects/Color.c quick-add/io.github.alainm23.planify.quick-add.p/Objects/DueDate.c quick-add/io.github.alainm23.planify.quick-add.p/Objects/Item.c quick-add/io.github.alainm23.planify.quick-add.p/Objects/Project.c quick-add/io.github.alainm23.planify.quick-add.p/Objects/Queue.c quick-add/io.github.alainm23.planify.quick-add.p/Services/Settings.c quick-add/io.github.alainm23.planify.quick-add.p/Services/EventBus.c quick-add/io.github.alainm23.planify.quick-add.p/Services/Database.c quick-add/io.github.alainm23.planify.quick-add.p/Services/DBusClient.c quick-add/io.github.alainm23.planify.quick-add.p/Services/Todoist.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/DynamicIcon.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/HyperTextView.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/LoadingButton.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/ProjectPickerRow.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/IconColorProject.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/HeaderItem.c quick-add/io.github.alainm23.planify.quick-add.p/Widgets/ProjectPicker.c quick-add/io.github.alainm23.planify.quick-add.p/config.c
- valac -C --pkg libportal-gtk4 --pkg libportal --pkg libical-glib --pkg libedataserver-1.2 --pkg libecal-2.0 --pkg json-glib-1.0 --pkg granite-7 --pkg webkitgtk-6.0 --pkg libadwaita-1 --pkg sqlite3 --pkg gtk4 --pkg gee-0.8 --pkg glib-2.0 --color=always --directory quick-add/io.github.alainm23.planify.quick-add.p --basedir ../planify/quick-add --gresources=../planify/data/resources/io.github.alainm23.planify.gresource.xml ../planify/quick-add/App.vala ../planify/quick-add/MainWindow.vala ../planify/quick-add/Util.vala ../planify/quick-add/Enum.vala ../planify/quick-add/ObjectsPatch.vala ../planify/quick-add/Objects/BaseObject.vala ../planify/quick-add/Objects/Color.vala ../planify/quick-add/Objects/DueDate.vala ../planify/quick-add/Objects/Item.vala ../planify/quick-add/Objects/Project.vala ../planify/quick-add/Objects/Queue.vala ../planify/quick-add/Services/Settings.vala ../planify/quick-add/Services/EventBus.vala ../planify/quick-add/Services/Database.vala ../planify/quick-add/Services/DBusClient.vala ../planify/quick-add/Services/Todoist.vala ../planify/quick-add/Widgets/DynamicIcon.vala ../planify/quick-add/Widgets/HyperTextView.vala ../planify/quick-add/Widgets/LoadingButton.vala ../planify/quick-add/Widgets/ProjectPickerRow.vala ../planify/quick-add/Widgets/IconColorProject.vala ../planify/quick-add/Widgets/HeaderItem.vala ../planify/quick-add/Widgets/ProjectPicker.vala config.vala
- ../planify/quick-add/Util.vala:119.9-119.31: warning: `Gtk.CssProvider.load_from_data' has been deprecated since 4.12
- 119 | provider.load_from_data (CSS.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- ../planify/quick-add/Util.vala:119.34-119.41: error: Argument 1: Cannot convert from `unowned uint8[]' to `unowned string'
- 119 | provider.load_from_data (CSS.data);
- | ^~~~~~~~
- ../planify/quick-add/Util.vala:119.9-119.42: error: 1 missing arguments for `void Gtk.CssProvider.load_from_data (string, ssize_t)'
- 119 | provider.load_from_data (CSS.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/quick-add/Util.vala:121.9-121.24: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 121 | Gtk.StyleContext.add_provider_for_display (
- | ^~~~~~~~~~~~~~~~
- ../planify/quick-add/Util.vala:446.13-446.41: warning: `Gtk.CssProvider.load_from_data' has been deprecated since 4.12
- 446 | style_provider.load_from_data (style.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/quick-add/Util.vala:446.44-446.53: error: Argument 1: Cannot convert from `unowned uint8[]' to `unowned string'
- 446 | style_provider.load_from_data (style.data);
- | ^~~~~~~~~~
- ../planify/quick-add/Util.vala:446.13-446.54: error: 1 missing arguments for `void Gtk.CssProvider.load_from_data (string, ssize_t)'
- 446 | style_provider.load_from_data (style.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/quick-add/Util.vala:451.50-451.73: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 451 | unowned Gtk.StyleContext style_context = widget.get_style_context ();
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/quick-add/Util.vala:451.34-451.46: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 451 | unowned Gtk.StyleContext style_context = widget.get_style_context ();
- | ^~~~~~~~~~~~~
- ../planify/quick-add/App.vala:41.9-41.24: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 41 | Gtk.StyleContext.add_provider_for_display (
- | ^~~~~~~~~~~~~~~~
- Compilation failed: 4 error(s), 6 warning(s)
- [13/158] Compiling Vala source ../planify/src/App.vala ../planify/src/MainWindow.vala ../planify/src/Util.vala ../plan...la ../planify/src/Dialogs/QuickFind/Synapse.vala ../planify/src/Dialogs/Preferences/PreferencesWindow.vala config.vala
- FAILED: src/io.github.alainm23.planify.p/App.c src/io.github.alainm23.planify.p/MainWindow.c src/io.github.alainm23.planify.p/Util.c src/io.github.alainm23.planify.p/Enum.c src/io.github.alainm23.planify.p/Services/Database.c src/io.github.alainm23.planify.p/Services/EventBus.c src/io.github.alainm23.planify.p/Services/Todoist.c src/io.github.alainm23.planify.p/Services/GoogleTasks.c src/io.github.alainm23.planify.p/Services/ActionManager.c src/io.github.alainm23.planify.p/Services/Notification.c src/io.github.alainm23.planify.p/Services/TimeMonitor.c src/io.github.alainm23.planify.p/Services/Settings.c src/io.github.alainm23.planify.p/Services/DBusServer.c src/io.github.alainm23.planify.p/Services/CalendarEvents/CalendarEvents.c src/io.github.alainm23.planify.p/Services/CalendarEvents/DateIterator.c src/io.github.alainm23.planify.p/Services/CalendarEvents/DateRange.c src/io.github.alainm23.planify.p/Services/CalendarEvents/Util.c src/io.github.alainm23.planify.p/Layouts/Sidebar.c src/io.github.alainm23.planify.p/Layouts/FilterPaneRow.c src/io.github.alainm23.planify.p/Layouts/HeaderItem.c src/io.github.alainm23.planify.p/Layouts/ProjectRow.c src/io.github.alainm23.planify.p/Layouts/SectionRow.c src/io.github.alainm23.planify.p/Layouts/ItemRow.c src/io.github.alainm23.planify.p/Layouts/LabelRow.c src/io.github.alainm23.planify.p/Layouts/SectionBoard.c src/io.github.alainm23.planify.p/Layouts/ItemBoard.c src/io.github.alainm23.planify.p/Widgets/DynamicIcon.c src/io.github.alainm23.planify.p/Widgets/ColorPickerRow.c src/io.github.alainm23.planify.p/Widgets/LoadingButton.c src/io.github.alainm23.planify.p/Widgets/CircularProgressBar.c src/io.github.alainm23.planify.p/Widgets/MagicButton.c src/io.github.alainm23.planify.p/Widgets/FilterHeader.c src/io.github.alainm23.planify.p/Widgets/ProjectHeader.c src/io.github.alainm23.planify.p/Widgets/EditableLabel.c src/io.github.alainm23.planify.p/Widgets/Entries.c src/io.github.alainm23.planify.p/Widgets/Placeholder.c src/io.github.alainm23.planify.p/Widgets/SyncButton.c src/io.github.alainm23.planify.p/Widgets/ScheduleButton.c src/io.github.alainm23.planify.p/Widgets/PriorityButton.c src/io.github.alainm23.planify.p/Widgets/ItemSummary.c src/io.github.alainm23.planify.p/Widgets/PinButton.c src/io.github.alainm23.planify.p/Widgets/LabelButton.c src/io.github.alainm23.planify.p/Widgets/ItemLabels.c src/io.github.alainm23.planify.p/Widgets/ItemLabelChild.c src/io.github.alainm23.planify.p/Widgets/ProjectViewHeaderBar.c src/io.github.alainm23.planify.p/Widgets/IconColorProject.c src/io.github.alainm23.planify.p/Widgets/LabelsHeader.c src/io.github.alainm23.planify.p/Widgets/ReminderButton.c src/io.github.alainm23.planify.p/Widgets/MultiSelectToolbar.c src/io.github.alainm23.planify.p/Widgets/EventsList.c src/io.github.alainm23.planify.p/Widgets/EventRow.c src/io.github.alainm23.planify.p/Widgets/CalendarSourceRow.c src/io.github.alainm23.planify.p/Widgets/SettingsHeader.c src/io.github.alainm23.planify.p/Widgets/SubItems.c src/io.github.alainm23.planify.p/Widgets/LabelChild.c src/io.github.alainm23.planify.p/Widgets/LabelsSummary.c src/io.github.alainm23.planify.p/Widgets/SectionsOrderPopover.c src/io.github.alainm23.planify.p/Widgets/Calendar/Calendar.c src/io.github.alainm23.planify.p/Widgets/Calendar/CalendarDay.c src/io.github.alainm23.planify.p/Widgets/Calendar/CalendarHeader.c src/io.github.alainm23.planify.p/Widgets/Calendar/CalendarView.c src/io.github.alainm23.planify.p/Widgets/Calendar/CalendarWeek.c src/io.github.alainm23.planify.p/Widgets/DateTimePicker/DateTimePicker.c src/io.github.alainm23.planify.p/Widgets/DateTimePicker/TimePicker.c src/io.github.alainm23.planify.p/Widgets/LabelPicker/LabelPicker.c src/io.github.alainm23.planify.p/Widgets/LabelPicker/LabelRow.c src/io.github.alainm23.planify.p/Widgets/ReminderPicker/ReminderPicker.c src/io.github.alainm23.planify.p/Widgets/ReminderPicker/ReminderRow.c src/io.github.alainm23.planify.p/Widgets/ContextMenu/MenuItem.c src/io.github.alainm23.planify.p/Widgets/ContextMenu/MenuSeparator.c src/io.github.alainm23.planify.p/Widgets/ContextMenu/MenuItemPicker.c src/io.github.alainm23.planify.p/Views/Project.c src/io.github.alainm23.planify.p/Views/List.c src/io.github.alainm23.planify.p/Views/Board.c src/io.github.alainm23.planify.p/Views/Date.c src/io.github.alainm23.planify.p/Views/Today.c src/io.github.alainm23.planify.p/Views/Pinboard.c src/io.github.alainm23.planify.p/Views/Label.c src/io.github.alainm23.planify.p/Views/Filter.c src/io.github.alainm23.planify.p/Views/Filters.c src/io.github.alainm23.planify.p/Views/Scheduled/Scheduled.c src/io.github.alainm23.planify.p/Views/Scheduled/ScheduledDay.c src/io.github.alainm23.planify.p/Views/Scheduled/ScheduledRange.c src/io.github.alainm23.planify.p/Views/Scheduled/ScheduledMonth.c src/io.github.alainm23.planify.p/Objects/BaseObject.c src/io.github.alainm23.planify.p/Objects/Color.c src/io.github.alainm23.planify.p/Objects/DueDate.c src/io.github.alainm23.planify.p/Objects/Item.c src/io.github.alainm23.planify.p/Objects/ItemLabel.c src/io.github.alainm23.planify.p/Objects/Label.c src/io.github.alainm23.planify.p/Objects/Project.c src/io.github.alainm23.planify.p/Objects/Queue.c src/io.github.alainm23.planify.p/Objects/Reminder.c src/io.github.alainm23.planify.p/Objects/Section.c src/io.github.alainm23.planify.p/Objects/Filters/Pinboard.c src/io.github.alainm23.planify.p/Objects/Filters/Scheduled.c src/io.github.alainm23.planify.p/Objects/Filters/Today.c src/io.github.alainm23.planify.p/Objects/Filters/Priority.c src/io.github.alainm23.planify.p/Objects/Filters/Completed.c src/io.github.alainm23.planify.p/Objects/Filters/Labels.c src/io.github.alainm23.planify.p/Models/ItemList.c src/io.github.alainm23.planify.p/Dialogs/Project.c src/io.github.alainm23.planify.p/Dialogs/Label.c src/io.github.alainm23.planify.p/Dialogs/Item.c src/io.github.alainm23.planify.p/Dialogs/TodoistOAuth.c src/io.github.alainm23.planify.p/Dialogs/GoogleOAuth.c src/io.github.alainm23.planify.p/Dialogs/ProjectDescription.c src/io.github.alainm23.planify.p/Dialogs/ManageSectionOrder.c src/io.github.alainm23.planify.p/Dialogs/ProjectPicker/ProjectPicker.c src/io.github.alainm23.planify.p/Dialogs/ProjectPicker/ProjectPickerRow.c src/io.github.alainm23.planify.p/Dialogs/ProjectPicker/SectionPickerRow.c src/io.github.alainm23.planify.p/Dialogs/DatePicker.c src/io.github.alainm23.planify.p/Dialogs/LabelPicker.c src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c src/io.github.alainm23.planify.p/Dialogs/QuickFind/QuickFind.c src/io.github.alainm23.planify.p/Dialogs/QuickFind/QuickFindItem.c src/io.github.alainm23.planify.p/Dialogs/QuickFind/Synapse.c src/io.github.alainm23.planify.p/Dialogs/Preferences/PreferencesWindow.c src/io.github.alainm23.planify.p/config.c
- valac -C --pkg libportal-gtk4 --pkg libportal --pkg libical-glib --pkg libedataserver-1.2 --pkg libecal-2.0 --pkg json-glib-1.0 --pkg granite-7 --pkg webkitgtk-6.0 --pkg libadwaita-1 --pkg sqlite3 --pkg gtk4 --pkg gee-0.8 --pkg glib-2.0 --color=always --directory src/io.github.alainm23.planify.p --basedir ../planify/src --gresources=../planify/data/resources/io.github.alainm23.planify.gresource.xml ../planify/src/App.vala ../planify/src/MainWindow.vala ../planify/src/Util.vala ../planify/src/Enum.vala ../planify/src/Services/Database.vala ../planify/src/Services/EventBus.vala ../planify/src/Services/Todoist.vala ../planify/src/Services/GoogleTasks.vala ../planify/src/Services/ActionManager.vala ../planify/src/Services/Notification.vala ../planify/src/Services/TimeMonitor.vala ../planify/src/Services/Settings.vala ../planify/src/Services/DBusServer.vala ../planify/src/Services/CalendarEvents/CalendarEvents.vala ../planify/src/Services/CalendarEvents/DateIterator.vala ../planify/src/Services/CalendarEvents/DateRange.vala ../planify/src/Services/CalendarEvents/Util.vala ../planify/src/Layouts/Sidebar.vala ../planify/src/Layouts/FilterPaneRow.vala ../planify/src/Layouts/HeaderItem.vala ../planify/src/Layouts/ProjectRow.vala ../planify/src/Layouts/SectionRow.vala ../planify/src/Layouts/ItemRow.vala ../planify/src/Layouts/LabelRow.vala ../planify/src/Layouts/SectionBoard.vala ../planify/src/Layouts/ItemBoard.vala ../planify/src/Widgets/DynamicIcon.vala ../planify/src/Widgets/ColorPickerRow.vala ../planify/src/Widgets/LoadingButton.vala ../planify/src/Widgets/CircularProgressBar.vala ../planify/src/Widgets/MagicButton.vala ../planify/src/Widgets/FilterHeader.vala ../planify/src/Widgets/ProjectHeader.vala ../planify/src/Widgets/EditableLabel.vala ../planify/src/Widgets/Entries.vala ../planify/src/Widgets/Placeholder.vala ../planify/src/Widgets/SyncButton.vala ../planify/src/Widgets/ScheduleButton.vala ../planify/src/Widgets/PriorityButton.vala ../planify/src/Widgets/ItemSummary.vala ../planify/src/Widgets/PinButton.vala ../planify/src/Widgets/LabelButton.vala ../planify/src/Widgets/ItemLabels.vala ../planify/src/Widgets/ItemLabelChild.vala ../planify/src/Widgets/ProjectViewHeaderBar.vala ../planify/src/Widgets/IconColorProject.vala ../planify/src/Widgets/LabelsHeader.vala ../planify/src/Widgets/ReminderButton.vala ../planify/src/Widgets/MultiSelectToolbar.vala ../planify/src/Widgets/EventsList.vala ../planify/src/Widgets/EventRow.vala ../planify/src/Widgets/CalendarSourceRow.vala ../planify/src/Widgets/SettingsHeader.vala ../planify/src/Widgets/SubItems.vala ../planify/src/Widgets/LabelChild.vala ../planify/src/Widgets/LabelsSummary.vala ../planify/src/Widgets/SectionsOrderPopover.vala ../planify/src/Widgets/Calendar/Calendar.vala ../planify/src/Widgets/Calendar/CalendarDay.vala ../planify/src/Widgets/Calendar/CalendarHeader.vala ../planify/src/Widgets/Calendar/CalendarView.vala ../planify/src/Widgets/Calendar/CalendarWeek.vala ../planify/src/Widgets/DateTimePicker/DateTimePicker.vala ../planify/src/Widgets/DateTimePicker/TimePicker.vala ../planify/src/Widgets/LabelPicker/LabelPicker.vala ../planify/src/Widgets/LabelPicker/LabelRow.vala ../planify/src/Widgets/ReminderPicker/ReminderPicker.vala ../planify/src/Widgets/ReminderPicker/ReminderRow.vala ../planify/src/Widgets/ContextMenu/MenuItem.vala ../planify/src/Widgets/ContextMenu/MenuSeparator.vala ../planify/src/Widgets/ContextMenu/MenuItemPicker.vala ../planify/src/Views/Project.vala ../planify/src/Views/List.vala ../planify/src/Views/Board.vala ../planify/src/Views/Date.vala ../planify/src/Views/Today.vala ../planify/src/Views/Pinboard.vala ../planify/src/Views/Label.vala ../planify/src/Views/Filter.vala ../planify/src/Views/Filters.vala ../planify/src/Views/Scheduled/Scheduled.vala ../planify/src/Views/Scheduled/ScheduledDay.vala ../planify/src/Views/Scheduled/ScheduledRange.vala ../planify/src/Views/Scheduled/ScheduledMonth.vala ../planify/src/Objects/BaseObject.vala ../planify/src/Objects/Color.vala ../planify/src/Objects/DueDate.vala ../planify/src/Objects/Item.vala ../planify/src/Objects/ItemLabel.vala ../planify/src/Objects/Label.vala ../planify/src/Objects/Project.vala ../planify/src/Objects/Queue.vala ../planify/src/Objects/Reminder.vala ../planify/src/Objects/Section.vala ../planify/src/Objects/Filters/Pinboard.vala ../planify/src/Objects/Filters/Scheduled.vala ../planify/src/Objects/Filters/Today.vala ../planify/src/Objects/Filters/Priority.vala ../planify/src/Objects/Filters/Completed.vala ../planify/src/Objects/Filters/Labels.vala ../planify/src/Models/ItemList.vala ../planify/src/Dialogs/Project.vala ../planify/src/Dialogs/Label.vala ../planify/src/Dialogs/Item.vala ../planify/src/Dialogs/TodoistOAuth.vala ../planify/src/Dialogs/GoogleOAuth.vala ../planify/src/Dialogs/ProjectDescription.vala ../planify/src/Dialogs/ManageSectionOrder.vala ../planify/src/Dialogs/ProjectPicker/ProjectPicker.vala ../planify/src/Dialogs/ProjectPicker/ProjectPickerRow.vala ../planify/src/Dialogs/ProjectPicker/SectionPickerRow.vala ../planify/src/Dialogs/DatePicker.vala ../planify/src/Dialogs/LabelPicker.vala ../planify/src/Dialogs/RepeatConfig.vala ../planify/src/Dialogs/QuickFind/QuickFind.vala ../planify/src/Dialogs/QuickFind/QuickFindItem.vala ../planify/src/Dialogs/QuickFind/Synapse.vala ../planify/src/Dialogs/Preferences/PreferencesWindow.vala config.vala
- ../planify/src/Util.vala:117.13-117.41: warning: `Gtk.CssProvider.load_from_data' has been deprecated since 4.12
- 117 | style_provider.load_from_data (style.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Util.vala:117.44-117.53: error: Argument 1: Cannot convert from `unowned uint8[]' to `unowned string'
- 117 | style_provider.load_from_data (style.data);
- | ^~~~~~~~~~
- ../planify/src/Util.vala:117.13-117.54: error: 1 missing arguments for `void Gtk.CssProvider.load_from_data (string, ssize_t)'
- 117 | style_provider.load_from_data (style.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Util.vala:122.50-122.73: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 122 | unowned Gtk.StyleContext style_context = widget.get_style_context ();
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Util.vala:122.34-122.46: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 122 | unowned Gtk.StyleContext style_context = widget.get_style_context ();
- | ^~~~~~~~~~~~~
- ../planify/src/Layouts/ItemRow.vala:1667.13-1667.40: warning: `Gtk.Widget.get_allocation' has been deprecated since 4.12
- 1667 | target_widget.get_allocation (out alloc);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Dialogs/ProjectPicker/SectionPickerRow.vala:137.13-137.40: warning: `Gtk.Widget.get_allocation' has been deprecated since 4.12
- 137 | target_widget.get_allocation (out alloc);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Dialogs/RepeatConfig.vala:24.5-24.48: warning: `Gtk.ComboBoxText' has been deprecated since 4.10
- 24 | private Gtk.ComboBoxText recurrency_combobox;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Dialogs/RepeatConfig.vala:101.35-101.50: warning: `Gtk.ComboBoxText' has been deprecated since 4.10
- 101 | recurrency_combobox = new Gtk.ComboBoxText () {
- | ^~~~~~~~~~~~~~~~
- ../planify/src/Dialogs/TodoistOAuth.vala:126.17-126.33: warning: implicit .begin is deprecated
- 126 | get_todoist_token (redirect_uri);
- | ^~~~~~~~~~~~~~~~~
- ../planify/src/Util.vala:325.9-325.31: warning: `Gtk.CssProvider.load_from_data' has been deprecated since 4.12
- 325 | provider.load_from_data (CSS.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Util.vala:325.34-325.41: error: Argument 1: Cannot convert from `unowned uint8[]' to `unowned string'
- 325 | provider.load_from_data (CSS.data);
- | ^~~~~~~~
- ../planify/src/Util.vala:325.9-325.42: error: 1 missing arguments for `void Gtk.CssProvider.load_from_data (string, ssize_t)'
- 325 | provider.load_from_data (CSS.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Util.vala:327.9-327.24: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 327 | Gtk.StyleContext.add_provider_for_display (
- | ^~~~~~~~~~~~~~~~
- ../planify/src/Widgets/CircularProgressBar.vala:191.24-191.42: warning: `Gtk.Widget.get_allocated_width' has been deprecated since 4.12
- 191 | var center_x = get_allocated_width () / 2;
- | ^~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/CircularProgressBar.vala:192.24-192.43: warning: `Gtk.Widget.get_allocated_height' has been deprecated since 4.12
- 192 | var center_y = get_allocated_height () / 2;
- | ^~~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/CircularProgressBar.vala:176.25-176.43: warning: `Gtk.Widget.get_allocated_width' has been deprecated since 4.12
- 176 | return int.min (get_allocated_width () / 2, get_allocated_height () / 2) - 1;
- | ^~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/CircularProgressBar.vala:176.53-176.72: warning: `Gtk.Widget.get_allocated_height' has been deprecated since 4.12
- 176 | return int.min (get_allocated_width () / 2, get_allocated_height () / 2) - 1;
- | ^~~~~~~~~~~~~~~~~~~~
- ../planify/src/Layouts/ProjectRow.vala:345.13-345.40: warning: `Gtk.Widget.get_allocation' has been deprecated since 4.12
- 345 | target_widget.get_allocation (out alloc);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Layouts/LabelRow.vala:209.13-209.40: warning: `Gtk.Widget.get_allocation' has been deprecated since 4.12
- 209 | target_widget.get_allocation (out alloc);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Layouts/LabelRow.vala:60.9-60.37: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 60 | count_label.get_style_context ().add_class ("dim-label");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Layouts/LabelRow.vala:61.9-61.37: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 61 | count_label.get_style_context ().add_class (Granite.STYLE_CLASS_SMALL_LABEL);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Dialogs/Preferences/PreferencesWindow.vala:585.3-585.23: warning: `Adw.ActionRow.icon_name' has been deprecated since 1.3
- 585 | todoist_row.icon_name = "planner-todoist";
- | ^~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Dialogs/Preferences/PreferencesWindow.vala:617.3-617.22: warning: `Adw.ActionRow.icon_name' has been deprecated since 1.3
- 617 | google_row.icon_name = "google";
- | ^~~~~~~~~~~~~~~~~~~~
- ../planify/src/Layouts/ItemBoard.vala:461.4-461.31: warning: `Gtk.Widget.get_allocation' has been deprecated since 4.12
- 461 | target_widget.get_allocation (out alloc);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/SectionsOrderPopover.vala:146.13-146.40: warning: `Gtk.Widget.get_allocation' has been deprecated since 4.12
- 146 | target_widget.get_allocation (out alloc);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/EventRow.vala:145.3-145.25: warning: `Gtk.CssProvider.load_from_data' has been deprecated since 4.12
- 145 | provider.load_from_data (colored_css.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/EventRow.vala:145.28-145.43: error: Argument 1: Cannot convert from `unowned uint8[]' to `unowned string'
- 145 | provider.load_from_data (colored_css.data);
- | ^~~~~~~~~~~~~~~~
- ../planify/src/Widgets/EventRow.vala:145.3-145.44: error: 1 missing arguments for `void Gtk.CssProvider.load_from_data (string, ssize_t)'
- 145 | provider.load_from_data (colored_css.data);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Widgets/EventRow.vala:147.3-147.18: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 147 | Gtk.StyleContext.add_provider_for_display (
- | ^~~~~~~~~~~~~~~~
- ../planify/src/Services/CalendarEvents/Util.vala:65.20-65.77: warning: `GLib.TimeZone.new' has been deprecated since 2.68. Use TimeZone.identifier
- 65 | return new GLib.TimeZone (tzid.offset (LIBICAL_TZ_PREFIX.length));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Services/CalendarEvents/Util.vala:69.20-69.43: warning: `GLib.TimeZone.new' has been deprecated since 2.68. Use TimeZone.identifier
- 69 | return new GLib.TimeZone (tzid);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/App.vala:75.3-75.18: warning: `Gtk.StyleContext' has been deprecated since 4.10
- 75 | Gtk.StyleContext.add_provider_for_display (
- | ^~~~~~~~~~~~~~~~
- ../planify/src/Views/Date.vala:48.9-48.39: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 48 | overdue_label.get_style_context ().add_class ("font-bold");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Views/Date.vala:55.9-55.43: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 55 | reschedule_button.get_style_context ().add_class (Granite.STYLE_CLASS_FLAT);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../planify/src/Views/Date.vala:56.9-56.43: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
- 56 | reschedule_button.get_style_context ().add_class ("primary-color");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Compilation failed: 6 error(s), 30 warning(s)
- ninja: build stopped: subcommand failed.
- ==> ERROR: A failure occurred in build().
- Aborting...
- error: failed to build 'planify-4.1.1-1':
- error: packages failed to build: planify-4.1.1-1
Advertisement
Add Comment
Please, Sign In to add comment