Search Criteria
Package Details: fusecompress-git 2.1.r158.g0430917-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fusecompress-git.git (read-only, click to copy) |
---|---|
Package Base: | fusecompress-git |
Description: | Transparent (using fuse) compressing filesystem. |
Upstream URL: | http://github.com/tex/fusecompress/ |
Licenses: | GPL |
Provides: | fusecompress |
Submitter: | Xyne |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-09 22:31 (UTC) |
Last Updated: | 2019-04-04 10:24 (UTC) |
Latest Comments
1 2 Next › Last »
bartus commented on 2021-04-27 08:31 (UTC) (edited on 2021-04-27 09:00 (UTC) by bartus)
I've patched
fusecompress
forboost:1.75
https://github.com/tex/fusecompress/pull/25
[PKGBUILD.patch]
Apply with
git am -s < <(curl -s http://ix.io/3f05)
inAUR/fusecompress-git
clone.bartus commented on 2018-12-09 17:34 (UTC) (edited on 2018-12-09 17:35 (UTC) by bartus)
You are missing
autoreconf -fiv
before./configure
. github#commit=3579d70a8aalexzk commented on 2018-06-18 17:44 (UTC)
You can do easier with boost
build() { cd "$srcdir/$pkgname" CPPFLAGS="-DBOOST_DISABLE_ASSERTS" export CPPFLAGS ./configure --prefix=/usr --with-lzma --with-z --with-bz2 --with-lzo2 make }
isaack commented on 2018-02-26 04:13 (UTC)
I used this trick when compiling on Aarch64 where building fails because "cannot guess build type": https://stackoverflow.com/a/6786522/1348400
hexadecagram commented on 2017-08-07 10:17 (UTC)
DarkShadow44 commented on 2017-03-07 17:25 (UTC)
DarkShadow44 commented on 2017-03-02 18:27 (UTC)
1 2 Next › Last »