← Back to team overview

pytagsfs team mailing list archive

Question and Issue

 

Hi,

 

I have a problem to compile the source on bazar.

After running ./setup.py build, I have the following error :

 

Traceback (most recent call last):

  File "./setup.py", line 140, in <module>

    class build_manpages(Command):

  File "./setup.py", line 145, in build_manpages

    stylesheet = find_docbook_manpage_stylesheet()

  File "./setup.py", line 135, in find_docbook_manpage_stylesheet

    from libxml2 import catalogResolveURI

ImportError: No module named libxml2

 

And a question :

 

The fuse filesystem implies that files are automatically hardlinked ?

 

Because I have a ~70Go music library on a 120Go logical device and I can’t create a virtual organization like this :

 

Artist/0A-E/…

Artist/F-J/…

…

 

I have an : IOError: [Errno 28] No space left on device

 

Any suggestion ?




Follow ups