Package Details: freefilesync-bin 14.3-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: 55
Popularity: 0.55
First Submitted: 2018-11-14 22:04 (UTC)
Last Updated: 2025-04-01 16:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »

rezad commented on 2022-07-16 10:22 (UTC)

you need to download snapshot at the top right of page: Package Actions View PKGBUILD / View Changes Download snapshot Search wiki Flag package out-of-date

the extract that and use makepkg.

Fuzzy commented on 2022-07-16 05:43 (UTC) (edited on 2022-07-16 05:43 (UTC) by Fuzzy)

Ok, I decided to go with plain makepkg and got an error: ==> ERROR: install file (.install) does not exist or is not a regular file. I expected to find .install in Sources but isn't there... Have I done something wrong?

rezad commented on 2022-07-15 15:51 (UTC) (edited on 2022-07-15 16:14 (UTC) by rezad)

I have the same issue.

maybe it is because archlinux no longer supports 32bit amd maybe depends_i686 just gets converted to depends.

or maybe it is because , as I saw in archlinux forums somewhere, aur helpers get the dependencies from this webpage and see "Dependencies (8)" I remember arguing with a aur herper developer that said his program got the dependencies from https://aur.archlinux.org/packages/[package] and not from PKGBUILD. he said that it was that way so that the aur helper could find all the dependencies and download them.

UPDATE: here is the issue I reported to one. https://github.com/Morganamilo/paru/issues/293

but maybe he was wrong and aur webpage gets the deps from PkgBuild file. but if it doesnt, then maybe it is better to remove them form here in aur page and keep them in pkgbuild file.

Fuzzy commented on 2022-07-15 14:40 (UTC)

Hi all, I see comments that "AUR helpers are not supported...". Yes, I know how to install package from PKGBUILD, but at the same time I find usage of AUR helper (like, 'yay' in my case) very convenient. And this one is the only package that tries to install 32bit libraries on my 64bit system. This looks strange as no any other package from AUR (and I have many of them installed) required it before. So I assume something might be improved with this PKGBUILD. Just a wish, not a complaint.

mozzi32 commented on 2022-04-17 17:06 (UTC)

version 11-19 is out

chapa commented on 2021-07-24 21:32 (UTC) (edited on 2021-07-24 23:18 (UTC) by chapa)

Error loading 'https://freefilesync.org/download/FreeFileSync_11.12_Linux.tar.gz' Abort... source code loading error: freefilesync-bin

Help, please.

UPD It's OK. Sorry.

rezad commented on 2021-03-25 21:09 (UTC)

I forgot to mention that makepkg error was not the lib32 part but it just cant work with the snapshot downloaded from aur. but make build worked with no error.

but now that I try again makepkg works too. weird.

aminvakil commented on 2021-03-25 20:23 (UTC)

First line in https://wiki.archlinux.org/index.php/AUR_helpers:

"Warning: AUR helpers are not supported by Arch Linux. You should become familiar with the manual build process in order to be prepared to troubleshoot problems."

archibald869 commented on 2021-03-25 18:48 (UTC) (edited on 2021-03-25 18:50 (UTC) by archibald869)

Obviously, because makepkg (which is used by make build) detects that the x86 dependencies are not necessary for your 64-bit machine and other tools (like the tools you tried) don't make this distinction.

So, either use a tool that correctly handles the architecture-specific dependencies, or investigate why the x86 packages can't be installed in your case. Maybe you have the same problem like cybertron (see aminvakil's comment from 2021-03-22 08:49 UTC)?

rezad commented on 2021-03-24 21:44 (UTC)

then why it fails to create this aur package? but make build can.?