Search Criteria
Package Details: lrzip-next 0.14.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lrzip-next.git (read-only, click to copy) |
|---|---|
| Package Base: | lrzip-next |
| Description: | Next generation multi-threaded compression with rzip |
| Upstream URL: | https://github.com/pete4abw/lrzip-next |
| Licenses: | GPL-2.0-or-later |
| Submitter: | chungy |
| Maintainer: | chungy |
| Last Packager: | chungy |
| Votes: | 2 |
| Popularity: | 0.009481 |
| First Submitted: | 2024-08-05 23:34 (UTC) |
| Last Updated: | 2025-07-03 23:11 (UTC) |
Dependencies (7)
- bzip2 (bzip2-gitAUR)
- bzip3 (bzip3-gitAUR)
- libgcrypt
- lz4 (lz4-gitAUR)
- lzo
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
Latest Comments
PatoPan commented on 2025-01-01 22:42 (UTC)
ho :P, found out at the same time as the reply
PatoPan commented on 2025-01-01 22:41 (UTC) (edited on 2025-01-01 22:42 (UTC) by PatoPan)
sorry, it's an issue with the program itself, as reported in https://github.com/pete4abw/lrzip-next/issues/163
chungy commented on 2025-01-01 22:40 (UTC)
It is a problem with upstream, I know how to work around it to at least get it compiled, but I have not been comfortable with patching this package without properly testing the software (and afaik, there's no proper test suite).
See: https://github.com/pete4abw/lrzip-next/issues/163
PatoPan commented on 2025-01-01 22:38 (UTC) (edited on 2025-01-01 22:39 (UTC) by PatoPan)
I had this issue as a result of the last full system upgrade, but I am not sure if this is an issue with the package since I had a lot of other issues as a result of this update.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I . -I .. -I ../src/include -I ../src/lzma/include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/user/.cache/paru/clone/lrzip-next/src=/usr/src/debug/lrzip-next -flto=auto -pthread -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o .libs/stream.o stream.c: In function 'bzip3_decompress_buf': stream.c:620:16: error: too few arguments to function 'bz3_decode_block' 620 | dlen = bz3_decode_block(state, ucthread->s_buf, ucthread->c_len, ucthread->u_len); | ^~~~~~~~~~~~~~~~ In file included from stream.c:57: /usr/include/libbz3.h:194:19: note: declared here 194 | BZIP3_API int32_t bz3_decode_block(struct bz3_state * state, uint8_t * buffer, size_t buffer_size, int32_t compressed_size, int32_t orig_size); | ^~~~~~~~~~~~~~~~ make[2]: *** [Makefile:569: stream.lo] Error 1 make[2]: Leaving directory '/home/patopan/.cache/paru/clone/lrzip-next/src/lrzip-next-0.13.1/src' make[1]: *** [Makefile:515: all-recursive] Error 1 make[1]: Leaving directory '/home/patopan/.cache/paru/clone/lrzip-next/src/lrzip-next-0.13.1' make: *** [Makefile:426: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'lrzip-next-0.13.1-1': error: packages failed to build: lrzip-next-0.13.1-