pcompress
pcompress copied to clipboard
A Parallelized Data Deduplication and Compression utility
Debian ~~testing~~ stable includes only 1.14 ``` pcompress/archive/libarchive/build/autoconf/missing: line 52: aclocal-1.11: command not found WARNING: `aclocal-1.11' is missing on your system. You should only need it if you modified `acinclude.m4'...
(now on wheezy with automake-1.11) ``` g++ -c -fPIC -fvisibility=hidden -ftree-vectorize -mssse3 -O2 -fsched-spec-load \ -Wno-variadic-macros -ftree-vectorize -I. -I./lzma -I./lzfx -I./lz4 -I./rabin -I./bsdiff -DNODEFAULT_PROPS -DFILE_OFFSET_BITS=64 -D_REENTRANT -D__USE_SSE_INTRIN__ -D_LZMA_PROB32 -I./filters/lzp -I./bsc/libbsc...
Please consider displaying a small summary of resulting settings (yes/no) at the end of `./config`. E.g. for openssl, zlib, bzlib, libbsc, wavpack, sse
Jessie is almost stable. Pbuilder could be used to produce a clean build. ``` bash # tools apt-get update && apt-get install -y git ca-certificates \ file libtool autoconf automake...
Hi, I'm using the HEAD of the repo : ``` $ git clone https://github.com/moinakg/pcompress && cd pcompress $ git log -1 commit 4c62e4db6074693175ea1d05b5c12a7d51592e33 ``` I configure the build with wavpack...
im trying to build pcompress on os x and i get ``` /usr/local/bin/yasm -f macho64 --prefix=_ -f macho64 -X gnu -p gas --prefix=_ crypto/keccak/KeccakF-1600-x86-64-gas_yasm.s -o crypto/keccak/KeccakF-1600-x86-64-gas_yasm.o make: *** [crypto/keccak/KeccakF-1600-x86-64-gas_yasm.o] Segmentation...
I had several problems when I tried to build pcompress on OS X with clang. Here is how I managed to build it. (1) `./config` failed ``` Checking for GCC...
This patch introduced a change to init_on_disk_index(), which appears as a stub function calling file_exists() incorrectly. https://github.com/moinakg/pcompress/commit/0433452b3745db84e39d430bde63a921793c647e#diff-2ceb6d73d3458e52af971d891a90f81f rabin/global/index.c: In function ‘init_on_disk_index’: rabin/global/index.c:79:9: error: too few arguments to function ‘file_exists’ if...
Hi, I was wondering if streaming decompression is currently possible with pcompress? Commands like: pcompress -dp < inputfile.tar.pz > output.tar pcompress -dp < inputfile.tar.pz | tar xpf - pcompress -dp...
Apparently it's not supported? Are there technical reasons for this? I mean, is there a workaround to get it to compile on 32-bit? Many thanks in advance,