Package Details: bindfs 1.17.6-1

Git Clone URL: https://aur.archlinux.org/bindfs.git (read-only, click to copy)
Package Base: bindfs
Description: A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
Upstream URL: http://bindfs.org/
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 75
Popularity: 0.65
First Submitted: 2009-01-06 16:27 (UTC)
Last Updated: 2023-11-27 20:01 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

whynothugo commented on 2022-08-29 13:05 (UTC)

Can you add aarch64 to arch=? This builds just fine on this platform.

tinywrkb commented on 2022-08-23 14:46 (UTC)

or maybe should simply set any.

No, that would be wrong. See the man:PKGBUILD(5).

work on architecture aarch64 can you add it please

IMO, unless the maintainer is actually building and testing these architectures, they shouldn't be added, as users might blindly trust the packaging, and be surprised when their system breaks.
What is stopping you from adding the --ignorearch makepkg option? This is a very common practice when building for ALARM, and you should be able to do that with your favorite AUR helper.
Are you going to now ask every maintainer of AUR packages you're using to add this architecture? What about armv6h, armv7h, riscv, LoongArch, ...?

PowaBanga commented on 2022-08-23 14:29 (UTC) (edited on 2022-08-23 14:29 (UTC) by PowaBanga)

work on architecture aarch64 can you add it please ? or maybe should simply set any...

tinywrkb commented on 2022-08-07 10:02 (UTC) (edited on 2022-08-07 10:04 (UTC) by tinywrkb)

With the upcoming util-linux 2.39 some of bindfs functionality will be provided with the new mount options X-mount.{owner,group,mode}.

More details in git.

tinywrkb commented on 2022-07-07 00:58 (UTC)

https://wiki.archlinux.org/title/Arch_User_Repository

First section, base-devel.

guglovich commented on 2022-07-07 00:44 (UTC)

./autogen.sh: строка 3: autoreconf: команда не найдена

tinywrkb commented on 2022-06-11 12:35 (UTC)

@Xyne thanks!

Xyne commented on 2022-06-10 21:08 (UTC)

@tinywrkb Added, thanks. Sorry for the delay, I missed the notification. Feel free to flag my packages to get my attention next time.

tinywrkb commented on 2022-05-31 02:05 (UTC)

@Xyne

diff --git a/PKGBUILD b/PKGBUILD
index a2c85b4..1dbad73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,4 +22,6 @@ build() {
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  ln -s bindfs "$pkgdir"/usr/bin/mount.bindfs
+  ln -s bindfs "$pkgdir"/usr/bin/mount.fuse.bindfs
 }

tinywrkb commented on 2022-05-31 01:52 (UTC)

@ki9 I can now replicate this. It seems like this is a (maybe old) Arch Linux regression in fuse packaging, as mount.fuse was previously packaged in fuse-common.

One workaround is to use the old syntax like this:

bindfs#/etc /tmp/wrk/bindfs_test/etc fuse3 ro 0 0

The other and much more preferable solution is to package /usr/bin/mount.fuse.bindfs -> bindfs and even /usr/bin/mount.bindfs -> bindfs symlinks.