attic icon indicating copy to clipboard operation
attic copied to clipboard

The "self contained" builds are missing the llfuse dependency

Open thearthur opened this issue 11 years ago • 7 comments

arthur@a:~$ attic mount foo bar attic: the "llfuse" module is required to use this feature attic: Exiting with failure status due to previous errors

This happens even if llfuse is installed system wide.

Attic-0.13-linux-x86_64

thearthur avatar Sep 10 '14 01:09 thearthur

I have exactly the same issue, also using compiled binary(Attic-0.13-linux-x86_64) as I couldn't use any of the other install methods.

mirkster avatar Nov 23 '14 10:11 mirkster

Which os are you using?

paolodina avatar Nov 23 '14 10:11 paolodina

Ubuntu server 14.04

mirkster avatar Nov 23 '14 14:11 mirkster

I have the same issue when installing attic via pip-3.2 install attic on Debian 7 (wheezy).

pip didn't try to pull in llfuse as a dependency when I installed it, but I tried to install it manually via pip-3.2 install llfuse but got errors until I installed the following packages:

python3-dev libattr1-dev libfuse-dev fuse

(Before that, I did try apt-get install python3-llfuse but that didn't work.)

Personally, I'd like it if this all worked in one virtualenv so I can keep all my dependencies nicely silo'ed.

FWIW, prior to installing attic, I did a apt-get install uuid-dev libacl1-dev liblzo2-dev python3-dev python3 python3-pip.

BrianPuccio avatar Dec 08 '14 07:12 BrianPuccio

I use "Debian Wheezy" and installed the program attic from the Debian repository of Debian Jessie. When I try to mount the archive, then I get the error message

attic: the "llfuse" module is required to use this feature`
attic: Exiting with failure status due to previous errors`

I installed the same as BrianPuccio, but the error is the same. The only way I've found is, this:

apt-get install uuid-dev libacl1-dev liblzo2-dev python3-dev python3 python3-pip
pip-3.2 install llfuse --upgrade

The "default" version of llfuse in debian wheezy is 0.37.1. After the manual upgrade the version is llfuse 0.40. The mount function works now without problems.

schieffahrer avatar Dec 31 '14 15:12 schieffahrer

See also #237.

ThomasWaldmann avatar Mar 18 '15 01:03 ThomasWaldmann

Same here: Ubuntu 14.04.2 LTS

yakir12 avatar Jul 08 '15 04:07 yakir12