Bug#634471: fts: uninstallable on kfreebsd-i386 or kfreebsd-amd64

2011-11-26 Thread Robert Millan
Hi Jan,

Please CC me in your replies, the BTS doesn't automatically forward
them to the submitter.

Regarding your mail written in 7 Nov:

 We need fusermount in our init script to unmount the fs. Is there
 another way so that we can drop the dependency?

Yes, on GNU/kFreeBSD FUSE filesystems are more like normal
filesystems. They're available only to root, and are unmounted using
umount command as usual.

I suggest something like:

+   if [ $(uname) = Linux ]; then
+   fusermount -u /blah
+   elif [ $(uname) = GNU/kFreeBSD ]; then
+   umount -u /blah
+   else
+   echo Port me 2
+   exit 1
+   fi

Thanks!

-- 
Robert Millan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634471: fts: uninstallable on kfreebsd-i386 or kfreebsd-amd64

2011-11-07 Thread Jan Wenzel
We need fusermount in our init script to unmount the fs. Is there
another way so that we can drop the dependency?

Greetings
Jan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634471: fts: uninstallable on kfreebsd-i386 or kfreebsd-amd64

2011-07-18 Thread Robert Millan
Package: fts
Severity: important
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi

This package is not installable on kfreebsd-i386 or kfreebsd-amd64 because it
depends unconditionally on fuse-utils.

If fts depends on fuse-utils only to ensure that FUSE support is enabled,
please consider adjusting the dependency to something like:

  Depends: fuse [linux-any] | fuse4bsd [kfreebsd-any]

  (example uses fuse because fuse-utils is now a transitional package that
  depends on fuse)

Else if fts depends on fuse-utils because it works better when the
fusermount command is available, but this is not an essential requirement,
please consider lowering it to a recommendation, like:

  Recommends: fuse [linux-any]

  (example uses fuse because fuse-utils is now a transitional package that
  depends on fuse)

Else if fts depends on fuse-utils because it can't work at all without
fusermount, please reply to this bug report so we can try to find a solution.

Thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org