Package Details: duplicacy 3.0.1-1

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)
Last Packager: algebro
Votes: 21
Popularity: 1.02
First Submitted: 2017-09-05 18:23 (UTC)
Last Updated: 2022-11-01 16:45 (UTC)

Latest Comments

1 2 Next › Last »

vmsh0 commented on 2022-10-02 08:23 (UTC)

The build is currently failing with:

src/github.com/gilbertchen/duplicacy/src/duplicacy_dropboxstorage.go:28:48: not enough arguments in call to dropbox.NewConfig
    have (string)
    want (string, string, string)
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: duplicacy

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:

==> Starting build()...
WORK=/tmp/go-build325075663
go: cannot find main module, but found Gopkg.lock in /tmp/duplicacy/src/duplicacy-2.7.2
    to create a module there, run:
    cd .. && go mod init
==> ERROR: A failure occurred in build().
    Aborting...

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:

src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:132:31: not enough arguments in call to connection.Authenticate
        have ()
        want ("context".Context)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:137:34: not enough arguments in call to connection.Container
        have (string)
        want ("context".Context, string)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:171:47: not enough arguments in call to storage.connection.ObjectsAll
        have (string, *swift.ObjectsOpts)
        want ("context".Context, string, *swift.ObjectsOpts)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:193:40: not enough arguments in call to storage.connection.ObjectDelete
        have (string, string)
        want ("context".Context, string, string)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:198:38: not enough arguments in call to storage.connection.ObjectMove
        have (string, string, string, string)
        want ("context".Context, string, string, string, string)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:210:45: not enough arguments in call to storage.connection.Object
        have (string, string)
        want ("context".Context, string, string)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:226:47: not enough arguments in call to storage.connection.ObjectOpen
        have (string, string, bool, nil)
        want ("context".Context, string, string, bool, swift.Headers)
src/github.com/gilbertchen/duplicacy/src/duplicacy_swiftstorage.go:237:39: not enough arguments in call to storage.connection.ObjectPut
        have (string, string, *RateLimitedReader, bool, string, string, nil)
        want ("context".Context, string, string, io.Reader, bool, string, string, swift.Headers)

ncoder-2 commented on 2021-02-22 14:34 (UTC) (edited on 2021-02-22 14:34 (UTC) by ncoder-2)

I'm getting the following error during the prepare() phase:

go: cannot find main module, but found Gopkg.lock in /tmp/duplicacy/src/duplicacy-2.7.2 to create a module there, run: cd .. && go mod init

youngian commented on 2020-11-16 05:09 (UTC)

@yin I did a fresh install with no problems, so maybe that was a transient error?

yin commented on 2020-10-19 06:16 (UTC) (edited on 2020-10-19 06:16 (UTC) by yin)

cannot find package "google.golang.org/api/drive/v3" in any of:
    /usr/lib/go/src/google.golang.org/api/drive/v3 (from $GOROOT)
    /home/yin/.cache/yay/duplicacy/src/duplicacy-2.7.1/duplicacy/src/google.golang.org/api/drive/v3 (from $GOPATH)
==> ERROR: A failure occurred in prepare().
    Aborting...
error making: duplicacy