I don't use it anymore, and I don't have time to maintain it, so I am disowning it.
Search Criteria
Package Details: fusecompress-1 0.9.1.1-1
Package Actions
| 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: | |
| Submitter: | BoySka |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2010-02-06 11:25 |
| Last Updated: | 2013-04-10 19:52 |
Latest Comments
Comment by BoySka
Comment by EtiennePerot
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
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
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
Could arch=('i686' 'x86_64') be added? It works fine for me without other changes