Package Details: fusecompress-1 0.9.1.1-1

Package Base: fusecompress-1
Description: Mountable filesystem which transparently compresses its content. C-implementation 0.x
Upstream URL: http://code.google.com/p/fusecompress/
Category: system
Licenses: GPL
Submitter: BoySka
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2010-02-06 11:25
Last Updated: 2013-04-10 19:52

Dependencies (5)

Required by (0)

Sources

Latest Comments

Comment by BoySka

2013-04-02 22:49

I don't use it anymore, and I don't have time to maintain it, so I am disowning it.

Comment by EtiennePerot

2013-03-28 21:28

In order to make it build, I had to add CXXFLAGS="-O2" to configure.ac (you can also export it in the PKGBUILD), and I had to replace "AM_CONFIG_HEADER(config.h)" by AC_CONFIG_HEADERS([config.h]) in configure.ac.

Comment by qs9rx

2012-06-19 14:23

I changed xz-utils to xz in the PKGBUILD but it still fails, on compilation:

/usr/bin/ld: note: 'pthread_create@@GLIBC_2.1' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

Comment by bluephoenix47

2012-04-02 00:29

Out-of-date, as this should now depend on xz, not xz-utils.

https://projects.archlinux.org/svntogit/packages.git/diff/?h=packages/xz&ss=1

Comment by bluephoenix47

2012-04-01 23:38

Could arch=('i686' 'x86_64') be added? It works fine for me without other changes