Package Details: dar 2.7.15-1

Git Clone URL: https://aur.archlinux.org/dar.git (read-only, click to copy)
Package Base: dar
Description: A full featured command-line backup tool, short for Disk ARchive
Upstream URL: http://dar.linux.free.fr/
Keywords: archive backup dar disk
Licenses: GPL
Submitter: xyproto
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 56
Popularity: 0.187073
First Submitted: 2011-12-14 16:48 (UTC)
Last Updated: 2024-07-01 11:50 (UTC)

Dependencies (11)

Sources (1)

Latest Comments

1 2 3 4 5 6 Next › Last »

MarcinWieczorek commented on 2024-07-01 11:51 (UTC)

Thanks for letting me know. I removed the patch. If someone could confirm that libgcrypt issue is fixed that would be nice. I don't think it applies to my setup, but I just did my backup and it worked fine.

dav_dittrich commented on 2024-06-29 16:42 (UTC)

2.7.15 was just released.

MarcinWieczorek commented on 2024-06-29 15:17 (UTC)

I added the patch to the PKGBUILD. Thanks. To be removed when 2.7.15 is out.

hamelg commented on 2024-06-29 12:42 (UTC)

Thanks for the fix, it works fine :)

FabioLolix commented on 2024-06-29 10:43 (UTC)

Can we do anything about it?

Cherrypick and apply this patch: https://github.com/Edrusb/DAR/commit/687249a4f55a222e6590dee413262e6ff2a54ec4

Add "dar-libgcrypt-fix.patch::https://github.com/Edrusb/DAR/commit/687249a4f55a222e6590dee413262e6ff2a54ec4.patch" to source=() and

prepare() {
  cd "${pkgname}-${pkgver}"
  patch -Np1 -i ../dar-libgcrypt-fix.patch
}

MarcinWieczorek commented on 2024-06-29 10:24 (UTC)

Hey, thanks for letting us know. Can we do anything about it?

dav_dittrich commented on 2024-06-23 11:56 (UTC) (edited on 2024-06-26 20:49 (UTC) by dav_dittrich)

The latest update of core/libgcrypt to 1.11.0 breaks dar as memory guard support in libgcrypt was deprecated (https://dev.gnupg.org/T5822) making dar produce: FATAL error, aborting operation: Error while activating libgcrypt's memory guard: gcrypt/Not supported.

Upstream issue: https://github.com/Edrusb/DAR/issues/62

Will be fixed in version 2.7.15

hamelg commented on 2023-09-10 13:54 (UTC)

Why not enable threadar ? It is no more experimental with 2.7.

MarcinWieczorek commented on 2023-07-12 08:08 (UTC)

Thanks, added it

FabioLolix commented on 2023-07-12 07:25 (UTC)

Hello, this need to depends on argon2

checking argon2.h usability... no
checking argon2.h presence... no
checking for argon2.h... no
configure: WARNING: Cannot find argon2.h header file
checking for argon2id_hash_raw in -largon2... no
configure: WARNING: library libargon2 not found
checking for libargon2 usability... not usable! See config.log for details
configure: error: libargon2 is missing to build libdar
==> ERROR: A failure occurred in build().
    Aborting...