Search Criteria
Package Details: duplicacy 3.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/duplicacy.git (read-only, click to copy) |
---|---|
Package Base: | duplicacy |
Description: | A new generation cloud backup tool based on lock-free deduplication |
Upstream URL: | https://duplicacy.com/ |
Licenses: | custom |
Submitter: | youngian |
Maintainer: | youngian (algebro, Taijian) |
Last Packager: | Taijian |
Votes: | 26 |
Popularity: | 0.079010 |
First Submitted: | 2017-09-05 18:23 (UTC) |
Last Updated: | 2024-11-05 18:16 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
1 2 Next › Last »
oshmoz commented on 2024-11-07 10:49 (UTC)
Thank you for making a (working!) package from the last update!
dc46and2 commented on 2023-11-05 19:33 (UTC) (edited on 2023-11-05 19:33 (UTC) by dc46and2)
The
-modcacherw
inGOFLAGS
is supposed to fix the "cannot remove" errors with module cache directories. However, the flag is set in thebuild
function, while it seems the modules are cached in theprepare
function, so the module directories are still created with the wrong permissions. To fix it, I suggest settingGOFLAGS
at the global level (outside of any function) so it is effective in all functions. E.g.:flaviut commented on 2023-10-08 19:09 (UTC)
Seeing a lot of errors like
rm: cannot remove '$HOME/.cache/yay/duplicacy/src/duplicacy-3.2.2/duplicacy/pkg/mod/go.opencensus.io@v0.22.3/zpages/zpages_test.go': Permission denied
on build. Seems to be related to https://github.com/golang/go/issues/35615Can be worked around by adding
chmod u+w -R "$srcdir/$pkgname-$pkgver/$pkgname"
in theprepare()
step right aftergo get
.djadala commented on 2023-05-29 12:12 (UTC)
Hi, Don't assume that GO111MODULE are 'on' or 'auto', build fails if GO111MODULE="off".
vmsh0 commented on 2022-10-02 08:23 (UTC)
The build is currently failing with:
ncoder-2 commented on 2021-03-01 15:36 (UTC) (edited on 2021-03-01 15:37 (UTC) by ncoder-2)
I'm still getting a build error:
youngian commented on 2021-03-01 03:07 (UTC)
Thanks for the reports. I pushed a new build that hopefully fixes both of these issues.
Askannz commented on 2021-02-28 00:00 (UTC)
@ncoder-2 setting the env var GO111MODULE=auto lets the build go past that error, but I am getting another one during compilation:
1 2 Next › Last »