Package Details: freefilesync-bin 13.5-1

Git Clone URL: https://aur.archlinux.org/freefilesync-bin.git (read-only, click to copy)
Package Base: freefilesync-bin
Description: Folder comparison and synchronization
Upstream URL: https://freefilesync.org
Keywords: backup mirroring synchronization
Licenses: custom
Conflicts: freefilesync
Provides: freefilesync
Submitter: archibald869
Maintainer: archibald869
Last Packager: archibald869
Votes: 46
Popularity: 0.60
First Submitted: 2018-11-14 22:04 (UTC)
Last Updated: 2024-05-06 20:29 (UTC)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 Next › Last »

archibald869 commented on 2019-03-02 14:34 (UTC) (edited on 2019-03-03 17:34 (UTC) by archibald869)

Evidently, you have a corrupt copy of freefilesync-bin-10.9.tar.gz cached. Can you please remove it, retry installation and report whether it succeeds?

werner_w commented on 2019-03-02 13:50 (UTC)

:: Parsing SRCINFO (1/1): freefilesync-bin
Authenticating for download ...
==> Erstelle Paket: freefilesync-bin 10.9-4 (Sa 02 Mär 2019 14:39:12 CET)
==> Empfange Quellen...
-> freefilesync-bin-10.9.tar.gz gefunden
-> FreeFileSync.desktop gefunden
-> FreeFileSync.png gefunden
-> RealTimeSync.desktop gefunden
-> RealTimeSync.png gefunden
==> Überprüfe source Dateien mit sha256sums...
    freefilesync-bin-10.9.tar.gz ... FEHLGESCHLAGEN
    FreeFileSync.desktop ... Durchgelaufen
    FreeFileSync.png ... Durchgelaufen
    RealTimeSync.desktop ... Durchgelaufen
    RealTimeSync.png ... Durchgelaufen
==> FEHLER: Eine oder mehrere Dateien überstanden nicht die Gültigkeits-Prüfung!
Error downloading sources: freefilesync-bin

archibald869 commented on 2019-03-01 09:27 (UTC)

What exactly causes the failure? Can you please provide more output?

werner_w commented on 2019-03-01 07:34 (UTC)

Erstelle Paket: freefilesync-bin 10.9-4 (Fr 01 Mär 2019 08:31:41 CET) freefilesync-bin-10.9.tar.gz ... FEHLGESCHLAGEN ??

archibald869 commented on 2019-02-28 15:32 (UTC)

I improved the download strategy by adding the necessary authentication request prior to the download step. It should work now.

JohnRobson commented on 2019-02-28 06:26 (UTC)

==> Validating source files with sha256sums...
    freefilesync-bin-10.9.tar.gz ... FAILED

==> ERROR: One or more files did not pass the validity check!
Error downloading sources: freefilesync-bin

archibald869 commented on 2019-02-21 20:48 (UTC)

Apparently, I found a solution for the download issue leading to the checksum verification failure.

The cause for downloading not the real tarball is that freefilesync.org sometimes does not redirect to the actual location of the tar.gz file, but instead back to the general download page. Since this page is not the intended file, checksum verification fails.

The solution is to request the file using the proper Referer header (as in a normal browser session). I updated the curl command accordingly, and it seems to finally solve the problem.

archibald869 commented on 2019-02-21 20:15 (UTC)

Evidently the URL used so far has been removed. Therefore I changed it back to the suggested URL which had already been used before.

Leyorus commented on 2019-02-21 18:25 (UTC)

The url currently used to build is not valid :

curl: (22) The requested URL returned error: 404 Not Found

Using following url in the PKGBUILD fixes the error for me:

source=( "${pkgname}-${pkgver}.tar.gz::=https://freefilesync.org/download/FreeFileSync_${pkgver}_Linux.tar.gz" FreeFileSync.desktop FreeFileSync.png RealTimeSync.desktop RealTimeSync.png )