@physkets: For some reason Meson can't find gxml-0.20 when building with 0.20.4.
Search Criteria
Package Details: planify 4.12.2-1
Package Actions
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) |
Dependencies (11)
- evolution-data-server (evolution-data-server-gitAUR)
- granite7 (granite7-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- gxmlAUR (gxml-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- webkitgtk-6.0 (webkitgtk-6.0-develAUR)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Required by (0)
Sources (2)
yochananmarqos commented on 2024-08-16 16:50 (UTC)
physkets commented on 2024-08-15 06:35 (UTC)
But what is the issue with gxml
0.20.4? I can't find anything on planify's issue tracker.
yochananmarqos commented on 2024-07-31 16:31 (UTC)
@enzi: No, don't do that. I just resolved the issue with 4.10.3. Remove both planify
4.10.2 and gxml
0.20.4, then install gxml
0.20.3 and planify
4.10.3.
enzi commented on 2024-07-31 12:32 (UTC) (edited on 2024-07-31 12:32 (UTC) by enzi)
To fix the current gxml error:
sudo pacman -Syu --overwrite "*" planify
crab2313 commented on 2024-07-31 03:37 (UTC)
Please add -Dprofile=default, or you will get a development build of planify.
witt.9099 commented on 2024-05-20 06:12 (UTC)
If you encounter a gxml
error, you can use the command yay -S gxml --mflags "--nocheck"
to solve it
macwojs commented on 2024-04-15 15:02 (UTC) (edited on 2024-04-15 15:24 (UTC) by macwojs)
I installed Vala 0.56.16 but still get error related to gtk_calendar_set_day etc.
yochananmarqos commented on 2024-03-19 01:06 (UTC) (edited on 2024-03-19 01:07 (UTC) by yochananmarqos)
@DodoLeDev: Apparently the issue is fixed with Vala 0.56.16, I just built 4.5.4 just fine.
yochananmarqos commented on 2024-03-09 15:42 (UTC)
@DodoLeDev: That's odd, I built 4.5 & 4.5.2 just fine, now they both fail. It might actually be an issue with Vala 0.56.15.
Either way, I reverted back to 4.4 for now.
DodoLeDev commented on 2024-03-09 14:48 (UTC) (edited on 2024-03-09 14:59 (UTC) by DodoLeDev)
Planify is unable to compile!
Log (translated into english)
/usr/bin/ld : /tmp/ccn44i9u.ltrans11.ltrans.o : in function « dialogs_repeat_config_set_duedate » :
/usr/src/debug/planify/build/src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c:851:(.text+0x900f) : undefined reference to « gtk_calendar_set_year »
/usr/bin/ld : /usr/src/debug/planify/build/src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c:854:(.text+0x902d) : undefined reference to « gtk_calendar_set_month »
/usr/bin/ld : /usr/src/debug/planify/build/src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c:857:(.text+0x904b) : undefined reference to « gtk_calendar_set_day »
collect2: erreur: ld returned exit status 1
ninja: build stopped: subcommand failed.
EDIT: After diging into the issue, it seems that gtk_calendar_set_month
, gtk_calendar_set_month
and gtk_calendar_set_day
are new APIs that comes with gtk4 4.14
. However, only version 4.12
is available in the official repositories!
Pinned Comments