I've re-installed gxml however I'm getting
planify - exit status 4
Pastebin here http://0x0.st/8IAV.txt
Git Clone URL: | https://aur.archlinux.org/planify.git (read-only, click to copy) |
---|---|
Package Base: | planify |
Description: | Task manager with Todoist and Nextcloud support |
Upstream URL: | https://github.com/alainm23/planify |
Licenses: | GPL-3.0-or-later |
Conflicts: | elementary-planner |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 20 |
Popularity: | 0.21 |
First Submitted: | 2023-06-02 02:40 (UTC) |
Last Updated: | 2025-06-18 18:03 (UTC) |
I've re-installed gxml however I'm getting
planify - exit status 4
Pastebin here http://0x0.st/8IAV.txt
@yochananmarqos: thank you, i reinstalled gxml and planify works with plain libxml2 :) sorry to bother
@flortsch @StuckUpCreations: You need to rebuild both gxml
and planify
on libxml2
. There are very few programs I've seen so far that would require libxml2-legacy
; i.e., teamspeak3
and viber
.
❯ ldd /usr/bin/planify | grep libxml2
libxml2.so.16 => /usr/lib/libxml2.so.16 (0x000077f382655000)
i second what flortsch said, i didnt rebuilt, i only installed libxml2-legacy and planify works now
With the recent update of libxml2, planify seems to be broken. It can't find libxml2.so.2. I installed libxml2-legacy and rebuilt the package. Maybe add libxml2-legacy as dependency (or maybe to gxml)?
thank you, it works now :)
@StuckUpCreations: Thanks for the heads up, I've applied a patch to resolve it.
tried installing and got a vala compilation error:
core/planify.vapi:426.81-426.96: warning: parameter without default follows parameter with default
426 | public Objects.Label? get_label_by_name (string name, bool lowercase = false, string source_id);
| ^~~~~~~~~~~~~~~~
../planify/src/Dialogs/ProjectPicker/ProjectPicker.vala:172.25-172.42: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
172 | add_controller (destroy_controller);
| ^~~~~~~~~~~~~~~~~~
../planify/src/Layouts/ItemSidebarView.vala:593.4-593.17: warning: implicit .begin is deprecated
593 | _complete_item (old_checked, old_completed_at);
| ^~~~~~~~~~~~~~
../planify/src/Dialogs/Preferences/PreferencesWindow.vala:39.25-39.42: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
39 | add_controller (destroy_controller);
| ^~~~~~~~~~~~~~~~~~
../planify/src/Dialogs/LabelPicker.vala:78.19-78.36: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
78 | add_controller (destroy_controller);
Hi, I tried like now to install the package with paru and seems fine, without errors.
Hello,
I've recently tried to install this using yay. But consistently failed by hitting early EOF.
But it worked when I separately cloned the repo using:
gir clone --depth 1 https://github.com/alainm23/planify.git
I'm not sure where the problem is but adding --depth 1
to the PKGBUILD should work (at least in my system it does).
Thank You.
Pinned Comments