@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.
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.94 |
First Submitted: | 2023-06-02 02:40 (UTC) |
Last Updated: | 2024-11-05 17:16 (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.
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!
@praut: See https://man.archlinux.org/man/makepkg.8
@yochananmarqos what to do to solve it? (gxml)
Yes, I know the gxml
tests are failing. That is not an issue with this package.
pkgrel needs to be bumped. Changing license string changes package.
You need add -Dprofile=default. Or the build default to development profile which have a development style css class in the headerbar.
Please remove replaces
directive.
@weitcis @jnnk: It's fixed with vala
0.56.13-1.
I'm currently facing the same error as @weitcis. Here is a link to the issue on GitHub, maintainer thinks it's a Vala bug
Pinned Comments