Package Details: evolution-decsync 2.1.0-3

Git Clone URL: https://aur.archlinux.org/evolution-decsync.git (read-only, click to copy)
Package Base: evolution-decsync
Description: An Evolution plugin which synchronizes contacts and calendars using DecSync.
Upstream URL: https://github.com/39aldo39/Evolution-DecSync
Keywords: decsync
Licenses: LGPL
Submitter: vasket
Maintainer: flortsch
Last Packager: flortsch
Votes: 6
Popularity: 0.000027
First Submitted: 2019-03-12 00:15 (UTC)
Last Updated: 2024-03-25 02:59 (UTC)

Latest Comments

flortsch commented on 2021-12-07 01:00 (UTC)

Updated to 2.0.0 and fixed the build.

tlvince commented on 2021-10-12 10:05 (UTC)

@twann, that issue is because /etc/makepkg.conf includes -Werror=format-security in the CFLAGS. Ideally, it'd be fixed upstream, but you can remove it temporarily to build it.

twann commented on 2021-10-11 16:20 (UTC)

I can't build the package. Even though I tried to build it inside a clean container, I keep seeing this error:

../src/modules/utils/decsync.c:178:25: error: format not a string literal and no format arguments [-Werror=format-security]
  178 |                         error_string);
      |                         ^~~~~~~~~~~~
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

Gamma commented on 2021-07-02 22:39 (UTC)

Direct build from upstream git repository succeeds, but the AUR package won't build:

../src/modules/utils/decsync.c:178:25: error: format not a string literal and no format arguments [-Werror=format-security]
  178 |                         error_string);

selurvedu commented on 2021-03-09 16:44 (UTC)

libgee is not needed anymore and json-glib should be replaced with json-c since version 1.2.0: https://github.com/39aldo39/Evolution-DecSync/commit/114cd881ed0279b153f4e83965bd51486e679f87#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4

qs9rx commented on 2021-01-03 17:32 (UTC)

The fail is because the dependency libdesync is missing. Please fix the package. The author also has some more comments for you at https://github.com/39aldo39/Evolution-DecSync/issues/36

qs9rx commented on 2021-01-03 17:29 (UTC)

Build fails:

Found pkg-config: /usr/bin/pkg-config (1.7.3)
Run-time dependency libedata-book-1.2 found: YES 3.38.2
Run-time dependency libedata-cal-2.0 found: YES 3.38.2
Run-time dependency evolution-shell-3.0 found: YES 3.38.2
Run-time dependency json-c found: YES 0.15
Found CMake: /usr/bin/cmake (3.19.2)
Run-time dependency decsync found: NO (tried pkgconfig and cmake)

meson.build:13:0: ERROR: Dependency "decsync" not found, tried pkgconfig and cmake

A full log can be found at /home/user/.cache/yay/evolution-decsync/src/Evolution-DecSync/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

flortsch commented on 2020-12-09 11:05 (UTC) (edited on 2020-12-09 11:05 (UTC) by flortsch)

Please rename this package according to Arch Linux VCS package guidelines, i.e., evolution-decsync-git, or use fixed release versions for this package.

flortsch commented on 2020-10-06 11:54 (UTC)

Can't build the package. It requires libdecsync from the AUR.